summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/qpdf')
-rw-r--r--app-text/qpdf/ChangeLog6
-rw-r--r--app-text/qpdf/qpdf-3.0.1.ebuild50
-rw-r--r--app-text/qpdf/qpdf-3.0.2.ebuild50
-rw-r--r--app-text/qpdf/qpdf-4.0.0.ebuild50
-rw-r--r--app-text/qpdf/qpdf-4.0.1.ebuild50
5 files changed, 5 insertions, 201 deletions
diff --git a/app-text/qpdf/ChangeLog b/app-text/qpdf/ChangeLog
index 5ed1ad0a01c9..a770806989dc 100644
--- a/app-text/qpdf/ChangeLog
+++ b/app-text/qpdf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/qpdf
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/qpdf/ChangeLog,v 1.32 2013/07/10 00:55:35 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/qpdf/ChangeLog,v 1.33 2013/07/10 01:05:42 radhermit Exp $
+
+ 10 Jul 2013; Tim Harder <radhermit@gentoo.org> -qpdf-3.0.1.ebuild,
+ -qpdf-3.0.2.ebuild, -qpdf-4.0.0.ebuild, -qpdf-4.0.1.ebuild:
+ Remove old.
*qpdf-4.2.0 (10 Jul 2013)
diff --git a/app-text/qpdf/qpdf-3.0.1.ebuild b/app-text/qpdf/qpdf-3.0.1.ebuild
deleted file mode 100644
index 705b88dd74e8..000000000000
--- a/app-text/qpdf/qpdf-3.0.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/qpdf/qpdf-3.0.1.ebuild,v 1.6 2012/09/21 09:27:09 blueness Exp $
-
-EAPI="4"
-
-DESCRIPTION="A command-line program that does structural, content-preserving transformations on PDF files"
-HOMEPAGE="http://qpdf.sourceforge.net/"
-SRC_URI="mirror://sourceforge/qpdf/${P}.tar.gz"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
-IUSE="doc examples static-libs test"
-
-RDEPEND="dev-libs/libpcre
- sys-libs/zlib
- >=dev-lang/perl-5.8"
-DEPEND="${RDEPEND}
- test? (
- sys-apps/diffutils
- media-libs/tiff
- app-text/ghostscript-gpl
- )"
-
-DOCS=( ChangeLog README TODO )
-
-src_prepare() {
- # Manually install docs
- sed -i -e "/docdir/d" make/libtool.mk || die
-}
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- $(use_enable test test-compare-images)
-}
-
-src_install() {
- default
-
- if use doc ; then
- dodoc doc/qpdf-manual.pdf
- dohtml doc/*
- fi
-
- if use examples ; then
- dobin examples/build/.libs/*
- fi
-}
diff --git a/app-text/qpdf/qpdf-3.0.2.ebuild b/app-text/qpdf/qpdf-3.0.2.ebuild
deleted file mode 100644
index 82173719ce9e..000000000000
--- a/app-text/qpdf/qpdf-3.0.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/qpdf/qpdf-3.0.2.ebuild,v 1.7 2013/01/06 09:16:27 ago Exp $
-
-EAPI="4"
-
-DESCRIPTION="A command-line program that does structural, content-preserving transformations on PDF files"
-HOMEPAGE="http://qpdf.sourceforge.net/"
-SRC_URI="mirror://sourceforge/qpdf/${P}.tar.gz"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="doc examples static-libs test"
-
-RDEPEND="dev-libs/libpcre
- sys-libs/zlib
- >=dev-lang/perl-5.8"
-DEPEND="${RDEPEND}
- test? (
- sys-apps/diffutils
- media-libs/tiff
- app-text/ghostscript-gpl
- )"
-
-DOCS=( ChangeLog README TODO )
-
-src_prepare() {
- # Manually install docs
- sed -i -e "/docdir/d" make/libtool.mk || die
-}
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- $(use_enable test test-compare-images)
-}
-
-src_install() {
- default
-
- if use doc ; then
- dodoc doc/qpdf-manual.pdf
- dohtml doc/*
- fi
-
- if use examples ; then
- dobin examples/build/.libs/*
- fi
-}
diff --git a/app-text/qpdf/qpdf-4.0.0.ebuild b/app-text/qpdf/qpdf-4.0.0.ebuild
deleted file mode 100644
index 3b53cf15cd54..000000000000
--- a/app-text/qpdf/qpdf-4.0.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/qpdf/qpdf-4.0.0.ebuild,v 1.1 2013/01/03 06:29:37 radhermit Exp $
-
-EAPI="5"
-
-DESCRIPTION="A command-line program that does structural, content-preserving transformations on PDF files"
-HOMEPAGE="http://qpdf.sourceforge.net/"
-SRC_URI="mirror://sourceforge/qpdf/${P}.tar.gz"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="doc examples static-libs test"
-
-RDEPEND="dev-libs/libpcre
- sys-libs/zlib
- >=dev-lang/perl-5.8"
-DEPEND="${RDEPEND}
- test? (
- sys-apps/diffutils
- media-libs/tiff
- app-text/ghostscript-gpl
- )"
-
-DOCS=( ChangeLog README TODO )
-
-src_prepare() {
- # Manually install docs
- sed -i -e "/docdir/d" make/libtool.mk || die
-}
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- $(use_enable test test-compare-images)
-}
-
-src_install() {
- default
-
- if use doc ; then
- dodoc doc/qpdf-manual.pdf
- dohtml doc/*
- fi
-
- if use examples ; then
- dobin examples/build/.libs/*
- fi
-}
diff --git a/app-text/qpdf/qpdf-4.0.1.ebuild b/app-text/qpdf/qpdf-4.0.1.ebuild
deleted file mode 100644
index 511166f71a37..000000000000
--- a/app-text/qpdf/qpdf-4.0.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/qpdf/qpdf-4.0.1.ebuild,v 1.2 2013/03/24 10:33:31 grobian Exp $
-
-EAPI="5"
-
-DESCRIPTION="A command-line program that does structural, content-preserving transformations on PDF files"
-HOMEPAGE="http://qpdf.sourceforge.net/"
-SRC_URI="mirror://sourceforge/qpdf/${P}.tar.gz"
-
-LICENSE="Artistic-2"
-SLOT="0/10" # subslot = libqpdf soname version
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~m68k-mint"
-IUSE="doc examples static-libs test"
-
-RDEPEND="dev-libs/libpcre
- sys-libs/zlib
- >=dev-lang/perl-5.8"
-DEPEND="${RDEPEND}
- test? (
- sys-apps/diffutils
- media-libs/tiff
- app-text/ghostscript-gpl
- )"
-
-DOCS=( ChangeLog README TODO )
-
-src_prepare() {
- # Manually install docs
- sed -i -e "/docdir/d" make/libtool.mk || die
-}
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- $(use_enable test test-compare-images)
-}
-
-src_install() {
- default
-
- if use doc ; then
- dodoc doc/qpdf-manual.pdf
- dohtml doc/*
- fi
-
- if use examples ; then
- dobin examples/build/.libs/*
- fi
-}