public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nirbheek Chauhan (nirbheek)" <nirbheek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/gtkmm: ChangeLog gtkmm-3.0.0.ebuild
Date: Sat,  9 Apr 2011 07:02:32 +0000 (UTC)	[thread overview]
Message-ID: <20110409070232.9E36620054@flycatcher.gentoo.org> (raw)

nirbheek    11/04/09 07:02:32

  Modified:             ChangeLog gtkmm-3.0.0.ebuild
  Log:
  Fix .la file installation
  
  (Portage version: 2.1.9.45/cvs/Linux x86_64)

Revision  Changes    Path
1.199                dev-cpp/gtkmm/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtkmm/ChangeLog?rev=1.199&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtkmm/ChangeLog?rev=1.199&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtkmm/ChangeLog?r1=1.198&r2=1.199

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/ChangeLog,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -r1.198 -r1.199
--- ChangeLog	9 Apr 2011 06:58:55 -0000	1.198
+++ ChangeLog	9 Apr 2011 07:02:32 -0000	1.199
@@ -1,6 +1,9 @@
 # ChangeLog for dev-cpp/gtkmm
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/ChangeLog,v 1.198 2011/04/09 06:58:55 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/ChangeLog,v 1.199 2011/04/09 07:02:32 nirbheek Exp $
+
+  09 Apr 2011; Nirbheek Chauhan <nirbheek@gentoo.org> gtkmm-3.0.0.ebuild:
+  Fix .la file installation
 
 *gtkmm-3.0.0 (09 Apr 2011)
 



1.2                  dev-cpp/gtkmm/gtkmm-3.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtkmm/gtkmm-3.0.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtkmm/gtkmm-3.0.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtkmm/gtkmm-3.0.0.ebuild?r1=1.1&r2=1.2

Index: gtkmm-3.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/gtkmm-3.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gtkmm-3.0.0.ebuild	9 Apr 2011 06:58:55 -0000	1.1
+++ gtkmm-3.0.0.ebuild	9 Apr 2011 07:02:32 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/gtkmm-3.0.0.ebuild,v 1.1 2011/04/09 06:58:55 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/gtkmm-3.0.0.ebuild,v 1.2 2011/04/09 07:02:32 nirbheek Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -54,3 +54,9 @@
 			|| die "sed 2 failed"
 	fi
 }
+
+src_install() {
+	gnome2_src_install
+
+	find "${D}" -name '*.la' -exec rm -f {} + || die
+}






             reply	other threads:[~2011-04-09  7:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-09  7:02 Nirbheek Chauhan (nirbheek) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-04-29  0:57 [gentoo-commits] gentoo-x86 commit in dev-cpp/gtkmm: ChangeLog gtkmm-3.0.0.ebuild Jeroen Roovers (jer)
2011-04-28 17:15 Nirbheek Chauhan (nirbheek)
2011-04-09  6:58 Nirbheek Chauhan (nirbheek)

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=20110409070232.9E36620054@flycatcher.gentoo.org \
    --to=nirbheek@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