diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-28 09:55:56 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-28 09:55:56 +0000 |
commit | d4489d9a47125d1363313b46da3998cdc9eba472 (patch) | |
tree | 2bd8b02a25bc7c9558ec407337a7116d97228422 | |
parent | Mask USE=introspection on Darwin, g-ir-tool it has a long way to go before wo... (diff) | |
download | gentoo-2-d4489d9a47125d1363313b46da3998cdc9eba472.tar.gz gentoo-2-d4489d9a47125d1363313b46da3998cdc9eba472.tar.bz2 gentoo-2-d4489d9a47125d1363313b46da3998cdc9eba472.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
-rw-r--r-- | dev-perl/XML-Filter-BufferText/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/XML-Filter-BufferText/XML-Filter-BufferText-1.10.0.ebuild | 20 |
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-perl/XML-Filter-BufferText/ChangeLog b/dev-perl/XML-Filter-BufferText/ChangeLog index 96c7bba62622..38d45899d091 100644 --- a/dev-perl/XML-Filter-BufferText/ChangeLog +++ b/dev-perl/XML-Filter-BufferText/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/XML-Filter-BufferText -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Filter-BufferText/ChangeLog,v 1.22 2010/01/21 13:12:41 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Filter-BufferText/ChangeLog,v 1.23 2011/08/28 09:55:56 tove Exp $ + +*XML-Filter-BufferText-1.10.0 (28 Aug 2011) + + 28 Aug 2011; Torsten Veller <tove@gentoo.org> + +XML-Filter-BufferText-1.10.0.ebuild: + Change version scheme 21 Jan 2010; Torsten Veller <tove@gentoo.org> XML-Filter-BufferText-1.01.ebuild: diff --git a/dev-perl/XML-Filter-BufferText/XML-Filter-BufferText-1.10.0.ebuild b/dev-perl/XML-Filter-BufferText/XML-Filter-BufferText-1.10.0.ebuild new file mode 100644 index 000000000000..57842395a7a2 --- /dev/null +++ b/dev-perl/XML-Filter-BufferText/XML-Filter-BufferText-1.10.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Filter-BufferText/XML-Filter-BufferText-1.10.0.ebuild,v 1.1 2011/08/28 09:55:56 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=RBERJON +MODULE_VERSION=1.01 +inherit perl-module + +DESCRIPTION="Filter to put all characters() in one event" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +RDEPEND=">=dev-perl/XML-SAX-0.12" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |