Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/transfig: transfig-3.2.5-r2.ebuild
Date: Sun, 02 Nov 2008 06:32:26
Message-Id: E1KwWVc-0007hu-Ek@stork.gentoo.org
1 vapier 08/11/02 06:32:24
2
3 Modified: transfig-3.2.5-r2.ebuild
4 Log:
5 touchup style and add comments for maintainer
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.26.2 x86_64)
7
8 Revision Changes Path
9 1.4 media-gfx/transfig/transfig-3.2.5-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/transfig/transfig-3.2.5-r2.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/transfig/transfig-3.2.5-r2.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/transfig/transfig-3.2.5-r2.ebuild?r1=1.3&r2=1.4
14
15 Index: transfig-3.2.5-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/transfig/transfig-3.2.5-r2.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- transfig-3.2.5-r2.ebuild 1 Nov 2008 18:19:05 -0000 1.3
22 +++ transfig-3.2.5-r2.ebuild 2 Nov 2008 06:32:24 -0000 1.4
23 @@ -1,20 +1,20 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/transfig/transfig-3.2.5-r2.ebuild,v 1.3 2008/11/01 18:19:05 nixnut Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/transfig/transfig-3.2.5-r2.ebuild,v 1.4 2008/11/02 06:32:24 vapier Exp $
28
29 inherit toolchain-funcs eutils flag-o-matic
30
31 MY_P=${PN}.${PV}
32
33 DESCRIPTION="A set of tools for creating TeX documents with graphics which can be printed in a wide variety of environments"
34 +HOMEPAGE="http://www.xfig.org/"
35 SRC_URI="http://xfig.org/software/xfig/${PV}/${MY_P}.tar.gz
36 mirror://gentoo/transfig-3.2.5-fig2mpdf.patch.bz2"
37 -HOMEPAGE="http://www.xfig.org"
38 -IUSE=""
39
40 -SLOT="0"
41 LICENSE="BSD"
42 +SLOT="0"
43 KEYWORDS="~alpha ~amd64 hppa ~ia64 ppc ~ppc64 ~sparc ~x86"
44 +IUSE=""
45
46 RDEPEND="x11-libs/libXpm
47 >=media-libs/jpeg-6
48 @@ -61,9 +61,10 @@
49
50 # without append transfig compiles with warining
51 # incompatible implicit declaration of built-in function ‘strlen’
52 - # but are we really SVR4?
53 + # but are we really SVR4? -- so use _GNU_SOURCE ?
54 #append-flags -DSVR4
55 xmkmf || die "xmkmf failed"
56 + # XXX: should be `emake`
57 make Makefiles || die "make Makefiles failed"
58
59 emake CC="$(tc-getCC)" LOCAL_LDFLAGS="${LDFLAGS}" CDEBUGFLAGS="${CFLAGS}" \
60 @@ -71,6 +72,7 @@
61 }
62
63 src_install() {
64 + # XXX: should be `emake`
65 make DESTDIR="${D}" \
66 ${transfig_conf} install install.man || die