diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-11 19:58:38 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-11 19:58:38 +0000 |
commit | 1fd8c98060698f2b4a9b412cf0a14e0eb1856ce5 (patch) | |
tree | 771ed5a3c6e662a1a32ebe05bf74236f67e5f143 /dev-java/xmlgraphics-commons | |
parent | ia64/x86 stable (diff) | |
download | historical-1fd8c98060698f2b4a9b412cf0a14e0eb1856ce5.tar.gz historical-1fd8c98060698f2b4a9b412cf0a14e0eb1856ce5.tar.bz2 historical-1fd8c98060698f2b4a9b412cf0a14e0eb1856ce5.zip |
whitespace
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'dev-java/xmlgraphics-commons')
-rw-r--r-- | dev-java/xmlgraphics-commons/xmlgraphics-commons-1.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-java/xmlgraphics-commons/xmlgraphics-commons-1.1.ebuild b/dev-java/xmlgraphics-commons/xmlgraphics-commons-1.1.ebuild index 0f3ceb411a87..75ad046b6b75 100644 --- a/dev-java/xmlgraphics-commons/xmlgraphics-commons-1.1.ebuild +++ b/dev-java/xmlgraphics-commons/xmlgraphics-commons-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-1.1.ebuild,v 1.4 2007/05/26 13:29:11 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-1.1.ebuild,v 1.5 2007/07/11 19:58:37 mr_bones_ Exp $ JAVA_PKG_IUSE="doc examples source test" inherit java-pkg-2 java-ant-2 @@ -80,4 +80,3 @@ src_install(){ use source && java-pkg_dosrc src/java/org src/java-1.4/org use doc && java-pkg_dojavadoc build/javadocs } - |