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: pstplus-1.5.ebuild ChangeLog
Date: Thu, 24 Feb 2011 11:58:56
Message-Id: 20110224115844.E809020054@flycatcher.gentoo.org
1 aballier 11/02/24 11:58:44
2
3 Modified: ChangeLog
4 Added: pstplus-1.5.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.8 dev-tex/pstplus/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/pstplus/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/pstplus/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/pstplus/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-tex/pstplus/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 26 Dec 2009 19:26:03 -0000 1.7
24 +++ ChangeLog 24 Feb 2011 11:58:44 -0000 1.8
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-tex/pstplus
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/pstplus/ChangeLog,v 1.7 2009/12/26 19:26:03 pva Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/pstplus/ChangeLog,v 1.8 2011/02/24 11:58:44 aballier Exp $
31 +
32 +*pstplus-1.5 (24 Feb 2011)
33 +
34 + 24 Feb 2011; Alexis Ballier <aballier@g.o> +pstplus-1.5.ebuild:
35 + version bump
36
37 26 Dec 2009; Peter Volkov <pva@g.o> pstplus-1.4.1.ebuild:
38 virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only
39
40
41
42 1.1 dev-tex/pstplus/pstplus-1.5.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/pstplus/pstplus-1.5.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/pstplus/pstplus-1.5.ebuild?rev=1.1&content-type=text/plain
46
47 Index: pstplus-1.5.ebuild
48 ===================================================================
49 # Copyright 1999-2011 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.5.ebuild,v 1.1 2011/02/24 11:58:44 aballier Exp $
52
53 EAPI=3
54
55 inherit eutils qt4-r2
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 ~x86"
63 IUSE=""
64
65 DEPEND="x11-libs/qt-gui:4
66 x11-libs/qt-core:4"
67 RDEPEND="${DEPEND}
68 virtual/latex-base
69 || (
70 dev-texlive/texlive-pstricks
71 app-text/ptex
72 )
73 app-text/psutils
74 sci-visualization/gnuplot
75 app-text/ghostscript-gpl
76 media-libs/netpbm"
77
78 DOCS="utilities/AUTHORS"
79
80 src_install() {
81 qt4-r2_src_install
82
83 newicon utilities/pstplus48x48.png pstplus.png
84 make_desktop_entry pstplus Pstplus "pstplus" Office
85 }
86
87 pkg_postinst() {
88 elog "Examples are available at:"
89 elog "/usr/share/${PN}/"
90 }