diff options
author | Torsten Veller <tove@gentoo.org> | 2010-01-21 13:12:41 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-01-21 13:12:41 +0000 |
commit | 6d3d685ba13e54f07b0e28038e27d2830b878e73 (patch) | |
tree | f40e1d83edc16d4040f303b65524836cc7cbb431 /dev-perl/XML-Filter-BufferText | |
parent | Ebuild maintenance. EAPI=2. mips -> ~mips. Fix LICENSE: more "as-is" than "Ar... (diff) | |
download | gentoo-2-6d3d685ba13e54f07b0e28038e27d2830b878e73.tar.gz gentoo-2-6d3d685ba13e54f07b0e28038e27d2830b878e73.tar.bz2 gentoo-2-6d3d685ba13e54f07b0e28038e27d2830b878e73.zip |
Ebuild maintenance. EAPI=2. Fix LICENSE. mips -> ~mips
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/XML-Filter-BufferText')
-rw-r--r-- | dev-perl/XML-Filter-BufferText/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/XML-Filter-BufferText/XML-Filter-BufferText-1.01.ebuild | 14 |
2 files changed, 12 insertions, 8 deletions
diff --git a/dev-perl/XML-Filter-BufferText/ChangeLog b/dev-perl/XML-Filter-BufferText/ChangeLog index a2675aaa798f..96c7bba62622 100644 --- a/dev-perl/XML-Filter-BufferText/ChangeLog +++ b/dev-perl/XML-Filter-BufferText/ChangeLog @@ -1,6 +1,10 @@ # 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.21 2010/01/14 16:40:32 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Filter-BufferText/ChangeLog,v 1.22 2010/01/21 13:12:41 tove Exp $ + + 21 Jan 2010; Torsten Veller <tove@gentoo.org> + XML-Filter-BufferText-1.01.ebuild: + Ebuild maintenance. EAPI=2. Fix LICENSE. mips -> ~mips 14 Jan 2010; Fabian Groffen <grobian@gentoo.org> XML-Filter-BufferText-1.01.ebuild: diff --git a/dev-perl/XML-Filter-BufferText/XML-Filter-BufferText-1.01.ebuild b/dev-perl/XML-Filter-BufferText/XML-Filter-BufferText-1.01.ebuild index f511c4123e48..17cf04173399 100644 --- a/dev-perl/XML-Filter-BufferText/XML-Filter-BufferText-1.01.ebuild +++ b/dev-perl/XML-Filter-BufferText/XML-Filter-BufferText-1.01.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2010 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.01.ebuild,v 1.24 2010/01/14 16:40:32 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Filter-BufferText/XML-Filter-BufferText-1.01.ebuild,v 1.25 2010/01/21 13:12:41 tove Exp $ +EAPI=2 + +MODULE_AUTHOR=RBERJON inherit perl-module DESCRIPTION="Filter to put all characters() in one event" -HOMEPAGE="http://search.cpan.org/~rberjon/" -SRC_URI="mirror://cpan/authors/id/R/RB/RBERJON/${P}.tar.gz" -LICENSE="Artistic" 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" +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="" -DEPEND=">=dev-perl/XML-SAX-0.12 - dev-lang/perl" +RDEPEND=">=dev-perl/XML-SAX-0.12" +DEPEND="${RDEPEND}" SRC_TEST="do" |