public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libisofs: ChangeLog libisofs-0.6.32.ebuild
@ 2010-05-04 17:13 Daniel Pielmeier (billie)
  0 siblings, 0 replies; only message in thread
From: Daniel Pielmeier (billie) @ 2010-05-04 17:13 UTC (permalink / raw
  To: gentoo-commits

billie      10/05/04 17:13:17

  Modified:             ChangeLog
  Added:                libisofs-0.6.32.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.58                 dev-libs/libisofs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libisofs/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	19 Apr 2010 20:07:12 -0000	1.57
+++ ChangeLog	4 May 2010 17:13:17 -0000	1.58
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libisofs
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libisofs/ChangeLog,v 1.57 2010/04/19 20:07:12 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libisofs/ChangeLog,v 1.58 2010/05/04 17:13:17 billie Exp $
+
+*libisofs-0.6.32 (04 May 2010)
+
+  04 May 2010; Daniel Pielmeier <billie@gentoo.org> +libisofs-0.6.32.ebuild:
+  Version bump.
 
 *libisofs-0.6.30 (19 Apr 2010)
 



1.1                  dev-libs/libisofs/libisofs-0.6.32.ebuild

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

Index: libisofs-0.6.32.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libisofs/libisofs-0.6.32.ebuild,v 1.1 2010/05/04 17:13:17 billie Exp $

EAPI=2

DESCRIPTION="libisofs 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 ~hppa ~ppc ~ppc64 ~x86"
IUSE="acl xattr zlib"

RDEPEND="acl? ( virtual/acl )
	xattr? ( sys-apps/attr )
	zlib? ( sys-libs/zlib )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_configure() {
	econf --disable-static \
	$(use_enable acl libacl) \
	$(use_enable xattr) \
	$(use_enable zlib)
}

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

	dodoc AUTHORS NEWS README Roadmap TODO || die "dodoc failed"

	cd "${S}"/doc
	dodoc checksums.txt susp_aaip_2_0.txt susp_aaip_isofs_names.txt Tutorial \
		zisofs_format.txt || 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-05-04 17:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-04 17:13 [gentoo-commits] gentoo-x86 commit in dev-libs/libisofs: ChangeLog libisofs-0.6.32.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