diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-08-31 04:21:08 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-08-31 04:21:08 +0000 |
commit | a55af8f4189c912a7554110d99e9defbe73938a3 (patch) | |
tree | 63de5374ccc570dde7b0b179738b551790ad7929 /app-text/pdf2djvu | |
parent | Version bump. (diff) | |
download | gentoo-2-a55af8f4189c912a7554110d99e9defbe73938a3.tar.gz gentoo-2-a55af8f4189c912a7554110d99e9defbe73938a3.tar.bz2 gentoo-2-a55af8f4189c912a7554110d99e9defbe73938a3.zip |
Remove old.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'app-text/pdf2djvu')
-rw-r--r-- | app-text/pdf2djvu/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/pdf2djvu/pdf2djvu-0.7.7.ebuild | 46 | ||||
-rw-r--r-- | app-text/pdf2djvu/pdf2djvu-0.7.8.ebuild | 46 |
3 files changed, 5 insertions, 93 deletions
diff --git a/app-text/pdf2djvu/ChangeLog b/app-text/pdf2djvu/ChangeLog index bd3b278abb19..10b91853c1b1 100644 --- a/app-text/pdf2djvu/ChangeLog +++ b/app-text/pdf2djvu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/pdf2djvu # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2djvu/ChangeLog,v 1.6 2011/08/31 04:18:49 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2djvu/ChangeLog,v 1.7 2011/08/31 04:21:08 radhermit Exp $ + + 31 Aug 2011; Tim Harder <radhermit@gentoo.org> -pdf2djvu-0.7.7.ebuild, + -pdf2djvu-0.7.8.ebuild: + Remove old. *pdf2djvu-0.7.10 (31 Aug 2011) diff --git a/app-text/pdf2djvu/pdf2djvu-0.7.7.ebuild b/app-text/pdf2djvu/pdf2djvu-0.7.7.ebuild deleted file mode 100644 index 0687b4037016..000000000000 --- a/app-text/pdf2djvu/pdf2djvu-0.7.7.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2djvu/pdf2djvu-0.7.7.ebuild,v 1.1 2011/04/02 06:17:41 ssuominen Exp $ - -EAPI=2 -inherit toolchain-funcs - -DESCRIPTION="convert PDF files to DjVu ones" -HOMEPAGE="http://code.google.com/p/pdf2djvu/" -SRC_URI="http://pdf2djvu.googlecode.com/files/${PN}_${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="graphicsmagick nls openmp" - -RDEPEND=">=app-text/djvu-3.5.21 - >=app-text/poppler-0.12.3-r3[xpdf-headers] - dev-libs/libxml2 - dev-libs/libxslt - graphicsmagick? ( media-gfx/graphicsmagick )" -DEPEND="${RDEPEND} - dev-cpp/pstreams - dev-util/pkgconfig - nls? ( sys-devel/gettext )" - -src_configure() { - local openmp=disable - use openmp && tc-has-openmp && openmp=enable - - econf \ - --${openmp}-openmp \ - $(use_enable nls) \ - $(use_with graphicsmagick) -} - -src_test() { - if use graphicsmagick; then - emake test || die - fi -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc doc/{changelog,*.txt} -} diff --git a/app-text/pdf2djvu/pdf2djvu-0.7.8.ebuild b/app-text/pdf2djvu/pdf2djvu-0.7.8.ebuild deleted file mode 100644 index cae23ce99a9e..000000000000 --- a/app-text/pdf2djvu/pdf2djvu-0.7.8.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2djvu/pdf2djvu-0.7.8.ebuild,v 1.1 2011/08/23 01:31:32 radhermit Exp $ - -EAPI=4 -inherit toolchain-funcs - -DESCRIPTION="convert PDF files to DjVu ones" -HOMEPAGE="http://code.google.com/p/pdf2djvu/" -SRC_URI="http://pdf2djvu.googlecode.com/files/${PN}_${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="graphicsmagick nls openmp" - -RDEPEND=">=app-text/djvu-3.5.21 - >=app-text/poppler-0.12.3-r3[xpdf-headers] - dev-libs/libxml2 - dev-libs/libxslt - graphicsmagick? ( media-gfx/graphicsmagick )" -DEPEND="${RDEPEND} - dev-cpp/pstreams - dev-util/pkgconfig - nls? ( sys-devel/gettext )" - -src_configure() { - local openmp=disable - use openmp && tc-has-openmp && openmp=enable - - econf \ - --${openmp}-openmp \ - $(use_enable nls) \ - $(use_with graphicsmagick) -} - -src_test() { - if use graphicsmagick; then - emake test - fi -} - -src_install() { - emake DESTDIR="${ED}" install - dodoc doc/{changelog,*.txt} -} |