public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libburn: libburn-0.7.8.ebuild ChangeLog libburn-0.7.4.ebuild
@ 2010-03-11 18:54 Daniel Pielmeier (billie)
  0 siblings, 0 replies; only message in thread
From: Daniel Pielmeier (billie) @ 2010-03-11 18:54 UTC (permalink / raw
  To: gentoo-commits

billie      10/03/11 18:54:13

  Modified:             ChangeLog
  Added:                libburn-0.7.8.ebuild
  Removed:              libburn-0.7.4.ebuild
  Log:
  Version bump. Remove old.
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.66                 dev-libs/libburn/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libburn/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libburn/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libburn/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libburn/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	25 Jan 2010 17:12:23 -0000	1.65
+++ ChangeLog	11 Mar 2010 18:54:12 -0000	1.66
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libburn
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/ChangeLog,v 1.65 2010/01/25 17:12:23 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/ChangeLog,v 1.66 2010/03/11 18:54:12 billie Exp $
+
+*libburn-0.7.8 (11 Mar 2010)
+
+  11 Mar 2010; Daniel Pielmeier <billie@gentoo.org> -libburn-0.7.4.ebuild,
+  +libburn-0.7.8.ebuild:
+  Version bump. Remove old.
 
 *libburn-0.7.6-r1 (25 Jan 2010)
 



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

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

Index: libburn-0.7.8.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/libburn-0.7.8.ebuild,v 1.1 2010/03/11 18:54:12 billie Exp $

EAPI=2

MY_PL=00
[[ ${PV/_p} != ${PV} ]] && MY_PL=${PV#*_p}
MY_PV="${PV%_p*}.pl${MY_PL}"

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/${PN}-${MY_PV}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86"
IUSE="track-src-odirect"
#IUSE="cdio track-src-odirect"
#Supports libcdio but needs version >=0.83 which is not yet released.

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

S=${WORKDIR}/${P%_p*}

src_configure() {
	econf --disable-static \
	--disable-dvd-obs-64k \
	--disable-libcdio \
	$(use_enable track-src-odirect)
#	$(use_enable cdio libcdio) \
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"

	dodoc AUTHORS CONTRIBUTORS README doc/comments || die "dodoc failed"

	cd "${S}"/cdrskin
	docinto cdrskin
	dodoc changelog.txt README || die "dodoc failed"

	find "${D}" -name '*.la' -exec rm -rf '{}' '+' || die "la removal failed"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-03-11 18:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-11 18:54 [gentoo-commits] gentoo-x86 commit in dev-libs/libburn: libburn-0.7.8.ebuild ChangeLog libburn-0.7.4.ebuild Daniel Pielmeier (billie)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox