summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-08-27 05:47:04 +0000
committerTim Harder <radhermit@gentoo.org>2012-08-27 05:47:04 +0000
commitbca5d80512ab4e4397d5ece0c5eb3bd62f2362f0 (patch)
tree5e82fa36398f577e82bddc4cc39a6ad17f4b3426 /app-text
parentBump 0.10.0 RC. (diff)
downloadgentoo-2-bca5d80512ab4e4397d5ece0c5eb3bd62f2362f0.tar.gz
gentoo-2-bca5d80512ab4e4397d5ece0c5eb3bd62f2362f0.tar.bz2
gentoo-2-bca5d80512ab4e4397d5ece0c5eb3bd62f2362f0.zip
Remove old.
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/qpdf/ChangeLog7
-rw-r--r--app-text/qpdf/files/qpdf-2.3.1-gcc47.patch20
-rw-r--r--app-text/qpdf/files/qpdf-2.3.1-libpcre-8.30.patch11
-rw-r--r--app-text/qpdf/qpdf-2.3.1.ebuild51
-rw-r--r--app-text/qpdf/qpdf-3.0.0.ebuild50
5 files changed, 6 insertions, 133 deletions
diff --git a/app-text/qpdf/ChangeLog b/app-text/qpdf/ChangeLog
index 085ea047c450..af69e5a16324 100644
--- a/app-text/qpdf/ChangeLog
+++ b/app-text/qpdf/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/qpdf
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/qpdf/ChangeLog,v 1.8 2012/08/23 00:13:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/qpdf/ChangeLog,v 1.9 2012/08/27 05:47:04 radhermit Exp $
+
+ 27 Aug 2012; Tim Harder <radhermit@gentoo.org> -qpdf-2.3.1.ebuild,
+ -files/qpdf-2.3.1-gcc47.patch, -files/qpdf-2.3.1-libpcre-8.30.patch,
+ -qpdf-3.0.0.ebuild:
+ Remove old.
23 Aug 2012; Jeroen Roovers <jer@gentoo.org> qpdf-3.0.1.ebuild:
Marked ~hppa (bug #428356).
diff --git a/app-text/qpdf/files/qpdf-2.3.1-gcc47.patch b/app-text/qpdf/files/qpdf-2.3.1-gcc47.patch
deleted file mode 100644
index 3ef4481cdfc4..000000000000
--- a/app-text/qpdf/files/qpdf-2.3.1-gcc47.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- qpdf-2.3.1/include/qpdf/QPDFExc.hh
-+++ qpdf-2.3.1/include/qpdf/QPDFExc.hh
-@@ -11,6 +11,7 @@
- #include <qpdf/DLL.h>
- #include <qpdf/Constants.h>
- #include <stdexcept>
-+#include <unistd.h>
-
- class QPDFExc: public std::runtime_error
- {
---- qpdf-2.3.1/include/qpdf/QPDFObjectHandle.hh
-+++ qpdf-2.3.1/include/qpdf/QPDFObjectHandle.hh
-@@ -8,6 +8,7 @@
- #ifndef __QPDFOBJECTHANDLE_HH__
- #define __QPDFOBJECTHANDLE_HH__
-
-+#include <unistd.h>
- #include <string>
- #include <vector>
- #include <set>
diff --git a/app-text/qpdf/files/qpdf-2.3.1-libpcre-8.30.patch b/app-text/qpdf/files/qpdf-2.3.1-libpcre-8.30.patch
deleted file mode 100644
index 6992d7980f7b..000000000000
--- a/app-text/qpdf/files/qpdf-2.3.1-libpcre-8.30.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- qpdf-2.3.1/libqpdf/PCRE.cc.orig
-+++ qpdf-2.3.1/libqpdf/PCRE.cc
-@@ -144,7 +144,7 @@
- this->code = pcre_compile(pattern, options, &errptr, &erroffset, 0);
- if (this->code)
- {
-- this->nbackrefs = pcre_info(this->code, 0, 0);
-+ pcre_fullinfo(this->code, 0, PCRE_INFO_CAPTURECOUNT, &(this->nbackrefs));
- }
- else
- {
diff --git a/app-text/qpdf/qpdf-2.3.1.ebuild b/app-text/qpdf/qpdf-2.3.1.ebuild
deleted file mode 100644
index 8f563649f6d1..000000000000
--- a/app-text/qpdf/qpdf-2.3.1.ebuild
+++ /dev/null
@@ -1,51 +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-2.3.1.ebuild,v 1.3 2012/05/23 01:14:06 radhermit Exp $
-
-EAPI="4"
-
-inherit eutils
-
-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 ~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
-
- epatch "${FILESDIR}"/${P}-libpcre-8.30.patch
- epatch "${FILESDIR}"/${P}-gcc47.patch
-}
-
-src_install() {
- default
-
- use static-libs || rm -f "${ED}"/usr/lib*/libqpdf.a
-
- 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.0.ebuild b/app-text/qpdf/qpdf-3.0.0.ebuild
deleted file mode 100644
index b1494e8e096a..000000000000
--- a/app-text/qpdf/qpdf-3.0.0.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.0.ebuild,v 1.1 2012/08/06 23:55:05 radhermit 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 ~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
-}