diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-01-10 20:22:11 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-01-10 20:22:11 +0000 |
commit | 83f9de9127a9aaf076f5b7bfe9690e66c9438395 (patch) | |
tree | 1013e472d63302d5f303701b2d7e19e602a28665 /app-text/gv | |
parent | Stable for sparc, wrt bug #451280 (diff) | |
download | gentoo-2-83f9de9127a9aaf076f5b7bfe9690e66c9438395.tar.gz gentoo-2-83f9de9127a9aaf076f5b7bfe9690e66c9438395.tar.bz2 gentoo-2-83f9de9127a9aaf076f5b7bfe9690e66c9438395.zip |
Version bump to "alpha" rerease t. If libXaw3d has USE="-unicode" set, app-text/gv will fail to build even with USE="-unicode" wrt #444630 by Michael Hill
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'app-text/gv')
-rw-r--r-- | app-text/gv/ChangeLog | 10 | ||||
-rw-r--r-- | app-text/gv/gv-3.7.3-r1.ebuild | 16 | ||||
-rw-r--r-- | app-text/gv/gv-3.7.3.90.ebuild | 43 |
3 files changed, 58 insertions, 11 deletions
diff --git a/app-text/gv/ChangeLog b/app-text/gv/ChangeLog index 013d3b5f42cf..9a6d5f476957 100644 --- a/app-text/gv/ChangeLog +++ b/app-text/gv/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-text/gv # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gv/ChangeLog,v 1.109 2013/01/10 07:08:15 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gv/ChangeLog,v 1.110 2013/01/10 20:22:11 ssuominen Exp $ + +*gv-3.7.3.90 (10 Jan 2013) + + 10 Jan 2013; Samuli Suominen <ssuominen@gentoo.org> gv-3.7.3-r1.ebuild, + +gv-3.7.3.90.ebuild: + Version bump to "alpha" rerease t. If libXaw3d has USE="-unicode" set, + app-text/gv will fail to build even with USE="-unicode" wrt #444630 by + Michael Hill 10 Jan 2013; Samuli Suominen <ssuominen@gentoo.org> -files/gv-3.6.1-a0.patch, -gv-3.7.1-r1.ebuild, -files/gv-3.7.1-aplinedel.patch: diff --git a/app-text/gv/gv-3.7.3-r1.ebuild b/app-text/gv/gv-3.7.3-r1.ebuild index bea3b7526f56..b20aa57e390f 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 +# Copyright 1999-2013 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.12 2012/09/16 20:27:03 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.7.3-r1.ebuild,v 1.13 2013/01/10 20:22:10 ssuominen Exp $ EAPI=4 inherit eutils flag-o-matic toolchain-funcs @@ -12,13 +12,13 @@ SRC_URI="mirror://gnu/gv/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="unicode xinerama" +IUSE="xinerama" RDEPEND="app-text/ghostscript-gpl x11-libs/libICE x11-libs/libSM x11-libs/libX11 - >=x11-libs/libXaw3d-1.6-r1[unicode?] + >=x11-libs/libXaw3d-1.6-r1[unicode] x11-libs/libXext x11-libs/libXmu x11-libs/libXpm @@ -39,15 +39,11 @@ src_configure() { append-cppflags "$($(tc-getPKG_CONFIG) --cflags xaw3d)" export ac_cv_lib_Xinerama_main=$(usex xinerama) - - econf \ - --enable-scrollbar-code \ - $(use_enable unicode international) + econf --enable-scrollbar-code } src_install() { default - doicon "${FILESDIR}"/gv_icon.xpm - make_desktop_entry gv GhostView gv_icon "Graphics;Viewer" + make_desktop_entry gv GhostView gv_icon 'Graphics;Viewer' } diff --git a/app-text/gv/gv-3.7.3.90.ebuild b/app-text/gv/gv-3.7.3.90.ebuild new file mode 100644 index 000000000000..89b2b2d6dede --- /dev/null +++ b/app-text/gv/gv-3.7.3.90.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2013 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.90.ebuild,v 1.1 2013/01/10 20:22:10 ssuominen Exp $ + +EAPI=5 +inherit eutils + +DESCRIPTION="Viewer for PostScript and PDF documents using Ghostscript" +HOMEPAGE="http://www.gnu.org/software/gv/" +# Change 'gnu-alpha' to 'gnu' for final release, like 3.7.4 +SRC_URI="mirror://gnu-alpha/gv/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="xinerama" + +RDEPEND="app-text/ghostscript-gpl + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + >=x11-libs/libXaw3d-1.6-r1[unicode] + x11-libs/libXext + x11-libs/libXmu + x11-libs/libXpm + x11-libs/libXt + xinerama? ( x11-libs/libXinerama )" +DEPEND="${RDEPEND} + virtual/pkgconfig + x11-proto/xproto" + +DOCS="AUTHORS ChangeLog NEWS README" + +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' +} |