diff options
author | 2011-01-12 16:44:10 +0000 | |
---|---|---|
committer | 2011-01-12 16:44:10 +0000 | |
commit | 47eadb7ca1bb9a3241dcaf150a7aae6c66041ab8 (patch) | |
tree | 54b4077590f353ded91b5b56b6046e6193631e19 /dev-perl/Schedule-At/Schedule-At-1.110.ebuild | |
parent | Update dependency on eselect-rails to a version that understands Rails 3.x. T... (diff) | |
download | historical-47eadb7ca1bb9a3241dcaf150a7aae6c66041ab8.tar.gz historical-47eadb7ca1bb9a3241dcaf150a7aae6c66041ab8.tar.bz2 historical-47eadb7ca1bb9a3241dcaf150a7aae6c66041ab8.zip |
Version bump
Package-Manager: portage-2.2.0_alpha14/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Schedule-At/Schedule-At-1.110.ebuild')
-rw-r--r-- | dev-perl/Schedule-At/Schedule-At-1.110.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Schedule-At/Schedule-At-1.110.ebuild b/dev-perl/Schedule-At/Schedule-At-1.110.ebuild new file mode 100644 index 000000000000..cc7a78120764 --- /dev/null +++ b/dev-perl/Schedule-At/Schedule-At-1.110.ebuild @@ -0,0 +1,20 @@ +# 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" |