summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2007-12-24 10:16:02 +0000
committerPeter Volkov <pva@gentoo.org>2007-12-24 10:16:02 +0000
commite09cdb9cc38ce67242516fe90258c9717e417f61 (patch)
tree560a90cf9a4f898a225263582dd5c71f33c640d6 /sys-fs/vzquota
parent There is more than one mailx implementation. (diff)
downloadgentoo-2-e09cdb9cc38ce67242516fe90258c9717e417f61.tar.gz
gentoo-2-e09cdb9cc38ce67242516fe90258c9717e417f61.tar.bz2
gentoo-2-e09cdb9cc38ce67242516fe90258c9717e417f61.zip
3.0.11 - x86/amd64 stable, bug 199738. Remove old from the tree.
(Portage version: 2.1.3.19)
Diffstat (limited to 'sys-fs/vzquota')
-rw-r--r--sys-fs/vzquota/ChangeLog6
-rw-r--r--sys-fs/vzquota/files/digest-vzquota-3.0.93
-rw-r--r--sys-fs/vzquota/vzquota-3.0.11.ebuild4
-rw-r--r--sys-fs/vzquota/vzquota-3.0.9.ebuild28
4 files changed, 7 insertions, 34 deletions
diff --git a/sys-fs/vzquota/ChangeLog b/sys-fs/vzquota/ChangeLog
index e8613d909215..93a01204531f 100644
--- a/sys-fs/vzquota/ChangeLog
+++ b/sys-fs/vzquota/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/vzquota
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/vzquota/ChangeLog,v 1.22 2007/11/20 07:52:51 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/vzquota/ChangeLog,v 1.23 2007/12/24 10:16:01 pva Exp $
+
+ 24 Dec 2007; <pva@gentoo.org> -vzquota-3.0.9.ebuild,
+ vzquota-3.0.11.ebuild:
+ 3.0.11 - x86/amd64 stable, bug 199738. Remove old from the tree.
20 Nov 2007; <pva@gentoo.org> metadata.xml:
Added myself into metadata.
diff --git a/sys-fs/vzquota/files/digest-vzquota-3.0.9 b/sys-fs/vzquota/files/digest-vzquota-3.0.9
deleted file mode 100644
index b5f12a5aad26..000000000000
--- a/sys-fs/vzquota/files/digest-vzquota-3.0.9
+++ /dev/null
@@ -1,3 +0,0 @@
-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.11.ebuild b/sys-fs/vzquota/vzquota-3.0.11.ebuild
index 4b84c6229a03..2f587dd041f1 100644
--- a/sys-fs/vzquota/vzquota-3.0.11.ebuild
+++ b/sys-fs/vzquota/vzquota-3.0.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/vzquota/vzquota-3.0.11.ebuild,v 1.2 2007/10/20 16:06:52 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/vzquota/vzquota-3.0.11.ebuild,v 1.3 2007/12/24 10:16:01 pva Exp $
DESCRIPTION="OpenVZ VPS disk quota utility"
HOMEPAGE="http://openvz.org/download/utils/vzquota/"
@@ -8,7 +8,7 @@ SRC_URI="http://download.openvz.org/utils/${PN}/${PV}/src/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc64 ~sparc x86"
IUSE=""
DEPEND=""
diff --git a/sys-fs/vzquota/vzquota-3.0.9.ebuild b/sys-fs/vzquota/vzquota-3.0.9.ebuild
deleted file mode 100644
index 29786e2f0478..000000000000
--- a/sys-fs/vzquota/vzquota-3.0.9.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2007 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.3 2007/01/18 14:51:48 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="amd64 ~ia64 ~ppc64 ~sparc x86"
-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"
-}