public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Peter Alfredsen (loki_val)" <loki_val@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libisoburn: ChangeLog libisoburn-0.2.2_p0.ebuild
Date: Wed, 23 Jul 2008 16:00:35 +0000	[thread overview]
Message-ID: <E1KLglX-0003K6-LB@stork.gentoo.org> (raw)

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
}






                 reply	other threads:[~2008-07-23 16:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1KLglX-0003K6-LB@stork.gentoo.org \
    --to=loki_val@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox