diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-10-05 17:53:34 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-10-05 17:53:34 +0000 |
commit | a839384cf4c05950cf427251f8b223c656d07012 (patch) | |
tree | c02ea7c087e8d45db258a156ea9b295441947f99 /dev-java/jdbc2-stdext | |
parent | Version bump to 1.68 and closing bug #147017. (diff) | |
download | historical-a839384cf4c05950cf427251f8b223c656d07012.tar.gz historical-a839384cf4c05950cf427251f8b223c656d07012.tar.bz2 historical-a839384cf4c05950cf427251f8b223c656d07012.zip |
Dropping sparc keywords, see #96229
Package-Manager: portage-2.1.1
Diffstat (limited to 'dev-java/jdbc2-stdext')
-rw-r--r-- | dev-java/jdbc2-stdext/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/jdbc2-stdext/jdbc2-stdext-2.0-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-java/jdbc2-stdext/jdbc2-stdext-2.0-r2.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-java/jdbc2-stdext/ChangeLog b/dev-java/jdbc2-stdext/ChangeLog index 3760d5171405..0b3bab9300b6 100644 --- a/dev-java/jdbc2-stdext/ChangeLog +++ b/dev-java/jdbc2-stdext/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/jdbc2-stdext # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc2-stdext/ChangeLog,v 1.11 2006/08/21 20:27:21 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc2-stdext/ChangeLog,v 1.12 2006/10/05 17:28:44 gustavoz Exp $ + + 05 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> + jdbc2-stdext-2.0-r1.ebuild, jdbc2-stdext-2.0-r2.ebuild: + Dropping sparc keywords, see #96229 *jdbc2-stdext-2.0-r2 (21 Aug 2006) diff --git a/dev-java/jdbc2-stdext/jdbc2-stdext-2.0-r1.ebuild b/dev-java/jdbc2-stdext/jdbc2-stdext-2.0-r1.ebuild index 5abc7f81a6d5..ad481e259b08 100644 --- a/dev-java/jdbc2-stdext/jdbc2-stdext-2.0-r1.ebuild +++ b/dev-java/jdbc2-stdext/jdbc2-stdext-2.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc2-stdext/jdbc2-stdext-2.0-r1.ebuild,v 1.8 2005/08/12 17:07:28 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc2-stdext/jdbc2-stdext-2.0-r1.ebuild,v 1.9 2006/10/05 17:28:43 gustavoz Exp $ inherit java-pkg @@ -12,7 +12,7 @@ HOMEPAGE="http://java.sun.com/products/jdbc" SRC_URI="${stdext_bin} doc? ( ${stdext_doc} )" LICENSE="sun-csl" SLOT="0" -KEYWORDS="x86 ppc amd64 sparc" +KEYWORDS="x86 ppc amd64" IUSE="doc" RESTRICT="fetch" DEPEND="app-arch/unzip" diff --git a/dev-java/jdbc2-stdext/jdbc2-stdext-2.0-r2.ebuild b/dev-java/jdbc2-stdext/jdbc2-stdext-2.0-r2.ebuild index f999865fa7c1..4aef23edc984 100644 --- a/dev-java/jdbc2-stdext/jdbc2-stdext-2.0-r2.ebuild +++ b/dev-java/jdbc2-stdext/jdbc2-stdext-2.0-r2.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/jdbc2-stdext/jdbc2-stdext-2.0-r2.ebuild,v 1.1 2006/08/21 20:27:21 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc2-stdext/jdbc2-stdext-2.0-r2.ebuild,v 1.2 2006/10/05 17:28:43 gustavoz Exp $ inherit java-pkg-2 @@ -12,7 +12,7 @@ HOMEPAGE="http://java.sun.com/products/jdbc" SRC_URI="${stdext_src}" LICENSE="sun-bcla-jdbc2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc source" RESTRICT="fetch" DEPEND="app-arch/unzip |