public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/fdutils: ChangeLog fdutils-5.5-r2.ebuild fdutils-5.5-r1.ebuild fdutils-5.5.ebuild
@ 2010-09-09 18:24 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2010-09-09 18:24 UTC (permalink / raw
  To: gentoo-commits

flameeyes    10/09/09 18:24:17

  Modified:             ChangeLog
  Added:                fdutils-5.5-r2.ebuild
  Removed:              fdutils-5.5-r1.ebuild fdutils-5.5.ebuild
  Log:
  Fix /etc installation (bug #328789).
  
  (Portage version: 2.2_rc78/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 app-misc/fdutils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/fdutils/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/fdutils/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/fdutils/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/fdutils/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	16 Apr 2010 11:03:17 -0000	1.24
+++ ChangeLog	9 Sep 2010 18:24:17 -0000	1.25
@@ -1,6 +1,12 @@
 # ChangeLog for app-misc/fdutils
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/fdutils/ChangeLog,v 1.24 2010/04/16 11:03:17 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/fdutils/ChangeLog,v 1.25 2010/09/09 18:24:17 flameeyes Exp $
+
+*fdutils-5.5-r2 (09 Sep 2010)
+
+  09 Sep 2010; Diego E. Pettenò <flameeyes@gentoo.org> -fdutils-5.5.ebuild,
+  -fdutils-5.5-r1.ebuild, +fdutils-5.5-r2.ebuild:
+  Fix /etc installation (bug #328789).
 
   16 Apr 2010; Diego E. Pettenò <flameeyes@gentoo.org>
   fdutils-5.5-r1.ebuild:



1.1                  app-misc/fdutils/fdutils-5.5-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/fdutils/fdutils-5.5-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/fdutils/fdutils-5.5-r2.ebuild?rev=1.1&content-type=text/plain

Index: fdutils-5.5-r2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/fdutils/fdutils-5.5-r2.ebuild,v 1.1 2010/09/09 18:24:17 flameeyes Exp $

inherit eutils flag-o-matic

DESCRIPTION="utilities for configuring and debugging the Linux floppy driver"
HOMEPAGE="http://fdutils.linux.lu/"
SRC_URI="http://fdutils.linux.lu/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc ~x86"
IUSE="doc"

RDEPEND=">=sys-fs/mtools-3"

DEPEND="${RDEPEND}
	doc? ( virtual/texi2dvi )"

src_unpack() {
	unpack ${A}
	cd "${S}"
	# the man 4 fd manpage is better in the man-pages package, so stop it
	# from installing
	epatch "${FILESDIR}/${PN}-no-fd.4-manpage.diff"
	epatch "${FILESDIR}/${P}-destdirfix.patch"
	sed -i -e '/\$(INSTALL) -c/s/ -s / /' src/Makefile.in || die "Failed to sed upstream src/Makefile.in to prevent premature strip"
}

src_compile() {
	econf --enable-fdmount-floppy-only || die

	# parallel make unsafe (bug#315577)
	emake -j1 $(use doc || echo compile) || die "emake failed"
}

src_install() {
	dodoc Changelog
	use doc && dodir /usr/share/info/
	dodir /etc
	emake -j1 DESTDIR="${D}" install || die
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-09-09 18:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-09 18:24 [gentoo-commits] gentoo-x86 commit in app-misc/fdutils: ChangeLog fdutils-5.5-r2.ebuild fdutils-5.5-r1.ebuild fdutils-5.5.ebuild Diego Petteno (flameeyes)

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