summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2006-10-12 11:19:50 +0000
committerChristian Heim <phreak@gentoo.org>2006-10-12 11:19:50 +0000
commitad11d1fb0d62c5898930ef468e3dfbd2e6edfa0e (patch)
treea02dd92952c290549d222bca63c5d5025a39c595 /sys-fs/vzquota
parentfix bug 142131 (diff)
downloadgentoo-2-ad11d1fb0d62c5898930ef468e3dfbd2e6edfa0e.tar.gz
gentoo-2-ad11d1fb0d62c5898930ef468e3dfbd2e6edfa0e.tar.bz2
gentoo-2-ad11d1fb0d62c5898930ef468e3dfbd2e6edfa0e.zip
Version bump (fixing #150897); cleaning older version(s).
(Portage version: 2.1.2_pre2-r9)
Diffstat (limited to 'sys-fs/vzquota')
-rw-r--r--sys-fs/vzquota/ChangeLog8
-rw-r--r--sys-fs/vzquota/files/digest-vzquota-3.0.93
-rw-r--r--sys-fs/vzquota/vzquota-3.0.9.ebuild28
3 files changed, 38 insertions, 1 deletions
diff --git a/sys-fs/vzquota/ChangeLog b/sys-fs/vzquota/ChangeLog
index 1ff5dcb6b869..7dc4a705a1f2 100644
--- a/sys-fs/vzquota/ChangeLog
+++ b/sys-fs/vzquota/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-fs/vzquota
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/vzquota/ChangeLog,v 1.15 2006/06/14 11:42:46 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/vzquota/ChangeLog,v 1.16 2006/10/12 11:19:50 phreak Exp $
+
+*vzquota-3.0.9 (12 Oct 2006)
+
+ 12 Oct 2006; Christian Heim <phreak@gentoo.org> -vzquota-3.0.0.6.ebuild,
+ -vzquota-3.0.0.7.ebuild, -vzquota-3.0.8.ebuild, +vzquota-3.0.9.ebuild:
+ Version bump (fixing #150897); cleaning older version(s).
*vzquota-3.0.8 (14 Jun 2006)
diff --git a/sys-fs/vzquota/files/digest-vzquota-3.0.9 b/sys-fs/vzquota/files/digest-vzquota-3.0.9
new file mode 100644
index 000000000000..b5f12a5aad26
--- /dev/null
+++ b/sys-fs/vzquota/files/digest-vzquota-3.0.9
@@ -0,0 +1,3 @@
+MD5 0a7bfdd8723251692eaba7e121977c05 vzquota-3.0.9.tar.bz2 43749
+RMD160 09fe4b11bf83abb7a8d09b4f25baf1b1617cc204 vzquota-3.0.9.tar.bz2 43749
+SHA256 66767980a42041da0888e461a1b28247b3599685b9dbac5f16b86653b6ad87cd vzquota-3.0.9.tar.bz2 43749
diff --git a/sys-fs/vzquota/vzquota-3.0.9.ebuild b/sys-fs/vzquota/vzquota-3.0.9.ebuild
new file mode 100644
index 000000000000..7c6824d33070
--- /dev/null
+++ b/sys-fs/vzquota/vzquota-3.0.9.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/vzquota/vzquota-3.0.9.ebuild,v 1.1 2006/10/12 11:19:50 phreak Exp $
+
+DESCRIPTION="OpenVZ VPS disk quota utility"
+HOMEPAGE="http://openvz.org/download/utils/vzquota/"
+SRC_URI="http://download.openvz.org/utils/${PN}/${PV}/src/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_unpack() {
+ unpack ${A}
+ # Prevent the Makefile from stripping the binaries, since portage does that
+ # already with prestrip
+ ebegin "Applying ${P}-Makefile-stripping.patch"
+ sed -i 's,$(INSTALL) -s -m,$(INSTALL) -m,' "${S}"/src/Makefile
+ eend $?
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+}