diff options
author | Torsten Veller <tove@gentoo.org> | 2013-01-06 14:51:20 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2013-01-06 14:51:20 +0000 |
commit | d0bfb8ec46efbe18de20b39c1f99a9db0d30a919 (patch) | |
tree | b346dcf90ed1c4ba3456473dbfd222fc5049238f /dev-perl/Text-WikiFormat | |
parent | Cleanup (diff) | |
download | gentoo-2-d0bfb8ec46efbe18de20b39c1f99a9db0d30a919.tar.gz gentoo-2-d0bfb8ec46efbe18de20b39c1f99a9db0d30a919.tar.bz2 gentoo-2-d0bfb8ec46efbe18de20b39c1f99a9db0d30a919.zip |
Cleanup
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl/Text-WikiFormat')
-rw-r--r-- | dev-perl/Text-WikiFormat/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Text-WikiFormat/Text-WikiFormat-0.790.0.ebuild | 22 |
2 files changed, 6 insertions, 24 deletions
diff --git a/dev-perl/Text-WikiFormat/ChangeLog b/dev-perl/Text-WikiFormat/ChangeLog index 31771e5839b8..5f66f430c2d4 100644 --- a/dev-perl/Text-WikiFormat/ChangeLog +++ b/dev-perl/Text-WikiFormat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-WikiFormat -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/ChangeLog,v 1.34 2012/10/14 18:44:59 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/ChangeLog,v 1.35 2013/01/06 14:51:20 tove Exp $ + + 06 Jan 2013; Torsten Veller <tove@gentoo.org> + -Text-WikiFormat-0.790.0.ebuild: + Cleanup 14 Oct 2012; Raúl Porcel <armin76@gentoo.org> Text-WikiFormat-0.790.0.ebuild, Text-WikiFormat-0.800.0.ebuild: diff --git a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.790.0.ebuild b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.790.0.ebuild deleted file mode 100644 index ea99cacb06d0..000000000000 --- a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.790.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/Text-WikiFormat/Text-WikiFormat-0.790.0.ebuild,v 1.3 2012/10/14 18:44:59 armin76 Exp $ - -EAPI=4 - -MODULE_AUTHOR=CHROMATIC -MODULE_VERSION=0.79 -inherit perl-module - -DESCRIPTION="Translate Wiki formatted text into other formats" - -SLOT="0" -KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" -IUSE="" - -RDEPEND="dev-perl/URI - virtual/perl-Scalar-List-Utils" -DEPEND="${RDEPEND} - >=virtual/perl-Module-Build-0.28" - -SRC_TEST="do" |