summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2020-02-29 12:57:27 +0700
committerAndrey Grozin <grozin@gentoo.org>2020-02-29 12:57:27 +0700
commit16daf60feaef9c029118c2e9896f8addf274420b (patch)
treec51b817a04f5d067276b8e097d6f0c4b23f581d7 /app-text/getxbook
parentapp-text/doconce: removed myself as a maintainer (diff)
downloadgentoo-16daf60feaef9c029118c2e9896f8addf274420b.tar.gz
gentoo-16daf60feaef9c029118c2e9896f8addf274420b.tar.bz2
gentoo-16daf60feaef9c029118c2e9896f8addf274420b.zip
app-text/getxbook: clean old, drop myself as a maintainer
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'app-text/getxbook')
-rw-r--r--app-text/getxbook/Manifest1
-rw-r--r--app-text/getxbook/files/getxbook-1.0.patch42
-rw-r--r--app-text/getxbook/getxbook-1.0-r1.ebuild45
-rw-r--r--app-text/getxbook/metadata.xml5
4 files changed, 1 insertions, 92 deletions
diff --git a/app-text/getxbook/Manifest b/app-text/getxbook/Manifest
index 57b8d5959cdf..735a008f4bd1 100644
--- a/app-text/getxbook/Manifest
+++ b/app-text/getxbook/Manifest
@@ -1,2 +1 @@
-DIST getxbook-1.0.tar.bz2 22314 BLAKE2B cc3b652d4c580c8a5f41a0fc58c2d7cfc9e783fe2c159fb871c0a89d8246f65f9601265e8a7b51c593ef27a726b07faa84a9d2333f2d448b1661d1dad2e48e0f SHA512 df912e67ddd823e4b1ce1539522ef0804f74758aa27baa0c568790859fac97d40dbc8f574be936fdf3ba8a1135bcc3d9af1bedf0205353d7a12f8993393fe941
DIST getxbook-1.2.tar.xz 23776 BLAKE2B 327a35a73a5e29eefcf3f87cd8ba1237da5d045e3ef009d3ae708797fa78e6d844baa4cba2e8ff021d71951ca100e087d69a98dac3ddce953afa549b63e7e1f8 SHA512 fec397d4fd979421658f7ef9535f3c25369c8bd4ea2f9adcd719f760fd01265ed789f9eca34374b245c24acd485b951c91fa92a36d5b6401a0e0bf4db746788d
diff --git a/app-text/getxbook/files/getxbook-1.0.patch b/app-text/getxbook/files/getxbook-1.0.patch
deleted file mode 100644
index 50da6328bf8a..000000000000
--- a/app-text/getxbook/files/getxbook-1.0.patch
+++ /dev/null
@@ -1,42 +0,0 @@
- Makefile | 17 ++++++++++++-----
- 1 file changed, 12 insertions(+), 5 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index f6507b5..d080f2b 100644
---- a/Makefile
-+++ b/Makefile
-@@ -1,5 +1,12 @@
- # See COPYING file for copyright and license details.
--include config.mk
-+VERSION = 1.0
-+RELDATE = 2012-08-19
-+PREFIX = /usr
-+MANPREFIX = $(PREFIX)/share/man
-+CFLAGS += -std=c99 -pedantic -Wall -Wextra \
-+ -D_POSIX_C_SOURCE=200112L -DVERSION=\"$(VERSION)\"
-+CC ?= cc
-+LD = $(CC)
-
- NAME = getxbook
-
-@@ -20,16 +27,16 @@ $(BIN): util.a
-
- .o:
- @echo LD $@
-- @$(LD) -o $@ $< util.a $(LDFLAGS)
-+ $(LD) $(LDFLAGS) -o $@ $< util.a
-
- .c.o:
- @echo CC $<
-- @$(CC) -c $(CFLAGS) $<
-+ $(CC) -c $(CFLAGS) $<
-
- util.a: $(LIB)
- @echo AR $@
-- @$(AR) -r -c $@ $(LIB)
-- @ranlib $@
-+ $(AR) -r -c $@ $(LIB)
-+ $(RANLIB) $@
-
- install: all
- mkdir -p $(DESTDIR)$(PREFIX)/bin
diff --git a/app-text/getxbook/getxbook-1.0-r1.ebuild b/app-text/getxbook/getxbook-1.0-r1.ebuild
deleted file mode 100644
index 575f7242613f..000000000000
--- a/app-text/getxbook/getxbook-1.0-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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.bz2"
-
-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() {
- epatch "${FILESDIR}"/${P}.patch
- tc-export CC AR RANLIB
-}
-
-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
index 3b5c78cf814d..b214e7e03b4e 100644
--- a/app-text/getxbook/metadata.xml
+++ b/app-text/getxbook/metadata.xml
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>grozin@gentoo.org</email>
- <name>Andrey Grozin</name>
- </maintainer>
+ <!-- maintainer-needed -->
<longdescription lang="en">
A collection of tools to download books from
google books' "book preview",