diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2009-02-20 07:58:55 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2009-02-20 07:58:55 +0000 |
commit | 49fddb101df07fd40d712474aa36201b1035feb4 (patch) | |
tree | 29ff39bac4d98a94ac734e6c3f41c86a1d98f152 /app-text/ebook-tools | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-49fddb101df07fd40d712474aa36201b1035feb4.tar.gz gentoo-2-49fddb101df07fd40d712474aa36201b1035feb4.tar.bz2 gentoo-2-49fddb101df07fd40d712474aa36201b1035feb4.zip |
fix bug 259633, thanks to Ryan Hill
(Portage version: 2.2_rc23/cvs/Linux x86_64)
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.ebuild | 11 |
2 files changed, 14 insertions, 3 deletions
diff --git a/app-text/ebook-tools/ChangeLog b/app-text/ebook-tools/ChangeLog index 8cabd234b1e0..25e47ba0f011 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ebook-tools/ChangeLog,v 1.3 2009/02/06 00:59:46 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ebook-tools/ChangeLog,v 1.4 2009/02/20 07:58:55 tampakrap Exp $ + + 20 Feb 2009; Theo Chatzimichos <tampakrap@gentoo.org> + ebook-tools-0.1.1.ebuild: + fix bug 259633, thanks to Ryan Hill 06 Feb 2009; Brent Baude <ranger@gentoo.org> ebook-tools-0.1.1.ebuild: Marking ebook-tools-0.1.1 ~ppc64 for bug 257421 diff --git a/app-text/ebook-tools/ebook-tools-0.1.1.ebuild b/app-text/ebook-tools/ebook-tools-0.1.1.ebuild index 3e4d13b3d7c6..e5801d28c2b4 100644 --- a/app-text/ebook-tools/ebook-tools-0.1.1.ebuild +++ b/app-text/ebook-tools/ebook-tools-0.1.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2009 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.3 2009/02/06 00:59:46 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ebook-tools/ebook-tools-0.1.1.ebuild,v 1.4 2009/02/20 07:58:55 tampakrap Exp $ -inherit cmake-utils +inherit cmake-utils multilib DESCRIPTION="Tools for accessing and converting various ebook file formats." HOMEPAGE="http://sourceforge.net/projects/ebook-tools" @@ -17,6 +17,13 @@ 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 |