diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-05-17 13:49:47 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-05-17 13:49:47 +0000 |
commit | 9147e0accc845f8809865a91e0e027237874f220 (patch) | |
tree | 586dc88531ed19f3927a20d6d626011b400ecaeb /app-crypt | |
parent | Remove old. (diff) | |
download | gentoo-2-9147e0accc845f8809865a91e0e027237874f220.tar.gz gentoo-2-9147e0accc845f8809865a91e0e027237874f220.tar.bz2 gentoo-2-9147e0accc845f8809865a91e0e027237874f220.zip |
Remove old.
(Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/pdfcrack/ChangeLog | 9 | ||||
-rw-r--r-- | app-crypt/pdfcrack/files/pdfcrack-0.10-build.patch | 27 | ||||
-rw-r--r-- | app-crypt/pdfcrack/pdfcrack-0.11.ebuild | 29 |
3 files changed, 6 insertions, 59 deletions
diff --git a/app-crypt/pdfcrack/ChangeLog b/app-crypt/pdfcrack/ChangeLog index 78cf9e728ac6..9607d688b96b 100644 --- a/app-crypt/pdfcrack/ChangeLog +++ b/app-crypt/pdfcrack/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/pdfcrack -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pdfcrack/ChangeLog,v 1.8 2014/10/11 20:50:54 radhermit Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pdfcrack/ChangeLog,v 1.9 2015/05/17 13:49:47 mrueg Exp $ + + 17 May 2015; Manuel Rüger <mrueg@gentoo.org> -files/pdfcrack-0.10-build.patch, + -pdfcrack-0.11.ebuild: + Remove old. *pdfcrack-0.14 (11 Oct 2014) @@ -40,4 +44,3 @@ 22 Mar 2008; Mike Frysinger <vapier@gentoo.org> +files/pdfcrack-0.9-build.patch, +metadata.xml, +pdfcrack-0.9.ebuild: Initial import #156516 by Aurélien Francillon, Fabio Rossi, and me. - diff --git a/app-crypt/pdfcrack/files/pdfcrack-0.10-build.patch b/app-crypt/pdfcrack/files/pdfcrack-0.10-build.patch deleted file mode 100644 index 3f830a57c239..000000000000 --- a/app-crypt/pdfcrack/files/pdfcrack-0.10-build.patch +++ /dev/null @@ -1,27 +0,0 @@ -just use implicit rules so correct variables get used - ---- Makefile -+++ Makefile -@@ -1,20 +1,13 @@ --CFLAGS= -Wall -Wshadow -Wwrite-strings -Wsign-compare -Wfloat-equal \ -+CFLAGS+= -Wall -Wshadow -Wwrite-strings -Wsign-compare -Wfloat-equal \ - -Wmissing-noreturn -Wbad-function-cast \ -- -Wmissing-prototypes -Winline -Wredundant-decls -O3 -+ -Wmissing-prototypes -Winline -Wredundant-decls - - all: pdfcrack - - pdfcrack: main.o rc4.o md5.o pdfcrack.o pdfparser.o passwords.o common.o \ - benchmark.o -- gcc $(CFLAGS) -o $@ $+ -- strip $@ - - pdfreader: pdfparser.o pdfreader.o common.o -- gcc $(CFLAGS) -o $@ $+ -- strip $@ - - clean: - rm -f pdfcrack pdfreader testreader *.o -- --%.o: %.c -- gcc $(CFLAGS) -c -o $@ $+ diff --git a/app-crypt/pdfcrack/pdfcrack-0.11.ebuild b/app-crypt/pdfcrack/pdfcrack-0.11.ebuild deleted file mode 100644 index b717a2a14a48..000000000000 --- a/app-crypt/pdfcrack/pdfcrack-0.11.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pdfcrack/pdfcrack-0.11.ebuild,v 1.3 2009/04/05 18:26:36 arfrever Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="Tool for recovering passwords and content from PDF-files" -HOMEPAGE="http://pdfcrack.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-0.10-build.patch -} - -src_compile() { - emake CC="$(tc-getCC)" || die "emake failed" -} - -src_install() { - dobin pdfcrack || die "dobin pdfcrack failed" - dodoc changelog README TODO -} |