summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-01-31 17:56:02 +0000
committerTorsten Veller <tove@gentoo.org>2012-01-31 17:56:02 +0000
commit57756b7f794e9672058983f528f43dcf84fd5b66 (patch)
treea30110b9f4cb63101592accc35301f0756c95048 /dev-perl/Schedule-At
parent[bump] dev-perl/Parse-RecDescent-1.967.3 (diff)
downloadgentoo-2-57756b7f794e9672058983f528f43dcf84fd5b66.tar.gz
gentoo-2-57756b7f794e9672058983f528f43dcf84fd5b66.tar.bz2
gentoo-2-57756b7f794e9672058983f528f43dcf84fd5b66.zip
[bump] dev-perl/Schedule-At-1.140.0
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Schedule-At')
-rw-r--r--dev-perl/Schedule-At/ChangeLog9
-rw-r--r--dev-perl/Schedule-At/Schedule-At-1.140.0.ebuild20
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-perl/Schedule-At/ChangeLog b/dev-perl/Schedule-At/ChangeLog
index 477c1f9114c9..221cd7ae579f 100644
--- a/dev-perl/Schedule-At/ChangeLog
+++ b/dev-perl/Schedule-At/ChangeLog
@@ -1,6 +1,11 @@
# 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.26 2011/07/29 17:05:15 tove Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Schedule-At/ChangeLog,v 1.27 2012/01/31 17:56:02 tove Exp $
+
+*Schedule-At-1.140.0 (31 Jan 2012)
+
+ 31 Jan 2012; Torsten Veller <tove@gentoo.org> +Schedule-At-1.140.0.ebuild:
+ Version bump
29 Jul 2011; Torsten Veller <tove@gentoo.org> -Schedule-At-1.110.ebuild,
-Schedule-At-1.120.0.ebuild:
diff --git a/dev-perl/Schedule-At/Schedule-At-1.140.0.ebuild b/dev-perl/Schedule-At/Schedule-At-1.140.0.ebuild
new file mode 100644
index 000000000000..55f395d2cd68
--- /dev/null
+++ b/dev-perl/Schedule-At/Schedule-At-1.140.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2012 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.140.0.ebuild,v 1.1 2012/01/31 17:56:02 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=JOSERODR
+MODULE_VERSION=1.14
+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"