* [gentoo-commits] gentoo-x86 commit in sys-apps/hwinfo: hwinfo-18.1.ebuild
@ 2010-09-30 22:58 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-09-30 22:58 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/09/30 22:58:06
Modified: hwinfo-18.1.ebuild
Log:
Install some missing files.
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Revision Changes Path
1.2 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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild?r1=1.1&r2=1.2
Index: hwinfo-18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hwinfo-18.1.ebuild 30 Sep 2010 22:48:28 -0000 1.1
+++ hwinfo-18.1.ebuild 30 Sep 2010 22:58:06 -0000 1.2
@@ -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.1 2010/09/30 22:48:28 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild,v 1.2 2010/09/30 22:58:06 ssuominen Exp $
EAPI=2
inherit multilib rpm toolchain-funcs
@@ -41,5 +41,9 @@
src_install() {
emake DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)" install || die
+
dodoc changelog README
+ doman doc/hwinfo.8
+ insinto /usr/share/doc/${PF}/examples
+ doins doc/example*.c
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/hwinfo: hwinfo-18.1.ebuild
@ 2010-09-30 23:10 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-09-30 23:10 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/09/30 23:10:21
Modified: hwinfo-18.1.ebuild
Log:
Respect AR too
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Revision Changes Path
1.3 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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild?r1=1.2&r2=1.3
Index: hwinfo-18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hwinfo-18.1.ebuild 30 Sep 2010 22:58:06 -0000 1.2
+++ hwinfo-18.1.ebuild 30 Sep 2010 23:10:21 -0000 1.3
@@ -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.2 2010/09/30 22:58:06 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild,v 1.3 2010/09/30 23:10:21 ssuominen Exp $
EAPI=2
inherit multilib rpm toolchain-funcs
@@ -21,6 +21,11 @@
MAKEOPTS="${MAKEOPTS} -j1"
src_prepare() {
+ # Respect AR variable.
+ sed -i \
+ -e 's:ar r:$(AR) r:' \
+ src/{,isdn,ids,smp,hd}/Makefile || die
+
# Avoid -I directories for dbus because HAL is obsolete.
sed -i -e '/CFLAGS/d' src/hd/Makefile || die
# Respect LDFLAGS.
@@ -36,6 +41,7 @@
}
src_compile() {
+ tc-export AR
emake CC="$(tc-getCC)" RPM_OPT_FLAGS="${CFLAGS}" || die
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/hwinfo: hwinfo-18.1.ebuild
@ 2010-10-01 10:15 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-10-01 10:15 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/10/01 10:15:02
Modified: hwinfo-18.1.ebuild
Log:
Missing dep on flex
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Revision Changes Path
1.4 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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild?r1=1.3&r2=1.4
Index: hwinfo-18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hwinfo-18.1.ebuild 30 Sep 2010 23:10:21 -0000 1.3
+++ hwinfo-18.1.ebuild 1 Oct 2010 10:15:01 -0000 1.4
@@ -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.3 2010/09/30 23:10:21 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild,v 1.4 2010/10/01 10:15:01 ssuominen Exp $
EAPI=2
inherit multilib rpm toolchain-funcs
@@ -16,6 +16,7 @@
RDEPEND="dev-libs/libx86emu"
DEPEND="${RDEPEND}
+ sys-devel/flex
>=sys-kernel/linux-headers-2.6.17"
MAKEOPTS="${MAKEOPTS} -j1"
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-10-01 10:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-30 22:58 [gentoo-commits] gentoo-x86 commit in sys-apps/hwinfo: hwinfo-18.1.ebuild Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2010-09-30 23:10 Samuli Suominen (ssuominen)
2010-10-01 10:15 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