summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2013-07-24 13:38:18 +0000
committerAndrey Grozin <grozin@gentoo.org>2013-07-24 13:38:18 +0000
commitf3104b167c154cf447c1183a992789f426f3dfb3 (patch)
treeebb78da8c7c67ed425be17e5919fa4a3cca87271 /app-text
parentRekeyword x86-fbsd too... (diff)
downloadgentoo-2-f3104b167c154cf447c1183a992789f426f3dfb3.tar.gz
gentoo-2-f3104b167c154cf447c1183a992789f426f3dfb3.tar.bz2
gentoo-2-f3104b167c154cf447c1183a992789f426f3dfb3.zip
Added keyword ~amd64, cleaned old
(Portage version: 2.2.0_alpha185/cvs/Linux i686, signed Manifest commit with key 0x3AFFCE974D34BD8C!)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/getxbook/ChangeLog8
-rw-r--r--app-text/getxbook/files/getxbook-makefile.patch15
-rw-r--r--app-text/getxbook/getxbook-0.9.ebuild44
-rw-r--r--app-text/getxbook/getxbook-1.0.ebuild6
4 files changed, 9 insertions, 64 deletions
diff --git a/app-text/getxbook/ChangeLog b/app-text/getxbook/ChangeLog
index b4b93ede9811..e4c57641c9cf 100644
--- a/app-text/getxbook/ChangeLog
+++ b/app-text/getxbook/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/getxbook
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/getxbook/ChangeLog,v 1.3 2012/08/20 15:24:21 grozin Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/getxbook/ChangeLog,v 1.4 2013/07/24 13:38:18 grozin Exp $
+
+ 24 Jul 2013; Andrey Grozin <grozin@gentoo.org> -getxbook-0.9.ebuild,
+ getxbook-1.0.ebuild, -files/getxbook-makefile.patch:
+ Added keyword ~amd64, cleaned old
*getxbook-1.0 (20 Aug 2012)
diff --git a/app-text/getxbook/files/getxbook-makefile.patch b/app-text/getxbook/files/getxbook-makefile.patch
deleted file mode 100644
index e63ead0358af..000000000000
--- a/app-text/getxbook/files/getxbook-makefile.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -r -U1 getxbook-0.8.orig/Makefile getxbook-0.8/Makefile
---- getxbook-0.8.orig/Makefile 2012-02-15 05:09:56.000000000 +0700
-+++ getxbook-0.8/Makefile 2012-02-15 15:11:55.000000000 +0700
-@@ -1,3 +1,10 @@
- # See COPYING file for copyright and license details.
--include config.mk
-+VERSION = 0.8
-+RELDATE = 2012-02-14
-+PREFIX = /usr
-+MANPREFIX = $(PREFIX)/share/man
-+CFLAGS += -std=c99 -pedantic -Wall -Wextra -Werror \
-+ -D_POSIX_C_SOURCE=200112L -DVERSION=\"$(VERSION)\"
-+CC = cc
-+LD = $(CC)
-
diff --git a/app-text/getxbook/getxbook-0.9.ebuild b/app-text/getxbook/getxbook-0.9.ebuild
deleted file mode 100644
index 7bb32336f6a2..000000000000
--- a/app-text/getxbook/getxbook-0.9.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/getxbook/getxbook-0.9.ebuild,v 1.1 2012/04/27 20:59:12 grozin Exp $
-EAPI=4
-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="~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 )"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-makefile.patch
-}
-
-src_compile() {
- tc-export CXX
- emake
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc README LEGAL
- exeinto /usr/bin
- use pdf && doexe extras/mkpdf.sh
- use djvu && doexe extras/mkdjvu.sh
- if use ocr; then
- doexe extras/mkocrtxt.sh
- use pdf && doexe extras/mkocrpdf.sh
- use djvu && doexe extras/mkocrdjvu.sh
- fi
- use tk && doexe getxbookgui.tcl
-}
diff --git a/app-text/getxbook/getxbook-1.0.ebuild b/app-text/getxbook/getxbook-1.0.ebuild
index dc7011f35dfd..80ad96c0a386 100644
--- a/app-text/getxbook/getxbook-1.0.ebuild
+++ b/app-text/getxbook/getxbook-1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/getxbook/getxbook-1.0.ebuild,v 1.1 2012/08/20 15:24:21 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/getxbook/getxbook-1.0.ebuild,v 1.2 2013/07/24 13:38:18 grozin Exp $
EAPI=4
inherit eutils toolchain-funcs
@@ -10,7 +10,7 @@ SRC_URI="http://njw.me.uk/software/getxbook/${P}.tar.bz2"
LICENSE="ISC"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
IUSE="pdf djvu ocr tk"
DEPEND=""