public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-p2p/nicotine+: nicotine+-1.2.8.ebuild ChangeLog
@ 2007-09-11 11:13 RaAl Porcel (armin76)
  0 siblings, 0 replies; 2+ messages in thread
From: RaAl Porcel (armin76) @ 2007-09-11 11:13 UTC (permalink / raw
  To: gentoo-commits

armin76     07/09/11 11:13:20

  Modified:             nicotine+-1.2.8.ebuild ChangeLog
  Log:
  Check for svg USE-flag on x11-libs/cairo, bug #190901
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.6                  net-p2p/nicotine+/nicotine+-1.2.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.8.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.8.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.8.ebuild?r1=1.5&r2=1.6

Index: nicotine+-1.2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.8.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- nicotine+-1.2.8.ebuild	8 Jul 2007 20:50:41 -0000	1.5
+++ nicotine+-1.2.8.ebuild	11 Sep 2007 11:13:20 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.8.ebuild,v 1.5 2007/07/08 20:50:41 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.8.ebuild,v 1.6 2007/09/11 11:13:20 armin76 Exp $
 
 inherit distutils eutils multilib toolchain-funcs
 
@@ -24,6 +24,13 @@
 	dev-util/pkgconfig
 	>=sys-apps/sed-4"
 
+pkg_setup() {
+	if ! built_with_use x11-libs/cairo svg; then
+		eerror "x11-libs/cairo must be built with the 'svg' USE flag"
+		die "Recompile x11-libs/cairo with enabled svg USE flag"
+	fi
+}
+
 src_compile() {
 	distutils_src_compile
 



1.22                 net-p2p/nicotine+/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	8 Jul 2007 21:50:37 -0000	1.21
+++ ChangeLog	11 Sep 2007 11:13:20 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for net-p2p/nicotine+
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.21 2007/07/08 21:50:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.22 2007/09/11 11:13:20 armin76 Exp $
+
+  11 Sep 2007; Raúl Porcel <armin76@gentoo.org> nicotine+-1.2.8.ebuild:
+  Check for svg USE-flag on x11-libs/cairo, bug #190901
 
   08 Jul 2007; Raúl Porcel <armin76@gentoo.org> -nicotine+-1.2.7.1.ebuild:
   old



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in net-p2p/nicotine+: nicotine+-1.2.8.ebuild ChangeLog
@ 2007-09-11 13:37 Santiago M. Mola (coldwind)
  0 siblings, 0 replies; 2+ messages in thread
From: Santiago M. Mola (coldwind) @ 2007-09-11 13:37 UTC (permalink / raw
  To: gentoo-commits

coldwind    07/09/11 13:37:46

  Modified:             nicotine+-1.2.8.ebuild ChangeLog
  Log:
  Latest changes reverted. Nicotine+ doesn't use svg.
  (Portage version: 2.1.2.12)

Revision  Changes    Path
1.7                  net-p2p/nicotine+/nicotine+-1.2.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.8.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.8.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.8.ebuild?r1=1.6&r2=1.7

Index: nicotine+-1.2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.8.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- nicotine+-1.2.8.ebuild	11 Sep 2007 11:13:20 -0000	1.6
+++ nicotine+-1.2.8.ebuild	11 Sep 2007 13:37:46 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.8.ebuild,v 1.6 2007/09/11 11:13:20 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.8.ebuild,v 1.7 2007/09/11 13:37:46 coldwind Exp $
 
 inherit distutils eutils multilib toolchain-funcs
 
@@ -10,7 +10,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ppc x86 ~x86-fbsd"
-IUSE="vorbis geoip"
+IUSE="geoip vorbis"
 
 RDEPEND="virtual/python
 	>=dev-python/pygtk-2
@@ -24,13 +24,6 @@
 	dev-util/pkgconfig
 	>=sys-apps/sed-4"
 
-pkg_setup() {
-	if ! built_with_use x11-libs/cairo svg; then
-		eerror "x11-libs/cairo must be built with the 'svg' USE flag"
-		die "Recompile x11-libs/cairo with enabled svg USE flag"
-	fi
-}
-
 src_compile() {
 	distutils_src_compile
 



1.23                 net-p2p/nicotine+/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	11 Sep 2007 11:13:20 -0000	1.22
+++ ChangeLog	11 Sep 2007 13:37:46 -0000	1.23
@@ -1,6 +1,10 @@
 # ChangeLog for net-p2p/nicotine+
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.22 2007/09/11 11:13:20 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.23 2007/09/11 13:37:46 coldwind Exp $
+
+  11 Sep 2007; Santiago M. Mola <coldwind@gentoo.org>
+  nicotine+-1.2.8.ebuild:
+  Latest changes reverted. Nicotine+ doesn't use svg.
 
   11 Sep 2007; Raúl Porcel <armin76@gentoo.org> nicotine+-1.2.8.ebuild:
   Check for svg USE-flag on x11-libs/cairo, bug #190901



-- 
gentoo-commits@gentoo.org mailing list



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

end of thread, other threads:[~2007-09-11 13:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-11 13:37 [gentoo-commits] gentoo-x86 commit in net-p2p/nicotine+: nicotine+-1.2.8.ebuild ChangeLog Santiago M. Mola (coldwind)
  -- strict thread matches above, loose matches on Subject: below --
2007-09-11 11:13 RaAl Porcel (armin76)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox