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 | 5dcadb81c1d5657984c036c6d9200b9459ceaae7 (patch) | |
tree | 51501ae34f838df7cb7b82295a77f15f2ab45a84 /sys-fs/vzquota | |
parent | 022.050 marked ~amd64; cleanup (diff) | |
download | historical-5dcadb81c1d5657984c036c6d9200b9459ceaae7.tar.gz historical-5dcadb81c1d5657984c036c6d9200b9459ceaae7.tar.bz2 historical-5dcadb81c1d5657984c036c6d9200b9459ceaae7.zip |
2.7.0.7 marked x86, ~amd64
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'sys-fs/vzquota')
-rw-r--r-- | sys-fs/vzquota/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/vzquota/Manifest | 10 | ||||
-rw-r--r-- | sys-fs/vzquota/vzquota-2.7.0.7.ebuild | 4 |
3 files changed, 11 insertions, 8 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..a1e46fc79b1a 100644 --- a/sys-fs/vzquota/Manifest +++ b/sys-fs/vzquota/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 82badd44bf09ae3409a9c41b3101f6a4 ChangeLog 474 +MD5 8cb9d73fbff84c7b4be838794207e55c 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 +MD5 f8c434d221c080dd24df04458aca41ba vzquota-2.7.0.7.ebuild 898 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDiCyPflZ8QqxhrsMRAlq6AJ9oQ3UEhH823++E562xxgQnr2PYxACfToFX -JzStnliOAbAM2jh9LcRms5A= -=9uOi +iD8DBQFDjyTImPFBzbX68WERAtciAJ0UdH5o59wn/8pWvFUMOe5+vqp0QACdHH9g +OmYwC0xJoa190WVd5Qmuoyw= +=CleY -----END PGP SIGNATURE----- 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}" |