app-text/getxbook: clean old, drop myself as a maintainer
authorAndrey Grozin <grozin@gentoo.org>
Sat, 29 Feb 2020 05:57:27 +0000 (12:57 +0700)
committerAndrey Grozin <grozin@gentoo.org>
Sat, 29 Feb 2020 05:57:27 +0000 (12:57 +0700)
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
app-text/getxbook/Manifest
app-text/getxbook/files/getxbook-1.0.patch [deleted file]
app-text/getxbook/getxbook-1.0-r1.ebuild [deleted file]
app-text/getxbook/metadata.xml

index 57b8d5959cdff12c5a0ad945ebbb7b34aa6faab7..735a008f4bd1eaa00a382a275873b78ae849fa36 100644 (file)
@@ -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 (file)
index 50da632..0000000
+++ /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 (file)
index 575f724..0000000
+++ /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
-}
index 3b5c78cf814d78b9f2378f86705dee24927058f2..b214e7e03b4e8a37004e8f1824cd28010ea7b5af 100644 (file)
@@ -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",