diff options
author | Ben de Groot <yngwin@gentoo.org> | 2008-09-04 12:39:37 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2008-09-04 12:39:37 +0000 |
commit | bef182c9e83d0f5b51f5768b9e98156f8786dba7 (patch) | |
tree | 148768bd0b4635233b5feaa78656001a1bd7bab3 /sys-apps/hwsetup | |
parent | Mask net-misc/dhcp-4.0.0 for required DHCP server testing. (diff) | |
download | gentoo-2-bef182c9e83d0f5b51f5768b9e98156f8786dba7.tar.gz gentoo-2-bef182c9e83d0f5b51f5768b9e98156f8786dba7.tar.bz2 gentoo-2-bef182c9e83d0f5b51f5768b9e98156f8786dba7.zip |
Unmasking and stabilizing latest version, adding warning, on behalf of agaffney
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-hh1 i686)
Diffstat (limited to 'sys-apps/hwsetup')
-rw-r--r-- | sys-apps/hwsetup/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/hwsetup/hwsetup-1.2-r1.ebuild | 10 |
2 files changed, 13 insertions, 3 deletions
diff --git a/sys-apps/hwsetup/ChangeLog b/sys-apps/hwsetup/ChangeLog index 213b4e19e7a2..11f8ae82a909 100644 --- a/sys-apps/hwsetup/ChangeLog +++ b/sys-apps/hwsetup/ChangeLog @@ -1,6 +1,10 @@ # 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.56 2008/04/25 23:56:09 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v 1.57 2008/09/04 12:39:37 yngwin Exp $ + + 04 Sep 2008; Ben de Groot <yngwin@gentoo.org> hwsetup-1.2-r1.ebuild: + Unmasking and stabilizing latest version, adding warning, on behalf of + agaffney 25 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org> files/1.2-3-dyn_blacklist.patch, hwsetup-1.2.ebuild: diff --git a/sys-apps/hwsetup/hwsetup-1.2-r1.ebuild b/sys-apps/hwsetup/hwsetup-1.2-r1.ebuild index f0e4d636459f..77f3c72f383a 100644 --- a/sys-apps/hwsetup/hwsetup-1.2-r1.ebuild +++ b/sys-apps/hwsetup/hwsetup-1.2-r1.ebuild @@ -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-r1.ebuild,v 1.1 2008/04/09 00:44:56 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2-r1.ebuild,v 1.2 2008/09/04 12:39:37 yngwin Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -12,7 +12,7 @@ SRC_URI="http://debian-knoppix.alioth.debian.org/sources/${PN}_${MY_PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 -mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha amd64 ia64 -mips ppc ppc64 sparc x86" IUSE="zlib" COMMON_DEPEND="zlib? ( sys-libs/zlib ) @@ -22,6 +22,12 @@ DEPEND="${COMMON_DEPEND} RDEPEND="${COMMON_DEPEND} sys-apps/hwdata-gentoo" +pkg_setup() { + ewarn "This package is designed for use on the LiveCD only and will do " + ewarn "unspeakably horrible and unexpected things on a normal system." + ewarn "YOU HAVE BEEN WARNED!!!" +} + src_unpack() { unpack ${A} epatch \ |