summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/emount/ChangeLog3
-rw-r--r--sys-fs/emount/emount-2.8.ebuild2
-rw-r--r--sys-fs/squashmount/ChangeLog3
-rw-r--r--sys-fs/squashmount/Manifest2
-rw-r--r--sys-fs/squashmount/squashmount-8.7.1.ebuild (renamed from sys-fs/squashmount/squashmount-8.7.ebuild)16
5 files changed, 16 insertions, 10 deletions
diff --git a/sys-fs/emount/ChangeLog b/sys-fs/emount/ChangeLog
index d6d26b5c..a9d5f3b4 100644
--- a/sys-fs/emount/ChangeLog
+++ b/sys-fs/emount/ChangeLog
@@ -4,6 +4,9 @@
*emount-2.8 (21 Nov 2013)
+ 13 Sep 2014; Martin Väth <martin@mvath.de>:
+ More precise perl deps
+
06 Jul 2014; Martin Väth <martin@mvath.de>:
New style github tarball
diff --git a/sys-fs/emount/emount-2.8.ebuild b/sys-fs/emount/emount-2.8.ebuild
index 249205b8..151d33eb 100644
--- a/sys-fs/emount/emount-2.8.ebuild
+++ b/sys-fs/emount/emount-2.8.ebuild
@@ -17,7 +17,7 @@ IUSE=""
RDEPEND="dev-lang/perl
sys-fs/cryptsetup
- virtual/perl-Getopt-Long"
+ || ( >=dev-lang/perl-5.6.1 >=virtual/perl-Getopt-Long-2.24 )"
src_prepare() {
epatch_user
diff --git a/sys-fs/squashmount/ChangeLog b/sys-fs/squashmount/ChangeLog
index 9055d0fe..89387c63 100644
--- a/sys-fs/squashmount/ChangeLog
+++ b/sys-fs/squashmount/ChangeLog
@@ -4,6 +4,9 @@
*squashmount-8.7 (29 Aug 2014)
+ 13 Sep 2014; Martin Väth <martin@mvath.de>:
+ More precise perl deps
+
20 Aug 2014; Martin Väth <martin@mvath.de>:
Version bump, remove old ebuilds. Remove IUSE=examples.d. Add find_cruft.d
diff --git a/sys-fs/squashmount/Manifest b/sys-fs/squashmount/Manifest
index fef3389e..3f83d744 100644
--- a/sys-fs/squashmount/Manifest
+++ b/sys-fs/squashmount/Manifest
@@ -1 +1 @@
-DIST squashmount-8.7.tar.gz 52125 SHA256 95a804443f8de8a98c907bd62f2a124031a6eafb6a738fa860877aa13bd608ff SHA512 b5f0873201b39ff08d98f794416875eb6f4fc13f71a99c4b36aca4c54847c23f4d1d95dafdf9d807f895f9877c6a9ccae08387d3e1df6c4f0bb74c37754cf2bb WHIRLPOOL 99e99a5b0c3e99c8ae2244ad92098c60cf61bb0af361358b21501a070c6ac2d29ee1d178f58972f3463d7223f1778ed07f1cf0470113f3ccbaa019386e73bcec
+DIST squashmount-v8.7.1.tar.gz 52240 SHA256 bdc0f90b6947ef26e0881797681b7fce79b9786ab9f711172779addf988bea4e SHA512 b0ef3b76abb6210d7e7c76b6a6c48dbc56a5a4f11d76f19933415d90ba9a0215690d131714e755f57cc5070543811ee165580a6283b5765c954533d38cfbbc2a WHIRLPOOL e3915b8fa0bbb153f270f4a8d505574a3f81a7a4bf7c7b26e5f60b27a196b6e3ebb64105bbe3a92d363bf0f00cf99c8f87abfe368402fa461ee97a1484b78503
diff --git a/sys-fs/squashmount/squashmount-8.7.ebuild b/sys-fs/squashmount/squashmount-8.7.1.ebuild
index 737a688f..1a7ec7c4 100644
--- a/sys-fs/squashmount/squashmount-8.7.ebuild
+++ b/sys-fs/squashmount/squashmount-8.7.1.ebuild
@@ -9,7 +9,7 @@ inherit eutils readme.gentoo systemd
DESCRIPTION="Keep directories compressed with squashfs. Useful for portage tree, texmf-dist"
HOMEPAGE="http://forums.gentoo.org/viewtopic-t-465367.html
https://github.com/vaeth/squashmount/"
-SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${PN}-v${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
@@ -17,14 +17,15 @@ KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND=">=app-shells/runtitle-2.3
- dev-lang/perl
+ >=dev-lang/perl-5.12
|| ( dev-perl/File-Which sys-apps/which )
- virtual/perl-File-Path
- virtual/perl-File-Spec
- virtual/perl-File-Temp
- virtual/perl-Getopt-Long
sys-fs/squashfs-tools
!<sys-fs/unionfs-fuse-0.25"
+# || ( >=dev-lang/perl-5.10.1 >=virtual/perl-File-Path-2.6.5 )
+# || ( >=dev-lang/perl-5.4.5 virtual/perl-File-Spec )
+# || ( >=dev-lang/perl-5.10.1 >=virtual/perl-File-Temp-0.19 )
+# || ( >=dev-lang/perl-5.6.1 >=virtual/perl-Getopt-Long-2.24 )
+# || ( >=dev-lang/perl-5.9.3 virtual/perl-IO-Compress )
DEPEND=""
DISABLE_AUTOFORMATTING="true"
@@ -57,8 +58,7 @@ src_install() {
pkg_postinst() {
optfeature "status bar support" 'app-shells/runtitle'
optfeature "improved compatibility and security" 'dev-perl/File-Which'
- optfeature "colored output" 'virtual/perl-Term-ANSIColor'
- optfeature "using ? or ?? attributes" 'virtual/perl-IO-Compress'
+ optfeature "colored output" '>=dev-lang/perl-5.14' 'virtual/perl-Term-ANSIColor'
case " ${REPLACING_VERSIONS}" in
' '[0-9][0-9]*|' '[3-9]*|' '2.[0-9][0-9]*|' '2.[7-9]*)
:;;