From a63fa4d43879e43931f2e998da643c29703eed63 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Wed, 28 Nov 2012 22:59:49 +0100 Subject: Bump emount --- sys-fs/emount/ChangeLog | 5 +++++ sys-fs/emount/Manifest | 2 +- sys-fs/emount/emount-2.3.ebuild | 39 --------------------------------------- sys-fs/emount/emount-2.4.ebuild | 39 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 45 insertions(+), 40 deletions(-) delete mode 100644 sys-fs/emount/emount-2.3.ebuild create mode 100644 sys-fs/emount/emount-2.4.ebuild diff --git a/sys-fs/emount/ChangeLog b/sys-fs/emount/ChangeLog index 881509c2..fa523624 100644 --- a/sys-fs/emount/ChangeLog +++ b/sys-fs/emount/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*emount-2.4 (27 Nov 2012) + + 27 Nov 2012; Martin Väth + Version bump, remove old ebuild. + *emount-2.3 (13 Jul 2012) 28 Sep 2012; Martin Väth diff --git a/sys-fs/emount/Manifest b/sys-fs/emount/Manifest index 86ff6797..33d8d514 100644 --- a/sys-fs/emount/Manifest +++ b/sys-fs/emount/Manifest @@ -1 +1 @@ -DIST emount-2.3.tar.gz 3539 SHA256 77e048b77b1000456a7a72245c48f789995c5acfac9aad6af425ffc6a4f530e6 SHA512 7270bb9b9df34d5e516f8ee7b1f1ee27103a0b63600f9a706f286afe9a0e043216af278f0e2c5d56e2930180ea197a3faf1d794712318a4d4ec14c82b97f9c3a WHIRLPOOL 55cbc2e45ae4e55a0652db291b097e5d722eae2040b48683635469a66e38828facf779befd6198709b3d2d0b6294d27ac8aaf63bf321ba4da48687985b5074c9 +DIST emount-2.4.tar.gz 3639 SHA256 2728a1b081484322f0e654bfa384a375ee12bba66cab69cde1ee2916db301f87 SHA512 8a4196cbdd42f4489ab2f9d0d4d9bff7fbdd33aa31267665ff857a7e2f244265f3af457178ff81944c62b5d750c3eb4c0141b4991616f5b6162ecf8ea8aa2d83 WHIRLPOOL d1ea52e3bb31f8e8202efe8759af5f104a1d7c2e22eaf7cea75388ddc1402973397b2117a348b345a07b550af3707ce468ee7fc5dca7cf569bdb1fc6ec5ef54b diff --git a/sys-fs/emount/emount-2.3.ebuild b/sys-fs/emount/emount-2.3.ebuild deleted file mode 100644 index 6a62ae97..00000000 --- a/sys-fs/emount/emount-2.3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 -RESTRICT="mirror" -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" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="zsh-completion" - -RDEPEND="dev-lang/perl - sys-fs/cryptsetup - virtual/perl-Getopt-Long" - -src_prepare() { - epatch_user -} - -src_install() { - local i - insinto /usr/bin - for i in bin/* - do if test -h "${i}" || ! test -x "${i}" - then doins "${i}" - else dobin "${i}" - fi - done - if use zsh-completion - then insinto /usr/share/zsh/site-functions - doins zsh/* - fi -} diff --git a/sys-fs/emount/emount-2.4.ebuild b/sys-fs/emount/emount-2.4.ebuild new file mode 100644 index 00000000..6a62ae97 --- /dev/null +++ b/sys-fs/emount/emount-2.4.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +RESTRICT="mirror" +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" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="zsh-completion" + +RDEPEND="dev-lang/perl + sys-fs/cryptsetup + virtual/perl-Getopt-Long" + +src_prepare() { + epatch_user +} + +src_install() { + local i + insinto /usr/bin + for i in bin/* + do if test -h "${i}" || ! test -x "${i}" + then doins "${i}" + else dobin "${i}" + fi + done + if use zsh-completion + then insinto /usr/share/zsh/site-functions + doins zsh/* + fi +} -- cgit v1.2.3-65-gdbad