summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-01-24 19:19:58 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-01-24 19:19:58 +0000
commit74808b6b769535f3d812df5698fa7ff14bcd211a (patch)
tree4b79106a88b2fe40aec16b794afb0d5f543c510a /app-text/gv
parentDemote last commit to USE unicode (diff)
downloadgentoo-2-74808b6b769535f3d812df5698fa7ff14bcd211a.tar.gz
gentoo-2-74808b6b769535f3d812df5698fa7ff14bcd211a.tar.bz2
gentoo-2-74808b6b769535f3d812df5698fa7ff14bcd211a.zip
old
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'app-text/gv')
-rw-r--r--app-text/gv/ChangeLog5
-rw-r--r--app-text/gv/gv-3.7.3-r1.ebuild4
-rw-r--r--app-text/gv/gv-3.7.3.ebuild47
3 files changed, 6 insertions, 50 deletions
diff --git a/app-text/gv/ChangeLog b/app-text/gv/ChangeLog
index 09a13a777fab..6a656538f853 100644
--- a/app-text/gv/ChangeLog
+++ b/app-text/gv/ChangeLog
@@ -1,6 +1,9 @@
# 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.99 2012/01/24 19:17:37 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gv/ChangeLog,v 1.100 2012/01/24 19:19:58 ssuominen Exp $
+
+ 24 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> -gv-3.7.3.ebuild:
+ old
24 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> gv-3.7.3-r1.ebuild:
Demote last commit to USE unicode
diff --git a/app-text/gv/gv-3.7.3-r1.ebuild b/app-text/gv/gv-3.7.3-r1.ebuild
index c11b1920a80e..8ad9f7c3fd62 100644
--- a/app-text/gv/gv-3.7.3-r1.ebuild
+++ b/app-text/gv/gv-3.7.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.7.3-r1.ebuild,v 1.3 2012/01/24 19:17:37 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.7.3-r1.ebuild,v 1.4 2012/01/24 19:19:58 ssuominen Exp $
EAPI=4
inherit eutils flag-o-matic toolchain-funcs
@@ -42,7 +42,7 @@ src_configure() {
econf \
--enable-scrollbar-code \
- --enable-international
+ $(use_enable unicode international)
}
src_install() {
diff --git a/app-text/gv/gv-3.7.3.ebuild b/app-text/gv/gv-3.7.3.ebuild
deleted file mode 100644
index 0ca3135f9612..000000000000
--- a/app-text/gv/gv-3.7.3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.7.3.ebuild,v 1.2 2012/01/23 16:38:30 ssuominen Exp $
-
-EAPI=4
-inherit 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"
-
-RDEPEND="app-text/ghostscript-gpl
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libX11
- >=x11-libs/libXaw3d-1.6
- x11-libs/libXext
- x11-libs/libXmu
- x11-libs/libXpm
- x11-libs/libXt
- xinerama? ( x11-libs/libXinerama )"
-DEPEND="${RDEPEND}
- x11-proto/xproto"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-3.7.3-libXaw3d-1.6.patch
-}
-
-src_configure() {
- export ac_cv_lib_Xinerama_main=$(usex xinerama)
-
- econf --enable-scrollbar-code
-}
-
-src_install() {
- default
-
- doicon "${FILESDIR}"/gv_icon.xpm
- make_desktop_entry gv GhostView gv_icon "Graphics;Viewer"
-}