diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-01-22 14:58:33 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-01-22 14:58:33 +0000 |
commit | 2575bbbdc167dac8a3701a20b8cd18d253672c6f (patch) | |
tree | 9d9a0fc9f5faab1cfc25cd3f5c5414e541660f82 /dev-java/sun-ejb-spec | |
parent | Marked ppc stable for bug #119634; Stabilize Gnome-2.12.2 (diff) | |
download | gentoo-2-2575bbbdc167dac8a3701a20b8cd18d253672c6f.tar.gz gentoo-2-2575bbbdc167dac8a3701a20b8cd18d253672c6f.tar.bz2 gentoo-2-2575bbbdc167dac8a3701a20b8cd18d253672c6f.zip |
Keyworded ~amd64. Tweaked message in pkg_nofetch.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-java/sun-ejb-spec')
-rw-r--r-- | dev-java/sun-ejb-spec/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/sun-ejb-spec/Manifest | 12 | ||||
-rw-r--r-- | dev-java/sun-ejb-spec/sun-ejb-spec-2.1.ebuild | 5 |
3 files changed, 7 insertions, 15 deletions
diff --git a/dev-java/sun-ejb-spec/ChangeLog b/dev-java/sun-ejb-spec/ChangeLog index 6060313bf961..8dc750a88f87 100644 --- a/dev-java/sun-ejb-spec/ChangeLog +++ b/dev-java/sun-ejb-spec/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/sun-ejb-spec # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-ejb-spec/ChangeLog,v 1.1 2006/01/22 03:41:50 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-ejb-spec/ChangeLog,v 1.2 2006/01/22 14:58:33 nichoj Exp $ + + 22 Jan 2006; Joshua Nichols <nichoj@gentoo.org> sun-ejb-spec-2.1.ebuild: + Keyworded ~amd64. Tweaked message in pkg_nofetch. *sun-ejb-spec-2.1 (22 Jan 2006) diff --git a/dev-java/sun-ejb-spec/Manifest b/dev-java/sun-ejb-spec/Manifest index 25287ef47163..1b6c9bb59efa 100644 --- a/dev-java/sun-ejb-spec/Manifest +++ b/dev-java/sun-ejb-spec/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 ecb4747b05b6550bbd3445ca96f7caf6 ChangeLog 409 MD5 1b7618e2e808abe3ffa7fba11e146ffd files/digest-sun-ejb-spec-2.1 67 MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157 -MD5 3b2a6bb8c5da17ff58c5608c07c361f5 sun-ejb-spec-2.1.ebuild 1055 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFD0vw6ndWRXhKOboURAgKfAKDztMSdgJvZE83Y9BfowAJr0e75gQCg6Ph4 -tzMVDhGgeul4L+KZ7/7vm4g= -=nJ7C ------END PGP SIGNATURE----- +MD5 8522db31f101cae50edd7a25f61fbb2a sun-ejb-spec-2.1.ebuild 977 diff --git a/dev-java/sun-ejb-spec/sun-ejb-spec-2.1.ebuild b/dev-java/sun-ejb-spec/sun-ejb-spec-2.1.ebuild index c72ea287bdca..b160a1d95d61 100644 --- a/dev-java/sun-ejb-spec/sun-ejb-spec-2.1.ebuild +++ b/dev-java/sun-ejb-spec/sun-ejb-spec-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-ejb-spec/sun-ejb-spec-2.1.ebuild,v 1.1 2006/01/22 03:41:50 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-ejb-spec/sun-ejb-spec-2.1.ebuild,v 1.2 2006/01/22 14:58:33 nichoj Exp $ inherit java-pkg versionator @@ -15,7 +15,7 @@ DOWNLOAD_URL="http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDet LICENSE="sun-ejb-spec-2.1" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=virtual/jre-1.4" @@ -27,7 +27,6 @@ S="${WORKDIR}" pkg_nofetch() { einfo "Please download ${A} from the following URL and place it in ${DISTDIR}:" einfo "${DOWNLOAD_URL}" - einfo "The link is found under '2.1 Final Release', next to 'Download Class Files'" } |