diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-02-24 11:59:43 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-02-24 11:59:43 +0000 |
commit | ba507f076d77fdf03817f1ba653904cd404840de (patch) | |
tree | 68beb682ffaf468b86af579b07a8d984c5e39fa8 | |
parent | version bump (diff) | |
download | gentoo-2-ba507f076d77fdf03817f1ba653904cd404840de.tar.gz gentoo-2-ba507f076d77fdf03817f1ba653904cd404840de.tar.bz2 gentoo-2-ba507f076d77fdf03817f1ba653904cd404840de.zip |
remove old
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
-rw-r--r-- | dev-tex/pstplus/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tex/pstplus/pstplus-1.4.1.ebuild | 47 |
2 files changed, 4 insertions, 48 deletions
diff --git a/dev-tex/pstplus/ChangeLog b/dev-tex/pstplus/ChangeLog index 8c426f3ffc5b..c09409d215e3 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.8 2011/02/24 11:58:44 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/pstplus/ChangeLog,v 1.9 2011/02/24 11:59:43 aballier Exp $ + + 24 Feb 2011; Alexis Ballier <aballier@gentoo.org> -pstplus-1.4.1.ebuild: + remove old *pstplus-1.5 (24 Feb 2011) diff --git a/dev-tex/pstplus/pstplus-1.4.1.ebuild b/dev-tex/pstplus/pstplus-1.4.1.ebuild deleted file mode 100644 index 1a628c550d9f..000000000000 --- a/dev-tex/pstplus/pstplus-1.4.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/pstplus/pstplus-1.4.1.ebuild,v 1.3 2009/12/26 19:26:03 pva Exp $ - -EAPI=1 - -inherit eutils qt4 - -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" - -src_compile() { - eqmake4 pstplus.pro || die "qmake failed" - emake || die "emake failed" -} - -src_install() { - emake INSTALL_ROOT="${D}" install || die "make install failed" - - dodoc utilities/AUTHORS || die "dodoc failed" - - newicon utilities/pstplus48x48.png pstplus.png - make_desktop_entry pstplus Pstplus "pstplus" Office -} - -pkg_postinst() { - elog "Examples are available at:" - elog "/usr/share/${PN}/" -} |