diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-06-10 01:44:30 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-06-10 01:44:30 +0000 |
commit | 9eec0dc635469fd31caff3b83c5da545ffaa5ade (patch) | |
tree | 23e4655bd3c7cbbbddf106c9b919c2967a218fec /dev-perl/XML-CompactTree-XS | |
parent | Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>. (diff) | |
download | historical-9eec0dc635469fd31caff3b83c5da545ffaa5ade.tar.gz historical-9eec0dc635469fd31caff3b83c5da545ffaa5ade.tar.bz2 historical-9eec0dc635469fd31caff3b83c5da545ffaa5ade.zip |
Cleanup ebuild style.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/XML-CompactTree-XS')
-rw-r--r-- | dev-perl/XML-CompactTree-XS/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/XML-CompactTree-XS/XML-CompactTree-XS-0.02.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-perl/XML-CompactTree-XS/ChangeLog b/dev-perl/XML-CompactTree-XS/ChangeLog index babae7dbbe6f..23e23a2e8950 100644 --- a/dev-perl/XML-CompactTree-XS/ChangeLog +++ b/dev-perl/XML-CompactTree-XS/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/XML-CompactTree-XS # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-CompactTree-XS/ChangeLog,v 1.1 2009/06/09 02:57:53 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-CompactTree-XS/ChangeLog,v 1.2 2009/06/10 01:43:42 robbat2 Exp $ + + 10 Jun 2009; Robin H. Johnson <robbat2@gentoo.org> + XML-CompactTree-XS-0.02.ebuild: + Cleanup ebuild style. *XML-CompactTree-XS-0.02 (09 Jun 2009) diff --git a/dev-perl/XML-CompactTree-XS/XML-CompactTree-XS-0.02.ebuild b/dev-perl/XML-CompactTree-XS/XML-CompactTree-XS-0.02.ebuild index a1fd1f47ba31..ed48c584db31 100644 --- a/dev-perl/XML-CompactTree-XS/XML-CompactTree-XS-0.02.ebuild +++ b/dev-perl/XML-CompactTree-XS/XML-CompactTree-XS-0.02.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# This ebuild generated by g-cpan 0.16.0 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-CompactTree-XS/XML-CompactTree-XS-0.02.ebuild,v 1.2 2009/06/10 01:43:42 robbat2 Exp $ MODULE_AUTHOR="PAJAS" @@ -15,5 +15,6 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ~x86" DEPEND=">=dev-perl/XML-LibXML-1.69" +RDEPEND="${DEPEND}" SRC_TEST="do" |