public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/ntfsprogs: ChangeLog ntfsprogs-2.0.0-r1.ebuild
Date: Mon, 19 Jan 2009 00:02:57 +0000	[thread overview]
Message-ID: <E1LOhbV-0003lT-V8@stork.gentoo.org> (raw)

vapier      09/01/19 00:02:57

  Modified:             ChangeLog ntfsprogs-2.0.0-r1.ebuild
  Log:
  Modify generated files to avoid extra autotools depends #253805.
  (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)

Revision  Changes    Path
1.64                 sys-fs/ntfsprogs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfsprogs/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	22 Aug 2008 22:03:15 -0000	1.63
+++ ChangeLog	19 Jan 2009 00:02:57 -0000	1.64
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/ntfsprogs
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfsprogs/ChangeLog,v 1.63 2008/08/22 22:03:15 cardoe Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfsprogs/ChangeLog,v 1.64 2009/01/19 00:02:57 vapier Exp $
+
+  19 Jan 2009; Mike Frysinger <vapier@gentoo.org> ntfsprogs-2.0.0-r1.ebuild:
+  Modify generated files to avoid extra autotools depends #253805.
 
   22 Aug 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml:
   add GLEP 56 USE flag desc from use.local.desc



1.4                  sys-fs/ntfsprogs/ntfsprogs-2.0.0-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfsprogs/ntfsprogs-2.0.0-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfsprogs/ntfsprogs-2.0.0-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfsprogs/ntfsprogs-2.0.0-r1.ebuild?r1=1.3&r2=1.4

Index: ntfsprogs-2.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfsprogs/ntfsprogs-2.0.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ntfsprogs-2.0.0-r1.ebuild	5 May 2008 04:20:22 -0000	1.3
+++ ntfsprogs-2.0.0-r1.ebuild	19 Jan 2009 00:02:57 -0000	1.4
@@ -1,8 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfsprogs/ntfsprogs-2.0.0-r1.ebuild,v 1.3 2008/05/05 04:20:22 vapier Exp $
-
-inherit eutils autotools
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfsprogs/ntfsprogs-2.0.0-r1.ebuild,v 1.4 2009/01/19 00:02:57 vapier Exp $
 
 DESCRIPTION="User tools for NTFS filesystems"
 HOMEPAGE="http://www.linux-ntfs.org/"
@@ -27,8 +25,8 @@
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
-	epatch "${FILESDIR}"/${P}-extras.patch #218601
-	eautoreconf
+	#epatch "${FILESDIR}"/${P}-extras.patch #218601
+	use minimal || sed -i 's:^EXTRA_PROGRAMS =:bin_PROGRAMS +=:' ntfsprogs/Makefile.in #218601
 	sed -i \
 		-e '/CFLAGS/s:-ggdb3\>::' \
 		-e '/CFLAGS/s:-O0\>::' \
@@ -37,7 +35,6 @@
 
 src_compile() {
 	econf \
-		$(use_enable !minimal extras) \
 		$(use_enable crypt crypto) \
 		$(use_enable debug) \
 		$(use_enable fuse ntfsmount) \






             reply	other threads:[~2009-01-19  0:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-19  0:02 Mike Frysinger (vapier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-12-13  8:49 [gentoo-commits] gentoo-x86 commit in sys-fs/ntfsprogs: ChangeLog ntfsprogs-2.0.0-r1.ebuild Michael Weber (xmw)
2009-10-18 11:35 Mounir Lamouri (volkmar)
2009-07-11  0:55 Tony Vroon (chainsaw)
2009-06-30 21:21 Christian Faulhammer (fauli)
2009-06-29 14:07 Brent Baude (ranger)
2009-05-29 23:52 Arfrever Frehtes Taifersar Arahesis (arfrever)
2008-04-20 19:34 Mike Frysinger (vapier)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1LOhbV-0003lT-V8@stork.gentoo.org \
    --to=vapier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox