summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-04-26 16:01:54 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-04-26 16:01:54 +0000
commit463dc6b9af28b25d5c76c90077b515cdfe094899 (patch)
treed4ba6be0a43fade76da08c687b9be19e053386db /app-text/ebook-tools
parentold (diff)
downloadgentoo-2-463dc6b9af28b25d5c76c90077b515cdfe094899.tar.gz
gentoo-2-463dc6b9af28b25d5c76c90077b515cdfe094899.tar.bz2
gentoo-2-463dc6b9af28b25d5c76c90077b515cdfe094899.zip
old
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'app-text/ebook-tools')
-rw-r--r--app-text/ebook-tools/ChangeLog6
-rw-r--r--app-text/ebook-tools/ebook-tools-0.1.1.ebuild30
2 files changed, 5 insertions, 31 deletions
diff --git a/app-text/ebook-tools/ChangeLog b/app-text/ebook-tools/ChangeLog
index b9ab73f57a0d..4b6ed1cea144 100644
--- a/app-text/ebook-tools/ChangeLog
+++ b/app-text/ebook-tools/ChangeLog
@@ -1,6 +1,10 @@
# 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.16 2011/03/23 19:59:23 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ebook-tools/ChangeLog,v 1.17 2011/04/26 16:01:54 scarabeus Exp $
+
+ 26 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org>
+ -ebook-tools-0.1.1.ebuild:
+ old
23 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org>
ebook-tools-0.1.1-r1.ebuild:
diff --git a/app-text/ebook-tools/ebook-tools-0.1.1.ebuild b/app-text/ebook-tools/ebook-tools-0.1.1.ebuild
deleted file mode 100644
index 0b5f93f251cc..000000000000
--- a/app-text/ebook-tools/ebook-tools-0.1.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2010 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.1.1.ebuild,v 1.10 2010/01/19 02:16:55 jer Exp $
-
-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}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i -e "/TARGETS epub/ s:lib:$(get_libdir):g" \
- "${S}"/src/libepub/CMakeLists.txt
-}
-
-src_install() {
- cmake-utils_src_install
- dodoc INSTALL README TODO
-}