diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-28 07:05:56 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-28 07:05:56 +0000 |
commit | 685f2a7fe639ebeeedda1cf38a1dac983a332dc1 (patch) | |
tree | 54aeb60d2972512da028f7101f4b7f3fb0d2cba1 /dev-perl/XML-LibXSLT | |
parent | Fix spelling, bug 290968. (diff) | |
download | historical-685f2a7fe639ebeeedda1cf38a1dac983a332dc1.tar.gz historical-685f2a7fe639ebeeedda1cf38a1dac983a332dc1.tar.bz2 historical-685f2a7fe639ebeeedda1cf38a1dac983a332dc1.zip |
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/XML-LibXSLT')
-rw-r--r-- | dev-perl/XML-LibXSLT/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/XML-LibXSLT/XML-LibXSLT-1.700.0.ebuild | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/XML-LibXSLT/ChangeLog b/dev-perl/XML-LibXSLT/ChangeLog index 31691bc56559..df0a319ed96c 100644 --- a/dev-perl/XML-LibXSLT/ChangeLog +++ b/dev-perl/XML-LibXSLT/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/XML-LibXSLT -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/ChangeLog,v 1.71 2010/03/28 07:40:28 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/ChangeLog,v 1.72 2011/08/28 06:36:17 tove Exp $ + +*XML-LibXSLT-1.700.0 (28 Aug 2011) + + 28 Aug 2011; Torsten Veller <tove@gentoo.org> +XML-LibXSLT-1.700.0.ebuild: + Change version scheme 28 Mar 2010; Torsten Veller <tove@gentoo.org> -XML-LibXSLT-1.62.ebuild, -XML-LibXSLT-1.66.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 new file mode 100644 index 000000000000..dc1cf75a5b2b --- /dev/null +++ b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.700.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 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.1 2011/08/28 06:36:17 tove 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 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~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" |