diff options
author | Torsten Veller <tove@gentoo.org> | 2012-04-21 18:19:35 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-04-21 18:19:35 +0000 |
commit | ca3fa9040ba289922249289516fbcb299922a8e8 (patch) | |
tree | 29253d691b21a315276378ccafde1d6d2f822505 /dev-perl/XML-LibXSLT | |
parent | git snapshot, fix also compile issues >=vdr-1.7.26 (diff) | |
download | gentoo-2-ca3fa9040ba289922249289516fbcb299922a8e8.tar.gz gentoo-2-ca3fa9040ba289922249289516fbcb299922a8e8.tar.bz2 gentoo-2-ca3fa9040ba289922249289516fbcb299922a8e8.zip |
Cleanup
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/XML-LibXSLT')
-rw-r--r-- | dev-perl/XML-LibXSLT/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/XML-LibXSLT/XML-LibXSLT-1.700.0.ebuild | 22 |
2 files changed, 4 insertions, 23 deletions
diff --git a/dev-perl/XML-LibXSLT/ChangeLog b/dev-perl/XML-LibXSLT/ChangeLog index ff23a9833444..c10b3354c8a2 100644 --- a/dev-perl/XML-LibXSLT/ChangeLog +++ b/dev-perl/XML-LibXSLT/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/XML-LibXSLT # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/ChangeLog,v 1.86 2012/03/31 13:51:52 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/ChangeLog,v 1.87 2012/04/21 18:19:35 tove Exp $ + + 21 Apr 2012; Torsten Veller <tove@gentoo.org> -XML-LibXSLT-1.700.0.ebuild: + Cleanup 31 Mar 2012; Tobias Klausmann <klausman@gentoo.org> XML-LibXSLT-1.760.0.ebuild: diff --git a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.700.0.ebuild b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.700.0.ebuild deleted file mode 100644 index 4452af01b5c0..000000000000 --- a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.700.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/XML-LibXSLT-1.700.0.ebuild,v 1.3 2012/03/18 19:45:57 armin76 Exp $ - -EAPI=4 - -MODULE_AUTHOR=PAJAS -MODULE_VERSION=1.70 -inherit perl-module - -DESCRIPTION="A Perl module to parse XSL Transformational sheets using gnome's libXSLT" - -SLOT="0" -KEYWORDS="alpha amd64 ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -RDEPEND=">=dev-libs/libxslt-1.1.8 - >=dev-perl/XML-LibXML-1.70" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -SRC_TEST="do" |