Gentoo Archives: gentoo-commits

From: "David Shakaryan (omp)" <omp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/mirage: ChangeLog mirage-0.9.1.ebuild
Date: Fri, 11 Jan 2008 01:09:34
Message-Id: E1JD8Op-0000Dk-7U@stork.gentoo.org
1 omp 08/01/11 01:09:31
2
3 Modified: ChangeLog
4 Added: mirage-0.9.1.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.18 media-gfx/mirage/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/mirage/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/mirage/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/mirage/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/mirage/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 13 Nov 2007 18:27:19 -0000 1.17
23 +++ ChangeLog 11 Jan 2008 01:09:30 -0000 1.18
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-gfx/mirage
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/mirage/ChangeLog,v 1.17 2007/11/13 18:27:19 corsair Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/mirage/ChangeLog,v 1.18 2008/01/11 01:09:30 omp Exp $
30 +
31 +*mirage-0.9.1 (11 Jan 2008)
32 +
33 + 11 Jan 2008; David Shakaryan <omp@g.o> +mirage-0.9.1.ebuild:
34 + Version bump.
35
36 13 Nov 2007; Markus Rothe <corsair@g.o> mirage-0.9.ebuild:
37 Stable on ppc64; bug #198773
38
39
40
41 1.1 media-gfx/mirage/mirage-0.9.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/mirage/mirage-0.9.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/mirage/mirage-0.9.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mirage-0.9.1.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-gfx/mirage/mirage-0.9.1.ebuild,v 1.1 2008/01/11 01:09:30 omp Exp $
51
52 inherit distutils
53
54 DESCRIPTION="Fast and simple GTK+ image viewer"
55 HOMEPAGE="http://mirageiv.berlios.de/"
56 SRC_URI="mirror://berlios/mirageiv/${P}.tar.bz2"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
61 IUSE=""
62
63 RDEPEND=">=dev-python/pygtk-2.6"
64 DEPEND="${RDEPEND}"
65
66 src_install() {
67 local DOCS="CHANGELOG README TODO TRANSLATORS"
68 distutils_src_install
69
70 rm -f "${D}/usr/share/mirage/COPYING"
71
72 # Do not install duplicate docs.
73 for DOC in ${DOCS}; do
74 rm -f "${D}/usr/share/mirage/${DOC}"
75 done
76 }
77
78
79
80 --
81 gentoo-commits@l.g.o mailing list