Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/gpicview: ChangeLog gpicview-0.1.8.ebuild gpicview-0.1.7.ebuild
Date: Sat, 02 Feb 2008 12:30:14
Message-Id: E1JLHVb-00042f-9e@stork.gentoo.org
1 drac 08/02/02 12:30:11
2
3 Modified: ChangeLog
4 Added: gpicview-0.1.8.ebuild
5 Removed: gpicview-0.1.7.ebuild
6 Log:
7 Version bump.
8 (Portage version: 2.1.4.1)
9
10 Revision Changes Path
11 1.3 media-gfx/gpicview/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gpicview/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gpicview/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gpicview/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gpicview/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 9 Jan 2008 11:15:55 -0000 1.2
24 +++ ChangeLog 2 Feb 2008 12:30:10 -0000 1.3
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-gfx/gpicview
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gpicview/ChangeLog,v 1.2 2008/01/09 11:15:55 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gpicview/ChangeLog,v 1.3 2008/02/02 12:30:10 drac Exp $
30 +
31 +*gpicview-0.1.8 (02 Feb 2008)
32 +
33 + 02 Feb 2008; Samuli Suominen <drac@g.o> -gpicview-0.1.7.ebuild,
34 + +gpicview-0.1.8.ebuild:
35 + Version bump.
36
37 09 Jan 2008; Markus Meier <maekke@g.o> gpicview-0.1.7.ebuild:
38 add ~x86
39
40
41
42 1.1 media-gfx/gpicview/gpicview-0.1.8.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gpicview/gpicview-0.1.8.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gpicview/gpicview-0.1.8.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gpicview-0.1.8.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-gfx/gpicview/gpicview-0.1.8.ebuild,v 1.1 2008/02/02 12:30:10 drac Exp $
52
53 DESCRIPTION="A Simple and Fast Image Viewer for X"
54 HOMEPAGE="http://lxde.sourceforge.net/gpicview"
55 SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~x86"
60 IUSE=""
61
62 RDEPEND=">=x11-libs/gtk+-2.6
63 media-libs/jpeg"
64 DEPEND="${RDEPEND}
65 dev-util/pkgconfig
66 sys-devel/gettext"
67
68 src_install() {
69 emake DESTDIR="${D}" install || die "emake install failed."
70 dodoc AUTHORS
71 }
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list