Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-tex/pstplus: ChangeLog pstplus-1.3.ebuild pstplus-1.2.ebuild
Date: Sun, 11 May 2008 21:48:41
Message-Id: E1JvJPG-0003Ft-2S@stork.gentoo.org
1 aballier 08/05/11 21:48:34
2
3 Modified: ChangeLog
4 Added: pstplus-1.3.ebuild
5 Removed: pstplus-1.2.ebuild
6 Log:
7 version bump, allow split qt4 deps
8 (Portage version: 2.1.5_rc10)
9
10 Revision Changes Path
11 1.2 dev-tex/pstplus/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/pstplus/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/pstplus/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/pstplus/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-tex/pstplus/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 26 Jan 2008 13:40:51 -0000 1.1
24 +++ ChangeLog 11 May 2008 21:48:33 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-tex/pstplus
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/pstplus/ChangeLog,v 1.1 2008/01/26 13:40:51 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/pstplus/ChangeLog,v 1.2 2008/05/11 21:48:33 aballier Exp $
30 +
31 +*pstplus-1.3 (11 May 2008)
32 +
33 + 11 May 2008; Alexis Ballier <aballier@g.o> -pstplus-1.2.ebuild,
34 + +pstplus-1.3.ebuild:
35 + version bump, allow split qt4 deps
36
37 *pstplus-1.2 (26 Jan 2008)
38
39
40
41
42 1.1 dev-tex/pstplus/pstplus-1.3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/pstplus/pstplus-1.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/pstplus/pstplus-1.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: pstplus-1.3.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-tex/pstplus/pstplus-1.3.ebuild,v 1.1 2008/05/11 21:48:33 aballier Exp $
52
53 EAPI=1
54
55 inherit eutils qt4
56
57 DESCRIPTION="A PSTricks GUI"
58 HOMEPAGE="http://www.xm1math.net/pstplus/"
59 SRC_URI="http://www.xm1math.net/pstplus/${P}.tar.bz2"
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64"
63 IUSE=""
64
65 DEPEND="|| ( ( x11-libs/qt-gui x11-libs/qt-core ) >=x11-libs/qt-4.3.0:4 )"
66
67 RDEPEND="${DEPEND}
68 virtual/latex-base
69 || (
70 dev-texlive/texlive-pstricks
71 app-text/tetex
72 app-text/ptex
73 )
74 app-text/psutils
75 sci-visualization/gnuplot
76 virtual/ghostscript
77 media-libs/netpbm"
78
79 src_compile() {
80 eqmake4 pstplus.pro || die "qmake failed"
81 emake || die "emake failed"
82 }
83
84 src_install() {
85 emake INSTALL_ROOT="${D}" install || die "make install failed"
86
87 dodoc utilities/AUTHORS || die "dodoc failed"
88
89 newicon utilities/pstplus48x48.png pstplus.png
90 make_desktop_entry pstplus Pstplus "pstplus" Office
91 }
92
93 pkg_postinst() {
94 elog "Examples are available at:"
95 elog "/usr/share/${PN}/"
96 }
97
98
99
100 --
101 gentoo-commits@l.g.o mailing list