diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-09-14 04:17:10 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-09-14 04:17:10 +0000 |
commit | f225eff6a77b0ff6d4ca91d5aa03cab0b9c6222a (patch) | |
tree | da6d0ab9ca1deae2a9db2e3e5f79781f9f6a2424 /dev-java/xmldb | |
parent | Added ~ppc64. (diff) | |
download | historical-f225eff6a77b0ff6d4ca91d5aa03cab0b9c6222a.tar.gz historical-f225eff6a77b0ff6d4ca91d5aa03cab0b9c6222a.tar.bz2 historical-f225eff6a77b0ff6d4ca91d5aa03cab0b9c6222a.zip |
Added ~ppc64 keyword.
Package-Manager: portage-2.1.1
Diffstat (limited to 'dev-java/xmldb')
-rw-r--r-- | dev-java/xmldb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/xmldb/metadata.xml | 8 | ||||
-rw-r--r-- | dev-java/xmldb/xmldb-20011111-r1.ebuild | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/dev-java/xmldb/ChangeLog b/dev-java/xmldb/ChangeLog index ad1aa00c3dc2..60189a76a96c 100644 --- a/dev-java/xmldb/ChangeLog +++ b/dev-java/xmldb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/xmldb # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/xmldb/ChangeLog,v 1.13 2006/08/05 19:00:44 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/xmldb/ChangeLog,v 1.14 2006/09/14 04:17:10 nichoj Exp $ + + 14 Sep 2006; Joshua Nichols <nichoj@gentoo.org> xmldb-20011111-r1.ebuild: + Added ~ppc64 keyword. 05 Aug 2006; Joshua Nichols <nichoj@gentoo.org> xmldb-20011111-r1.ebuild: Fixed to work with java-strict. diff --git a/dev-java/xmldb/metadata.xml b/dev-java/xmldb/metadata.xml index ef5cdca290fe..e8fe4af0ea67 100644 --- a/dev-java/xmldb/metadata.xml +++ b/dev-java/xmldb/metadata.xml @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>java</herd> +<herd>java</herd> <longdescription> -XML:DB provides a community for collaborative development of specifications -for XML databases and data manipulation technologies. Along with each -specification an open source reference implementation will be developed to +XML:DB provides a community for collaborative development of specifications +for XML databases and data manipulation technologies. Along with each +specification an open source reference implementation will be developed to validate the ideas. </longdescription> </pkgmetadata> diff --git a/dev-java/xmldb/xmldb-20011111-r1.ebuild b/dev-java/xmldb/xmldb-20011111-r1.ebuild index d126de0dcbd1..9d091f7cb8f4 100644 --- a/dev-java/xmldb/xmldb-20011111-r1.ebuild +++ b/dev-java/xmldb/xmldb-20011111-r1.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/xmldb/xmldb-20011111-r1.ebuild,v 1.2 2006/08/05 19:00:44 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/xmldb/xmldb-20011111-r1.ebuild,v 1.3 2006/09/14 04:17:10 nichoj Exp $ inherit java-pkg-2 eutils java-ant-2 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/xmldb-org/${MY_P}.tar.gz" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="doc source" # TODO please make compiling the junit tests optional |