summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2011-10-05 19:35:26 +0000
committerAlexis Ballier <aballier@gentoo.org>2011-10-05 19:35:26 +0000
commitbe2908eb64dffe5415f9262c11c81a7c87f1f877 (patch)
treebc65f072be57b4749f871658f3fe64cd2ee8bda0 /dev-tex/pstplus
parentremove ptex dep as it is going away (diff)
downloadgentoo-2-be2908eb64dffe5415f9262c11c81a7c87f1f877.tar.gz
gentoo-2-be2908eb64dffe5415f9262c11c81a7c87f1f877.tar.bz2
gentoo-2-be2908eb64dffe5415f9262c11c81a7c87f1f877.zip
remove old
(Portage version: 2.2.0_alpha61/cvs/Linux x86_64)
Diffstat (limited to 'dev-tex/pstplus')
-rw-r--r--dev-tex/pstplus/ChangeLog5
-rw-r--r--dev-tex/pstplus/pstplus-1.5.ebuild42
2 files changed, 4 insertions, 43 deletions
diff --git a/dev-tex/pstplus/ChangeLog b/dev-tex/pstplus/ChangeLog
index 02ed32678eb6..994cd515b619 100644
--- a/dev-tex/pstplus/ChangeLog
+++ b/dev-tex/pstplus/ChangeLog
@@ -1,6 +1,9 @@
# 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.10 2011/08/22 10:21:22 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/pstplus/ChangeLog,v 1.11 2011/10/05 19:35:25 aballier Exp $
+
+ 05 Oct 2011; Alexis Ballier <aballier@gentoo.org> -pstplus-1.5.ebuild:
+ remove old
*pstplus-1.6 (22 Aug 2011)
diff --git a/dev-tex/pstplus/pstplus-1.5.ebuild b/dev-tex/pstplus/pstplus-1.5.ebuild
deleted file mode 100644
index 7c7f204dd515..000000000000
--- a/dev-tex/pstplus/pstplus-1.5.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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}/"
-}