public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/mtools: mtools-3.9.11.ebuild ChangeLog
@ 2008-08-18  3:37 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2008-08-18  3:37 UTC (permalink / raw
  To: gentoo-commits

vapier      08/08/18 03:37:19

  Modified:             mtools-3.9.11.ebuild ChangeLog
  Log:
  Remove /usr/local paths from docs, install using `emake DESTDIR`, and dont bother marking mtools.conf as a sample file #233741.
  (Portage version: 2.2_rc6/cvs/Linux 2.6.26.2 x86_64)

Revision  Changes    Path
1.2                  sys-fs/mtools/mtools-3.9.11.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtools/mtools-3.9.11.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtools/mtools-3.9.11.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtools/mtools-3.9.11.ebuild?r1=1.1&r2=1.2

Index: mtools-3.9.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-3.9.11.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mtools-3.9.11.ebuild	17 Aug 2008 17:26:53 -0000	1.1
+++ mtools-3.9.11.ebuild	18 Aug 2008 03:37:19 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-3.9.11.ebuild,v 1.1 2008/08/17 17:26:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-3.9.11.ebuild,v 1.2 2008/08/18 03:37:19 vapier Exp $
 
 inherit eutils
 
@@ -26,6 +26,7 @@
 	unpack ${A}
 	cd "${S}"
 	epatch "${FILESDIR}"/${P}-flags.patch #232766
+	sed -i 's:/usr/local/etc:/etc:g' mtools.5 mtools.texi
 }
 
 src_compile() {
@@ -37,8 +38,9 @@
 }
 
 src_install() {
-	einstall sysconfdir="${D}"/etc/mtools || die
+	emake -j1 DESTDIR="${D}" install || die
 	insinto /etc/mtools
 	doins mtools.conf || die
+	dosed '/^SAMPLE FILE$/s:^:#:' /etc/mtools/mtools.conf # default is fine
 	dodoc Changelog README* Release.notes
 }



1.24                 sys-fs/mtools/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtools/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	17 Aug 2008 17:26:53 -0000	1.23
+++ ChangeLog	18 Aug 2008 03:37:19 -0000	1.24
@@ -1,6 +1,10 @@
 # ChangeLog for sys-fs/mtools
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/ChangeLog,v 1.23 2008/08/17 17:26:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/ChangeLog,v 1.24 2008/08/18 03:37:19 vapier Exp $
+
+  18 Aug 2008; Mike Frysinger <vapier@gentoo.org> mtools-3.9.11.ebuild:
+  Remove /usr/local paths from docs, install using `emake DESTDIR`, and dont
+  bother marking mtools.conf as a sample file #233741.
 
 *mtools-3.9.11 (17 Aug 2008)
 






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

only message in thread, other threads:[~2008-08-18  3:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-18  3:37 [gentoo-commits] gentoo-x86 commit in sys-fs/mtools: mtools-3.9.11.ebuild ChangeLog Mike Frysinger (vapier)

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