diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-04-22 07:41:09 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-04-22 07:41:09 +0000 |
commit | 11bfea7d4926375f1460a62a682c9cac4ce10e6d (patch) | |
tree | 4df66f87c57a47d20396595efb86258008d7807a /dev-tex | |
parent | Bump (diff) | |
download | gentoo-2-11bfea7d4926375f1460a62a682c9cac4ce10e6d.tar.gz gentoo-2-11bfea7d4926375f1460a62a682c9cac4ce10e6d.tar.bz2 gentoo-2-11bfea7d4926375f1460a62a682c9cac4ce10e6d.zip |
remove old
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/pdfannotextractor/ChangeLog | 8 | ||||
-rw-r--r-- | dev-tex/pdfannotextractor/pdfannotextractor-0.1i.ebuild | 52 |
2 files changed, 6 insertions, 54 deletions
diff --git a/dev-tex/pdfannotextractor/ChangeLog b/dev-tex/pdfannotextractor/ChangeLog index a65bcff21927..6468e1dc773a 100644 --- a/dev-tex/pdfannotextractor/ChangeLog +++ b/dev-tex/pdfannotextractor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tex/pdfannotextractor -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/pdfannotextractor/ChangeLog,v 1.12 2012/12/08 15:47:50 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/pdfannotextractor/ChangeLog,v 1.13 2013/04/22 07:41:09 aballier Exp $ + + 22 Apr 2013; Alexis Ballier <aballier@gentoo.org> + -pdfannotextractor-0.1i.ebuild: + remove old 08 Dec 2012; Agostino Sarubbo <ago@gentoo.org> pdfannotextractor-0.1k.ebuild: Stable for ppc64, wrt bug #436880 diff --git a/dev-tex/pdfannotextractor/pdfannotextractor-0.1i.ebuild b/dev-tex/pdfannotextractor/pdfannotextractor-0.1i.ebuild deleted file mode 100644 index e111e40de742..000000000000 --- a/dev-tex/pdfannotextractor/pdfannotextractor-0.1i.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/pdfannotextractor/pdfannotextractor-0.1i.ebuild,v 1.5 2011/08/12 16:03:30 xarthisius Exp $ - -EAPI=3 - -inherit latex-package java-utils-2 java-pkg-2 java-ant-2 eutils - -DESCRIPTION="Extract annotations from pdf files" -HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/pax/" -SRC_URI="mirror://gentoo/${P}.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 ~x86" -IUSE="" - -CDEPEND="virtual/latex-base - dev-java/pdfbox - dev-java/fontbox" -DEPEND="${CDEPEND} - app-arch/unzip - >=virtual/jdk-1.5" -RDEPEND="${CDEPEND} - virtual/perl-Getopt-Long - dev-perl/File-Which - >=virtual/jre-1.5 - !<=dev-texlive/texlive-latexextra-2010" - -TEXMF=/usr/share/texmf-site -S=${WORKDIR} - -JAVA_ANT_REWRITE_CLASSPATH="true" -EANT_GENTOO_CLASSPATH="pdfbox fontbox" - -src_prepare() { - epatch "${FILESDIR}/javajars.patch" - java-pkg-2_src_prepare -} - -src_compile() { - cd "${S}/source/latex/pax" - eant || die -} - -src_install() { - newbin scripts/pax/pdfannotextractor.pl pdfannotextractor || die - java-pkg_dojar "${S}/source/latex/pax/pax.jar" || die - insinto ${TEXMF} - doins -r tex || die - dodoc doc/latex/pax/README || die -} |