summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-03-06 12:02:22 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-03-06 12:02:22 +0000
commit62976e86ea634f95a04d437d2e09115c6d8610c4 (patch)
tree22c747952c1e4ff3ca101102a78be4b69af1e04f /app-text/ebook-tools
parentStable on amd64 wrt bug #357497 (diff)
downloadgentoo-2-62976e86ea634f95a04d437d2e09115c6d8610c4.tar.gz
gentoo-2-62976e86ea634f95a04d437d2e09115c6d8610c4.tar.bz2
gentoo-2-62976e86ea634f95a04d437d2e09115c6d8610c4.zip
Version bump.
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
Diffstat (limited to 'app-text/ebook-tools')
-rw-r--r--app-text/ebook-tools/ChangeLog8
-rw-r--r--app-text/ebook-tools/ebook-tools-0.2.1.ebuild28
2 files changed, 35 insertions, 1 deletions
diff --git a/app-text/ebook-tools/ChangeLog b/app-text/ebook-tools/ChangeLog
index 99e75f61b229..6b9050a58d05 100644
--- a/app-text/ebook-tools/ChangeLog
+++ b/app-text/ebook-tools/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-text/ebook-tools
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ebook-tools/ChangeLog,v 1.13 2011/03/03 15:17:57 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ebook-tools/ChangeLog,v 1.14 2011/03/06 12:02:22 scarabeus Exp $
+
+*ebook-tools-0.2.1 (06 Mar 2011)
+
+ 06 Mar 2011; Tomáš Chvátal <scarabeus@gentoo.org>
+ +ebook-tools-0.2.1.ebuild:
+ Version bump.
03 Mar 2011; Thomas Kahle <tomka@gentoo.org> ebook-tools-0.1.1-r1.ebuild:
x86 stable per bug 354775
diff --git a/app-text/ebook-tools/ebook-tools-0.2.1.ebuild b/app-text/ebook-tools/ebook-tools-0.2.1.ebuild
new file mode 100644
index 000000000000..e72856a69adb
--- /dev/null
+++ b/app-text/ebook-tools/ebook-tools-0.2.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/ebook-tools/ebook-tools-0.2.1.ebuild,v 1.1 2011/03/06 12:02:22 scarabeus Exp $
+
+EAPI=4
+
+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 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="dev-libs/libxml2
+ dev-libs/libzip"
+RDEPEND="${DEPEND}
+ app-text/convertlit"
+
+DOCS="INSTALL README TODO"
+
+src_prepare() {
+ sed -i -e "/TARGETS epub/ s:lib:$(get_libdir):g" \
+ "${S}"/src/libepub/CMakeLists.txt
+}