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