diff options
Diffstat (limited to 'dev-java/xml-commons-external/xml-commons-external-1.3.04.ebuild')
-rw-r--r-- | dev-java/xml-commons-external/xml-commons-external-1.3.04.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/xml-commons-external/xml-commons-external-1.3.04.ebuild b/dev-java/xml-commons-external/xml-commons-external-1.3.04.ebuild index d83af10015b1..a6ee43259d68 100644 --- a/dev-java/xml-commons-external/xml-commons-external-1.3.04.ebuild +++ b/dev-java/xml-commons-external/xml-commons-external-1.3.04.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/xml-commons-external/xml-commons-external-1.3.04.ebuild,v 1.7 2007/06/26 18:59:48 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/xml-commons-external/xml-commons-external-1.3.04.ebuild,v 1.8 2009/02/01 06:17:26 serkan Exp $ JAVA_PKG_IUSE="doc source" @@ -8,7 +8,7 @@ inherit java-pkg-2 java-ant-2 DESCRIPTION="An Apache-hosted set of externally-defined standards interfaces, namely DOM, SAX, and JAXP." HOMEPAGE="http://xml.apache.org/commons/" -SRC_URI="mirror://gentoo/distfiles/${P}.tar.bz2" +SRC_URI="mirror://gentoo/${P}.tar.bz2" # upstream source tar.gz is missing build.xml and other stuff, so we get it like this # svn export http://svn.apache.org/repos/asf/xml/commons/tags/xml-commons-external-1_3_04/java/external/ xml-commons-external-1.3.04 # tar cjf xml-commons-external-1.3.04.tar.bz2 xml-commons-external-1.3.04 |