public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Sterrett (mr_bones_)" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-cdr/cdw: cdw-0.3.93.ebuild ChangeLog
Date: Fri, 16 Oct 2009 19:53:16 +0000	[thread overview]
Message-ID: <E1MysrU-0000KR-RR@stork.gentoo.org> (raw)

mr_bones_    09/10/16 19:53:16

  Modified:             cdw-0.3.93.ebuild ChangeLog
  Log:
  patch to build with --asneeded from Kacper Kowalik via bug #272575
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.3                  app-cdr/cdw/cdw-0.3.93.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdw/cdw-0.3.93.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdw/cdw-0.3.93.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdw/cdw-0.3.93.ebuild?r1=1.2&r2=1.3

Index: cdw-0.3.93.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdw/cdw-0.3.93.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cdw-0.3.93.ebuild	28 Sep 2009 14:53:09 -0000	1.2
+++ cdw-0.3.93.ebuild	16 Oct 2009 19:53:16 -0000	1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdw/cdw-0.3.93.ebuild,v 1.2 2009/09/28 14:53:09 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdw/cdw-0.3.93.ebuild,v 1.3 2009/10/16 19:53:16 mr_bones_ Exp $
 
 EAPI=2
-inherit autotools
+inherit autotools eutils
 
 MY_P=${PN}_${PV}
 DESCRIPTION="An ncurses based console frontend for cdrtools and dvd+rw-tools"
@@ -23,6 +23,7 @@
 S=${WORKDIR}/${MY_P}/cdw
 
 src_prepare() {
+	epatch "${FILESDIR}"/${P}-asneeded.patch
 	rm -f missing
 	eautoreconf
 }



1.26                 app-cdr/cdw/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdw/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdw/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdw/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdw/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	28 Sep 2009 14:53:09 -0000	1.25
+++ ChangeLog	16 Oct 2009 19:53:16 -0000	1.26
@@ -1,6 +1,10 @@
 # ChangeLog for app-cdr/cdw
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdw/ChangeLog,v 1.25 2009/09/28 14:53:09 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdw/ChangeLog,v 1.26 2009/10/16 19:53:16 mr_bones_ Exp $
+
+  16 Oct 2009; Michael Sterrett <mr_bones_@gentoo.org> cdw-0.3.93.ebuild,
+  +files/cdw-0.3.93-asneeded.patch:
+  patch to build with --asneeded from Kacper Kowalik via bug #272575
 
   28 Sep 2009; Michael Sterrett <mr_bones_@gentoo.org> cdw-0.3.93.ebuild:
   Build fix from Arseny Solokha (bug #286720)






             reply	other threads:[~2009-10-16 19:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-16 19:53 Michael Sterrett (mr_bones_) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-12-19 13:04 [gentoo-commits] gentoo-x86 commit in app-cdr/cdw: cdw-0.3.93.ebuild ChangeLog Pacho Ramos (pacho)
2009-10-24 12:34 Gysbert Wassenaar (nixnut)
2009-09-28 14:53 Michael Sterrett (mr_bones_)
2009-09-20  7:30 Michael Sterrett (mr_bones_)

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=E1MysrU-0000KR-RR@stork.gentoo.org \
    --to=mr_bones_@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