* [gentoo-commits] gentoo-x86 commit in net-analyzer/scli: scli-0.2.12.ebuild ChangeLog
@ 2008-01-26 13:41 Peter Volkov (pva)
0 siblings, 0 replies; 2+ messages in thread
From: Peter Volkov (pva) @ 2008-01-26 13:41 UTC (permalink / raw
To: gentoo-commits
pva 08/01/26 13:41:25
Modified: scli-0.2.12.ebuild ChangeLog
Log:
Moved autotools stuff to src_unpack, bug #207466, thank Diego Pettenò <flameeyes AT gentoo.org> for report. Marked ~amd64.
(Portage version: 2.1.4_rc14)
Revision Changes Path
1.8 net-analyzer/scli/scli-0.2.12.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/scli/scli-0.2.12.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/scli/scli-0.2.12.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/scli/scli-0.2.12.ebuild?r1=1.7&r2=1.8
Index: scli-0.2.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/scli/scli-0.2.12.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- scli-0.2.12.ebuild 31 Oct 2006 21:04:47 -0000 1.7
+++ scli-0.2.12.ebuild 26 Jan 2008 13:41:25 -0000 1.8
@@ -1,8 +1,7 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scli/scli-0.2.12.ebuild,v 1.7 2006/10/31 21:04:47 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scli/scli-0.2.12.ebuild,v 1.8 2008/01/26 13:41:25 pva Exp $
-WANT_AUTOCONF="latest"
inherit eutils flag-o-matic autotools
DESCRIPTION="SNMP Command Line Interface"
@@ -11,11 +10,10 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~ppc ~sparc x86"
+KEYWORDS="~ppc ~sparc x86 ~amd64"
IUSE="debug"
-RDEPEND="virtual/libc
- =dev-libs/glib-1.2*
+RDEPEND="=dev-libs/glib-1.2*
>=sys-libs/ncurses-5
>=sys-libs/readline-4
dev-libs/libxml2
@@ -26,13 +24,14 @@
src_unpack() {
unpack ${A}
cd "${S}"
+
epatch "${FILESDIR}"/${P}-fix-configure.diff
epatch "${FILESDIR}"/${P}-gentoo.diff
-}
-src_compile() {
eautoconf
+}
+src_compile() {
append-flags -I/usr/include/libxml2
econf \
1.9 net-analyzer/scli/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/scli/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/scli/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/scli/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/scli/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 31 Oct 2006 21:04:47 -0000 1.8
+++ ChangeLog 26 Jan 2008 13:41:25 -0000 1.9
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/scli
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scli/ChangeLog,v 1.8 2006/10/31 21:04:47 jokey Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scli/ChangeLog,v 1.9 2008/01/26 13:41:25 pva Exp $
+
+ 26 Jan 2008; <pva@gentoo.org> scli-0.2.12.ebuild:
+ Moved autotools stuff to src_unpack, bug #207466, thank Diego Pettenò
+ <flameeyes AT gentoo.org> for report. Marked ~amd64.
31 Oct 2006; Markus Ullmann <jokey@gentoo.org> scli-0.2.12.ebuild:
Fixing automake stuff wrt bug #153256
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/scli: scli-0.2.12.ebuild ChangeLog
@ 2011-06-25 17:16 Raul Porcel (armin76)
0 siblings, 0 replies; 2+ messages in thread
From: Raul Porcel (armin76) @ 2011-06-25 17:16 UTC (permalink / raw
To: gentoo-commits
armin76 11/06/25 17:16:21
Modified: scli-0.2.12.ebuild ChangeLog
Log:
Drop sparc keywords
(Portage version: 2.1.10.3/cvs/Linux ia64)
Revision Changes Path
1.9 net-analyzer/scli/scli-0.2.12.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/scli/scli-0.2.12.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/scli/scli-0.2.12.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/scli/scli-0.2.12.ebuild?r1=1.8&r2=1.9
Index: scli-0.2.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/scli/scli-0.2.12.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- scli-0.2.12.ebuild 26 Jan 2008 13:41:25 -0000 1.8
+++ scli-0.2.12.ebuild 25 Jun 2011 17:16:21 -0000 1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scli/scli-0.2.12.ebuild,v 1.8 2008/01/26 13:41:25 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scli/scli-0.2.12.ebuild,v 1.9 2011/06/25 17:16:21 armin76 Exp $
inherit eutils flag-o-matic autotools
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~ppc ~sparc x86 ~amd64"
+KEYWORDS="~amd64 ~ppc x86"
IUSE="debug"
RDEPEND="=dev-libs/glib-1.2*
1.12 net-analyzer/scli/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/scli/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/scli/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/scli/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/scli/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 5 Jun 2011 13:12:27 -0000 1.11
+++ ChangeLog 25 Jun 2011 17:16:21 -0000 1.12
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/scli
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scli/ChangeLog,v 1.11 2011/06/05 13:12:27 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scli/ChangeLog,v 1.12 2011/06/25 17:16:21 armin76 Exp $
+
+ 25 Jun 2011; Raúl Porcel <armin76@gentoo.org> scli-0.2.12.ebuild:
+ Drop sparc keywords
05 Jun 2011; Kacper Kowalik <xarthisius@gentoo.org> scli-0.4.0.ebuild:
Marked ~ppc wrt #369595
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-06-25 17:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-26 13:41 [gentoo-commits] gentoo-x86 commit in net-analyzer/scli: scli-0.2.12.ebuild ChangeLog Peter Volkov (pva)
-- strict thread matches above, loose matches on Subject: below --
2011-06-25 17:16 Raul Porcel (armin76)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox