diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2013-12-24 16:24:53 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2013-12-24 16:24:53 +0000 |
commit | a0c5cd6827f5a3e67436a026514e06bfa26a30b8 (patch) | |
tree | 0b67f1742c3b76c1c31318b7beccc80a034c86d7 /dev-java | |
parent | Stable for ppc64, wrt bug #488782 (diff) | |
download | gentoo-2-a0c5cd6827f5a3e67436a026514e06bfa26a30b8.tar.gz gentoo-2-a0c5cd6827f5a3e67436a026514e06bfa26a30b8.tar.bz2 gentoo-2-a0c5cd6827f5a3e67436a026514e06bfa26a30b8.zip |
Update pkg_nofetch to note to place the file in DISTDIR; fixes bug #493052, reported by Viktar Patotski.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/osgi-core-api/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/osgi-core-api/osgi-core-api-4.3.ebuild | 4 | ||||
-rw-r--r-- | dev-java/osgi-core-api/osgi-core-api-5.0.0.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-java/osgi-core-api/ChangeLog b/dev-java/osgi-core-api/ChangeLog index ec311af8d2a6..98a312109d15 100644 --- a/dev-java/osgi-core-api/ChangeLog +++ b/dev-java/osgi-core-api/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-java/osgi-core-api # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/osgi-core-api/ChangeLog,v 1.7 2013/07/16 12:06:16 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/osgi-core-api/ChangeLog,v 1.8 2013/12/24 16:24:53 tomwij Exp $ + + 24 Dec 2013; Tom Wijsman <TomWij@gentoo.org> osgi-core-api-4.3.ebuild, + osgi-core-api-5.0.0.ebuild: + Update pkg_nofetch to note to place the file in DISTDIR; fixes bug #493052, + reported by Viktar Patotski. 16 Jul 2013; Tom Wijsman <TomWij@gentoo.org> osgi-core-api-4.3.ebuild, osgi-core-api-5.0.0.ebuild: diff --git a/dev-java/osgi-core-api/osgi-core-api-4.3.ebuild b/dev-java/osgi-core-api/osgi-core-api-4.3.ebuild index 1a320ee060bc..798844f117cf 100644 --- a/dev-java/osgi-core-api/osgi-core-api-4.3.ebuild +++ b/dev-java/osgi-core-api/osgi-core-api-4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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-4.3.ebuild,v 1.4 2013/07/16 12:06:16 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/osgi-core-api/osgi-core-api-4.3.ebuild,v 1.5 2013/12/24 16:24:53 tomwij Exp $ EAPI=4 @@ -32,7 +32,7 @@ pkg_nofetch() { einfo " http://www.osgi.org/Download/Release4V43" einfo "which you can find listed as" einfo " OSGi Service Platform Release 4 Version 4.3 Core Companion Code 4.3.0" - einfo "after accepting the license." + einfo "after accepting the license, then place it in '${DISTDIR}'." } java_prepare() { 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 index 7c63b9377c7e..53f0bb2af77b 100644 --- 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 @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.4 2013/07/16 12:06:16 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/osgi-core-api/osgi-core-api-5.0.0.ebuild,v 1.5 2013/12/24 16:24:53 tomwij Exp $ EAPI=4 @@ -32,7 +32,7 @@ pkg_nofetch() { einfo " http://www.osgi.org/Download/Release5" einfo "which you can find listed as" einfo " OSGi Core Release 5 Companion Code" - einfo "after accepting the license." + einfo "after accepting the license, then place it in '${DISTDIR}'." } java_prepare() { |