diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2011-01-06 22:36:15 +0000 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2011-01-06 22:36:15 +0000 |
commit | 8be815e015aeccf6bff1e48c4d5008ef35393abc (patch) | |
tree | 2c922f62f580f7fdb6a08f3963bd2451bc8600a7 /app-text/diffpdf | |
parent | Initial version (diff) | |
download | gentoo-2-8be815e015aeccf6bff1e48c4d5008ef35393abc.tar.gz gentoo-2-8be815e015aeccf6bff1e48c4d5008ef35393abc.tar.bz2 gentoo-2-8be815e015aeccf6bff1e48c4d5008ef35393abc.zip |
Version bump, bug 350837
(Portage version: 2.2.0_alpha12/cvs/Linux x86_64)
Diffstat (limited to 'app-text/diffpdf')
-rw-r--r-- | app-text/diffpdf/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/diffpdf/diffpdf-1.1.4.ebuild | 32 |
2 files changed, 39 insertions, 2 deletions
diff --git a/app-text/diffpdf/ChangeLog b/app-text/diffpdf/ChangeLog index 084e705578bd..a7dc786a6277 100644 --- a/app-text/diffpdf/ChangeLog +++ b/app-text/diffpdf/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/diffpdf -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/diffpdf/ChangeLog,v 1.2 2010/12/27 18:44:25 reavertm Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/diffpdf/ChangeLog,v 1.3 2011/01/06 22:36:15 reavertm Exp $ + +*diffpdf-1.1.4 (06 Jan 2011) + + 06 Jan 2011; Maciej Mrozowski <reavertm@gentoo.org> +diffpdf-1.1.4.ebuild: + Version bump, bug 350837 27 Dec 2010; Maciej Mrozowski <reavertm@gentoo.org> diffpdf-1.0.0.ebuild: Add missing qt4 USE dep poppler, bug 349438. Thanks to Mike Hammill for diff --git a/app-text/diffpdf/diffpdf-1.1.4.ebuild b/app-text/diffpdf/diffpdf-1.1.4.ebuild new file mode 100644 index 000000000000..33dcf3bbae98 --- /dev/null +++ b/app-text/diffpdf/diffpdf-1.1.4.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/diffpdf/diffpdf-1.1.4.ebuild,v 1.1 2011/01/06 22:36:15 reavertm Exp $ + +EAPI="2" + +inherit qt4-r2 + +DESCRIPTION="Program that textually or visually compares two PDF files" +HOMEPAGE="http://www.qtrac.eu/diffpdf.html" +SRC_URI="http://www.qtrac.eu/${P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="" + +DEPEND=" + >=app-text/poppler-0.12.3[qt4] + >=x11-libs/qt-core-4.5:4 + >=x11-libs/qt-gui-4.5:4 +" +RDEPEND="${DEPEND}" + +DOCS="README" + +src_install() { + qt4-r2_src_install + + dobin diffpdf || die 'dobin failed' + doman diffpdf.1 || die 'doman failed' +} |