diff options
author | 2012-09-10 23:05:25 +0000 | |
---|---|---|
committer | 2012-09-10 23:05:25 +0000 | |
commit | 8403b55e5acffe5097f7c492c2eadd256314a61b (patch) | |
tree | 7cbc208d74321124b246d88123fca1a893eae67f /app-text/ebook-tools | |
parent | Stable ppc64, bug #434292 (diff) | |
download | gentoo-2-8403b55e5acffe5097f7c492c2eadd256314a61b.tar.gz gentoo-2-8403b55e5acffe5097f7c492c2eadd256314a61b.tar.bz2 gentoo-2-8403b55e5acffe5097f7c492c2eadd256314a61b.zip |
Version bump.
(Portage version: 2.2.0_alpha125/cvs/Linux x86_64)
Diffstat (limited to 'app-text/ebook-tools')
-rw-r--r-- | app-text/ebook-tools/ChangeLog | 10 | ||||
-rw-r--r-- | app-text/ebook-tools/ebook-tools-0.2.2.ebuild | 23 |
2 files changed, 30 insertions, 3 deletions
diff --git a/app-text/ebook-tools/ChangeLog b/app-text/ebook-tools/ChangeLog index 2f8fa50f88a2..ad4d48c7a5c0 100644 --- a/app-text/ebook-tools/ChangeLog +++ b/app-text/ebook-tools/ChangeLog @@ -1,6 +1,11 @@ # 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.21 2011/07/13 14:39:04 xarthisius Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/ebook-tools/ChangeLog,v 1.22 2012/09/10 23:05:25 johu Exp $ + +*ebook-tools-0.2.2 (10 Sep 2012) + + 10 Sep 2012; Johannes Huber <johu@gentoo.org> +ebook-tools-0.2.2.ebuild: + Version bump. 13 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> ebook-tools-0.2.1.ebuild: ppc64 stable wrt #354033 @@ -78,4 +83,3 @@ 28 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> +metadata.xml, +ebook-tools-0.1.1.ebuild: Initial import - diff --git a/app-text/ebook-tools/ebook-tools-0.2.2.ebuild b/app-text/ebook-tools/ebook-tools-0.2.2.ebuild new file mode 100644 index 000000000000..14e4edef9ae4 --- /dev/null +++ b/app-text/ebook-tools/ebook-tools-0.2.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2012 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.2.ebuild,v 1.1 2012/09/10 23:05:25 johu 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 ) |