Gentoo Archives: gentoo-commits

From: "Santiago M. Mola (coldwind)" <coldwind@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/stripclub: ChangeLog stripclub-0.9.1.2-r1.ebuild
Date: Sat, 01 Dec 2007 20:57:32
Message-Id: E1IyZOp-0007em-Vk@stork.gentoo.org
1 coldwind 07/12/01 20:57:19
2
3 Modified: ChangeLog
4 Added: stripclub-0.9.1.2-r1.ebuild
5 Log:
6 Honour user settings and fix --as-needed, bug #199536. Use DESTDIR and more clean up.
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.8 x11-misc/stripclub/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/stripclub/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/stripclub/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/stripclub/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/stripclub/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 23 Aug 2007 17:56:30 -0000 1.7
23 +++ ChangeLog 1 Dec 2007 20:57:19 -0000 1.8
24 @@ -1,6 +1,14 @@
25 # ChangeLog for x11-misc/stripclub
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/stripclub/ChangeLog,v 1.7 2007/08/23 17:56:30 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/stripclub/ChangeLog,v 1.8 2007/12/01 20:57:19 coldwind Exp $
29 +
30 +*stripclub-0.9.1.2-r1 (01 Dec 2007)
31 +
32 + 01 Dec 2007; Santiago M. Mola <coldwind@g.o>
33 + +files/stripclub-0.9.1.2-Makefile-fixes.patch,
34 + +stripclub-0.9.1.2-r1.ebuild:
35 + Honour user settings and fix --as-needed, bug #199536. Use DESTDIR and more
36 + clean up.
37
38 23 Aug 2007; Jeroen Roovers <jer@g.o> stripclub-0.9.1.2.ebuild:
39 Marked ~hppa too.
40
41
42
43 1.1 x11-misc/stripclub/stripclub-0.9.1.2-r1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/stripclub/stripclub-0.9.1.2-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/stripclub/stripclub-0.9.1.2-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: stripclub-0.9.1.2-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2007 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-misc/stripclub/stripclub-0.9.1.2-r1.ebuild,v 1.1 2007/12/01 20:57:19 coldwind Exp $
53
54 inherit eutils
55
56 MY_P="${PN}_${PV}"
57
58 DESCRIPTION="A webcomic reader."
59 HOMEPAGE="http://stripclub.sourceforge.net/"
60 SRC_URI="mirror://sourceforge/stripclub/${MY_P}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~hppa ~ppc ~x86"
65 IUSE=""
66
67 DEPEND=">=x11-libs/fltk-1.1.4
68 >=dev-libs/libpcre-5.0
69 >=media-libs/libpng-1.2.8
70 >=media-libs/jpeg-6b-r4
71 x11-libs/libXpm"
72
73 src_unpack() {
74 unpack ${A}
75 cd "${S}"
76 epatch "${FILESDIR}"/${P}-Makefile-fixes.patch
77 }
78
79 src_compile() {
80 # No standard configure script.
81 ./configure \
82 --prefix=/usr \
83 --bindir=/usr/bin \
84 --mandir=/usr/share/man \
85 --docdir=/usr/share/doc/${PN} \
86 --skip-tests || die "./configure failed"
87 emake || die "emake failed"
88 }
89
90 src_install() {
91 emake DESTDIR="${D}" install || die "emake install failed"
92 }
93
94
95
96 --
97 gentoo-commits@g.o mailing list