Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/epix: ChangeLog epix-1.1.15.ebuild
Date: Sun, 09 Sep 2007 14:16:45
Message-Id: E1IUNTy-0001jf-JV@stork.gentoo.org
1 markusle 07/09/09 14:09:50
2
3 Modified: ChangeLog
4 Added: epix-1.1.15.ebuild
5 Log:
6 Version bump (bug #191798).
7 (Portage version: 2.1.3.7)
8
9 Revision Changes Path
10 1.14 sci-visualization/epix/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/epix/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/epix/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/epix/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/epix/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 11 Jun 2007 08:42:11 -0000 1.13
23 +++ ChangeLog 9 Sep 2007 14:09:50 -0000 1.14
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sci-visualization/epix
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/ChangeLog,v 1.13 2007/06/11 08:42:11 cryos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/ChangeLog,v 1.14 2007/09/09 14:09:50 markusle Exp $
29 +
30 +*epix-1.1.15 (09 Sep 2007)
31 +
32 + 09 Sep 2007; Markus Dittrich <markusle@g.o>
33 + +files/epix-1.1.15-doc-gentoo.patch, +epix-1.1.15.ebuild:
34 + Version bump (bug #191798).
35
36 11 Jun 2007; Marcus D. Hanwell <cryos@g.o> -epix-1.0.0.ebuild,
37 -epix-1.0.20.ebuild, epix-1.0.24.ebuild:
38
39
40
41 1.1 sci-visualization/epix/epix-1.1.15.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/epix/epix-1.1.15.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/epix/epix-1.1.15.ebuild?rev=1.1&content-type=text/plain
45
46 Index: epix-1.1.15.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/epix-1.1.15.ebuild,v 1.1 2007/09/09 14:09:50 markusle Exp $
51
52 inherit toolchain-funcs flag-o-matic
53
54 DESCRIPTION="2- and 3-D plotter for creating images (to be used in LaTeX)"
55 HOMEPAGE="http://mathcs.holycross.edu/~ahwang/current/ePiX.html"
56 SRC_URI="http://mathcs.holycross.edu/~ahwang/epix/${P}_withpdf.tar.bz2"
57 LICENSE="GPL-2"
58
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86"
61 IUSE=""
62
63 DEPEND="virtual/tetex"
64
65 src_unpack() {
66 unpack ${A}
67 cd "${S}"
68 epatch "${FILESDIR}"/${P}-doc-gentoo.patch
69 sed -e 's:doc/${PACKAGE_TARNAME}:doc/${PACKAGE_TARNAME}-${PACKAGE_VERSION}:' \
70 -i configure || die "sed on configure failed"
71 }
72
73 src_install() {
74 make DESTDIR="${D}" install || die "install failed"
75 }
76
77
78
79 --
80 gentoo-commits@g.o mailing list