diff options
author | Torsten Veller <tove@gentoo.org> | 2012-03-31 07:11:44 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-03-31 07:11:44 +0000 |
commit | 6e1b2c7a7cc26b9b125c400b739848a498ff06f2 (patch) | |
tree | 8d28f8b56bcc938d17827eef60133cabdeae7274 /dev-perl/HTTP-Server-Simple-Mason | |
parent | Cleanup (diff) | |
download | gentoo-2-6e1b2c7a7cc26b9b125c400b739848a498ff06f2.tar.gz gentoo-2-6e1b2c7a7cc26b9b125c400b739848a498ff06f2.tar.bz2 gentoo-2-6e1b2c7a7cc26b9b125c400b739848a498ff06f2.zip |
Cleanup
(Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/HTTP-Server-Simple-Mason')
-rw-r--r-- | dev-perl/HTTP-Server-Simple-Mason/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.12.ebuild | 23 |
2 files changed, 5 insertions, 24 deletions
diff --git a/dev-perl/HTTP-Server-Simple-Mason/ChangeLog b/dev-perl/HTTP-Server-Simple-Mason/ChangeLog index e791d9c4fb45..5da9a8a0977e 100644 --- a/dev-perl/HTTP-Server-Simple-Mason/ChangeLog +++ b/dev-perl/HTTP-Server-Simple-Mason/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/HTTP-Server-Simple-Mason # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Server-Simple-Mason/ChangeLog,v 1.22 2012/03/08 15:27:56 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Server-Simple-Mason/ChangeLog,v 1.23 2012/03/31 07:11:44 tove Exp $ + + 31 Mar 2012; Torsten Veller <tove@gentoo.org> + -HTTP-Server-Simple-Mason-0.12.ebuild: + Cleanup 08 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> HTTP-Server-Simple-Mason-0.140.0.ebuild: diff --git a/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.12.ebuild b/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.12.ebuild deleted file mode 100644 index a0f48c173cd7..000000000000 --- a/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.12.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.12.ebuild,v 1.3 2009/09/18 18:29:26 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=JESSE -inherit perl-module - -DESCRIPTION="An abstract baseclass for a standalone mason server" - -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -DEPEND="dev-perl/Hook-LexWrap - dev-perl/URI - dev-perl/libwww-perl - >=dev-perl/HTML-Mason-1.25 - >=dev-perl/HTTP-Server-Simple-0.04" -RDEPEND="${DEPEND}" - -SRC_TEST="do" |