scarabeus    14/09/07 12:36:36

  Modified:             ChangeLog
  Added:                libebook-0.1.1.ebuild
  Log:
  Bump for lo 4.3.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
8EEE3BE8)

Revision  Changes    Path
1.7                  app-text/libebook/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libebook/ChangeLog?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libebook/ChangeLog?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libebook/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/libebook/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   29 Jun 2014 16:43:40 -0000      1.6
+++ ChangeLog   7 Sep 2014 12:36:36 -0000       1.7
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/libebook
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libebook/ChangeLog,v 1.6 
2014/06/29 16:43:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libebook/ChangeLog,v 1.7 
2014/09/07 12:36:36 scarabeus Exp $
+
+*libebook-0.1.1 (07 Sep 2014)
+
+  07 Sep 2014; Tomáš Chvátal <scarab...@gentoo.org> +libebook-0.1.1.ebuild:
+  Bump for lo 4.3.
 
   29 Jun 2014; Agostino Sarubbo <a...@gentoo.org> libebook-0.0.2.ebuild:
   Stable for x86, wrt bug #514886



1.1                  app-text/libebook/libebook-0.1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libebook/libebook-0.1.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libebook/libebook-0.1.1.ebuild?rev=1.1&content-type=text/plain

Index: libebook-0.1.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/libebook/libebook-0.1.1.ebuild,v 
1.1 2014/09/07 12:36:36 scarabeus Exp $

EAPI=5

MY_PN="libe-book"
MY_P="${MY_PN}-${PV}"

inherit eutils

DESCRIPTION="Library parsing various ebook formats"
HOMEPAGE="http://www.sourceforge.net/projects/libebook/";
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"

LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"

RDEPEND="
        dev-libs/icu:=
        dev-libs/librevenge
        dev-libs/libxml2
        sys-libs/zlib
"
DEPEND="${RDEPEND}
        dev-libs/boost:=
        dev-util/gperf
        virtual/pkgconfig
        doc? ( app-doc/doxygen )
        test? ( dev-util/cppunit )
"
RDEPEND="${RDEPEND}"

S="${WORKDIR}/${MY_P}"

src_configure() {
        econf \
                --disable-static \
                --disable-werror \
                $(use_with doc docs) \
                $(use_enable test tests) \
                --docdir="${EPREFIX}"/usr/share/doc/${PF}
}

src_install() {
        default
        prune_libtool_files --all
}




Reply via email to