diff options
author | Torsten Veller <tove@gentoo.org> | 2011-01-14 17:21:34 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-01-14 17:21:34 +0000 |
commit | 2fcba4362c4dd14eb2f953f06a3230269a2a9781 (patch) | |
tree | 7f338b3be65f37c25b5f052f12e14aa3e02be018 /dev-perl/HTTP-Server-Simple-Mason | |
parent | Cleanup (diff) | |
download | gentoo-2-2fcba4362c4dd14eb2f953f06a3230269a2a9781.tar.gz gentoo-2-2fcba4362c4dd14eb2f953f06a3230269a2a9781.tar.bz2 gentoo-2-2fcba4362c4dd14eb2f953f06a3230269a2a9781.zip |
Cleanup
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/HTTP-Server-Simple-Mason')
-rw-r--r-- | dev-perl/HTTP-Server-Simple-Mason/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.13.ebuild | 23 |
2 files changed, 6 insertions, 25 deletions
diff --git a/dev-perl/HTTP-Server-Simple-Mason/ChangeLog b/dev-perl/HTTP-Server-Simple-Mason/ChangeLog index c75ac5f4ab43..696b174c4d5c 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Server-Simple-Mason/ChangeLog,v 1.17 2010/09/09 05:43:21 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Server-Simple-Mason/ChangeLog,v 1.18 2011/01/14 17:21:34 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> + -HTTP-Server-Simple-Mason-0.13.ebuild: + Cleanup *HTTP-Server-Simple-Mason-0.14 (09 Sep 2010) diff --git a/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.13.ebuild b/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.13.ebuild deleted file mode 100644 index 0a5038aa7215..000000000000 --- a/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.13.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.13.ebuild,v 1.1 2009/10/12 13:23:02 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" |