billie      15/05/22 17:50:03

  Modified:             ChangeLog
  Added:                libisofs-1.4.0.ebuild
  Log:
  Version bump. This fixes bug #549862. Thanks to Sebastian Pipping for the 
report.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
215AD14D)

Revision  Changes    Path
1.179                dev-libs/libisofs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libisofs/ChangeLog?rev=1.179&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libisofs/ChangeLog?rev=1.179&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libisofs/ChangeLog?r1=1.178&r2=1.179

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libisofs/ChangeLog,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -r1.178 -r1.179
--- ChangeLog   3 Apr 2015 10:23:55 -0000       1.178
+++ ChangeLog   22 May 2015 17:50:03 -0000      1.179
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libisofs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libisofs/ChangeLog,v 1.178 
2015/04/03 10:23:55 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libisofs/ChangeLog,v 1.179 
2015/05/22 17:50:03 billie Exp $
+
+*libisofs-1.4.0 (22 May 2015)
+
+  22 May 2015; Daniel Pielmeier <[email protected]> +libisofs-1.4.0.ebuild:
+  Version bump. This fixes bug #549862. Thanks to Sebastian Pipping for the
+  report.
 
   03 Apr 2015; Daniel Pielmeier <[email protected]> -libisofs-1.3.4.ebuild:
   Remove old.



1.1                  dev-libs/libisofs/libisofs-1.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libisofs/libisofs-1.4.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libisofs/libisofs-1.4.0.ebuild?rev=1.1&content-type=text/plain

Index: libisofs-1.4.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libisofs/libisofs-1.4.0.ebuild,v 
1.1 2015/05/22 17:50:03 billie Exp $

EAPI=5

inherit eutils

DESCRIPTION="libisofs is an open-source library for reading, mastering and 
writing optical discs"
HOMEPAGE="http://libburnia-project.org/";
SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="acl debug static-libs verbose-debug xattr zlib"

RDEPEND="acl? ( virtual/acl )
        xattr? ( sys-apps/attr )
        zlib? ( sys-libs/zlib )"
DEPEND="${RDEPEND}
        virtual/pkgconfig"

src_configure() {
        econf \
        $(use_enable static-libs static) \
        $(use_enable debug) \
        $(use_enable verbose-debug) \
        $(use_enable acl libacl) \
        $(use_enable xattr) \
        $(use_enable zlib) \
        --disable-libjte \
        --disable-ldconfig-at-install
}

src_install() {
        default

        dodoc Roadmap doc/{*.txt,Tutorial}

        prune_libtool_files --all
}




Reply via email to