public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/gv: ChangeLog gv-3.6.7.ebuild
@ 2009-06-27 10:57 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2009-06-27 10:57 UTC (permalink / raw
  To: gentoo-commits

patrick     09/06/27 10:57:22

  Modified:             ChangeLog
  Added:                gv-3.6.7.ebuild
  Log:
  Bump to 3.6.7. Fixes #274632
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.78                 app-text/gv/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gv/ChangeLog?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gv/ChangeLog?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gv/ChangeLog?r1=1.77&r2=1.78

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/gv/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog	4 Feb 2009 17:25:55 -0000	1.77
+++ ChangeLog	27 Jun 2009 10:57:22 -0000	1.78
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/gv
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gv/ChangeLog,v 1.77 2009/02/04 17:25:55 patrick Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/gv/ChangeLog,v 1.78 2009/06/27 10:57:22 patrick Exp $
+
+*gv-3.6.7 (27 Jun 2009)
+
+  27 Jun 2009; Patrick Lauer <patrick@gentoo.org> +gv-3.6.7.ebuild:
+  Bump to 3.6.7. Fixes #274632
 
 *gv-3.6.6 (04 Feb 2009)
 



1.1                  app-text/gv/gv-3.6.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gv/gv-3.6.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gv/gv-3.6.7.ebuild?rev=1.1&content-type=text/plain

Index: gv-3.6.7.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.6.7.ebuild,v 1.1 2009/06/27 10:57:22 patrick Exp $

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-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

DEPEND="x11-libs/libICE
	x11-libs/libSM
	x11-libs/libX11
	x11-libs/libXext
	x11-libs/libXmu
	x11-libs/libXpm
	x11-libs/Xaw3d
	virtual/ghostscript
	x11-libs/libXt"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/gv-3.6.1-a0.patch

	# Make font render nicely even with gs-8, bug 135354
	sed -i \
		-e "s:-dGraphicsAlphaBits=2:\0 -dAlignToPixels=0:" \
		src/Makefile.am || die "sed failed."

	eautoreconf
}

src_compile() {
	econf --disable-dependency-tracking \
		--enable-scrollbar-code || die "econf failed."
	emake || die "emake failed."
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed."
	doicon src/gv_icon.xbm
	make_desktop_entry gv "GhostView" /usr/share/pixmaps/gv_icon.xbm "Graphics;Viewer;"
	dodoc AUTHORS ChangeLog README
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-27 10:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-27 10:57 [gentoo-commits] gentoo-x86 commit in app-text/gv: ChangeLog gv-3.6.7.ebuild Patrick Lauer (patrick)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox