public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/hwsetup: hwsetup-1.2.ebuild ChangeLog
@ 2008-02-08 18:52 Chris Gianelloni (wolf31o2)
  0 siblings, 0 replies; 7+ messages in thread
From: Chris Gianelloni (wolf31o2) @ 2008-02-08 18:52 UTC (permalink / raw
  To: gentoo-commits

wolf31o2    08/02/08 18:52:02

  Modified:             hwsetup-1.2.ebuild ChangeLog
  Log:
  Added USE=livecd to skip the message displayed by hwsetup, since it isn't necessary on a LiveCD build.
  (Portage version: 2.1.4)

Revision  Changes    Path
1.5                  sys-apps/hwsetup/hwsetup-1.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild?r1=1.4&r2=1.5

Index: hwsetup-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hwsetup-1.2.ebuild	14 Aug 2007 21:19:53 -0000	1.4
+++ hwsetup-1.2.ebuild	8 Feb 2008 18:52:01 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# 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.4 2007/08/14 21:19:53 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild,v 1.5 2008/02/08 18:52:01 wolf31o2 Exp $
 
 inherit eutils toolchain-funcs flag-o-matic
 
@@ -13,7 +13,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 ia64 -mips ppc ppc64 sparc x86"
-IUSE="zlib"
+IUSE="livecd zlib"
 
 DEPEND="sys-libs/libkudzu
 	zlib? ( sys-libs/zlib )
@@ -45,8 +45,11 @@
 }
 
 pkg_postinst() {
-	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."
+	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
 }



1.50                 sys-apps/hwsetup/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	14 Aug 2007 21:19:53 -0000	1.49
+++ ChangeLog	8 Feb 2008 18:52:01 -0000	1.50
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/hwsetup
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v 1.49 2007/08/14 21:19:53 wolf31o2 Exp $
+# 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 $
+
+  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
+  necessary on a LiveCD build.
 
   14 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> hwsetup-1.2.ebuild:
   Added a --missing false since not all versions of pciutils support the zlib



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/hwsetup: hwsetup-1.2.ebuild ChangeLog
@ 2008-02-20 20:32 Chris Gianelloni (wolf31o2)
  0 siblings, 0 replies; 7+ messages in thread
From: Chris Gianelloni (wolf31o2) @ 2008-02-20 20:32 UTC (permalink / raw
  To: gentoo-commits

wolf31o2    08/02/20 20:32:28

  Modified:             hwsetup-1.2.ebuild ChangeLog
  Log:
  Removing USE=livecd since this package is now masked in the tree.
  (Portage version: 2.1.4)

Revision  Changes    Path
1.6                  sys-apps/hwsetup/hwsetup-1.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild?r1=1.5&r2=1.6

Index: hwsetup-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hwsetup-1.2.ebuild	8 Feb 2008 18:52:01 -0000	1.5
+++ hwsetup-1.2.ebuild	20 Feb 2008 20:32:27 -0000	1.6
@@ -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 @@
 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_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
-}



1.51                 sys-apps/hwsetup/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	8 Feb 2008 18:52:01 -0000	1.50
+++ ChangeLog	20 Feb 2008 20:32:27 -0000	1.51
@@ -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



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/hwsetup: hwsetup-1.2.ebuild ChangeLog
@ 2008-03-07 19:06 Chris Gianelloni (wolf31o2)
  0 siblings, 0 replies; 7+ messages in thread
From: Chris Gianelloni (wolf31o2) @ 2008-03-07 19:06 UTC (permalink / raw
  To: gentoo-commits

wolf31o2    08/03/07 19:06:43

  Modified:             hwsetup-1.2.ebuild ChangeLog
  Log:
  Fix compilation when using --as-needed by filtering it, for now.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.7                  sys-apps/hwsetup/hwsetup-1.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild?r1=1.6&r2=1.7

Index: hwsetup-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hwsetup-1.2.ebuild	20 Feb 2008 20:32:27 -0000	1.6
+++ hwsetup-1.2.ebuild	7 Mar 2008 19:06:43 -0000	1.7
@@ -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.6 2008/02/20 20:32:27 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild,v 1.7 2008/03/07 19:06:43 wolf31o2 Exp $
 
 inherit eutils toolchain-funcs flag-o-matic
 
@@ -30,6 +30,8 @@
 }
 
 src_compile() {
+	append-ldflags -s
+	filter-ldflags -Wl,--as-needed --as-needed
 	if use zlib
 	then
 		append-ldflags -lz
@@ -43,3 +45,10 @@
 src_install() {
 	einstall DESTDIR="${D}" PREFIX=/usr MANDIR=/usr/share/man || die "Install failed"
 }
+
+pkg_postinst() {
+	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."
+}



1.52                 sys-apps/hwsetup/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	20 Feb 2008 20:32:27 -0000	1.51
+++ ChangeLog	7 Mar 2008 19:06:43 -0000	1.52
@@ -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.51 2008/02/20 20:32:27 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v 1.52 2008/03/07 19:06:43 wolf31o2 Exp $
+
+  07 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> hwsetup-1.2.ebuild:
+  Fix compilation when using --as-needed by filtering it, for now.
 
   20 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> hwsetup-1.2.ebuild:
   Removing USE=livecd since this package is now masked in the tree.



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/hwsetup: hwsetup-1.2.ebuild ChangeLog
@ 2008-03-11 15:27 Chris Gianelloni (wolf31o2)
  0 siblings, 0 replies; 7+ messages in thread
From: Chris Gianelloni (wolf31o2) @ 2008-03-11 15:27 UTC (permalink / raw
  To: gentoo-commits

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 running system with hwsetup.  This should save us a little space on our minimal 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/hwsetup-1.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild?r1=1.7&r2=1.8

Index: hwsetup-1.2.ebuild
===================================================================
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 $
 
 inherit eutils toolchain-funcs flag-o-matic
 
@@ -15,10 +15,11 @@
 KEYWORDS="alpha amd64 ia64 -mips ppc ppc64 sparc x86"
 IUSE="zlib"
 
-DEPEND="sys-libs/libkudzu
-	zlib? ( sys-libs/zlib )
+COMMON_DEPEND="zlib? ( sys-libs/zlib )
 	sys-apps/pciutils"
-RDEPEND="${DEPEND}
+DEPEND="${COMMON_DEPEND}
+	sys-libs/libkudzu"
+RDEPEND="${COMMON_DEPEND}
 	sys-apps/hwdata-gentoo"
 
 src_unpack() {



1.53                 sys-apps/hwsetup/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
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 2008/03/07 19:06:43 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v 1.53 2008/03/11 15:27:55 wolf31o2 Exp $
+
+  11 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> 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.
 
   07 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> hwsetup-1.2.ebuild:
   Fix compilation when using --as-needed by filtering it, for now.



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/hwsetup: hwsetup-1.2.ebuild ChangeLog
@ 2008-04-03  0:27 Chris Gianelloni (wolf31o2)
  0 siblings, 0 replies; 7+ messages in thread
From: Chris Gianelloni (wolf31o2) @ 2008-04-03  0:27 UTC (permalink / raw
  To: gentoo-commits

wolf31o2    08/04/03 00:27:02

  Modified:             hwsetup-1.2.ebuild ChangeLog
  Log:
  Added keepdir /etc/sysconfig for bug #215824.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.9                  sys-apps/hwsetup/hwsetup-1.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild?r1=1.8&r2=1.9

Index: hwsetup-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- hwsetup-1.2.ebuild	11 Mar 2008 15:27:55 -0000	1.8
+++ hwsetup-1.2.ebuild	3 Apr 2008 00:27:01 -0000	1.9
@@ -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.8 2008/03/11 15:27:55 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild,v 1.9 2008/04/03 00:27:01 wolf31o2 Exp $
 
 inherit eutils toolchain-funcs flag-o-matic
 
@@ -45,6 +45,7 @@
 
 src_install() {
 	einstall DESTDIR="${D}" PREFIX=/usr MANDIR=/usr/share/man || die "Install failed"
+	keepdir /etc/sysconfig
 }
 
 pkg_postinst() {



1.54                 sys-apps/hwsetup/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	11 Mar 2008 15:27:55 -0000	1.53
+++ ChangeLog	3 Apr 2008 00:27:01 -0000	1.54
@@ -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.53 2008/03/11 15:27:55 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v 1.54 2008/04/03 00:27:01 wolf31o2 Exp $
+
+  03 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org> hwsetup-1.2.ebuild:
+  Added keepdir /etc/sysconfig for bug #215824.
 
   11 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> hwsetup-1.2.ebuild:
   After the latest fexes, we no longer require libkudzu to exist on our



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/hwsetup: hwsetup-1.2.ebuild ChangeLog
@ 2008-04-25 23:56 Chris Gianelloni (wolf31o2)
  0 siblings, 0 replies; 7+ messages in thread
From: Chris Gianelloni (wolf31o2) @ 2008-04-25 23:56 UTC (permalink / raw
  To: gentoo-commits

wolf31o2    08/04/25 23:56:10

  Modified:             hwsetup-1.2.ebuild ChangeLog
  Log:
  Fixing 1.2-3-dyn_blacklist.patch and closing bug #218571.
  (Portage version: 2.1.5_rc6)

Revision  Changes    Path
1.11                 sys-apps/hwsetup/hwsetup-1.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild?r1=1.10&r2=1.11

Index: hwsetup-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- hwsetup-1.2.ebuild	9 Apr 2008 00:44:56 -0000	1.10
+++ hwsetup-1.2.ebuild	25 Apr 2008 23:56:09 -0000	1.11
@@ -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.10 2008/04/09 00:44:56 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild,v 1.11 2008/04/25 23:56:09 wolf31o2 Exp $
 
 inherit eutils toolchain-funcs flag-o-matic
 
@@ -14,6 +14,7 @@
 SLOT="0"
 KEYWORDS="alpha amd64 ia64 -mips ppc ppc64 sparc x86"
 IUSE="zlib"
+RESTRICT="strip"
 
 COMMON_DEPEND="zlib? ( sys-libs/zlib )
 	sys-apps/pciutils"



1.56                 sys-apps/hwsetup/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	9 Apr 2008 00:44:56 -0000	1.55
+++ ChangeLog	25 Apr 2008 23:56:09 -0000	1.56
@@ -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.55 2008/04/09 00:44:56 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v 1.56 2008/04/25 23:56:09 wolf31o2 Exp $
+
+  25 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+  files/1.2-3-dyn_blacklist.patch, hwsetup-1.2.ebuild:
+  Fixing 1.2-3-dyn_blacklist.patch and closing bug #218571.
 
 *hwsetup-1.2-r1 (09 Apr 2008)
 



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/hwsetup: hwsetup-1.2.ebuild ChangeLog
@ 2009-10-04 15:18 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-10-04 15:18 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/10/04 15:18:14

  Modified:             hwsetup-1.2.ebuild ChangeLog
  Log:
  Replace filtering of -Wl,--as-needed with function from flag-o-matic eclass.
  (Portage version: 2.2_rc42/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 sys-apps/hwsetup/hwsetup-1.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild?r1=1.11&r2=1.12

Index: hwsetup-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- hwsetup-1.2.ebuild	25 Apr 2008 23:56:09 -0000	1.11
+++ hwsetup-1.2.ebuild	4 Oct 2009 15:18:13 -0000	1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 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.11 2008/04/25 23:56:09 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild,v 1.12 2009/10/04 15:18:13 ssuominen Exp $
 
 inherit eutils toolchain-funcs flag-o-matic
 
@@ -33,7 +33,7 @@
 
 src_compile() {
 	append-ldflags -s
-	filter-ldflags -Wl,--as-needed --as-needed
+	append-ldflags $(no-as-needed)
 	if use zlib
 	then
 		append-ldflags -lz



1.61                 sys-apps/hwsetup/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/ChangeLog?r1=1.60&r2=1.61

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	16 Jun 2009 12:04:11 -0000	1.60
+++ ChangeLog	4 Oct 2009 15:18:13 -0000	1.61
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/hwsetup
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v 1.60 2009/06/16 12:04:11 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v 1.61 2009/10/04 15:18:13 ssuominen Exp $
+
+  04 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> hwsetup-1.2.ebuild:
+  Replace filtering of -Wl,--as-needed with function from flag-o-matic
+  eclass.
 
   16 Jun 2009; Diego E. Pettenò <flameeyes@gentoo.org>
   hwsetup-1.2-r1.ebuild:






^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-10-04 15:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-25 23:56 [gentoo-commits] gentoo-x86 commit in sys-apps/hwsetup: hwsetup-1.2.ebuild ChangeLog Chris Gianelloni (wolf31o2)
  -- strict thread matches above, loose matches on Subject: below --
2009-10-04 15:18 Samuli Suominen (ssuominen)
2008-04-03  0:27 Chris Gianelloni (wolf31o2)
2008-03-11 15:27 Chris Gianelloni (wolf31o2)
2008-03-07 19:06 Chris Gianelloni (wolf31o2)
2008-02-20 20:32 Chris Gianelloni (wolf31o2)
2008-02-08 18:52 Chris Gianelloni (wolf31o2)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox