Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/gtkdialog: ChangeLog gtkdialog-0.7.20.ebuild
Date: Mon, 01 Jun 2009 06:53:07
Message-Id: E1MB1OL-0002gA-PE@stork.gentoo.org
1 ssuominen 09/06/01 06:53:05
2
3 Modified: ChangeLog
4 Added: gtkdialog-0.7.20.ebuild
5 Log:
6 Version bump wrt #254582, thanks to Gary Richards.
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.18 x11-misc/gtkdialog/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gtkdialog/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gtkdialog/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gtkdialog/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/gtkdialog/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 23 Mar 2008 01:07:58 -0000 1.17
23 +++ ChangeLog 1 Jun 2009 06:53:05 -0000 1.18
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-misc/gtkdialog
26 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gtkdialog/ChangeLog,v 1.17 2008/03/23 01:07:58 coldwind Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gtkdialog/ChangeLog,v 1.18 2009/06/01 06:53:05 ssuominen Exp $
30 +
31 +*gtkdialog-0.7.20 (01 Jun 2009)
32 +
33 + 01 Jun 2009; Samuli Suominen <ssuominen@g.o>
34 + +gtkdialog-0.7.20.ebuild, +files/gtkdialog-0.7.20-name_conflict.patch:
35 + Version bump wrt #254582, thanks to Gary Richards.
36
37 23 Mar 2008; Santiago M. Mola <coldwind@g.o>
38 gtkdialog-0.59.8.ebuild:
39
40
41
42 1.1 x11-misc/gtkdialog/gtkdialog-0.7.20.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gtkdialog/gtkdialog-0.7.20.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gtkdialog/gtkdialog-0.7.20.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gtkdialog-0.7.20.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-misc/gtkdialog/gtkdialog-0.7.20.ebuild,v 1.1 2009/06/01 06:53:05 ssuominen Exp $
52
53 EAPI=2
54 inherit eutils
55
56 DESCRIPTION="GUI-creation utility that can be used with an arbitrary interpreter"
57 HOMEPAGE="http://linux.pte.hu/~pipas/gtkdialog"
58 SRC_URI="ftp://linux.pte.hu/pub/${PN}/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~x86"
63 IUSE=""
64
65 RDEPEND="x11-libs/gtk+:2
66 gnome-base/libglade"
67 DEPEND="${RDEPEND}
68 dev-util/pkgconfig"
69
70 src_prepare() {
71 epatch "${FILESDIR}"/${P}-name_conflict.patch
72 }
73
74 src_configure() {
75 econf \
76 --disable-dependency-tracking
77 }
78
79 src_install() {
80 emake DESTDIR="${D}" install || die "emake install failed"
81 dodoc AUTHORS ChangeLog TODO
82 }