public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue (eva)" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/dbus-python: ChangeLog dbus-python-0.83.0-r1.ebuild
Date: Wed, 17 Feb 2010 22:48:13 +0000	[thread overview]
Message-ID: <E1Nhsgn-0002W3-Ul@stork.gentoo.org> (raw)

eva         10/02/17 22:48:13

  Modified:             ChangeLog dbus-python-0.83.0-r1.ebuild
  Log:
  Do not install pointless .la file, bug #299101. Install documentation in one place, bug #299102.
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.58                 dev-python/dbus-python/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	20 Jan 2010 00:11:09 -0000	1.57
+++ ChangeLog	17 Feb 2010 22:48:13 -0000	1.58
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/dbus-python
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.57 2010/01/20 00:11:09 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.58 2010/02/17 22:48:13 eva Exp $
+
+  17 Feb 2010; Gilles Dartiguelongue <eva@gentoo.org>
+  dbus-python-0.83.0-r1.ebuild:
+  Do not install pointless .la file, bug #299101. Install documentation in
+  one place, bug #299102.
 
   20 Jan 2010; Jonathan Callen <abcd@gentoo.org>
   dbus-python-0.83.0-r1.ebuild:



1.16                 dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild?r1=1.15&r2=1.16

Index: dbus-python-0.83.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- dbus-python-0.83.0-r1.ebuild	20 Jan 2010 00:11:09 -0000	1.15
+++ dbus-python-0.83.0-r1.ebuild	17 Feb 2010 22:48:13 -0000	1.16
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild,v 1.15 2010/01/20 00:11:09 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.0-r1.ebuild,v 1.16 2010/02/17 22:48:13 eva Exp $
 
 EAPI="2"
 PYTHON_DEFINE_DEFAULT_FUNCTIONS="1"
@@ -41,7 +41,7 @@
 
 	configuration() {
 		econf \
-			--docdir="${EPREFIX}"/usr/share/doc/dbus-python-${PV} \
+			--docdir="${EPREFIX}"/usr/share/doc/${PF} \
 			$(use_enable doc api-docs)
 	}
 	python_execute_function -s configuration
@@ -65,6 +65,8 @@
 		insinto /usr/share/doc/${PF}/
 		doins -r examples || die
 	fi
+
+	find "${D}" -name "*.la" -delete || die "removing *.la files failed"
 }
 
 pkg_postinst() {






             reply	other threads:[~2010-02-17 23:12 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-17 22:48 Gilles Dartiguelongue (eva) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-01-20  0:11 [gentoo-commits] gentoo-x86 commit in dev-python/dbus-python: ChangeLog dbus-python-0.83.0-r1.ebuild Jonathan Callen (abcd)
2010-01-11 16:49 Arfrever Frehtes Taifersar Arahesis (arfrever)
2009-10-31 14:20 Brent Baude (ranger)
2009-10-28 18:27 Raul Porcel (armin76)
2009-10-21 19:40 Markus Meier (maekke)
2009-10-21  9:03 Jeroen Roovers (jer)
2009-10-18 16:37 Tobias Klausmann (klausman)
2009-10-09 21:00 Markus Meier (maekke)
2009-10-07 16:13 Gysbert Wassenaar (nixnut)
2009-10-03 17:26 Arfrever Frehtes Taifersar Arahesis (arfrever)
2009-08-02  0:45 Arfrever Frehtes Taifersar Arahesis (arfrever)
2009-03-10 15:33 Petteri Raty (betelgeuse)
2009-02-15 12:12 Patrick Lauer (patrick)

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=E1Nhsgn-0002W3-Ul@stork.gentoo.org \
    --to=eva@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