diff options
author | Torsten Veller <tove@gentoo.org> | 2010-10-20 07:27:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-10-20 07:27:07 +0000 |
commit | c56e54a04ad0cfcac6da244f72e01c3596523a35 (patch) | |
tree | 2824145fba39b66088b6b6c740bd1c48e7a939f9 /dev-perl/Schedule-At | |
parent | Cleanup (diff) | |
download | gentoo-2-c56e54a04ad0cfcac6da244f72e01c3596523a35.tar.gz gentoo-2-c56e54a04ad0cfcac6da244f72e01c3596523a35.tar.bz2 gentoo-2-c56e54a04ad0cfcac6da244f72e01c3596523a35.zip |
Cleanup
(Portage version: 2.2_rc98/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.06.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/Schedule-At/Schedule-At-1.09.ebuild | 19 |
3 files changed, 5 insertions, 39 deletions
diff --git a/dev-perl/Schedule-At/ChangeLog b/dev-perl/Schedule-At/ChangeLog index fd9743d2816f..ffefddf2e994 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Schedule-At/ChangeLog,v 1.21 2010/06/21 20:23:11 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Schedule-At/ChangeLog,v 1.22 2010/10/20 07:27:07 tove Exp $ + + 20 Oct 2010; Torsten Veller <tove@gentoo.org> -Schedule-At-1.06.ebuild, + -Schedule-At-1.09.ebuild: + Cleanup 21 Jun 2010; Raúl Porcel <armin76@gentoo.org> Schedule-At-1.10.ebuild: ia64/sparc stable wrt #323529 diff --git a/dev-perl/Schedule-At/Schedule-At-1.06.ebuild b/dev-perl/Schedule-At/Schedule-At-1.06.ebuild deleted file mode 100644 index 6150c47e44d5..000000000000 --- a/dev-perl/Schedule-At/Schedule-At-1.06.ebuild +++ /dev/null @@ -1,19 +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/Schedule-At/Schedule-At-1.06.ebuild,v 1.9 2007/03/05 12:25:03 ticho Exp $ - -inherit perl-module - -DESCRIPTION="OS independent interface to the Unix 'at' command" -SRC_URI="mirror://cpan/authors/id/J/JO/JOSERODR/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/dist/Schedule-At/" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="amd64 ia64 sparc x86" -IUSE="" - -#SRC_TEST="do" - -DEPEND="sys-process/at - dev-lang/perl" diff --git a/dev-perl/Schedule-At/Schedule-At-1.09.ebuild b/dev-perl/Schedule-At/Schedule-At-1.09.ebuild deleted file mode 100644 index 5ad7e1ad4b9c..000000000000 --- a/dev-perl/Schedule-At/Schedule-At-1.09.ebuild +++ /dev/null @@ -1,19 +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/Schedule-At/Schedule-At-1.09.ebuild,v 1.1 2009/12/16 19:17:13 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=JOSERODR -inherit perl-module - -DESCRIPTION="OS independent interface to the Unix 'at' command" - -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~sparc ~x86" -IUSE="" - -#SRC_TEST="do" - -RDEPEND="sys-process/at" -DEPEND="${RDEPEND}" |