summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2011-02-24 11:58:44 +0000
committerAlexis Ballier <aballier@gentoo.org>2011-02-24 11:58:44 +0000
commit3a8983a0ba0afb0f4aa37479af47960ed72814ca (patch)
tree090fda85480ac9b7b47d7b997a4889ae70f22f59 /dev-tex/pstplus
parent[net-wireless/wimax] Fix building (diff)
downloadgentoo-2-3a8983a0ba0afb0f4aa37479af47960ed72814ca.tar.gz
gentoo-2-3a8983a0ba0afb0f4aa37479af47960ed72814ca.tar.bz2
gentoo-2-3a8983a0ba0afb0f4aa37479af47960ed72814ca.zip
version bump
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'dev-tex/pstplus')
-rw-r--r--dev-tex/pstplus/ChangeLog9
-rw-r--r--dev-tex/pstplus/pstplus-1.5.ebuild42
2 files changed, 49 insertions, 2 deletions
diff --git a/dev-tex/pstplus/ChangeLog b/dev-tex/pstplus/ChangeLog
index 5948eaba1973..8c426f3ffc5b 100644
--- a/dev-tex/pstplus/ChangeLog
+++ b/dev-tex/pstplus/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-tex/pstplus
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/pstplus/ChangeLog,v 1.7 2009/12/26 19:26:03 pva Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/pstplus/ChangeLog,v 1.8 2011/02/24 11:58:44 aballier Exp $
+
+*pstplus-1.5 (24 Feb 2011)
+
+ 24 Feb 2011; Alexis Ballier <aballier@gentoo.org> +pstplus-1.5.ebuild:
+ version bump
26 Dec 2009; Peter Volkov <pva@gentoo.org> pstplus-1.4.1.ebuild:
virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only
diff --git a/dev-tex/pstplus/pstplus-1.5.ebuild b/dev-tex/pstplus/pstplus-1.5.ebuild
new file mode 100644
index 000000000000..7c7f204dd515
--- /dev/null
+++ b/dev-tex/pstplus/pstplus-1.5.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/pstplus/pstplus-1.5.ebuild,v 1.1 2011/02/24 11:58:44 aballier Exp $
+
+EAPI=3
+
+inherit eutils qt4-r2
+
+DESCRIPTION="A PSTricks GUI"
+HOMEPAGE="http://www.xm1math.net/pstplus/"
+SRC_URI="http://www.xm1math.net/pstplus/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="x11-libs/qt-gui:4
+ x11-libs/qt-core:4"
+RDEPEND="${DEPEND}
+ virtual/latex-base
+ || (
+ dev-texlive/texlive-pstricks
+ app-text/ptex
+ )
+ app-text/psutils
+ sci-visualization/gnuplot
+ app-text/ghostscript-gpl
+ media-libs/netpbm"
+
+DOCS="utilities/AUTHORS"
+
+src_install() {
+ qt4-r2_src_install
+
+ newicon utilities/pstplus48x48.png pstplus.png
+ make_desktop_entry pstplus Pstplus "pstplus" Office
+}
+
+pkg_postinst() {
+ elog "Examples are available at:"
+ elog "/usr/share/${PN}/"
+}