Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/qcomicbook: ChangeLog qcomicbook-0.4.4.ebuild
Date: Wed, 30 Sep 2009 23:23:40
Message-Id: E1Mt8WI-00041A-DH@stork.gentoo.org
1 yngwin 09/09/30 23:23:38
2
3 Modified: ChangeLog
4 Added: qcomicbook-0.4.4.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc42/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.24 x11-misc/qcomicbook/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qcomicbook/ChangeLog?rev=1.24&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qcomicbook/ChangeLog?rev=1.24&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qcomicbook/ChangeLog?r1=1.23&r2=1.24
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/ChangeLog,v
19 retrieving revision 1.23
20 retrieving revision 1.24
21 diff -u -r1.23 -r1.24
22 --- ChangeLog 10 May 2009 15:15:19 -0000 1.23
23 +++ ChangeLog 30 Sep 2009 23:23:37 -0000 1.24
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-misc/qcomicbook
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/ChangeLog,v 1.23 2009/05/10 15:15:19 yngwin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/ChangeLog,v 1.24 2009/09/30 23:23:37 yngwin Exp $
29 +
30 +*qcomicbook-0.4.4 (30 Sep 2009)
31 +
32 + 30 Sep 2009; Ben de Groot <yngwin@g.o> +qcomicbook-0.4.4.ebuild:
33 + Version bump
34
35 10 May 2009; Ben de Groot <yngwin@g.o> qcomicbook-0.4.0.ebuild,
36 metadata.xml:
37
38
39
40 1.1 x11-misc/qcomicbook/qcomicbook-0.4.4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.4.4.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.4.4.ebuild?rev=1.1&content-type=text/plain
44
45 Index: qcomicbook-0.4.4.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.4.4.ebuild,v 1.1 2009/09/30 23:23:37 yngwin Exp $
50
51 EAPI="2"
52 inherit eutils qt4
53
54 DESCRIPTION="A viewer for comic book archives containing jpeg/png images."
55 HOMEPAGE="http://linux.bydg.org/~yogin/"
56 SRC_URI="http://linux.bydg.org/~yogin/${PN}/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86"
61 IUSE=""
62
63 RDEPEND="x11-libs/qt-gui
64 media-libs/imlib2[X]
65 x11-libs/libXmu
66 || ( app-arch/unrar app-arch/rar )
67 app-arch/zip"
68 DEPEND="${RDEPEND}
69 dev-util/pkgconfig"
70
71 src_prepare() {
72 sed -i -e 's,moc-qt4,moc,g' src/Makefile.in || die "sed failed"
73 }
74
75 src_configure() {
76 econf --with-Qt-dir="${QTDIR}"
77 }
78
79 src_install() {
80 emake DESTDIR="${D}" install || die "emake install failed."
81 dodoc AUTHORS ChangeLog NEWS README THANKS TODO
82 doicon icons/${PN}.png
83 make_desktop_entry ${PN} "QComicBook" \
84 ${PN}.png "Graphics;Viewer;Amusement;Qt"
85 }