public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libisoburn: ChangeLog libisoburn-0.2.2_p0.ebuild
@ 2008-07-23 16:00 Peter Alfredsen (loki_val)
  0 siblings, 0 replies; only message in thread
From: Peter Alfredsen (loki_val) @ 2008-07-23 16:00 UTC (permalink / raw
  To: gentoo-commits

loki_val    08/07/23 16:00:35

  Modified:             ChangeLog
  Added:                libisoburn-0.2.2_p0.ebuild
  Log:
  Bump per convo w/drac. Fix Makefile to install symlinks to DESTDIR.
  (Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686)

Revision  Changes    Path
1.5                  dev-libs/libisoburn/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libisoburn/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	24 Jun 2008 19:17:59 -0000	1.4
+++ ChangeLog	23 Jul 2008 16:00:35 -0000	1.5
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libisoburn
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libisoburn/ChangeLog,v 1.4 2008/06/24 19:17:59 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libisoburn/ChangeLog,v 1.5 2008/07/23 16:00:35 loki_val Exp $
+
+*libisoburn-0.2.2_p0 (23 Jul 2008)
+
+  23 Jul 2008; Peter Alfredsen <loki_val@gentoo.org>
+  +files/libisoburn-0.2.2_p0-destdir.patch, +libisoburn-0.2.2_p0.ebuild:
+  Bump per convo w/drac. Fix Makefile to install symlinks to DESTDIR.
 
 *libisoburn-0.2.0_p0 (24 Jun 2008)
 



1.1                  dev-libs/libisoburn/libisoburn-0.2.2_p0.ebuild

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

Index: libisoburn-0.2.2_p0.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libisoburn/libisoburn-0.2.2_p0.ebuild,v 1.1 2008/07/23 16:00:35 loki_val Exp $

inherit base autotools

DESCRIPTION="Enables creation and expansion of ISO-9660 filesystems on all
CD/DVD media supported by libburn"
HOMEPAGE="http://libburnia-project.org/"
SRC_URI="http://files.libburnia-project.org/releases/${P/_p/.pl0}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-libs/libburn-0.5.0
	>=dev-libs/libisofs-0.6.6"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

S=${WORKDIR}/${P/_p0}

PATCHES=( "${FILESDIR}/${P}-destdir.patch" )

src_unpack() {
	base_src_unpack
	cd "${S}"
	eautoreconf
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed."
	dodoc AUTHORS README TODO
}






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

only message in thread, other threads:[~2008-07-23 16:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-23 16:00 [gentoo-commits] gentoo-x86 commit in dev-libs/libisoburn: ChangeLog libisoburn-0.2.2_p0.ebuild Peter Alfredsen (loki_val)

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