public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Daniel Pielmeier (billie)" <billie@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libisoburn: libisoburn-1.2.2.ebuild ChangeLog
Date: Sat,  7 Apr 2012 12:51:46 +0000 (UTC)	[thread overview]
Message-ID: <20120407125146.EAFC22004B@flycatcher.gentoo.org> (raw)

billie      12/04/07 12:51:46

  Modified:             ChangeLog
  Added:                libisoburn-1.2.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.10.49/cvs/Linux i686)

Revision  Changes    Path
1.84                 dev-libs/libisoburn/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libisoburn/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog	13 Mar 2012 15:05:16 -0000	1.83
+++ ChangeLog	7 Apr 2012 12:51:46 -0000	1.84
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libisoburn
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libisoburn/ChangeLog,v 1.83 2012/03/13 15:05:16 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libisoburn/ChangeLog,v 1.84 2012/04/07 12:51:46 billie Exp $
+
+*libisoburn-1.2.2 (07 Apr 2012)
+
+  07 Apr 2012; Daniel Pielmeier <billie@gentoo.org> +libisoburn-1.2.2.ebuild:
+  Version bump.
 
   13 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> libisoburn-1.1.8.ebuild:
   ppc/ppc64/x86 stable wrt #400017



1.1                  dev-libs/libisoburn/libisoburn-1.2.2.ebuild

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

Index: libisoburn-1.2.2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libisoburn/libisoburn-1.2.2.ebuild,v 1.1 2012/04/07 12:51:46 billie Exp $

EAPI=4

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}.tar.gz"

LICENSE="GPL-2 GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
IUSE="acl cdio debug external-filters external-filters-setuid readline static-libs xattr zlib"

RDEPEND=">=dev-libs/libburn-1.2.2
	>=dev-libs/libisofs-1.2.2
	readline? ( sys-libs/readline )
	acl? ( virtual/acl )
	xattr? ( sys-apps/attr )
	zlib? ( sys-libs/zlib )
	cdio? ( >=dev-libs/libcdio-0.83 )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_configure() {
	econf \
	$(use_enable static-libs static) \
	$(use_enable readline libreadline) \
	$(use_enable acl libacl) \
	$(use_enable xattr) \
	$(use_enable zlib) \
	--disable-libjte \
	$(use_enable cdio libcdio) \
	$(use_enable external-filters) \
	$(use_enable external-filters-setuid) \
	 --disable-ldconfig-at-install \
	--enable-pkg-check-modules \
	$(use_enable debug)
}

src_install() {
	default

	dodoc CONTRIBUTORS doc/{comments,*.wiki,startup_file.txt}

	cd "${S}"/xorriso
	docinto xorriso
	dodoc changelog.txt README_gnu_xorriso

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






             reply	other threads:[~2012-04-07 12:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-07 12:51 Daniel Pielmeier (billie) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-05-01 18:34 [gentoo-commits] gentoo-x86 commit in dev-libs/libisoburn: libisoburn-1.2.2.ebuild ChangeLog Agostino Sarubbo (ago)
2012-05-05  9:13 Markus Meier (maekke)
2012-05-06 18:42 PaweA Hajdan (phajdan.jr)
2012-05-15 19:03 Jeroen Roovers (jer)
2012-07-10 15:17 Brent Baude (ranger)

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=20120407125146.EAFC22004B@flycatcher.gentoo.org \
    --to=billie@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