diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-02-20 20:32:27 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-02-20 20:32:27 +0000 |
commit | c3f735972672ae667632240045059d1f9eb9a2f5 (patch) | |
tree | 848afee0511eba59a7ee84cf01a069515d8f496d /sys-apps/hwsetup | |
parent | Add support for ESVN_OFFLINE and ESCM_OFFLINE. (diff) | |
download | gentoo-2-c3f735972672ae667632240045059d1f9eb9a2f5.tar.gz gentoo-2-c3f735972672ae667632240045059d1f9eb9a2f5.tar.bz2 gentoo-2-c3f735972672ae667632240045059d1f9eb9a2f5.zip |
Removing USE=livecd since this package is now masked in the tree.
(Portage version: 2.1.4)
Diffstat (limited to 'sys-apps/hwsetup')
-rw-r--r-- | sys-apps/hwsetup/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/hwsetup/hwsetup-1.2.ebuild | 14 |
2 files changed, 6 insertions, 13 deletions
diff --git a/sys-apps/hwsetup/ChangeLog b/sys-apps/hwsetup/ChangeLog index 6bb9c5ecae8e..ed9dce29baa9 100644 --- a/sys-apps/hwsetup/ChangeLog +++ b/sys-apps/hwsetup/ChangeLog @@ -1,6 +1,9 @@ # 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.50 2008/02/08 18:52:01 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v 1.51 2008/02/20 20:32:27 wolf31o2 Exp $ + + 20 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> hwsetup-1.2.ebuild: + Removing USE=livecd since this package is now masked in the tree. 08 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> hwsetup-1.2.ebuild: Added USE=livecd to skip the message displayed by hwsetup, since it isn't diff --git a/sys-apps/hwsetup/hwsetup-1.2.ebuild b/sys-apps/hwsetup/hwsetup-1.2.ebuild index ba944e056a2d..2346483ee5da 100644 --- a/sys-apps/hwsetup/hwsetup-1.2.ebuild +++ b/sys-apps/hwsetup/hwsetup-1.2.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.ebuild,v 1.5 2008/02/08 18:52:01 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild,v 1.6 2008/02/20 20:32:27 wolf31o2 Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -13,7 +13,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" -IUSE="livecd zlib" +IUSE="zlib" DEPEND="sys-libs/libkudzu zlib? ( sys-libs/zlib ) @@ -43,13 +43,3 @@ src_compile() { src_install() { einstall DESTDIR="${D}" PREFIX=/usr MANDIR=/usr/share/man || die "Install failed" } - -pkg_postinst() { - if ! use livecd - then - ewarn "This package is intended for usage on the Gentoo release media. If" - ewarn "you are not building a CD, remove this package. It will not work" - ewarn "properly on a running system, as Gentoo does not use any of the" - ewarn "Knoppix-style detection except for CD builds." - fi -} |