summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2014-07-20 19:55:48 +0200
committerMartin Väth <martin@mvath.de>2015-10-11 10:49:11 +0200
commitcd64251275279ed958f3b0e7da9de0c3da261f86 (patch)
treee468d5b8cc8f672f7fa66f935ca59d483a1303b0 /sys-apps/schedule
parentBump trickyfetch, noscript (diff)
downloadmv-cd64251275279ed958f3b0e7da9de0c3da261f86.tar.gz
mv-cd64251275279ed958f3b0e7da9de0c3da261f86.tar.bz2
mv-cd64251275279ed958f3b0e7da9de0c3da261f86.zip
schedule: list all dependencies
Diffstat (limited to 'sys-apps/schedule')
-rw-r--r--sys-apps/schedule/ChangeLog17
-rw-r--r--sys-apps/schedule/schedule-0.8.ebuild7
2 files changed, 16 insertions, 8 deletions
diff --git a/sys-apps/schedule/ChangeLog b/sys-apps/schedule/ChangeLog
index 1102f388..fba3c96b 100644
--- a/sys-apps/schedule/ChangeLog
+++ b/sys-apps/schedule/ChangeLog
@@ -4,35 +4,38 @@
*starter-0.8 (19 Jul 2014)
+ 20 Jul 2014; Martin Väth <martin@mvath.de>:
+ List all dependencies
+
19 Jul 2014; Martin Väth <martin@mvath.de>:
- Version bump, remove old ebuild.
+ Version bump, remove old ebuild
*starter-0.7 (18 Jul 2014)
18 Jul 2014; Martin Väth <martin@mvath.de>:
- Version bump, remove old ebuild.
+ Version bump, remove old ebuild
*starter-0.6 (17 Jul 2014)
17 Jul 2014; Martin Väth <martin@mvath.de>:
- Version bump, remove old ebuild.
+ Version bump, remove old ebuild
*starter-0.5 (16 Jul 2014)
16 Jul 2014; Martin Väth <martin@mvath.de>:
- Version bump, remove old ebuild.
+ Version bump, remove old ebuild
*starter-0.4 (15 Jul 2014)
15 Jul 2014; Martin Väth <martin@mvath.de>:
- Version bump, remove old ebuild.
+ Version bump, remove old ebuild
*starter-0.3 (14 Jul 2014)
14 Jul 2014; Martin Väth <martin@mvath.de>:
- Version bump, remove old ebuild.
+ Version bump, remove old ebuild
*starter-0.1 (13 Jul 2014)
13 Jul 2014; Martin Väth <martin@mvath.de>:
- New ebuild from scratch.
+ New ebuild from scratch
diff --git a/sys-apps/schedule/schedule-0.8.ebuild b/sys-apps/schedule/schedule-0.8.ebuild
index be8942bb..83f0c3d3 100644
--- a/sys-apps/schedule/schedule-0.8.ebuild
+++ b/sys-apps/schedule/schedule-0.8.ebuild
@@ -14,7 +14,12 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND="dev-lang/perl"
+RDEPEND="dev-lang/perl
+ virtual/perl-File-Path
+ virtual/perl-File-Spec
+ virtual/perl-Getopt-Long
+ >=virtual/perl-IO-1.280.0"
+# Smaller versions of perl-IO are untested and therefore not recommended
DEPEND=""
src_prepare() {