diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-01-08 17:48:43 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-01-08 17:48:43 +0000 |
commit | 0f1cca24ed96ee9fedcb394905839c7e4f0f34c6 (patch) | |
tree | 91c85e2a74ce5787b5068f7b753e0a3593abdc43 /dev-java | |
parent | Version bump for bug 73531. Marked 3.16 stable on x86. Tidy old ebuilds. (diff) | |
download | historical-0f1cca24ed96ee9fedcb394905839c7e4f0f34c6.tar.gz historical-0f1cca24ed96ee9fedcb394905839c7e4f0f34c6.tar.bz2 historical-0f1cca24ed96ee9fedcb394905839c7e4f0f34c6.zip |
made documentation optional. fixes bug #77117.
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/jdbc2-stdext/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/jdbc2-stdext/Manifest | 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.ebuild | 4 |
4 files changed, 14 insertions, 10 deletions
diff --git a/dev-java/jdbc2-stdext/ChangeLog b/dev-java/jdbc2-stdext/ChangeLog index c466a8c45674..36f43b21f8eb 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-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc2-stdext/ChangeLog,v 1.6 2004/10/20 11:32:45 absinthe Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc2-stdext/ChangeLog,v 1.7 2005/01/08 17:48:43 luckyduck Exp $ + + 08 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> + jdbc2-stdext-2.0-r1.ebuild: + made documentation optional. fixes bug #77117. *jdbc2-stdext-2.0-r1 (20 Oct 2004) diff --git a/dev-java/jdbc2-stdext/Manifest b/dev-java/jdbc2-stdext/Manifest index 38c5b0792d71..fe44074e4ed7 100644 --- a/dev-java/jdbc2-stdext/Manifest +++ b/dev-java/jdbc2-stdext/Manifest @@ -1,6 +1,6 @@ -MD5 3ad832d48656eff49cadd50ecda60fe1 ChangeLog 916 -MD5 bc9d15043398b2d40c32e5afbfe079b5 jdbc2-stdext-2.0.ebuild 1009 +MD5 46ad82551406a7665f02960b94508274 jdbc2-stdext-2.0-r1.ebuild 1426 +MD5 6fb20d39aa81c3b7a962766036459175 jdbc2-stdext-2.0.ebuild 1010 +MD5 47420c94b57aa41efa41a2f05b743fca ChangeLog 1049 MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157 -MD5 ad68df4e2347fd338f338b0abe4b4c31 jdbc2-stdext-2.0-r1.ebuild 1417 MD5 1cf846798557bc9abba0fbab0786354d files/digest-jdbc2-stdext-2.0 61 MD5 73087680fc277d629f6a9acdcf03eda6 files/digest-jdbc2-stdext-2.0-r1 133 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 95e25c5b6387..1b84dddee68f 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-2004 Gentoo Foundation +# Copyright 1999-2005 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.2 2004/11/03 11:28:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc2-stdext/jdbc2-stdext-2.0-r1.ebuild,v 1.3 2005/01/08 17:48:43 luckyduck Exp $ inherit java-pkg @@ -9,7 +9,7 @@ stdext_doc="jdbc2_0_1-stdext-javadoc.zip" DESCRIPTION="A standard set of libs for Server-Side JDBC support" HOMEPAGE="http://java.sun.com/products/jdbc" -SRC_URI="${stdext_bin} ${stdext_doc}" +SRC_URI="${stdext_bin} doc? ( ${stdext_doc} )" LICENSE="sun-csl" SLOT="0" KEYWORDS="~x86 ~ppc ~amd64" diff --git a/dev-java/jdbc2-stdext/jdbc2-stdext-2.0.ebuild b/dev-java/jdbc2-stdext/jdbc2-stdext-2.0.ebuild index 2b93e34aaf5e..0c1abd8b5337 100644 --- a/dev-java/jdbc2-stdext/jdbc2-stdext-2.0.ebuild +++ b/dev-java/jdbc2-stdext/jdbc2-stdext-2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 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.ebuild,v 1.7 2004/10/20 11:32:45 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc2-stdext/jdbc2-stdext-2.0.ebuild,v 1.8 2005/01/08 17:48:43 luckyduck Exp $ inherit java-pkg |