From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JZ6OW-0006AO-JG for garchives@archives.gentoo.org; Tue, 11 Mar 2008 15:28:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3699E0773; Tue, 11 Mar 2008 15:27:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 65D4EE0773 for ; Tue, 11 Mar 2008 15:27:58 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id F0AE8B401A for ; Tue, 11 Mar 2008 15:27:57 +0000 (UTC) Received: from wolf31o2 by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JZ6OS-0003nT-E8 for gentoo-commits@lists.gentoo.org; Tue, 11 Mar 2008 15:27:56 +0000 From: "Chris Gianelloni (wolf31o2)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, wolf31o2@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/hwsetup: hwsetup-1.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: hwsetup-1.2.ebuild ChangeLog X-VCS-Directories: sys-apps/hwsetup X-VCS-Committer: wolf31o2 X-VCS-Committer-Name: Chris Gianelloni Content-Type: text/plain; charset=utf8 Message-Id: Sender: Chris Gianelloni Date: Tue, 11 Mar 2008 15:27:56 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: adba1579-93d0-4a6d-a74a-4406c1a4354a X-Archives-Hash: 0f6ed569bb3e65234f05791dfdf503b7 wolf31o2 08/03/11 15:27:56 Modified: hwsetup-1.2.ebuild ChangeLog Log: After the latest fexes, we no longer require libkudzu to exist on our r= unning system with hwsetup. This should save us a little space on our mi= nimal CD. (Portage version: 2.1.4.4) Revision Changes Path 1.8 sys-apps/hwsetup/hwsetup-1.2.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/h= wsetup-1.2.ebuild?rev=3D1.8&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/h= wsetup-1.2.ebuild?rev=3D1.8&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/h= wsetup-1.2.ebuild?r1=3D1.7&r2=3D1.8 Index: hwsetup-1.2.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- hwsetup-1.2.ebuild 7 Mar 2008 19:06:43 -0000 1.7 +++ hwsetup-1.2.ebuild 11 Mar 2008 15:27:55 -0000 1.8 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild,v= 1.7 2008/03/07 19:06:43 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild,v= 1.8 2008/03/11 15:27:55 wolf31o2 Exp $ =20 inherit eutils toolchain-funcs flag-o-matic =20 @@ -15,10 +15,11 @@ KEYWORDS=3D"alpha amd64 ia64 -mips ppc ppc64 sparc x86" IUSE=3D"zlib" =20 -DEPEND=3D"sys-libs/libkudzu - zlib? ( sys-libs/zlib ) +COMMON_DEPEND=3D"zlib? ( sys-libs/zlib ) sys-apps/pciutils" -RDEPEND=3D"${DEPEND} +DEPEND=3D"${COMMON_DEPEND} + sys-libs/libkudzu" +RDEPEND=3D"${COMMON_DEPEND} sys-apps/hwdata-gentoo" =20 src_unpack() { 1.53 sys-apps/hwsetup/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/C= hangeLog?rev=3D1.53&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/C= hangeLog?rev=3D1.53&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/C= hangeLog?r1=3D1.52&r2=3D1.53 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- ChangeLog 7 Mar 2008 19:06:43 -0000 1.52 +++ ChangeLog 11 Mar 2008 15:27:55 -0000 1.53 @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/hwsetup # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v 1.52 200= 8/03/07 19:06:43 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v 1.53 200= 8/03/11 15:27:55 wolf31o2 Exp $ + + 11 Mar 2008; Chris Gianelloni hwsetup-1.2.ebuild= : + After the latest fexes, we no longer require libkudzu to exist on our + running system with hwsetup. This should save us a little space on our + minimal CD. =20 07 Mar 2008; Chris Gianelloni hwsetup-1.2.ebuild= : Fix compilation when using --as-needed by filtering it, for now. --=20 gentoo-commits@lists.gentoo.org mailing list