diff options
author | Torsten Veller <tove@gentoo.org> | 2011-07-29 17:05:15 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-07-29 17:05:15 +0000 |
commit | 915ffe7ec05652d98b29a5ee370a5f3bdcf47fd9 (patch) | |
tree | 02319ba766fab953aa09461623eca891f52a2891 /dev-perl/Schedule-At | |
parent | Fix clashing MD5 symbols (reported at upstream sf.net project page) (diff) | |
download | gentoo-2-915ffe7ec05652d98b29a5ee370a5f3bdcf47fd9.tar.gz gentoo-2-915ffe7ec05652d98b29a5ee370a5f3bdcf47fd9.tar.bz2 gentoo-2-915ffe7ec05652d98b29a5ee370a5f3bdcf47fd9.zip |
Cleanup
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Schedule-At')
-rw-r--r-- | dev-perl/Schedule-At/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Schedule-At/Schedule-At-1.110.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/Schedule-At/Schedule-At-1.120.0.ebuild | 20 |
3 files changed, 5 insertions, 41 deletions
diff --git a/dev-perl/Schedule-At/ChangeLog b/dev-perl/Schedule-At/ChangeLog index 99be954ef930..477c1f9114c9 100644 --- a/dev-perl/Schedule-At/ChangeLog +++ b/dev-perl/Schedule-At/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Schedule-At # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Schedule-At/ChangeLog,v 1.25 2011/06/23 09:23:27 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Schedule-At/ChangeLog,v 1.26 2011/07/29 17:05:15 tove Exp $ + + 29 Jul 2011; Torsten Veller <tove@gentoo.org> -Schedule-At-1.110.ebuild, + -Schedule-At-1.120.0.ebuild: + Cleanup *Schedule-At-1.130.0 (23 Jun 2011) diff --git a/dev-perl/Schedule-At/Schedule-At-1.110.ebuild b/dev-perl/Schedule-At/Schedule-At-1.110.ebuild deleted file mode 100644 index cc7a78120764..000000000000 --- a/dev-perl/Schedule-At/Schedule-At-1.110.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Schedule-At/Schedule-At-1.110.ebuild,v 1.1 2011/01/12 16:35:38 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=JOSERODR -MODULE_VERSION=1.11 -inherit perl-module - -DESCRIPTION="OS independent interface to the Unix 'at' command" - -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~sparc ~x86" -IUSE="" - -RDEPEND="sys-process/at" -DEPEND="${RDEPEND}" - -#SRC_TEST="do" diff --git a/dev-perl/Schedule-At/Schedule-At-1.120.0.ebuild b/dev-perl/Schedule-At/Schedule-At-1.120.0.ebuild deleted file mode 100644 index e36d6d9b667a..000000000000 --- a/dev-perl/Schedule-At/Schedule-At-1.120.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Schedule-At/Schedule-At-1.120.0.ebuild,v 1.1 2011/05/26 14:20:51 tove Exp $ - -EAPI=4 - -MODULE_AUTHOR=JOSERODR -MODULE_VERSION=1.12 -inherit perl-module - -DESCRIPTION="OS independent interface to the Unix 'at' command" - -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~sparc ~x86" -IUSE="" - -RDEPEND="sys-process/at" -DEPEND="${RDEPEND}" - -#SRC_TEST="do" |