diff options
author | 2013-11-21 21:08:47 +0100 | |
---|---|---|
committer | 2015-10-11 10:49:04 +0200 | |
commit | da891b2e490ba8a42d25187063dca66aaf72eff2 (patch) | |
tree | 699f1754940fc7bc18b99a5f61b78f535724e618 /sys-fs/emount | |
parent | Bump archwrap (diff) | |
download | mv-da891b2e490ba8a42d25187063dca66aaf72eff2.tar.gz mv-da891b2e490ba8a42d25187063dca66aaf72eff2.tar.bz2 mv-da891b2e490ba8a42d25187063dca66aaf72eff2.zip |
Bump packages to push email
Diffstat (limited to 'sys-fs/emount')
-rw-r--r-- | sys-fs/emount/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/emount/Manifest | 2 | ||||
-rw-r--r-- | sys-fs/emount/emount-2.8.ebuild (renamed from sys-fs/emount/emount-2.7.ebuild) | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/sys-fs/emount/ChangeLog b/sys-fs/emount/ChangeLog index be25c474..9c4c2a36 100644 --- a/sys-fs/emount/ChangeLog +++ b/sys-fs/emount/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*emount-2.8 (21 Nov 2013) + + 21 Nov 2013; Martin Väth <martin@mvath.de>: + Version bump, remove old ebuild. + *emount-2.7 (02 Nov 2013) 02 Nov 2013; Martin Väth <martin@mvath.de>: diff --git a/sys-fs/emount/Manifest b/sys-fs/emount/Manifest index 22451caf..14be8f0d 100644 --- a/sys-fs/emount/Manifest +++ b/sys-fs/emount/Manifest @@ -1 +1 @@ -DIST emount-2.7.tar.gz 3599 SHA256 f89d1b210d65780762de3410a29e9b810154e8a1d5eabaec7dfafb8ae70ccbed SHA512 5fa35ca3493bb317aa1f9ff51f17318ac5cdc7e69d644f84c418dc7f9eab23b91e689e7615a6f52bf29dabc1473a7aa0e9952a553a063b8cfc1b656b5e666679 WHIRLPOOL babd66ed50ef32e4087d574b0cbb18b06d14a599d62ba7e5d201a21c490610cedf81a2479b6dc708a9e5defc7b83ea027f36ae969b20ca2fcebcb5ceab0c934f +DIST emount-2.8.tar.gz 3589 SHA256 7673be903064679753a03f7f0bfe4d98d2c7e8ddf744b85ef84c241c865e48b6 SHA512 19e8cd8aabb2b0b63c32cd59b086bac334bcecdbe0197948d51791c99917354bf827bb8cb8fe60ec7bdb83d9259c35bc49e2de156198a5d79f998328024c892c WHIRLPOOL f4769285e37f18ad4c578de0266b0adc967160b079bbdcea0b888c44220d5f41658b5a2336c3f97d3db16d9c21b79113d7447914c2d2708fe05047f8f0235824 diff --git a/sys-fs/emount/emount-2.7.ebuild b/sys-fs/emount/emount-2.8.ebuild index 24b2d663..bc0cb8f9 100644 --- a/sys-fs/emount/emount-2.7.ebuild +++ b/sys-fs/emount/emount-2.8.ebuild @@ -8,7 +8,7 @@ inherit eutils vcs-snapshot DESCRIPTION="mount/unmount (and create/remove) dm-crypt filesystems according to your /etc/fstab" HOMEPAGE="https://github.com/vaeth/emount/" -SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz" +SRC_URI="http://github.com/vaeth/${PN}/tarball/${PV} -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" |