summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2012-06-27 15:46:01 +0000
committerMichael Palimaka <kensington@gentoo.org>2012-06-27 15:46:01 +0000
commit9f605ca54509717bc5fe202f186ca9a000f9e7ab (patch)
tree8c5e021a24f86ca55ec2bcbf702efa7230f5cbf6 /app-text/pspresent
parentFix quoting, and freetype dep (diff)
downloadgentoo-2-9f605ca54509717bc5fe202f186ca9a000f9e7ab.tar.gz
gentoo-2-9f605ca54509717bc5fe202f186ca9a000f9e7ab.tar.bz2
gentoo-2-9f605ca54509717bc5fe202f186ca9a000f9e7ab.zip
Remove old.
(Portage version: 2.1.11.2/cvs/Linux x86_64)
Diffstat (limited to 'app-text/pspresent')
-rw-r--r--app-text/pspresent/ChangeLog6
-rw-r--r--app-text/pspresent/pspresent-1.3.ebuild35
2 files changed, 4 insertions, 37 deletions
diff --git a/app-text/pspresent/ChangeLog b/app-text/pspresent/ChangeLog
index c440d35145ba..f7210fe68ea2 100644
--- a/app-text/pspresent/ChangeLog
+++ b/app-text/pspresent/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/pspresent
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/ChangeLog,v 1.31 2012/05/29 19:26:39 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/ChangeLog,v 1.32 2012/06/27 15:46:01 kensington Exp $
+
+ 27 Jun 2012; Michael Palimaka <kensington@gentoo.org> -pspresent-1.3.ebuild:
+ Remove old.
29 May 2012; Brent Baude <ranger@gentoo.org> pspresent-1.3-r1.ebuild:
Marking pspresent-1.3-r1 ppc for bug 391599
@@ -103,4 +106,3 @@
19 Sep 2003; Mamoru KOMACHI <usata@gentoo.org> pspresent-1.1.ebuild:
Initial import. Ebuild submitted by gim <ghostgim@yahoo.fr>.
This closes Bug #29064
-
diff --git a/app-text/pspresent/pspresent-1.3.ebuild b/app-text/pspresent/pspresent-1.3.ebuild
deleted file mode 100644
index 4af0d5b60bc8..000000000000
--- a/app-text/pspresent/pspresent-1.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/pspresent-1.3.ebuild,v 1.7 2009/12/26 17:32:04 pva Exp $
-
-IUSE="xinerama"
-
-DESCRIPTION="A tool to display full-screen PostScript presentations."
-SRC_URI="http://www.cse.unsw.edu.au/~matthewc/pspresent/${P}.tar.gz"
-HOMEPAGE="http://www.cse.unsw.edu.au/~matthewc/pspresent/"
-
-RDEPEND="x11-libs/libX11
- xinerama? ( x11-libs/libXinerama )
- app-text/ghostscript-gpl"
-DEPEND="${RDEPEND}
- x11-proto/xproto
- xinerama? ( x11-proto/xineramaproto )
- >=sys-apps/sed-4"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc x86"
-
-src_compile()
-{
- if ! use xinerama ; then
- sed -i -e "/^XINERAMA/s/^/#/g" Makefile
- fi
- emake || die "emake failed"
-}
-
-src_install()
-{
- dobin pspresent
- doman pspresent.1
-}