Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/gnunet-gtk: ChangeLog gnunet-gtk-0.8.1.ebuild
Date: Fri, 29 Jan 2010 14:03:40
Message-Id: E1NarRa-0003Co-0U@stork.gentoo.org
1 patrick 10/01/29 14:03:30
2
3 Modified: ChangeLog
4 Added: gnunet-gtk-0.8.1.ebuild
5 Log:
6 Bump for #302751
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.13 net-p2p/gnunet-gtk/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/gnunet-gtk/ChangeLog?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/gnunet-gtk/ChangeLog?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/gnunet-gtk/ChangeLog?r1=1.12&r2=1.13
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/ChangeLog,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- ChangeLog 11 Jul 2008 10:20:38 -0000 1.12
23 +++ ChangeLog 29 Jan 2010 14:03:29 -0000 1.13
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-p2p/gnunet-gtk
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/ChangeLog,v 1.12 2008/07/11 10:20:38 armin76 Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/ChangeLog,v 1.13 2010/01/29 14:03:29 patrick Exp $
30 +
31 +*gnunet-gtk-0.8.1 (29 Jan 2010)
32 +
33 + 29 Jan 2010; Patrick Lauer <patrick@g.o> +gnunet-gtk-0.8.1.ebuild:
34 + Bump for #302751
35
36 *gnunet-gtk-0.8.0 (11 Jul 2008)
37
38
39
40
41 1.1 net-p2p/gnunet-gtk/gnunet-gtk-0.8.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/gnunet-gtk/gnunet-gtk-0.8.1.ebuild?rev=1.1&view=markup
44 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
45
46 Index: gnunet-gtk-0.8.1.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $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 $
51
52 DESCRIPTION="Graphical front end for GNUnet."
53 HOMEPAGE="http://gnunet.org/"
54 SRC_URI="http://gnunet.org/download/${P}.tar.gz"
55
56 KEYWORDS="~amd64 ~ppc64 ~x86"
57 LICENSE="GPL-2"
58 SLOT="0"
59 IUSE=""
60
61 DEPEND=">=x11-libs/gtk+-2.6.0
62 >=net-p2p/gnunet-${PV}
63 >=gnome-base/libglade-2.0"
64
65 src_compile() {
66 econf --with-gnunet=/usr || die "econf failed"
67 emake || die "emake failed"
68 }
69
70 src_install() {
71 emake DESTDIR="${D}" install || die "emake install failed"
72 }