diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2012-10-13 08:48:41 +0000 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2012-10-13 08:48:41 +0000 |
commit | 7e921d2236a5209ee1c2d18f4e806d1338473a92 (patch) | |
tree | 58fe662188325663791b7e0cb44abb2350d2711a /dev-java/osgi-core-api | |
parent | Stable for amd64, wrt bug #436570 (diff) | |
download | gentoo-2-7e921d2236a5209ee1c2d18f4e806d1338473a92.tar.gz gentoo-2-7e921d2236a5209ee1c2d18f4e806d1338473a92.tar.bz2 gentoo-2-7e921d2236a5209ee1c2d18f4e806d1338473a92.zip |
dev-java/osgi-core-api: version bump
(Portage version: 2.1.11.26/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/osgi-core-api')
-rw-r--r-- | dev-java/osgi-core-api/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/osgi-core-api/osgi-core-api-5.0.0.ebuild | 30 |
2 files changed, 37 insertions, 1 deletions
diff --git a/dev-java/osgi-core-api/ChangeLog b/dev-java/osgi-core-api/ChangeLog index 4ec59b009177..97b9e546fcb4 100644 --- a/dev-java/osgi-core-api/ChangeLog +++ b/dev-java/osgi-core-api/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-java/osgi-core-api # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/osgi-core-api/ChangeLog,v 1.3 2012/05/09 17:09:40 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/osgi-core-api/ChangeLog,v 1.4 2012/10/13 08:48:41 fordfrog Exp $ + +*osgi-core-api-5.0.0 (13 Oct 2012) + + 13 Oct 2012; Miroslav Šulc <fordfrog@gentoo.org> + +osgi-core-api-5.0.0.ebuild: + version bump 09 May 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> osgi-core-api-4.3.ebuild: diff --git a/dev-java/osgi-core-api/osgi-core-api-5.0.0.ebuild b/dev-java/osgi-core-api/osgi-core-api-5.0.0.ebuild new file mode 100644 index 000000000000..9ae0ec4e1117 --- /dev/null +++ b/dev-java/osgi-core-api/osgi-core-api-5.0.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/osgi-core-api/osgi-core-api-5.0.0.ebuild,v 1.1 2012/10/13 08:48:41 fordfrog Exp $ + +EAPI=4 + +JAVA_PKG_IUSE="doc source" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="OSGi Service Platform Core API (Companion Code)" +HOMEPAGE="http://www.osgi.org/Specifications/HomePage" +SRC_URI="http://www.osgi.org/download/r5/osgi.core-${PV}.jar" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + >=virtual/jre-1.5" +DEPEND=" + >=virtual/jdk-1.5 + app-arch/unzip" + +JAVA_SRC_DIR="OSGI-OPT/src" + +java_prepare() { + rm -r org || die +} |