* [gentoo-commits] gentoo-x86 commit in net-libs/farsight2: farsight2-0.0.15.ebuild ChangeLog
@ 2009-09-11 22:00 Mounir Lamouri (volkmar)
0 siblings, 0 replies; 3+ messages in thread
From: Mounir Lamouri (volkmar) @ 2009-09-11 22:00 UTC (permalink / raw
To: gentoo-commits
volkmar 09/09/11 22:00:25
Modified: farsight2-0.0.15.ebuild ChangeLog
Log:
Keywording for ppc.
Bug 282263.
(Portage version: 14103-svn/cvs/Linux ppc, RepoMan options: --force)
Revision Changes Path
1.3 net-libs/farsight2/farsight2-0.0.15.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/farsight2/farsight2-0.0.15.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/farsight2/farsight2-0.0.15.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/farsight2/farsight2-0.0.15.ebuild?r1=1.2&r2=1.3
Index: farsight2-0.0.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.15.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- farsight2-0.0.15.ebuild 11 Sep 2009 19:57:09 -0000 1.2
+++ farsight2-0.0.15.ebuild 11 Sep 2009 22:00:25 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.15.ebuild,v 1.2 2009/09/11 19:57:09 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.15.ebuild,v 1.3 2009/09/11 22:00:25 volkmar Exp $
EAPI="2"
@@ -9,7 +9,7 @@
SRC_URI="http://farsight.freedesktop.org/releases/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE="python test msn"
SLOT="0"
1.12 net-libs/farsight2/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/farsight2/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 11 Sep 2009 19:57:09 -0000 1.11
+++ ChangeLog 11 Sep 2009 22:00:25 -0000 1.12
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/farsight2
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.11 2009/09/11 19:57:09 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.12 2009/09/11 22:00:25 volkmar Exp $
+
+ 11 Sep 2009; Mounir Lamouri <volkmar@gentoo.org> farsight2-0.0.15.ebuild:
+ Keywording for ppc. Bug 282263
11 Sep 2009; Olivier Crête <tester@gentoo.org> farsight2-0.0.14.ebuild,
farsight2-0.0.15.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/farsight2: farsight2-0.0.15.ebuild ChangeLog
@ 2009-09-19 19:04 Olivier Crete (tester)
0 siblings, 0 replies; 3+ messages in thread
From: Olivier Crete (tester) @ 2009-09-19 19:04 UTC (permalink / raw
To: gentoo-commits
tester 09/09/19 19:04:21
Modified: farsight2-0.0.15.ebuild ChangeLog
Log:
Disabled tests when the msn flag is not there
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.4 net-libs/farsight2/farsight2-0.0.15.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/farsight2/farsight2-0.0.15.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/farsight2/farsight2-0.0.15.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/farsight2/farsight2-0.0.15.ebuild?r1=1.3&r2=1.4
Index: farsight2-0.0.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.15.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- farsight2-0.0.15.ebuild 11 Sep 2009 22:00:25 -0000 1.3
+++ farsight2-0.0.15.ebuild 19 Sep 2009 19:04:20 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.15.ebuild,v 1.3 2009/09/11 22:00:25 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.15.ebuild,v 1.4 2009/09/19 19:04:20 tester Exp $
EAPI="2"
@@ -44,3 +44,12 @@
emake install DESTDIR="${D}" || die "emake install failed"
dodoc AUTHORS README ChangeLog
}
+
+src_test()
+{
+ use msn || { einfo "Tests disabled without msn use flag"; return ;}
+ if ! emake -j1 check; then
+ hasq test $FEATURES && die "Make check failed. See above for details."
+ hasq test $FEATURES || eerror "Make check failed. See above for details."
+ fi
+}
1.13 net-libs/farsight2/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/farsight2/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 11 Sep 2009 22:00:25 -0000 1.12
+++ ChangeLog 19 Sep 2009 19:04:20 -0000 1.13
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/farsight2
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.12 2009/09/11 22:00:25 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.13 2009/09/19 19:04:20 tester Exp $
+
+ 19 Sep 2009; Olivier Crête <tester@gentoo.org> farsight2-0.0.15.ebuild:
+ Disabled tests when the msn flag is not there
11 Sep 2009; Mounir Lamouri <volkmar@gentoo.org> farsight2-0.0.15.ebuild:
Keywording for ppc. Bug 282263
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/farsight2: farsight2-0.0.15.ebuild ChangeLog
@ 2009-10-26 21:16 Tobias Klausmann (klausman)
0 siblings, 0 replies; 3+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-10-26 21:16 UTC (permalink / raw
To: gentoo-commits
klausman 09/10/26 21:16:09
Modified: farsight2-0.0.15.ebuild ChangeLog
Log:
Keyworded on alpha, bug #289662
(Portage version: 2.1.7.1/cvs/Linux x86_64)
Revision Changes Path
1.5 net-libs/farsight2/farsight2-0.0.15.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/farsight2/farsight2-0.0.15.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/farsight2/farsight2-0.0.15.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/farsight2/farsight2-0.0.15.ebuild?r1=1.4&r2=1.5
Index: farsight2-0.0.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.15.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- farsight2-0.0.15.ebuild 19 Sep 2009 19:04:20 -0000 1.4
+++ farsight2-0.0.15.ebuild 26 Oct 2009 21:16:09 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.15.ebuild,v 1.4 2009/09/19 19:04:20 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.15.ebuild,v 1.5 2009/10/26 21:16:09 klausman Exp $
EAPI="2"
@@ -9,7 +9,7 @@
SRC_URI="http://farsight.freedesktop.org/releases/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
IUSE="python test msn"
SLOT="0"
1.20 net-libs/farsight2/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/farsight2/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 25 Oct 2009 16:59:52 -0000 1.19
+++ ChangeLog 26 Oct 2009 21:16:09 -0000 1.20
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/farsight2
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.19 2009/10/25 16:59:52 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.20 2009/10/26 21:16:09 klausman Exp $
+
+ 26 Oct 2009; Tobias Klausmann <klausman@gentoo.org>
+ farsight2-0.0.15.ebuild:
+ Keyworded on alpha, bug #289662
25 Oct 2009; nixnut <nixnut@gentoo.org> farsight2-0.0.14.ebuild:
ppc stable #289298
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-10-26 21:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-11 22:00 [gentoo-commits] gentoo-x86 commit in net-libs/farsight2: farsight2-0.0.15.ebuild ChangeLog Mounir Lamouri (volkmar)
-- strict thread matches above, loose matches on Subject: below --
2009-09-19 19:04 Olivier Crete (tester)
2009-10-26 21:16 Tobias Klausmann (klausman)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox