summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Nichols <nichoj@gentoo.org>2006-01-22 14:58:33 +0000
committerJoshua Nichols <nichoj@gentoo.org>2006-01-22 14:58:33 +0000
commit6e4494144dec4fd964916628814b390d9ac7f6c8 (patch)
tree954189d404f68c4a30541a5be2bbb9b8101865a2 /dev-java/sun-ejb-spec
parentMarked ppc stable for bug #119634; Stabilize Gnome-2.12.2 (diff)
downloadhistorical-6e4494144dec4fd964916628814b390d9ac7f6c8.tar.gz
historical-6e4494144dec4fd964916628814b390d9ac7f6c8.tar.bz2
historical-6e4494144dec4fd964916628814b390d9ac7f6c8.zip
Keyworded ~amd64. Tweaked message in pkg_nofetch.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'dev-java/sun-ejb-spec')
-rw-r--r--dev-java/sun-ejb-spec/ChangeLog5
-rw-r--r--dev-java/sun-ejb-spec/Manifest10
-rw-r--r--dev-java/sun-ejb-spec/sun-ejb-spec-2.1.ebuild5
3 files changed, 11 insertions, 9 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..72ee36e7c840 100644
--- a/dev-java/sun-ejb-spec/Manifest
+++ b/dev-java/sun-ejb-spec/Manifest
@@ -1,14 +1,14 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 ecb4747b05b6550bbd3445ca96f7caf6 ChangeLog 409
+MD5 474639fe0d1e48d67c291189dc188580 ChangeLog 537
MD5 1b7618e2e808abe3ffa7fba11e146ffd files/digest-sun-ejb-spec-2.1 67
MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157
-MD5 3b2a6bb8c5da17ff58c5608c07c361f5 sun-ejb-spec-2.1.ebuild 1055
+MD5 90e29a8f9b52162f294c6b7505965552 sun-ejb-spec-2.1.ebuild 977
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFD0vw6ndWRXhKOboURAgKfAKDztMSdgJvZE83Y9BfowAJr0e75gQCg6Ph4
-tzMVDhGgeul4L+KZ7/7vm4g=
-=nJ7C
+iD8DBQFD053IndWRXhKOboURAqGIAKCzkom32fTaLRiqr9ho7K667P9KlACgz8ua
+sB3JDwRtXMF9hyD4yK3VY0I=
+=bKy7
-----END PGP SIGNATURE-----
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'"
}