public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Olivier Crete (tester)" <tester@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-im/amsn: amsn-0.98.9.ebuild ChangeLog
Date: Tue, 29 May 2012 14:31:38 +0000 (UTC)	[thread overview]
Message-ID: <20120529143138.5D1BF2004B@flycatcher.gentoo.org> (raw)

tester      12/05/29 14:31:38

  Modified:             amsn-0.98.9.ebuild ChangeLog
  Log:
  Add patch to prevent deleting built files in the install phase
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  net-im/amsn/amsn-0.98.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/amsn/amsn-0.98.9.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/amsn/amsn-0.98.9.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/amsn/amsn-0.98.9.ebuild?r1=1.5&r2=1.6

Index: amsn-0.98.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/amsn/amsn-0.98.9.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- amsn-0.98.9.ebuild	29 May 2012 12:12:11 -0000	1.5
+++ amsn-0.98.9.ebuild	29 May 2012 14:31:36 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/amsn/amsn-0.98.9.ebuild,v 1.5 2012/05/29 12:12:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/amsn/amsn-0.98.9.ebuild,v 1.6 2012/05/29 14:31:36 tester Exp $
 
 EAPI=4
 inherit autotools eutils fdo-mime gnome2-utils toolchain-funcs
@@ -46,7 +46,8 @@
 	epatch \
 		"${FILESDIR}"/${PN}-0.98-noautoupdate.patch \
 		"${FILESDIR}"/${PN}-0.98.4-v4l2.patch \
-		"${FILESDIR}"/${PN}-0.98.4-amsnplus-ldflags.patch
+		"${FILESDIR}"/${PN}-0.98.4-amsnplus-ldflags.patch \
+		"${FILESDIR}"/${PN}-0.98.9-no-rebuild-on-install.patch
 
 	# only portage should strip files, bug 285682
 	sed -i -e "s/LDFLAGS += -s/LDFLAGS += /" Makefile.in || die "sed failed"



1.120                net-im/amsn/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/amsn/ChangeLog?rev=1.120&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/amsn/ChangeLog?rev=1.120&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/amsn/ChangeLog?r1=1.119&r2=1.120

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/amsn/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog	29 May 2012 12:12:11 -0000	1.119
+++ ChangeLog	29 May 2012 14:31:36 -0000	1.120
@@ -1,6 +1,10 @@
 # ChangeLog for net-im/amsn
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/amsn/ChangeLog,v 1.119 2012/05/29 12:12:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/amsn/ChangeLog,v 1.120 2012/05/29 14:31:36 tester Exp $
+
+  29 May 2012; Olivier Crête <tester@gentoo.org> amsn-0.98.9.ebuild,
+  +files/amsn-0.98.9-no-rebuild-on-install.patch:
+  Add patch to prevent deleting built files in the install phase
 
   29 May 2012; Agostino Sarubbo <ago@gentoo.org> amsn-0.98.9.ebuild:
   Stable for amd64, wrt bug #415861






             reply	other threads:[~2012-05-29 14:31 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-29 14:31 Olivier Crete (tester) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-04-26  6:31 [gentoo-commits] gentoo-x86 commit in net-im/amsn: amsn-0.98.9.ebuild ChangeLog Pacho Ramos (pacho)
2012-07-08 22:04 Michael Weber (xmw)
2012-05-29 12:12 Agostino Sarubbo (ago)
2012-05-28 23:12 Jeroen Roovers (jer)
2012-05-28 18:47 Johannes Huber (johu)
2012-05-28 15:17 Olivier Crete (tester)
2012-05-26 17:53 Olivier Crete (tester)

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=20120529143138.5D1BF2004B@flycatcher.gentoo.org \
    --to=tester@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