public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libisofs: libisofs-1.0.4.ebuild ChangeLog libisofs-1.0.2.ebuild
@ 2011-03-10 19:46 Daniel Pielmeier (billie)
  0 siblings, 0 replies; only message in thread
From: Daniel Pielmeier (billie) @ 2011-03-10 19:46 UTC (permalink / raw
  To: gentoo-commits

billie      11/03/10 19:46:45

  Modified:             ChangeLog
  Added:                libisofs-1.0.4.ebuild
  Removed:              libisofs-1.0.2.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.81                 dev-libs/libisofs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libisofs/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog	10 Mar 2011 13:35:10 -0000	1.80
+++ ChangeLog	10 Mar 2011 19:46:44 -0000	1.81
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libisofs
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libisofs/ChangeLog,v 1.80 2011/03/10 13:35:10 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libisofs/ChangeLog,v 1.81 2011/03/10 19:46:44 billie Exp $
+
+*libisofs-1.0.4 (10 Mar 2011)
+
+  10 Mar 2011; Daniel Pielmeier <billie@gentoo.org> -libisofs-1.0.2.ebuild,
+  +libisofs-1.0.4.ebuild:
+  Version bump. Remove old.
 
   10 Mar 2011; Thomas Kahle <tomka@gentoo.org> libisofs-1.0.0.ebuild:
   x86 stable per bug 355097



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

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

Index: libisofs-1.0.4.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libisofs/libisofs-1.0.4.ebuild,v 1.1 2011/03/10 19:46:44 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 ~arm ~hppa ~ppc ~ppc64 ~x86"
IUSE="acl debug verbose-debug xattr zlib"

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

src_configure() {
	econf --disable-dependency-tracking \
	--disable-static \
	$(use_enable debug) \
	$(use_enable verbose-debug) \
	$(use_enable acl libacl) \
	$(use_enable xattr) \
	$(use_enable zlib) \
	--disable-libjte \
	--disable-ldconfig-at-install
}

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:[~2011-03-10 19:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-10 19:46 [gentoo-commits] gentoo-x86 commit in dev-libs/libisofs: libisofs-1.0.4.ebuild ChangeLog libisofs-1.0.2.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