diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-06-17 20:51:23 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-17 20:51:23 -0400 |
commit | b295ad0c99aeffd221333e9aa5cf971f3c577b8e (patch) | |
tree | 037a442b51b6f2300fe67175eb4bf5aa98d54971 /app-text | |
parent | profiles/package.mask: drop mask on x11-themes/fvwm-crystal (diff) | |
download | gentoo-b295ad0c99aeffd221333e9aa5cf971f3c577b8e.tar.gz gentoo-b295ad0c99aeffd221333e9aa5cf971f3c577b8e.tar.bz2 gentoo-b295ad0c99aeffd221333e9aa5cf971f3c577b8e.zip |
*/*: drop last-rited pkgs
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/getxbook/Manifest | 1 | ||||
-rw-r--r-- | app-text/getxbook/files/getxbook-1.2.patch | 35 | ||||
-rw-r--r-- | app-text/getxbook/getxbook-1.2.ebuild | 46 | ||||
-rw-r--r-- | app-text/getxbook/metadata.xml | 15 |
4 files changed, 0 insertions, 97 deletions
diff --git a/app-text/getxbook/Manifest b/app-text/getxbook/Manifest deleted file mode 100644 index 735a008f4bd1..000000000000 --- a/app-text/getxbook/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST getxbook-1.2.tar.xz 23776 BLAKE2B 327a35a73a5e29eefcf3f87cd8ba1237da5d045e3ef009d3ae708797fa78e6d844baa4cba2e8ff021d71951ca100e087d69a98dac3ddce953afa549b63e7e1f8 SHA512 fec397d4fd979421658f7ef9535f3c25369c8bd4ea2f9adcd719f760fd01265ed789f9eca34374b245c24acd485b951c91fa92a36d5b6401a0e0bf4db746788d diff --git a/app-text/getxbook/files/getxbook-1.2.patch b/app-text/getxbook/files/getxbook-1.2.patch deleted file mode 100644 index da0ac83264e1..000000000000 --- a/app-text/getxbook/files/getxbook-1.2.patch +++ /dev/null @@ -1,35 +0,0 @@ -diff -r -U2 getxbook-1.2.orig/Makefile getxbook-1.2/Makefile ---- getxbook-1.2.orig/Makefile 2015-07-28 21:52:40.000000000 +0600 -+++ getxbook-1.2/Makefile 2017-12-16 11:27:18.554822718 +0700 -@@ -1,4 +1,13 @@ - # See COPYING file for copyright and license details. --include config.mk -+VERSION = 1.2 -+RELDATE = 2015-07-28 -+PREFIX = /usr -+MANPREFIX = $(PREFIX)/share/man -+CFLAGS += -std=c99 -pedantic -Wall -Wextra -Werror -g -D_POSIX_C_SOURCE=200112L \ -+ -DVERSION=\"$(VERSION)\" -+CC ?= cc -+LD = $(CC) -+LIBS = -lssl -lcrypto -+LDFLAGS += $(LIBS) - - NAME = getxbook -@@ -21,13 +30,13 @@ - .o: - @echo LD $@ -- @$(LD) -o $@ $< util.a $(LDFLAGS) -+ $(LD) -o $@ $< util.a $(LDFLAGS) - - .c.o: - @echo CC $< -- @$(CC) -c $(CFLAGS) $< -+ $(CC) -c $(CFLAGS) $< - - util.a: $(LIB) - @echo AR $@ -- @$(AR) -r -s -c $@ $(LIB) -+ $(AR) -r -s -c $@ $(LIB) - - install: all diff --git a/app-text/getxbook/getxbook-1.2.ebuild b/app-text/getxbook/getxbook-1.2.ebuild deleted file mode 100644 index b1acfc5e944d..000000000000 --- a/app-text/getxbook/getxbook-1.2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils toolchain-funcs - -DESCRIPTION="Download books from google, amazon, barnes and noble" -HOMEPAGE="http://njw.me.uk/software/getxbook/" -SRC_URI="http://njw.me.uk/software/getxbook/${P}.tar.xz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="pdf djvu ocr tk" - -DEPEND="" -RDEPEND=" - djvu? ( app-text/djvu ) - pdf? ( media-gfx/imagemagick ) - ocr? ( - app-text/tesseract - pdf? ( media-gfx/exact-image app-text/pdftk ) - ) - tk? ( dev-lang/tk:0= )" - -src_prepare() { - default - eapply "${FILESDIR}"/${P}.patch - tc-export CC AR -} - -src_install() { - DOCS=( README LEGAL ) - default - - use pdf && dobin extras/mkpdf.sh - use djvu && dobin extras/mkdjvu.sh - - if use ocr; then - dobin extras/mkocrtxt.sh - use pdf && dobin extras/mkocrpdf.sh - use djvu && dobin extras/mkocrdjvu.sh - fi - use tk && dobin getxbookgui.tcl -} diff --git a/app-text/getxbook/metadata.xml b/app-text/getxbook/metadata.xml deleted file mode 100644 index b214e7e03b4e..000000000000 --- a/app-text/getxbook/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <longdescription lang="en"> - A collection of tools to download books from - google books' "book preview", - amazon's "look inside the book", - barnes and noble's "book viewer", - optionally using tesseract to produce OCRed pdf or djvu. - </longdescription> - <use> - <flag name="ocr">Use <pkg>app-text/tesseract</pkg> for optical character recognition</flag> - </use> -</pkgmetadata> |