diff options
author | 2011-08-22 10:21:22 +0000 | |
---|---|---|
committer | 2011-08-22 10:21:22 +0000 | |
commit | d6a351c239864bf73a0692bdacd8f7cd293b9109 (patch) | |
tree | 72b1f24f9dda352e203fa4f4adf0972c849b07be /dev-tex/pstplus | |
parent | keyworded ~x86-interix (diff) | |
download | gentoo-2-d6a351c239864bf73a0692bdacd8f7cd293b9109.tar.gz gentoo-2-d6a351c239864bf73a0692bdacd8f7cd293b9109.tar.bz2 gentoo-2-d6a351c239864bf73a0692bdacd8f7cd293b9109.zip |
Version bump
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-tex/pstplus')
-rw-r--r-- | dev-tex/pstplus/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tex/pstplus/pstplus-1.6.ebuild | 43 |
2 files changed, 49 insertions, 1 deletions
diff --git a/dev-tex/pstplus/ChangeLog b/dev-tex/pstplus/ChangeLog index c09409d215e3..02ed32678eb6 100644 --- a/dev-tex/pstplus/ChangeLog +++ b/dev-tex/pstplus/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-tex/pstplus # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/pstplus/ChangeLog,v 1.9 2011/02/24 11:59:43 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/pstplus/ChangeLog,v 1.10 2011/08/22 10:21:22 radhermit Exp $ + +*pstplus-1.6 (22 Aug 2011) + + 22 Aug 2011; Tim Harder <radhermit@gentoo.org> +pstplus-1.6.ebuild: + Version bump 24 Feb 2011; Alexis Ballier <aballier@gentoo.org> -pstplus-1.4.1.ebuild: remove old diff --git a/dev-tex/pstplus/pstplus-1.6.ebuild b/dev-tex/pstplus/pstplus-1.6.ebuild new file mode 100644 index 000000000000..52e3fdd8041e --- /dev/null +++ b/dev-tex/pstplus/pstplus-1.6.ebuild @@ -0,0 +1,43 @@ +# 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.6.ebuild,v 1.1 2011/08/22 10:21:22 radhermit Exp $ + +EAPI=4 + +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 + app-text/poppler[qt4]" +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}/" +} |