* [gentoo-commits] gentoo-x86 commit in sys-apps/hwsetup: hwsetup-1.2-r1.ebuild ChangeLog
@ 2008-09-04 12:39 Ben de Groot (yngwin)
0 siblings, 0 replies; 2+ messages in thread
From: Ben de Groot (yngwin) @ 2008-09-04 12:39 UTC (permalink / raw
To: gentoo-commits
yngwin 08/09/04 12:39:37
Modified: hwsetup-1.2-r1.ebuild ChangeLog
Log:
Unmasking and stabilizing latest version, adding warning, on behalf of agaffney
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-hh1 i686)
Revision Changes Path
1.2 sys-apps/hwsetup/hwsetup-1.2-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2-r1.ebuild?r1=1.1&r2=1.2
Index: hwsetup-1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hwsetup-1.2-r1.ebuild 9 Apr 2008 00:44:56 -0000 1.1
+++ hwsetup-1.2-r1.ebuild 4 Sep 2008 12:39:37 -0000 1.2
@@ -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 @@
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 @@
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 \
1.57 sys-apps/hwsetup/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/ChangeLog?r1=1.56&r2=1.57
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog 25 Apr 2008 23:56:09 -0000 1.56
+++ ChangeLog 4 Sep 2008 12:39:37 -0000 1.57
@@ -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:
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/hwsetup: hwsetup-1.2-r1.ebuild ChangeLog
@ 2008-10-14 9:30 Robin H. Johnson (robbat2)
0 siblings, 0 replies; 2+ messages in thread
From: Robin H. Johnson (robbat2) @ 2008-10-14 9:30 UTC (permalink / raw
To: gentoo-commits
robbat2 08/10/14 09:30:11
Modified: hwsetup-1.2-r1.ebuild ChangeLog
Log:
Bug #226923, fix append-ldflags usage.
(Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc1-10246-gca5de40 x86_64)
Revision Changes Path
1.3 sys-apps/hwsetup/hwsetup-1.2-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2-r1.ebuild?r1=1.2&r2=1.3
Index: hwsetup-1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -p -w -b -B -u -u -r1.2 -r1.3
--- hwsetup-1.2-r1.ebuild 4 Sep 2008 12:39:37 -0000 1.2
+++ hwsetup-1.2-r1.ebuild 14 Oct 2008 09:30:11 -0000 1.3
@@ -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.2 2008/09/04 12:39:37 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2-r1.ebuild,v 1.3 2008/10/14 09:30:11 robbat2 Exp $
inherit eutils toolchain-funcs flag-o-matic
@@ -39,11 +39,11 @@ src_unpack() {
src_compile() {
append-ldflags -s
filter-ldflags -Wl,--as-needed --as-needed
- if use zlib
- then
- append-ldflags -lz
- elif built_with_use --missing false sys-apps/pciutils zlib
- then
+ if use zlib ; then
+ sed -i \
+ -e '/^LIBS=/s,-lpci,-lz -lpci,g' \
+ Makefile
+ elif built_with_use --missing false sys-apps/pciutils zlib ; then
die "You need to build with USE=zlib to match sys-apps/pcituils"
fi
emake LDFLAGS="${LDFLAGS}" OPT="${CFLAGS}" CC="$(tc-getCC)" || die "emake failed"
1.58 sys-apps/hwsetup/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/ChangeLog?r1=1.57&r2=1.58
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -p -w -b -B -u -u -r1.57 -r1.58
--- ChangeLog 4 Sep 2008 12:39:37 -0000 1.57
+++ ChangeLog 14 Oct 2008 09:30:11 -0000 1.58
@@ -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.57 2008/09/04 12:39:37 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v 1.58 2008/10/14 09:30:11 robbat2 Exp $
+
+ 14 Oct 2008; Robin H. Johnson <robbat2@gentoo.org> hwsetup-1.2-r1.ebuild:
+ Bug #226923, fix append-ldflags usage.
04 Sep 2008; Ben de Groot <yngwin@gentoo.org> hwsetup-1.2-r1.ebuild:
Unmasking and stabilizing latest version, adding warning, on behalf of
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-14 9:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-14 9:30 [gentoo-commits] gentoo-x86 commit in sys-apps/hwsetup: hwsetup-1.2-r1.ebuild ChangeLog Robin H. Johnson (robbat2)
-- strict thread matches above, loose matches on Subject: below --
2008-09-04 12:39 Ben de Groot (yngwin)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox