summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnant Narayanan <anant@gentoo.org>2007-03-05 20:27:40 +0000
committerAnant Narayanan <anant@gentoo.org>2007-03-05 20:27:40 +0000
commit82042a711f8c47abd8ce96bbbe17e4f8ba603302 (patch)
tree841c1bda28657f56a648610dcb9bc750e4e527e6 /app-text/pspresent
parentParallel make fix; bug #169182 (diff)
downloadgentoo-2-82042a711f8c47abd8ce96bbbe17e4f8ba603302.tar.gz
gentoo-2-82042a711f8c47abd8ce96bbbe17e4f8ba603302.tar.bz2
gentoo-2-82042a711f8c47abd8ce96bbbe17e4f8ba603302.zip
vBump to 1.3, closes bug #150019
(Portage version: 2.1.2.1)
Diffstat (limited to 'app-text/pspresent')
-rw-r--r--app-text/pspresent/ChangeLog7
-rw-r--r--app-text/pspresent/files/digest-pspresent-1.33
-rw-r--r--app-text/pspresent/pspresent-1.2.ebuild4
-rw-r--r--app-text/pspresent/pspresent-1.3.ebuild38
4 files changed, 49 insertions, 3 deletions
diff --git a/app-text/pspresent/ChangeLog b/app-text/pspresent/ChangeLog
index 360a99a8ef57..73af427bf4a4 100644
--- a/app-text/pspresent/ChangeLog
+++ b/app-text/pspresent/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/pspresent
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/ChangeLog,v 1.19 2007/02/21 23:37:29 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/ChangeLog,v 1.20 2007/03/05 20:27:40 anant Exp $
+
+*pspresent-1.3 (05 Mar 2007)
+
+ 05 Mar 2007; <anant@gentoo.org> +pspresent-1.3.ebuild:
+ vBump to 1.3, closes bug #150019
21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/app-text/pspresent/files/digest-pspresent-1.3 b/app-text/pspresent/files/digest-pspresent-1.3
new file mode 100644
index 000000000000..49cbf4e1c815
--- /dev/null
+++ b/app-text/pspresent/files/digest-pspresent-1.3
@@ -0,0 +1,3 @@
+MD5 775025aa81ac4b86cd7067f17e312589 pspresent-1.3.tar.gz 14357
+RMD160 9a2a0a277ff8d7d08f275b5299ce69c706abf67e pspresent-1.3.tar.gz 14357
+SHA256 94f2b6fa437929c9add2b8f4554a204d49132170c1d167c4389c7de26f5a6f80 pspresent-1.3.tar.gz 14357
diff --git a/app-text/pspresent/pspresent-1.2.ebuild b/app-text/pspresent/pspresent-1.2.ebuild
index d1e36a3cbf02..cf7fc301aa9e 100644
--- a/app-text/pspresent/pspresent-1.2.ebuild
+++ b/app-text/pspresent/pspresent-1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/pspresent-1.2.ebuild,v 1.8 2006/05/13 01:00:44 tcort Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/pspresent-1.2.ebuild,v 1.9 2007/03/05 20:27:40 anant Exp $
IUSE="xinerama"
diff --git a/app-text/pspresent/pspresent-1.3.ebuild b/app-text/pspresent/pspresent-1.3.ebuild
new file mode 100644
index 000000000000..4b525a6c3bbb
--- /dev/null
+++ b/app-text/pspresent/pspresent-1.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2007 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.1 2007/03/05 20:27:40 anant 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="virtual/libc
+ || ( ( x11-libs/libX11
+ xinerama? ( x11-libs/libXinerama ) )
+ virtual/x11 )
+ virtual/ghostscript"
+DEPEND="${RDEPEND}
+ || ( ( x11-proto/xproto
+ xinerama? ( x11-proto/xineramaproto ) )
+ virtual/x11 )
+ >=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
+}