diff options
author | Michael Palimaka <kensington@gentoo.org> | 2012-10-23 11:02:09 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2012-10-23 11:02:09 +0000 |
commit | 9654e196ce1f72ac4e3c215d47f8c4a0fd26d113 (patch) | |
tree | 7e0d918ea73c14c656eb187119b9af256f58e9ec /app-text/ebook-tools | |
parent | http://my.opera.com/desktopteam/blog/2012/10/23/spdy-support-for-turbo (diff) | |
download | gentoo-2-9654e196ce1f72ac4e3c215d47f8c4a0fd26d113.tar.gz gentoo-2-9654e196ce1f72ac4e3c215d47f8c4a0fd26d113.tar.bz2 gentoo-2-9654e196ce1f72ac4e3c215d47f8c4a0fd26d113.zip |
Remove old.
(Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'app-text/ebook-tools')
-rw-r--r-- | app-text/ebook-tools/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/ebook-tools/ebook-tools-0.1.1-r1.ebuild | 31 | ||||
-rw-r--r-- | app-text/ebook-tools/ebook-tools-0.2.1.ebuild | 28 |
3 files changed, 5 insertions, 60 deletions
diff --git a/app-text/ebook-tools/ChangeLog b/app-text/ebook-tools/ChangeLog index 595315671f9d..754ea1044798 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ebook-tools/ChangeLog,v 1.26 2012/10/20 16:10:48 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ebook-tools/ChangeLog,v 1.27 2012/10/23 11:02:09 kensington Exp $ + + 23 Oct 2012; Michael Palimaka <kensington@gentoo.org> + -ebook-tools-0.1.1-r1.ebuild, -ebook-tools-0.2.1.ebuild: + Remove old. 20 Oct 2012; Jeff Horelick <jdhore@gentoo.org> ebook-tools-0.2.2.ebuild: marked x86 per bug 438562 diff --git a/app-text/ebook-tools/ebook-tools-0.1.1-r1.ebuild b/app-text/ebook-tools/ebook-tools-0.1.1-r1.ebuild deleted file mode 100644 index c0d1a9884410..000000000000 --- a/app-text/ebook-tools/ebook-tools-0.1.1-r1.ebuild +++ /dev/null @@ -1,31 +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/ebook-tools/ebook-tools-0.1.1-r1.ebuild,v 1.6 2012/10/17 14:12:57 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} - app-text/convertlit" - -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 -} diff --git a/app-text/ebook-tools/ebook-tools-0.2.1.ebuild b/app-text/ebook-tools/ebook-tools-0.2.1.ebuild deleted file mode 100644 index f1a0fb324126..000000000000 --- a/app-text/ebook-tools/ebook-tools-0.2.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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.5 2011/07/13 14:39:04 xarthisius 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 -} |