public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/hwinfo: hwinfo-18.5.ebuild ChangeLog
@ 2011-05-01 10:42 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-05-01 10:42 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/05/01 10:42:10

  Modified:             ChangeLog
  Added:                hwinfo-18.5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 sys-apps/hwinfo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	1 Nov 2010 18:52:57 -0000	1.20
+++ ChangeLog	1 May 2011 10:42:09 -0000	1.21
@@ -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.20 2010/11/01 18:52:57 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v 1.21 2011/05/01 10:42:09 ssuominen Exp $
+
+*hwinfo-18.5 (01 May 2011)
+
+  01 May 2011; Samuli Suominen <ssuominen@gentoo.org> +hwinfo-18.5.ebuild:
+  Version bump.
 
   01 Nov 2010; Samuli Suominen <ssuominen@gentoo.org> hwinfo-18.1.ebuild:
   ppc stable wrt wrt bug #342753



1.1                  sys-apps/hwinfo/hwinfo-18.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.5.ebuild?rev=1.1&content-type=text/plain

Index: hwinfo-18.5.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.5.ebuild,v 1.1 2011/05/01 10:42:09 ssuominen Exp $

EAPI=4
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}-2.1.src.rpm"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

RDEPEND="amd64? ( dev-libs/libx86emu )
	x86? ( dev-libs/libx86emu )"
DEPEND="${RDEPEND}
	sys-devel/flex
	>=sys-kernel/linux-headers-2.6.17"

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.
	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() {
	tc-export AR
	emake CC="$(tc-getCC)" RPM_OPT_FLAGS="${CFLAGS}"
}

src_install() {
	emake DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)" install

	dodoc changelog README
	doman doc/hwinfo.8
	insinto /usr/share/doc/${PF}/examples
	doins doc/example*.c
}






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

* [gentoo-commits] gentoo-x86 commit in sys-apps/hwinfo: hwinfo-18.5.ebuild ChangeLog
@ 2011-07-26 23:32 Zac Medico (zmedico)
  0 siblings, 0 replies; 5+ messages in thread
From: Zac Medico (zmedico) @ 2011-07-26 23:32 UTC (permalink / raw
  To: gentoo-commits

zmedico     11/07/26 23:32:08

  Modified:             hwinfo-18.5.ebuild ChangeLog
  Log:
  Fix for prefix.
  
  (Portage version: 2.2.0_alpha47/cvs/Linux i686)

Revision  Changes    Path
1.2                  sys-apps/hwinfo/hwinfo-18.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.5.ebuild?r1=1.1&r2=1.2

Index: hwinfo-18.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hwinfo-18.5.ebuild	1 May 2011 10:42:09 -0000	1.1
+++ hwinfo-18.5.ebuild	26 Jul 2011 23:32:06 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.5.ebuild,v 1.1 2011/05/01 10:42:09 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.5.ebuild,v 1.2 2011/07/26 23:32:06 zmedico Exp $
 
 EAPI=4
 inherit multilib rpm toolchain-funcs
@@ -48,7 +48,7 @@
 }
 
 src_install() {
-	emake DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)" install
+	emake DESTDIR="${ED}" LIBDIR="/usr/$(get_libdir)" install
 
 	dodoc changelog README
 	doman doc/hwinfo.8



1.22                 sys-apps/hwinfo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	1 May 2011 10:42:09 -0000	1.21
+++ ChangeLog	26 Jul 2011 23:32:06 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/hwinfo
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v 1.21 2011/05/01 10:42:09 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v 1.22 2011/07/26 23:32:06 zmedico Exp $
+
+  26 Jul 2011; Zac Medico <zmedico@gentoo.org> hwinfo-18.5.ebuild:
+  Fix for prefix.
 
 *hwinfo-18.5 (01 May 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in sys-apps/hwinfo: hwinfo-18.5.ebuild ChangeLog
@ 2011-07-29  4:29 Zac Medico (zmedico)
  0 siblings, 0 replies; 5+ messages in thread
From: Zac Medico (zmedico) @ 2011-07-29  4:29 UTC (permalink / raw
  To: gentoo-commits

zmedico     11/07/29 04:29:40

  Modified:             hwinfo-18.5.ebuild ChangeLog
  Log:
  Add ~x86-linux keyword.
  
  (Portage version: 2.2.0_alpha47_p6/cvs/Linux i686)

Revision  Changes    Path
1.3                  sys-apps/hwinfo/hwinfo-18.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.5.ebuild?r1=1.2&r2=1.3

Index: hwinfo-18.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hwinfo-18.5.ebuild	26 Jul 2011 23:32:06 -0000	1.2
+++ hwinfo-18.5.ebuild	29 Jul 2011 04:29:39 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.5.ebuild,v 1.2 2011/07/26 23:32:06 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.5.ebuild,v 1.3 2011/07/29 04:29:39 zmedico Exp $
 
 EAPI=4
 inherit multilib rpm toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux"
 IUSE=""
 
 RDEPEND="amd64? ( dev-libs/libx86emu )



1.23                 sys-apps/hwinfo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	26 Jul 2011 23:32:06 -0000	1.22
+++ ChangeLog	29 Jul 2011 04:29:39 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/hwinfo
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v 1.22 2011/07/26 23:32:06 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v 1.23 2011/07/29 04:29:39 zmedico Exp $
+
+  29 Jul 2011; Zac Medico <zmedico@gentoo.org> hwinfo-18.5.ebuild:
+  Add ~x86-linux keyword.
 
   26 Jul 2011; Zac Medico <zmedico@gentoo.org> hwinfo-18.5.ebuild:
   Fix for prefix.






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

* [gentoo-commits] gentoo-x86 commit in sys-apps/hwinfo: hwinfo-18.5.ebuild ChangeLog
@ 2011-12-11  9:00 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-12-11  9:00 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/12/11 09:00:23

  Modified:             hwinfo-18.5.ebuild ChangeLog
  Log:
  x86 stable wrt bug #392833
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.4                  sys-apps/hwinfo/hwinfo-18.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.5.ebuild?r1=1.3&r2=1.4

Index: hwinfo-18.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hwinfo-18.5.ebuild	29 Jul 2011 04:29:39 -0000	1.3
+++ hwinfo-18.5.ebuild	11 Dec 2011 09:00:23 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.5.ebuild,v 1.3 2011/07/29 04:29:39 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.5.ebuild,v 1.4 2011/12/11 09:00:23 phajdan.jr Exp $
 
 EAPI=4
 inherit multilib rpm toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux"
+KEYWORDS="~amd64 ~ppc x86 ~x86-linux"
 IUSE=""
 
 RDEPEND="amd64? ( dev-libs/libx86emu )



1.24                 sys-apps/hwinfo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	29 Jul 2011 04:29:39 -0000	1.23
+++ ChangeLog	11 Dec 2011 09:00:23 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/hwinfo
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v 1.23 2011/07/29 04:29:39 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v 1.24 2011/12/11 09:00:23 phajdan.jr Exp $
+
+  11 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> hwinfo-18.5.ebuild:
+  x86 stable wrt bug #392833
 
   29 Jul 2011; Zac Medico <zmedico@gentoo.org> hwinfo-18.5.ebuild:
   Add ~x86-linux keyword.






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

* [gentoo-commits] gentoo-x86 commit in sys-apps/hwinfo: hwinfo-18.5.ebuild ChangeLog
@ 2011-12-13 23:12 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2011-12-13 23:12 UTC (permalink / raw
  To: gentoo-commits

ago         11/12/13 23:12:40

  Modified:             hwinfo-18.5.ebuild ChangeLog
  Log:
  Stable for AMD64, wrt bug #392833
  
  (Portage version: 2.1.10.39/cvs/Linux i686)

Revision  Changes    Path
1.5                  sys-apps/hwinfo/hwinfo-18.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.5.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.5.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.5.ebuild?r1=1.4&r2=1.5

Index: hwinfo-18.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hwinfo-18.5.ebuild	11 Dec 2011 09:00:23 -0000	1.4
+++ hwinfo-18.5.ebuild	13 Dec 2011 23:12:40 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.5.ebuild,v 1.4 2011/12/11 09:00:23 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.5.ebuild,v 1.5 2011/12/13 23:12:40 ago Exp $
 
 EAPI=4
 inherit multilib rpm toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86 ~x86-linux"
+KEYWORDS="amd64 ~ppc x86 ~x86-linux"
 IUSE=""
 
 RDEPEND="amd64? ( dev-libs/libx86emu )



1.25                 sys-apps/hwinfo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	11 Dec 2011 09:00:23 -0000	1.24
+++ ChangeLog	13 Dec 2011 23:12:40 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/hwinfo
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v 1.24 2011/12/11 09:00:23 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v 1.25 2011/12/13 23:12:40 ago Exp $
+
+  13 Dec 2011; Agostino Sarubbo <ago@gentoo.org> hwinfo-18.5.ebuild:
+  Stable for AMD64, wrt bug #392833
 
   11 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> hwinfo-18.5.ebuild:
   x86 stable wrt bug #392833






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

end of thread, other threads:[~2011-12-13 23:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-29  4:29 [gentoo-commits] gentoo-x86 commit in sys-apps/hwinfo: hwinfo-18.5.ebuild ChangeLog Zac Medico (zmedico)
  -- strict thread matches above, loose matches on Subject: below --
2011-12-13 23:12 Agostino Sarubbo (ago)
2011-12-11  9:00 PaweA Hajdan (phajdan.jr)
2011-07-26 23:32 Zac Medico (zmedico)
2011-05-01 10:42 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