public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyyaml: pyyaml-3.09.ebuild ChangeLog
Date: Sat, 05 Sep 2009 16:39:21 +0000	[thread overview]
Message-ID: <E1MjyIL-00021Q-7c@stork.gentoo.org> (raw)

arfrever    09/09/05 16:39:21

  Modified:             pyyaml-3.09.ebuild ChangeLog
  Log:
  Fix automagic dependency on dev-libs/libyaml (bug #278004).
  (Portage version: 14200-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-python/pyyaml/pyyaml-3.09.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyyaml/pyyaml-3.09.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyyaml/pyyaml-3.09.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyyaml/pyyaml-3.09.ebuild?r1=1.1&r2=1.2

Index: pyyaml-3.09.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyyaml/pyyaml-3.09.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyyaml-3.09.ebuild	4 Sep 2009 17:56:09 -0000	1.1
+++ pyyaml-3.09.ebuild	5 Sep 2009 16:39:21 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyyaml/pyyaml-3.09.ebuild,v 1.1 2009/09/04 17:56:09 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyyaml/pyyaml-3.09.ebuild,v 1.2 2009/09/05 16:39:21 arfrever Exp $
 
 EAPI="2"
 
@@ -27,6 +27,10 @@
 
 PYTHON_MODNAME="yaml"
 
+pkg_setup() {
+	DISTUTILS_GLOBAL_OPTIONS=($(use_with libyaml))
+}
+
 src_install() {
 	distutils_src_install
 	if use examples; then



1.14                 dev-python/pyyaml/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyyaml/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	5 Sep 2009 16:14:41 -0000	1.13
+++ ChangeLog	5 Sep 2009 16:39:21 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pyyaml
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyyaml/ChangeLog,v 1.13 2009/09/05 16:14:41 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyyaml/ChangeLog,v 1.14 2009/09/05 16:39:21 arfrever Exp $
+
+  05 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  pyyaml-3.09.ebuild:
+  Fix automagic dependency on dev-libs/libyaml (bug #278004).
 
   05 Sep 2009; Patrick Lauer <patrick@gentoo.org> -pyyaml-3.05.ebuild:
   Really remove 3.05 now






             reply	other threads:[~2009-09-05 16:39 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-05 16:39 Arfrever Frehtes Taifersar Arahesis (arfrever) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-09-30  9:06 [gentoo-commits] gentoo-x86 commit in dev-python/pyyaml: pyyaml-3.09.ebuild ChangeLog Fabian Groffen (grobian)
2010-09-14  6:50 Jonathan Callen (abcd)
2010-07-06 20:10 Samuli Suominen (ssuominen)
2010-06-30  0:13 Arfrever Frehtes Taifersar Arahesis (arfrever)
2009-10-24 13:02 Gysbert Wassenaar (nixnut)
2009-10-15  8:15 Markus Meier (maekke)
2009-10-11 11:33 Fabian Groffen (grobian)
2009-09-04 17:56 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=E1MjyIL-00021Q-7c@stork.gentoo.org \
    --to=arfrever@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