summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-01-22 19:10:15 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-01-22 19:10:15 +0000
commit3cc4ac82579725864f5dd245796557810e31e958 (patch)
tree076b08967179bca7095c2ade10bbc8cc0b1ffa54 /app-text/gv
parentVersion bump wrt #398225 by Pavel Sanda. Fix building with libXaw3d >= 1.6 wr... (diff)
downloadgentoo-2-3cc4ac82579725864f5dd245796557810e31e958.tar.gz
gentoo-2-3cc4ac82579725864f5dd245796557810e31e958.tar.bz2
gentoo-2-3cc4ac82579725864f5dd245796557810e31e958.zip
old
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'app-text/gv')
-rw-r--r--app-text/gv/ChangeLog6
-rw-r--r--app-text/gv/gv-3.7.1.ebuild54
-rw-r--r--app-text/gv/gv-3.7.2.ebuild54
3 files changed, 5 insertions, 109 deletions
diff --git a/app-text/gv/ChangeLog b/app-text/gv/ChangeLog
index c2cb618e4d21..4877b04b6e9a 100644
--- a/app-text/gv/ChangeLog
+++ b/app-text/gv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/gv
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gv/ChangeLog,v 1.95 2012/01/22 19:07:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gv/ChangeLog,v 1.96 2012/01/22 19:10:15 ssuominen Exp $
+
+ 22 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> -gv-3.7.1.ebuild,
+ -gv-3.7.2.ebuild:
+ old
*gv-3.7.3 (22 Jan 2012)
diff --git a/app-text/gv/gv-3.7.1.ebuild b/app-text/gv/gv-3.7.1.ebuild
deleted file mode 100644
index 2a86c508fb2e..000000000000
--- a/app-text/gv/gv-3.7.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.7.1.ebuild,v 1.7 2011/08/02 05:44:53 mattst88 Exp $
-
-EAPI=2
-inherit autotools eutils
-
-DESCRIPTION="gv is used to view PostScript and PDF documents using Ghostscript"
-HOMEPAGE="http://www.gnu.org/software/gv/"
-SRC_URI="mirror://gnu/gv/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ~mips ppc ppc64 sparc x86"
-IUSE="xinerama"
-
-DEPEND="x11-libs/libX11
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libXext
- x11-libs/libXt
- x11-libs/libXmu
- x11-libs/libXpm
- x11-libs/libXaw3d
- app-text/ghostscript-gpl
- xinerama? ( x11-libs/libXinerama )"
-
-src_prepare() {
- epatch "${FILESDIR}"/gv-3.6.1-a0.patch
-
- if ! use xinerama; then
- sed -i -e 's:Xinerama:dIsAbLe&:' configure.ac || die
- fi
-
- sed -i \
- -e "s:-dGraphicsAlphaBits=2:\0 -dAlignToPixels=0:" \
- src/Makefile.am || die #135354
-
- eautoreconf
-}
-
-src_configure() {
- econf \
- --disable-dependency-tracking \
- --enable-scrollbar-code
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README
-
- doicon "${FILESDIR}"/gv_icon.xpm
- make_desktop_entry gv GhostView gv_icon "Graphics;Viewer"
-}
diff --git a/app-text/gv/gv-3.7.2.ebuild b/app-text/gv/gv-3.7.2.ebuild
deleted file mode 100644
index a10bef2c74da..000000000000
--- a/app-text/gv/gv-3.7.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.7.2.ebuild,v 1.3 2011/08/02 05:44:53 mattst88 Exp $
-
-EAPI=4
-inherit autotools eutils
-
-DESCRIPTION="Viewer for PostScript and PDF documents using Ghostscript"
-HOMEPAGE="http://www.gnu.org/software/gv/"
-SRC_URI="mirror://gnu/gv/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="xinerama"
-
-DEPEND="x11-libs/libX11
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libXext
- x11-libs/libXt
- x11-libs/libXmu
- x11-libs/libXpm
- x11-libs/libXaw3d
- app-text/ghostscript-gpl
- xinerama? ( x11-libs/libXinerama )"
-
-src_prepare() {
- epatch "${FILESDIR}"/gv-3.6.1-a0.patch
-
- if ! use xinerama; then
- sed -i -e 's:Xinerama:dIsAbLe&:' configure.ac || die
- fi
-
- sed -i \
- -e "s:-dGraphicsAlphaBits=2:\0 -dAlignToPixels=0:" \
- src/Makefile.am || die #135354
-
- eautoreconf
-}
-
-src_configure() {
- econf \
- --disable-dependency-tracking \
- --enable-scrollbar-code
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog NEWS README
-
- doicon "${FILESDIR}"/gv_icon.xpm
- make_desktop_entry gv GhostView gv_icon "Graphics;Viewer"
-}