* [gentoo-commits] gentoo-x86 commit in sys-apps/hwinfo: ChangeLog hwinfo-18.1.ebuild
@ 2010-09-30 22:48 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-09-30 22:48 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/09/30 22:48:28
Modified: ChangeLog
Added: hwinfo-18.1.ebuild
Log:
Version bump.
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Revision Changes Path
1.16 sys-apps/hwinfo/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 29 Jun 2010 18:29:21 -0000 1.15
+++ ChangeLog 30 Sep 2010 22:48:28 -0000 1.16
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/hwinfo
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v 1.15 2010/06/29 18:29:21 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v 1.16 2010/09/30 22:48:28 ssuominen Exp $
+
+*hwinfo-18.1 (30 Sep 2010)
+
+ 30 Sep 2010; Samuli Suominen <ssuominen@gentoo.org> +hwinfo-18.1.ebuild:
+ Version bump.
29 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> hwinfo-16.0.ebuild,
+files/hwinfo-16.0-asneeded.patch:
1.1 sys-apps/hwinfo/hwinfo-18.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild?rev=1.1&content-type=text/plain
Index: hwinfo-18.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild,v 1.1 2010/09/30 22:48:28 ssuominen Exp $
EAPI=2
inherit multilib rpm toolchain-funcs
DESCRIPTION="hwinfo is the hardware detection tool used in SuSE Linux."
HOMEPAGE="http://www.opensuse.org/"
SRC_URI="http://download.opensuse.org/source/factory/repo/oss/suse/src/${P}-1.9.src.rpm"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="dev-libs/libx86emu"
DEPEND="${RDEPEND}
>=sys-kernel/linux-headers-2.6.17"
MAKEOPTS="${MAKEOPTS} -j1"
src_prepare() {
# Avoid -I directories for dbus because HAL is obsolete.
sed -i -e '/CFLAGS/d' src/hd/Makefile || die
# Respect LDFLAGS.
sed -i -e 's:$(CC) -shared:& $(LDFLAGS):' src/Makefile || die
sed -i -e 's:$(CC) $(CFLAGS):$(CC) $(LDFLAGS) $(CFLAGS):' src/ids/Makefile || die
# Respect MAKE variable. Skip forced -pipe and -g. Respect LDFLAGS.
sed -i \
-e 's:make:$(MAKE):' \
-e 's:-pipe -g::' \
-e 's:LDFLAGS.*=:LDFLAGS +=:' \
Makefile{,.common} || die
}
src_compile() {
emake CC="$(tc-getCC)" RPM_OPT_FLAGS="${CFLAGS}" || die
}
src_install() {
emake DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)" install || die
dodoc changelog README
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/hwinfo: ChangeLog hwinfo-18.1.ebuild
@ 2010-10-26 20:53 Markos Chandras (hwoarang)
0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-10-26 20:53 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/10/26 20:53:44
Modified: ChangeLog hwinfo-18.1.ebuild
Log:
Stable on amd64 wrt bug #342753
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Revision Changes Path
1.17 sys-apps/hwinfo/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 30 Sep 2010 22:48:28 -0000 1.16
+++ ChangeLog 26 Oct 2010 20:53:44 -0000 1.17
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/hwinfo
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v 1.16 2010/09/30 22:48:28 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v 1.17 2010/10/26 20:53:44 hwoarang Exp $
+
+ 26 Oct 2010; Markos Chandras <hwoarang@gentoo.org> hwinfo-18.1.ebuild:
+ Stable on amd64 wrt bug #342753
*hwinfo-18.1 (30 Sep 2010)
1.5 sys-apps/hwinfo/hwinfo-18.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild?r1=1.4&r2=1.5
Index: hwinfo-18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hwinfo-18.1.ebuild 1 Oct 2010 10:15:01 -0000 1.4
+++ hwinfo-18.1.ebuild 26 Oct 2010 20:53:44 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild,v 1.4 2010/10/01 10:15:01 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild,v 1.5 2010/10/26 20:53:44 hwoarang Exp $
EAPI=2
inherit multilib rpm toolchain-funcs
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE=""
RDEPEND="dev-libs/libx86emu"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/hwinfo: ChangeLog hwinfo-18.1.ebuild
@ 2010-11-01 12:53 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-11-01 12:53 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 10/11/01 12:53:52
Modified: ChangeLog hwinfo-18.1.ebuild
Log:
x86 stable wrt bug #342753
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.18 sys-apps/hwinfo/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 26 Oct 2010 20:53:44 -0000 1.17
+++ ChangeLog 1 Nov 2010 12:53:52 -0000 1.18
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/hwinfo
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v 1.17 2010/10/26 20:53:44 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v 1.18 2010/11/01 12:53:52 phajdan.jr Exp $
+
+ 01 Nov 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> hwinfo-18.1.ebuild:
+ x86 stable wrt bug #342753
26 Oct 2010; Markos Chandras <hwoarang@gentoo.org> hwinfo-18.1.ebuild:
Stable on amd64 wrt bug #342753
1.6 sys-apps/hwinfo/hwinfo-18.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild?r1=1.5&r2=1.6
Index: hwinfo-18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hwinfo-18.1.ebuild 26 Oct 2010 20:53:44 -0000 1.5
+++ hwinfo-18.1.ebuild 1 Nov 2010 12:53:52 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild,v 1.5 2010/10/26 20:53:44 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild,v 1.6 2010/11/01 12:53:52 phajdan.jr Exp $
EAPI=2
inherit multilib rpm toolchain-funcs
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE=""
RDEPEND="dev-libs/libx86emu"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/hwinfo: ChangeLog hwinfo-18.1.ebuild
@ 2010-11-01 18:52 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-11-01 18:52 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/11/01 18:52:57
Modified: ChangeLog hwinfo-18.1.ebuild
Log:
ppc stable wrt wrt bug #342753
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Revision Changes Path
1.20 sys-apps/hwinfo/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 1 Nov 2010 17:56:18 -0000 1.19
+++ ChangeLog 1 Nov 2010 18:52:57 -0000 1.20
@@ -1,9 +1,9 @@
# ChangeLog for sys-apps/hwinfo
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v 1.19 2010/11/01 17:56:18 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v 1.20 2010/11/01 18:52:57 ssuominen Exp $
01 Nov 2010; Samuli Suominen <ssuominen@gentoo.org> hwinfo-18.1.ebuild:
- Remove PowerPC keywording wrt #342753.
+ ppc stable wrt wrt bug #342753
01 Nov 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> hwinfo-18.1.ebuild:
x86 stable wrt bug #342753
1.8 sys-apps/hwinfo/hwinfo-18.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild?r1=1.7&r2=1.8
Index: hwinfo-18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- hwinfo-18.1.ebuild 1 Nov 2010 17:56:18 -0000 1.7
+++ hwinfo-18.1.ebuild 1 Nov 2010 18:52:57 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild,v 1.7 2010/11/01 17:56:18 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild,v 1.8 2010/11/01 18:52:57 ssuominen Exp $
EAPI=2
inherit multilib rpm toolchain-funcs
@@ -11,10 +11,11 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ppc x86"
IUSE=""
-RDEPEND="dev-libs/libx86emu"
+RDEPEND="amd64? ( dev-libs/libx86emu )
+ x86? ( dev-libs/libx86emu )"
DEPEND="${RDEPEND}
sys-devel/flex
>=sys-kernel/linux-headers-2.6.17"
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-11-01 18:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-30 22:48 [gentoo-commits] gentoo-x86 commit in sys-apps/hwinfo: ChangeLog hwinfo-18.1.ebuild Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2010-10-26 20:53 Markos Chandras (hwoarang)
2010-11-01 12:53 PaweA Hajdan (phajdan.jr)
2010-11-01 18:52 Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox