chewi 15/03/09 23:43:05
Added: jcip-annotations-1.0.1.ebuild metadata.xml
ChangeLog
Log:
Clean room implementation to replace the broken version in
java-overlay.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key
9C6D7DE4)
Revision Changes Path
1.1 dev-java/jcip-annotations/jcip-annotations-1.0.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jcip-annotations/jcip-annotations-1.0.1.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jcip-annotations/jcip-annotations-1.0.1.ebuild?rev=1.1&content-type=text/plain
Index: jcip-annotations-1.0.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/dev-java/jcip-annotations/jcip-annotations-1.0.1.ebuild,v
1.1 2015/03/09 23:43:05 chewi Exp $
EAPI=5
JAVA_PKG_IUSE="doc source"
inherit versionator java-pkg-2 java-pkg-simple
MY_P="${PN}-$(replace_version_separator $(get_last_version_component_index) -)"
DESCRIPTION="Clean room implementation of the JCIP Annotations"
HOMEPAGE="https://github.com/stephenc/jcip-annotations"
SRC_URI="https://github.com/stephenc//${PN}/archive/${MY_P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND=">=virtual/jre-1.5"
DEPEND=">=virtual/jdk-1.5"
S="${WORKDIR}/${PN}-${MY_P}/src"
JAVA_SRC_DIR="main/java"
src_install() {
java-pkg-simple_src_install
dodoc ../README.md
}
1.1 dev-java/jcip-annotations/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jcip-annotations/metadata.xml?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jcip-annotations/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>java</herd>
<longdescription>The JCIP Annotations are really useful, however they
are released under the Creative Commons Attribution License, which is not
recommended for licensing software and may therefore cause issues for some
people.</longdescription>
</pkgmetadata>
1.1 dev-java/jcip-annotations/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jcip-annotations/ChangeLog?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jcip-annotations/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for dev-java/jcip-annotations
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/jcip-annotations/ChangeLog,v 1.1
2015/03/09 23:43:05 chewi Exp $
*jcip-annotations-1.0.1 (09 Mar 2015)
09 Mar 2015; James Le Cuirot <[email protected]>
+jcip-annotations-1.0.1.ebuild, +metadata.xml:
Clean room implementation to replace the broken version in java-overlay.