public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Theo Chatzimichos (tampakrap)" <tampakrap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-text/ebook-tools: ChangeLog ebook-tools-0.1.1.ebuild
Date: Fri, 20 Feb 2009 07:58:55 +0000	[thread overview]
Message-ID: <E1LaQHf-0003fw-3R@stork.gentoo.org> (raw)

tampakrap    09/02/20 07:58:55

  Modified:             ChangeLog ebook-tools-0.1.1.ebuild
  Log:
  fix bug 259633, thanks to Ryan Hill
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  app-text/ebook-tools/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ebook-tools/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ebook-tools/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ebook-tools/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ebook-tools/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	6 Feb 2009 00:59:46 -0000	1.3
+++ ChangeLog	20 Feb 2009 07:58:55 -0000	1.4
@@ -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



1.4                  app-text/ebook-tools/ebook-tools-0.1.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ebook-tools/ebook-tools-0.1.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ebook-tools/ebook-tools-0.1.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ebook-tools/ebook-tools-0.1.1.ebuild?r1=1.3&r2=1.4

Index: ebook-tools-0.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ebook-tools/ebook-tools-0.1.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ebook-tools-0.1.1.ebuild	6 Feb 2009 00:59:46 -0000	1.3
+++ ebook-tools-0.1.1.ebuild	20 Feb 2009 07:58:55 -0000	1.4
@@ -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 @@
 	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






             reply	other threads:[~2009-02-20  7:58 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-20  7:58 Theo Chatzimichos (tampakrap) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-04-26 16:01 [gentoo-commits] gentoo-x86 commit in app-text/ebook-tools: ChangeLog ebook-tools-0.1.1.ebuild Tomas Chvatal (scarabeus)
2010-01-19  2:16 Jeroen Roovers (jer)
2009-11-30  6:14 Joseph Jezak (josejx)
2009-10-17 10:34 Markus Meier (maekke)
2009-10-09 19:01 Samuli Suominen (ssuominen)
2009-04-18  1:14 Jeroen Roovers (jer)
2009-04-11 15:21 Raul Porcel (armin76)
2009-02-06  0:59 Brent Baude (ranger)
2009-02-05 16:30 Brent Baude (ranger)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1LaQHf-0003fw-3R@stork.gentoo.org \
    --to=tampakrap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox