public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-p2p/gnunet-gtk: ChangeLog gnunet-gtk-0.8.1.ebuild
@ 2010-01-29 14:03 Patrick Lauer (patrick)
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2010-01-29 14:03 UTC (permalink / raw
  To: gentoo-commits

patrick     10/01/29 14:03:30

  Modified:             ChangeLog
  Added:                gnunet-gtk-0.8.1.ebuild
  Log:
  Bump for #302751
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 net-p2p/gnunet-gtk/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/gnunet-gtk/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/gnunet-gtk/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/gnunet-gtk/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	11 Jul 2008 10:20:38 -0000	1.12
+++ ChangeLog	29 Jan 2010 14:03:29 -0000	1.13
@@ -1,6 +1,11 @@
 # ChangeLog for net-p2p/gnunet-gtk
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/ChangeLog,v 1.12 2008/07/11 10:20:38 armin76 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/ChangeLog,v 1.13 2010/01/29 14:03:29 patrick Exp $
+
+*gnunet-gtk-0.8.1 (29 Jan 2010)
+
+  29 Jan 2010; Patrick Lauer <patrick@gentoo.org> +gnunet-gtk-0.8.1.ebuild:
+  Bump for #302751
 
 *gnunet-gtk-0.8.0 (11 Jul 2008)
 



1.1                  net-p2p/gnunet-gtk/gnunet-gtk-0.8.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/gnunet-gtk/gnunet-gtk-0.8.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/gnunet-gtk/gnunet-gtk-0.8.1.ebuild?rev=1.1&content-type=text/plain

Index: gnunet-gtk-0.8.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/gnunet-gtk-0.8.1.ebuild,v 1.1 2010/01/29 14:03:29 patrick Exp $

DESCRIPTION="Graphical front end for GNUnet."
HOMEPAGE="http://gnunet.org/"
SRC_URI="http://gnunet.org/download/${P}.tar.gz"

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

DEPEND=">=x11-libs/gtk+-2.6.0
	>=net-p2p/gnunet-${PV}
	>=gnome-base/libglade-2.0"

src_compile() {
	econf --with-gnunet=/usr || die "econf failed"
	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
}






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

* [gentoo-commits] gentoo-x86 commit in net-p2p/gnunet-gtk: ChangeLog gnunet-gtk-0.8.1.ebuild
@ 2011-03-28 22:19 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 2+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2011-03-28 22:19 UTC (permalink / raw
  To: gentoo-commits

eva         11/03/28 22:19:02

  Modified:             ChangeLog gnunet-gtk-0.8.1.ebuild
  Log:
  Use appropriate slots for gtk libs and use EAPI 3.
  
  (Portage version: 2.2.0_alpha28/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 net-p2p/gnunet-gtk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/gnunet-gtk/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/gnunet-gtk/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/gnunet-gtk/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	29 Jan 2010 14:03:29 -0000	1.13
+++ ChangeLog	28 Mar 2011 22:19:02 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for net-p2p/gnunet-gtk
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/ChangeLog,v 1.13 2010/01/29 14:03:29 patrick Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/ChangeLog,v 1.14 2011/03/28 22:19:02 eva Exp $
+
+  28 Mar 2011; Gilles Dartiguelongue <eva@gentoo.org> gnunet-gtk-0.8.1.ebuild:
+  Use appropriate slots for gtk libs and use EAPI 3.
 
 *gnunet-gtk-0.8.1 (29 Jan 2010)
 



1.2                  net-p2p/gnunet-gtk/gnunet-gtk-0.8.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/gnunet-gtk/gnunet-gtk-0.8.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/gnunet-gtk/gnunet-gtk-0.8.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/gnunet-gtk/gnunet-gtk-0.8.1.ebuild?r1=1.1&r2=1.2

Index: gnunet-gtk-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/gnunet-gtk-0.8.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnunet-gtk-0.8.1.ebuild	29 Jan 2010 14:03:29 -0000	1.1
+++ gnunet-gtk-0.8.1.ebuild	28 Mar 2011 22:19:02 -0000	1.2
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/gnunet-gtk-0.8.1.ebuild,v 1.1 2010/01/29 14:03:29 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/gnunet-gtk-0.8.1.ebuild,v 1.2 2011/03/28 22:19:02 eva Exp $
+
+EAPI="3"
 
 DESCRIPTION="Graphical front end for GNUnet."
 HOMEPAGE="http://gnunet.org/"
@@ -11,12 +13,16 @@
 SLOT="0"
 IUSE=""
 
-DEPEND=">=x11-libs/gtk+-2.6.0
+RDEPEND=">=x11-libs/gtk+-2.6:2
 	>=net-p2p/gnunet-${PV}
-	>=gnome-base/libglade-2.0"
+	gnome-base/libglade:2.0"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+	econf --with-gnunet=/usr
+}
 
 src_compile() {
-	econf --with-gnunet=/usr || die "econf failed"
 	emake || die "emake failed"
 }
 






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

end of thread, other threads:[~2011-03-28 22:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-29 14:03 [gentoo-commits] gentoo-x86 commit in net-p2p/gnunet-gtk: ChangeLog gnunet-gtk-0.8.1.ebuild Patrick Lauer (patrick)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-28 22:19 Gilles Dartiguelongue (eva)

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