diff options
author | Martin Väth <martin@mvath.de> | 2012-04-28 00:04:21 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2015-10-11 10:47:47 +0200 |
commit | 1d506239fd187281fc7377195729aafeeba652ca (patch) | |
tree | 25754d97dac56c19627f2a54148955d29395ae16 /sys-fs/squash_dir | |
parent | Bump noscript (diff) | |
download | mv-1d506239fd187281fc7377195729aafeeba652ca.tar.gz mv-1d506239fd187281fc7377195729aafeeba652ca.tar.bz2 mv-1d506239fd187281fc7377195729aafeeba652ca.zip |
Bump squash_dir
Diffstat (limited to 'sys-fs/squash_dir')
-rw-r--r-- | sys-fs/squash_dir/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/squash_dir/Manifest | 2 | ||||
-rw-r--r-- | sys-fs/squash_dir/squash_dir-11.8.ebuild (renamed from sys-fs/squash_dir/squash_dir-11.7.ebuild) | 7 |
3 files changed, 13 insertions, 1 deletions
diff --git a/sys-fs/squash_dir/ChangeLog b/sys-fs/squash_dir/ChangeLog index d6c70c0e..2197951a 100644 --- a/sys-fs/squash_dir/ChangeLog +++ b/sys-fs/squash_dir/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header $ +*squash_dir-11.8 (27 Apr 2012) + + 27 Apr 2012; Martin Väth <martin@mvath.de> + Version bump, remove old ebuild. Check for possibly obsolete /etc/mtab.lock + *squash_dir-11.7 (08 Apr 2012) 15 Apr 2012; Martin Väth <martin@mvath.de> diff --git a/sys-fs/squash_dir/Manifest b/sys-fs/squash_dir/Manifest index 56d5decd..268aae98 100644 --- a/sys-fs/squash_dir/Manifest +++ b/sys-fs/squash_dir/Manifest @@ -1 +1 @@ -DIST squash_dir-11.7.tar.gz 25820 RMD160 9649beb83501148ac9189971dbef1cf243fc97ad SHA1 d815dd555173d4263bcf2853d936f085a38a2d53 SHA256 2d4c57e619bce29a67ae3f8fcfa77e04eb4f758aed662e98e15c1ec498f2d39f +DIST squash_dir-11.8.tar.gz 25849 RMD160 223f3456d5e7ff06d4424f4e33dbc69c05cc4c0f SHA1 cf58503cc86a5846994b87bea53849b7f4067770 SHA256 eb6f1055c343116d9e12e2190b4e360c541ca24508802f4da5fa1035013d98d8 diff --git a/sys-fs/squash_dir/squash_dir-11.7.ebuild b/sys-fs/squash_dir/squash_dir-11.8.ebuild index c36aac09..e853960d 100644 --- a/sys-fs/squash_dir/squash_dir-11.7.ebuild +++ b/sys-fs/squash_dir/squash_dir-11.8.ebuild @@ -39,6 +39,13 @@ src_configure() { check_for_obsolete() { local a + a="/etc/mtab.lock" + if test -p '/etc/mtab' && test -e "${a}" + then ewarn + ewarn "${a} is probably left from a previous install and now obsolete." + ewarn "You probably want to remove it." + ewarn + fi a="${EPREFIX}/etc/portage/env/sys-fs/squashfs-tools" test -e "${a}" && grep -q "squash_dir's hack" "${a}" || return 0 ewarn "You probably had installed ${PN} with USE=hack-squash-utils" |