summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2015-05-18 14:21:45 +0000
committerPatrick Lauer <patrick@gentoo.org>2015-05-18 14:21:45 +0000
commita7a226bffe4a743c50a4c9b3646722508463fbcf (patch)
tree8adb114fb2e7fc71cbaee5e421aaf4dd848f9a33 /app-text/pdf2djvu
parentversion bump (diff)
downloadgentoo-2-a7a226bffe4a743c50a4c9b3646722508463fbcf.tar.gz
gentoo-2-a7a226bffe4a743c50a4c9b3646722508463fbcf.tar.bz2
gentoo-2-a7a226bffe4a743c50a4c9b3646722508463fbcf.zip
Remove old with unsatisfied dependencies
(Portage version: 2.2.19/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-text/pdf2djvu')
-rw-r--r--app-text/pdf2djvu/ChangeLog6
-rw-r--r--app-text/pdf2djvu/pdf2djvu-0.7.16.ebuild46
-rw-r--r--app-text/pdf2djvu/pdf2djvu-0.7.17.ebuild53
3 files changed, 5 insertions, 100 deletions
diff --git a/app-text/pdf2djvu/ChangeLog b/app-text/pdf2djvu/ChangeLog
index d878123e78ab..08144fa926d6 100644
--- a/app-text/pdf2djvu/ChangeLog
+++ b/app-text/pdf2djvu/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/pdf2djvu
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2djvu/ChangeLog,v 1.23 2015/04/08 07:30:34 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2djvu/ChangeLog,v 1.24 2015/05/18 14:21:45 patrick Exp $
+
+ 18 May 2015; Patrick Lauer <patrick@gentoo.org> -pdf2djvu-0.7.16.ebuild,
+ -pdf2djvu-0.7.17.ebuild:
+ Remove old with unsatisfied dependencies
08 Apr 2015; Michał Górny <mgorny@gentoo.org> pdf2djvu-0.7.17.ebuild,
pdf2djvu-0.7.19.ebuild:
diff --git a/app-text/pdf2djvu/pdf2djvu-0.7.16.ebuild b/app-text/pdf2djvu/pdf2djvu-0.7.16.ebuild
deleted file mode 100644
index 3022b5db33e5..000000000000
--- a/app-text/pdf2djvu/pdf2djvu-0.7.16.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2djvu/pdf2djvu-0.7.16.ebuild,v 1.3 2015/02/22 22:23:43 dilfridge Exp $
-
-EAPI=5
-inherit toolchain-funcs
-
-DESCRIPTION="A tool to create DjVu files from PDF files"
-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 test"
-
-RDEPEND="
- >=app-text/djvu-3.5.21:=
- <app-text/poppler-0.31.0:=
- dev-libs/libxml2:=
- dev-libs/libxslt:=
- graphicsmagick? ( media-gfx/graphicsmagick:= )
-"
-DEPEND="${RDEPEND}
- dev-cpp/pstreams
- virtual/pkgconfig
- nls? ( sys-devel/gettext )
- test? ( dev-python/nose )
-"
-
-REQUIRED_USE="test? ( graphicsmagick )"
-
-src_configure() {
- local openmp=--disable-openmp
- use openmp && tc-has-openmp && openmp=--enable-openmp
-
- econf \
- ${openmp} \
- $(use_enable nls) \
- $(use_with graphicsmagick)
-}
-
-src_install() {
- default
- dodoc doc/{changelog,{cjk,credits,djvudigital}.txt}
-}
diff --git a/app-text/pdf2djvu/pdf2djvu-0.7.17.ebuild b/app-text/pdf2djvu/pdf2djvu-0.7.17.ebuild
deleted file mode 100644
index f2c9da75ab6d..000000000000
--- a/app-text/pdf2djvu/pdf2djvu-0.7.17.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2djvu/pdf2djvu-0.7.17.ebuild,v 1.5 2015/04/08 07:30:34 mgorny Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1 toolchain-funcs
-
-DESCRIPTION="A tool to create DjVu files from PDF files"
-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 test"
-
-RDEPEND="
- >=app-text/djvu-3.5.21:=
- <app-text/poppler-0.31.0:=
- dev-libs/libxml2:=
- dev-libs/libxslt:=
- graphicsmagick? ( media-gfx/graphicsmagick:= )
-"
-DEPEND="${RDEPEND}
- dev-cpp/pstreams
- virtual/pkgconfig
- nls? ( sys-devel/gettext )
- test? ( dev-python/nose[${PYTHON_USEDEP}] )
-"
-
-REQUIRED_USE="test? ( graphicsmagick ${PYTHON_REQUIRED_USE} )"
-
-pkg_setup() {
- use test && python-single-r1_pkg_setup
-}
-
-src_configure() {
- local openmp=--disable-openmp
- use openmp && tc-has-openmp && openmp=--enable-openmp
-
- econf \
- ${openmp} \
- $(use_enable nls) \
- $(use_with graphicsmagick)
-}
-
-src_install() {
- default
- dodoc doc/{changelog,{cjk,credits,djvudigital}.txt}
-}