public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in sys-fs/udftools: ChangeLog udftools-1.0.0b-r8.ebuild
@ 2008-10-31 20:07 99% Daniel Drake (dsd)
  0 siblings, 0 replies; 1+ results
From: Daniel Drake (dsd) @ 2008-10-31 20:07 UTC (permalink / raw
  To: gentoo-commits

dsd         08/10/31 20:07:36

  Modified:             ChangeLog
  Added:                udftools-1.0.0b-r8.ebuild
  Log:
  Make pktcdvd initscript POSIX-compatible, patch from  Martin Väth in bug #192420
  (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo-r2 i686)

Revision  Changes    Path
1.22                 sys-fs/udftools/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udftools/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udftools/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udftools/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udftools/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	13 Nov 2007 19:46:33 -0000	1.21
+++ ChangeLog	31 Oct 2008 20:07:36 -0000	1.22
@@ -1,6 +1,13 @@
 # ChangeLog for sys-fs/udftools
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udftools/ChangeLog,v 1.21 2007/11/13 19:46:33 drac Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udftools/ChangeLog,v 1.22 2008/10/31 20:07:36 dsd Exp $
+
+*udftools-1.0.0b-r8 (31 Oct 2008)
+
+  31 Oct 2008; Daniel Drake <dsd@gentoo.org> files/pktcdvd.init,
+  +udftools-1.0.0b-r8.ebuild:
+  Make pktcdvd initscript POSIX-compatible, patch from Martin Väth in bug
+  #192420
 
   13 Nov 2007; Samuli Suominen <drac@gentoo.org> udftools-1.0.0b-r7.ebuild:
   amd64 stable



1.1                  sys-fs/udftools/udftools-1.0.0b-r8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udftools/udftools-1.0.0b-r8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udftools/udftools-1.0.0b-r8.ebuild?rev=1.1&content-type=text/plain

Index: udftools-1.0.0b-r8.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/udftools/udftools-1.0.0b-r8.ebuild,v 1.1 2008/10/31 20:07:36 dsd Exp $

inherit eutils

MY_P="${P}3"
S=${WORKDIR}/${MY_P}
DESCRIPTION="Ben Fennema's tools for packet writing and the UDF filesystem"
HOMEPAGE="http://sourceforge.net/projects/linux-udf/"
SRC_URI="mirror://sourceforge/linux-udf/${MY_P}.tar.gz
	http://w1.894.telia.com/~u89404340/patches/packet/${MY_P}.patch.bz2"

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

DEPEND=""

src_unpack() {
	unpack ${A}
	cd "${S}"

	# For new kernel packet writing driver
	epatch "${WORKDIR}"/${MY_P}.patch

	# Fix CD blanking for 2.6.8 and newer
	epatch "${FILESDIR}"/cdrwtool-linux2.6-fix-v2.patch

	# gcc4 compat, bug #112122
	epatch "${FILESDIR}"/${P}-gcc4.patch

	# BE fix, bug #120245
	epatch "${FILESDIR}"/${P}-bigendian.patch
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc ChangeLog
	newinitd "${FILESDIR}"/pktcdvd.init pktcdvd
	dosym /usr/bin/udffsck /usr/sbin/fsck.udf
}






^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2008-10-31 20:07 99% [gentoo-commits] gentoo-x86 commit in sys-fs/udftools: ChangeLog udftools-1.0.0b-r8.ebuild Daniel Drake (dsd)

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