From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7B4DB59CA5 for ; Mon, 21 Mar 2016 10:47:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12599E083A; Mon, 21 Mar 2016 10:47:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A579E083A for ; Mon, 21 Mar 2016 10:47:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2BB7134074E for ; Mon, 21 Mar 2016 10:47:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74038850 for ; Mon, 21 Mar 2016 10:47:19 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1458557226.3a926c800bfbb951cc31c691fb2ee30eb2bf1885.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/ebook-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild app-text/ebook-tools/metadata.xml X-VCS-Directories: app-text/ebook-tools/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 3a926c800bfbb951cc31c691fb2ee30eb2bf1885 X-VCS-Branch: master Date: Mon, 21 Mar 2016 10:47:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 12c5a89c-ac9f-4c7c-9e8a-e525f6523424 X-Archives-Hash: 451a0a0b359714658437c7766fdd3721 commit: 3a926c800bfbb951cc31c691fb2ee30eb2bf1885 Author: Jan Chren gmail com> AuthorDate: Sat Mar 19 19:16:57 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Mar 21 10:47:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a926c80 app-text/ebook-tools: Add lit2epub USE flag Gentoo-bug: 530430 app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild | 32 ++++++++++++++++++++++++ app-text/ebook-tools/metadata.xml | 3 +++ 2 files changed, 35 insertions(+) diff --git a/app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild b/app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild new file mode 100644 index 0000000..6d1374e --- /dev/null +++ b/app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit cmake-utils multilib + +DESCRIPTION="Tools for accessing and converting various ebook file formats" +HOMEPAGE="http://sourceforge.net/projects/ebook-tools" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd" +IUSE="+lit2epub" + +DEPEND=" + dev-libs/libxml2 + dev-libs/libzip +" +RDEPEND="${DEPEND} + lit2epub? ( app-text/convertlit ) +" + +DOCS=( INSTALL README TODO ) + +src_prepare() { + default + + use lit2epub || sed -i -e '\|lit2epub|d' -- 'src/tools/CMakeLists.txt' || die +} diff --git a/app-text/ebook-tools/metadata.xml b/app-text/ebook-tools/metadata.xml index 6e691fb..b2aa1c1 100644 --- a/app-text/ebook-tools/metadata.xml +++ b/app-text/ebook-tools/metadata.xml @@ -8,4 +8,7 @@ ebook-tools + + Install lit2epub script +