Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/giftui: ChangeLog giftui-0.4.1-r1.ebuild giftui-0.3.1.ebuild giftui-0.4.1.ebuild
Date: Tue, 15 Jan 2008 19:05:25
Message-Id: E1JEr68-0001ld-Hr@stork.gentoo.org
1 armin76 08/01/15 19:05:20
2
3 Modified: ChangeLog
4 Added: giftui-0.4.1-r1.ebuild
5 Removed: giftui-0.3.1.ebuild giftui-0.4.1.ebuild
6 Log:
7 Fix autotools and fix not starting with newer gtk+
8 (Portage version: 2.1.4, RepoMan options: --force)
9
10 Revision Changes Path
11 1.22 net-p2p/giftui/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/giftui/ChangeLog?rev=1.22&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/giftui/ChangeLog?rev=1.22&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/giftui/ChangeLog?r1=1.21&r2=1.22
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-p2p/giftui/ChangeLog,v
20 retrieving revision 1.21
21 retrieving revision 1.22
22 diff -u -r1.21 -r1.22
23 --- ChangeLog 21 Feb 2007 20:15:27 -0000 1.21
24 +++ ChangeLog 15 Jan 2008 19:05:19 -0000 1.22
25 @@ -1,6 +1,13 @@
26 # ChangeLog for net-p2p/giftui
27 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftui/ChangeLog,v 1.21 2007/02/21 20:15:27 armin76 Exp $
29 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftui/ChangeLog,v 1.22 2008/01/15 19:05:19 armin76 Exp $
31 +
32 +*giftui-0.4.1-r1 (15 Jan 2008)
33 +
34 + 15 Jan 2008; Raúl Porcel <armin76@g.o> -files/0.4.1-gentoo.patch,
35 + +files/0.4.1-gentoo-r1.patch, -giftui-0.3.1.ebuild, -giftui-0.4.1.ebuild,
36 + +giftui-0.4.1-r1.ebuild:
37 + Fix autotools and fix not starting with newer gtk+
38
39 21 Feb 2007; Raúl Porcel <armin76@g.o> files/digest-giftui-0.4.1,
40 Manifest:
41
42
43
44 1.1 net-p2p/giftui/giftui-0.4.1-r1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/giftui/giftui-0.4.1-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/giftui/giftui-0.4.1-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: giftui-0.4.1-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2008 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/net-p2p/giftui/giftui-0.4.1-r1.ebuild,v 1.1 2008/01/15 19:05:19 armin76 Exp $
54
55 inherit gnome2 eutils autotools
56
57 DESCRIPTION="A GTK+2 giFT frontend"
58 HOMEPAGE="http://giftui.sourceforge.net/"
59 SRC_URI="mirror://sourceforge/giftui/${P}.tar.bz2"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~sparc x86"
64 IUSE=""
65
66 RDEPEND=">=x11-libs/gtk+-2.4.3
67 net-p2p/gift
68 >=gnome-base/gconf-2.6.0
69 dev-util/pkgconfig"
70 DEPEND="${RDEPEND}
71 sys-apps/sed"
72
73 src_unpack() {
74 unpack ${A}
75 cd "${S}"
76 epatch ${FILESDIR}/${PV}-gentoo-r1.patch
77 sed -i -e 's:/doc/giftui:/share/doc/${P}:g' Makefile*
78
79 eautoreconf
80 }
81
82 src_install() {
83 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1"
84 make DESTDIR=${D} install || die
85 }
86
87
88
89 --
90 gentoo-commits@l.g.o mailing list