diff options
author | David Holm <dholm@gentoo.org> | 2005-06-27 14:30:21 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-06-27 14:30:21 +0000 |
commit | 727e60c9cde3a7b94fdce3f7a4d4ab45de7633f2 (patch) | |
tree | ffc140a297dfbc9b672a1beedf51de8e3b6c8a38 /net-misc/vconfig | |
parent | Moving os-headers to DEPEND and closing bug #82449. (diff) | |
download | historical-727e60c9cde3a7b94fdce3f7a4d4ab45de7633f2.tar.gz historical-727e60c9cde3a7b94fdce3f7a4d4ab45de7633f2.tar.bz2 historical-727e60c9cde3a7b94fdce3f7a4d4ab45de7633f2.zip |
Added to ~ppc
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-misc/vconfig')
-rw-r--r-- | net-misc/vconfig/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/vconfig/Manifest | 16 | ||||
-rw-r--r-- | net-misc/vconfig/vconfig-1.8.ebuild | 4 |
3 files changed, 8 insertions, 17 deletions
diff --git a/net-misc/vconfig/ChangeLog b/net-misc/vconfig/ChangeLog index 4bf93b33b6cb..6c543e0be95f 100644 --- a/net-misc/vconfig/ChangeLog +++ b/net-misc/vconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/vconfig # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vconfig/ChangeLog,v 1.13 2005/02/05 21:21:00 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vconfig/ChangeLog,v 1.14 2005/06/27 14:30:21 dholm Exp $ + + 27 Jun 2005; David Holm <dholm@gentoo.org> vconfig-1.8.ebuild: + Added to ~ppc. 05 Feb 2005; <solar@gentoo.org> vconfig-1.8.ebuild: - update rdepends diff --git a/net-misc/vconfig/Manifest b/net-misc/vconfig/Manifest index fecd5bbe1a00..0c25b873dd42 100644 --- a/net-misc/vconfig/Manifest +++ b/net-misc/vconfig/Manifest @@ -1,16 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 f8d2237cdcf14210125ea6a78d018b2c vconfig-1.8.ebuild 1509 -MD5 d705800bd97c6d604ab02b7dd2205ab7 ChangeLog 2107 +MD5 86bd4d60c8ba18b7eb9ffa9fa9c70c33 ChangeLog 2190 MD5 5a9b16815d29150da06fa36dba3535f2 metadata.xml 500 +MD5 cdadfe60a8f4b0dfd4a7f55002ff3bdb vconfig-1.8.ebuild 1515 MD5 4522407c3158529f4f2c56dce0c498b5 files/digest-vconfig-1.8 60 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.4 (GNU/Linux) - -iQCVAwUBQgU46p4WFLgrx1GWAQLpswP+P5aJ1vjcDgjJ/U/kkVuYpnRy5uu+5pM6 -LHWcBdFzzJzXOxU0/TGihqrgkhxZN0ntWdkgZGv/TEYhdYxoEmkcS8rOZN72BAsB -CQVUsuFu0lmby34uxq23VPLT7e3XZVlzgRYRWVkOnN3KgS2/INZS4TkmMkTCvPrA -uB7H6qBMCwg= -=bZCY ------END PGP SIGNATURE----- diff --git a/net-misc/vconfig/vconfig-1.8.ebuild b/net-misc/vconfig/vconfig-1.8.ebuild index 4b6955c5e73e..82c254b4bbf5 100644 --- a/net-misc/vconfig/vconfig-1.8.ebuild +++ b/net-misc/vconfig/vconfig-1.8.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/net-misc/vconfig/vconfig-1.8.ebuild,v 1.9 2005/02/05 21:21:00 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vconfig/vconfig-1.8.ebuild,v 1.10 2005/06/27 14:30:21 dholm Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -13,7 +13,7 @@ SRC_URI="http://www.candelatech.com/~greear/vlan/${MY_PN}.${PV}.tar.gz" # mirror://gentoo/vconfig-1.7-gcc33-multiline.patch" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~sparc ~amd64" +KEYWORDS="~amd64 ~ppc ~sparc x86" IUSE="static" DEPEND="virtual/libc virtual/os-headers" RDEPEND="!static? ( virtual/libc )" |