diff options
author | Torsten Veller <tove@gentoo.org> | 2008-09-15 19:32:57 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-09-15 19:32:57 +0000 |
commit | 3f3c82edaf6f5ad7d60788838254600c28e74dd0 (patch) | |
tree | 137ed8eaa15ef26c57ec7f5f92333ce8413a44ee /dev-perl/Text-WikiFormat | |
parent | stable ppc, bug 237770 (diff) | |
download | gentoo-2-3f3c82edaf6f5ad7d60788838254600c28e74dd0.tar.gz gentoo-2-3f3c82edaf6f5ad7d60788838254600c28e74dd0.tar.bz2 gentoo-2-3f3c82edaf6f5ad7d60788838254600c28e74dd0.zip |
Cleanup
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/Text-WikiFormat')
-rw-r--r-- | dev-perl/Text-WikiFormat/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Text-WikiFormat/Text-WikiFormat-0.76.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/Text-WikiFormat/Text-WikiFormat-0.77.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/Text-WikiFormat/Text-WikiFormat-0.78.ebuild | 21 |
4 files changed, 7 insertions, 65 deletions
diff --git a/dev-perl/Text-WikiFormat/ChangeLog b/dev-perl/Text-WikiFormat/ChangeLog index da34ecc1c0c3..dc2bd7cf0fb9 100644 --- a/dev-perl/Text-WikiFormat/ChangeLog +++ b/dev-perl/Text-WikiFormat/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Text-WikiFormat -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/ChangeLog,v 1.23 2007/11/10 14:58:42 drac Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/ChangeLog,v 1.24 2008/09/15 19:32:57 tove Exp $ + + 15 Sep 2008; Torsten Veller <tove@gentoo.org> + -Text-WikiFormat-0.76.ebuild, -Text-WikiFormat-0.77.ebuild, + -Text-WikiFormat-0.78.ebuild: + Cleanup 10 Nov 2007; Samuli Suominen <drac@gentoo.org> Text-WikiFormat-0.79.ebuild: diff --git a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.76.ebuild b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.76.ebuild deleted file mode 100644 index b8e641ec0c73..000000000000 --- a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.76.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/Text-WikiFormat-0.76.ebuild,v 1.12 2007/07/10 23:33:26 mr_bones_ Exp $ - -inherit perl-module - -DESCRIPTION="Translate Wiki formatted text into other formats" -SRC_URI="mirror://cpan/authors/id/C/CH/CHROMATIC/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~chromatic/${P}/" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="amd64 ~ppc sparc x86" - -DEPEND="dev-perl/URI - virtual/perl-Scalar-List-Utils - >=dev-perl/module-build-0.28 - dev-lang/perl" -IUSE="" - -SRC_TEST="do" diff --git a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.77.ebuild b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.77.ebuild deleted file mode 100644 index 40b711012545..000000000000 --- a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.77.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/Text-WikiFormat-0.77.ebuild,v 1.11 2007/07/10 23:33:26 mr_bones_ Exp $ - -inherit perl-module - -DESCRIPTION="Translate Wiki formatted text into other formats" -SRC_URI="mirror://cpan/authors/id/C/CH/CHROMATIC/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~chromatic/${P}/" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="amd64 ia64 ~ppc sparc ~x86" - -DEPEND="dev-perl/URI - virtual/perl-Scalar-List-Utils - >=dev-perl/module-build-0.28 - dev-lang/perl" -IUSE="" - -SRC_TEST="do" diff --git a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.78.ebuild b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.78.ebuild deleted file mode 100644 index fb6b7a0ac9b2..000000000000 --- a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.78.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/Text-WikiFormat-0.78.ebuild,v 1.8 2007/07/10 23:33:26 mr_bones_ Exp $ - -inherit perl-module - -DESCRIPTION="Translate Wiki formatted text into other formats" -SRC_URI="mirror://cpan/authors/id/C/CH/CHROMATIC/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~chromatic/${P}/" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="amd64 ia64 ~ppc sparc x86" - -DEPEND="dev-perl/URI - virtual/perl-Scalar-List-Utils - >=dev-perl/module-build-0.28 - dev-lang/perl" -IUSE="" - -SRC_TEST="do" |