billie      15/05/22 17:48:33

  Modified:             ChangeLog
  Added:                libburn-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.196                dev-libs/libburn/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libburn/ChangeLog,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -r1.195 -r1.196
--- ChangeLog   22 May 2015 17:11:03 -0000      1.195
+++ ChangeLog   22 May 2015 17:48:33 -0000      1.196
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libburn
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/ChangeLog,v 1.195 
2015/05/22 17:11:03 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/ChangeLog,v 1.196 
2015/05/22 17:48:33 billie Exp $
+
+*libburn-1.4.0 (22 May 2015)
+
+  22 May 2015; Daniel Pielmeier <[email protected]> +libburn-1.4.0.ebuild:
+  Version bump. This fixes bug #549862. Thanks to Sebastian Pipping for the
+  report.
 
   22 May 2015; Daniel Pielmeier <[email protected]>
   -files/libburn-1.3.6-buffer-overflow.patch:



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

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

Index: libburn-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/libburn/libburn-1.4.0.ebuild,v 1.1 
2015/05/22 17:48:33 billie Exp $

EAPI=5

inherit eutils

DESCRIPTION="Libburn 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="cdio debug static-libs track-src-odirect"

RDEPEND="cdio? ( >=dev-libs/libcdio-0.83 )"
DEPEND="$RDEPEND
        virtual/pkgconfig"

src_configure() {
        econf \
        $(use_enable static-libs static) \
        $(use_enable track-src-odirect) \
        --enable-pkg-check-modules \
        $(use_enable cdio libcdio) \
        --disable-ldconfig-at-install \
        $(use_enable debug)
}

src_install() {
        default

        dodoc CONTRIBUTORS doc/{comments,*.txt}

        docinto cdrskin
        dodoc cdrskin/{*.txt,README}
        docinto cdrskin/html
        dohtml cdrskin/cdrskin_eng.html

        prune_libtool_files --all
}




Reply via email to