public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/apvlv: ChangeLog apvlv-0.0.9.6.ebuild
@ 2010-04-21  9:29 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-04-21  9:29 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/04/21 09:29:49

  Modified:             ChangeLog
  Added:                apvlv-0.0.9.6.ebuild
  Log:
  Version bump wrt #314465 by Tim Harder.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  app-text/apvlv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/apvlv/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	27 Mar 2010 16:00:15 -0000	1.1
+++ ChangeLog	21 Apr 2010 09:29:48 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/apvlv
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/apvlv/ChangeLog,v 1.1 2010/03/27 16:00:15 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/apvlv/ChangeLog,v 1.2 2010/04/21 09:29:48 ssuominen Exp $
+
+*apvlv-0.0.9.6 (21 Apr 2010)
+
+  21 Apr 2010; Samuli Suominen <ssuominen@gentoo.org> +apvlv-0.0.9.6.ebuild:
+  Version bump wrt #314465 by Tim Harder.
 
 *apvlv-0.0.9.4 (27 Mar 2010)
 



1.1                  app-text/apvlv/apvlv-0.0.9.6.ebuild

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

Index: apvlv-0.0.9.6.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/apvlv/apvlv-0.0.9.6.ebuild,v 1.1 2010/04/21 09:29:48 ssuominen Exp $

EAPI=2
inherit eutils

DESCRIPTION="Alf's PDF Viewer Like Vim"
HOMEPAGE="http://code.google.com/p/apvlv/"
SRC_URI="http://apvlv.googlecode.com/files/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug djvu"

RDEPEND=">=x11-libs/gtk+-2.4:2
	>=app-text/poppler-0.12.3-r3[cairo]
	djvu? ( app-text/djvu )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_configure() {
	econf \
		$(use_enable debug) \
		--disable-dependency-tracking \
		--with-sysconfdir=/etc/${PN} \
		--with-docdir=/usr/share/doc/${PF} \
		--with-mandir=/usr/share/man \
		$(use_with djvu)
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc AUTHORS NEWS README THANKS TODO
	newicon icons/pdf.png ${PN}.png
	make_desktop_entry ${PN} "Alf's PDF Viewer Like Vim" ${PN} "Office;Viewer"
}






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

only message in thread, other threads:[~2010-04-21  9:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-21  9:29 [gentoo-commits] gentoo-x86 commit in app-text/apvlv: ChangeLog apvlv-0.0.9.6.ebuild Samuli Suominen (ssuominen)

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