summaryrefslogtreecommitdiff
path: root/app-text/getxbook
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-21 17:50:24 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-21 17:50:24 +0100
commitfeb0daf81d888e9160f9f94502de09b66f2a63fd (patch)
treeb6e5c40ce2abef3da27ed50a023153f475e0ddef /app-text/getxbook
parent9452a6e87b6c2c70513bc47a2470bf9f1168920e (diff)
gentoo resync : 21.06.2020
Diffstat (limited to 'app-text/getxbook')
-rw-r--r--app-text/getxbook/Manifest4
-rw-r--r--app-text/getxbook/files/getxbook-1.2.patch35
-rw-r--r--app-text/getxbook/getxbook-1.2.ebuild46
-rw-r--r--app-text/getxbook/metadata.xml15
4 files changed, 0 insertions, 100 deletions
diff --git a/app-text/getxbook/Manifest b/app-text/getxbook/Manifest
deleted file mode 100644
index 9e0ae0091bf7..000000000000
--- a/app-text/getxbook/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX getxbook-1.2.patch 853 BLAKE2B 03778bceed27f4582ffdf3fb2ac9de1fd2f6101d78e697126d86a829e5a13bf97f9ad2948feb274c10dd05ce611d7142bd9f624da19020ce891073402cbbf0d8 SHA512 04699a133cfba3d2a7d0f4eb9cb420abb93eec9b890f23130c23ea7b9e07b7a0da1b69f34aff0482acc79fe07c8abeb7de9de1163ae04d9c581d7a3f5af084a0
-DIST getxbook-1.2.tar.xz 23776 BLAKE2B 327a35a73a5e29eefcf3f87cd8ba1237da5d045e3ef009d3ae708797fa78e6d844baa4cba2e8ff021d71951ca100e087d69a98dac3ddce953afa549b63e7e1f8 SHA512 fec397d4fd979421658f7ef9535f3c25369c8bd4ea2f9adcd719f760fd01265ed789f9eca34374b245c24acd485b951c91fa92a36d5b6401a0e0bf4db746788d
-EBUILD getxbook-1.2.ebuild 936 BLAKE2B a4f057509fb8195718b53aa5491a57279eb5feeed587a3b896e7608b06db5c28ff2d15fc8f26841fd7675b211fb468741391545a8447c821a09cd04dcbd80e05 SHA512 33818a0e2e930c48d1a330691d60cabb3552b5a97d2ef692e0d1a39bf463a454e90703e0675ce7ca0e75ac59a171155425b07be3fe0b9a2cf867a62912fcb1d1
-MISC metadata.xml 551 BLAKE2B dd6bac7ee3b0ec2bcd017b9d9ba62c859a2b31af629b4e5c5f021f3cea713c4b08927447dbdab46f069a8b50d1f4899c9cefc0d127b0df0a7e4080f398136fb4 SHA512 38858ab4ba3a4ca457e115e7638d01d720c735fe2c9112ec2f005bcf73a29848b74f4018e89f405ad260adc188a1bc4afbb0aaf0371643d24ca0461a21bec82a
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>