diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2005-12-01 16:28:42 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2005-12-01 16:28:42 +0000 |
commit | 35fd90c9419e8d66237e10d17f517d68c624b1e2 (patch) | |
tree | 3239657e8d18f596e309823bd5fa5ddf0b67e896 /sys-fs | |
parent | 022.050 marked ~amd64; cleanup (diff) | |
download | gentoo-2-35fd90c9419e8d66237e10d17f517d68c624b1e2.tar.gz gentoo-2-35fd90c9419e8d66237e10d17f517d68c624b1e2.tar.bz2 gentoo-2-35fd90c9419e8d66237e10d17f517d68c624b1e2.zip |
2.7.0.7 marked x86, ~amd64
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/vzquota/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/vzquota/Manifest | 14 | ||||
-rw-r--r-- | sys-fs/vzquota/vzquota-2.7.0.7.ebuild | 4 |
3 files changed, 8 insertions, 15 deletions
diff --git a/sys-fs/vzquota/ChangeLog b/sys-fs/vzquota/ChangeLog index 9ca4cfaef89f..2de5d57fb466 100644 --- a/sys-fs/vzquota/ChangeLog +++ b/sys-fs/vzquota/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/vzquota # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/vzquota/ChangeLog,v 1.2 2005/11/26 09:35:57 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/vzquota/ChangeLog,v 1.3 2005/12/01 16:28:42 hollow Exp $ + + 01 Dec 2005; Benedikt Boehm <hollow@gentoo.org> vzquota-2.7.0.7.ebuild: + 2.7.0.7 marked x86, ~amd64 26 Nov 2005; Christian Heim <phreak@gentoo.org> metadata.xml: Fixing metadata.xml to include the maintainer email diff --git a/sys-fs/vzquota/Manifest b/sys-fs/vzquota/Manifest index b0bfa3d8035e..3889446d15f1 100644 --- a/sys-fs/vzquota/Manifest +++ b/sys-fs/vzquota/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 82badd44bf09ae3409a9c41b3101f6a4 ChangeLog 474 +MD5 d2104ca31835a8f0aebeeccd8b5caa1c ChangeLog 578 MD5 216c395711a7d2d0f890dcebb9f7838d files/digest-vzquota-2.7.0.7 67 MD5 e5ba31c20aa49371e645a8950abd1054 metadata.xml 231 -MD5 45d88e3b2a7d7a2d4b8929a8bbe0d183 vzquota-2.7.0.7.ebuild 892 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDiCyPflZ8QqxhrsMRAlq6AJ9oQ3UEhH823++E562xxgQnr2PYxACfToFX -JzStnliOAbAM2jh9LcRms5A= -=9uOi ------END PGP SIGNATURE----- +MD5 6ab75552c2b30e54cd2f376345ce5b6d vzquota-2.7.0.7.ebuild 898 diff --git a/sys-fs/vzquota/vzquota-2.7.0.7.ebuild b/sys-fs/vzquota/vzquota-2.7.0.7.ebuild index a575e18d4787..e752cfbc0d51 100644 --- a/sys-fs/vzquota/vzquota-2.7.0.7.ebuild +++ b/sys-fs/vzquota/vzquota-2.7.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/vzquota/vzquota-2.7.0.7.ebuild,v 1.1 2005/09/23 04:21:02 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/vzquota/vzquota-2.7.0.7.ebuild,v 1.2 2005/12/01 16:28:42 hollow Exp $ inherit eutils toolchain-funcs versionator linux-info @@ -15,7 +15,7 @@ SRC_URI="http://download.openvz.org/utils/${PN}/${MY_PV}/src/${MY_P}.tar.bz2" LICENSE="QPL-1.0" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 x86" S="${WORKDIR}/${MY_P}" |