public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Donnie Berkholz (dberkholz)" <dberkholz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyxf86config: pyxf86config-0.3.34-r1.ebuild ChangeLog
Date: Wed, 19 Mar 2008 07:46:14 +0000	[thread overview]
Message-ID: <E1Jbt02-0005eJ-Tr@stork.gentoo.org> (raw)

dberkholz    08/03/19 07:46:14

  Modified:             pyxf86config-0.3.34-r1.ebuild ChangeLog
  Log:
  (#206989) Fix for amd64 by using rewritten Makefile.am (Dough Klima and me). Also fix for xorg-server 1.5 by removing knowledge of RgbPath.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.3                  dev-python/pyxf86config/pyxf86config-0.3.34-r1.ebuild

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

Index: pyxf86config-0.3.34-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyxf86config-0.3.34-r1.ebuild	14 Feb 2008 02:50:22 -0000	1.2
+++ pyxf86config-0.3.34-r1.ebuild	19 Mar 2008 07:46:14 -0000	1.3
@@ -1,8 +1,8 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34-r1.ebuild,v 1.2 2008/02/14 02:50:22 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34-r1.ebuild,v 1.3 2008/03/19 07:46:14 dberkholz Exp $
 
-inherit eutils python rpm
+inherit eutils python rpm autotools
 
 # Tag for which Fedora Core version it's from
 FCVER="8"
@@ -32,6 +32,13 @@
 	if has_version '>=x11-base/xorg-server-1.4' ; then
 		epatch "${FILESDIR}/xorg-server-1.4-compat.patch"
 	fi
+
+	# Compat with 1.5
+	epatch "${FILESDIR}"/0.3.34-remove-rgbpath.patch
+
+	# (#206989) Cleaned up Makefile.am that works correctly on amd64
+	cp "${FILESDIR}"/Makefile.am "${S}"/ || die
+	eautoreconf
 }
 
 src_compile() {



1.9                  dev-python/pyxf86config/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	14 Feb 2008 02:50:22 -0000	1.8
+++ ChangeLog	19 Mar 2008 07:46:14 -0000	1.9
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pyxf86config
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/ChangeLog,v 1.8 2008/02/14 02:50:22 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/ChangeLog,v 1.9 2008/03/19 07:46:14 dberkholz Exp $
+
+  19 Mar 2008; Donnie Berkholz <dberkholz@gentoo.org>;
+  +files/0.3.34-remove-rgbpath.patch, +files/Makefile.am,
+  pyxf86config-0.3.34-r1.ebuild:
+  (#206989) Fix for amd64 by using rewritten Makefile.am (Dough Klima and
+  me). Also fix for xorg-server 1.5 by removing knowledge of RgbPath.
 
   14 Feb 2008; Robin H. Johnson <robbat2@gentoo.org>
   pyxf86config-0.3.34-r1.ebuild:



-- 
gentoo-commits@lists.gentoo.org mailing list



             reply	other threads:[~2008-03-19  7:46 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-19  7:46 Donnie Berkholz (dberkholz) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-10-28 17:00 [gentoo-commits] gentoo-x86 commit in dev-python/pyxf86config: pyxf86config-0.3.34-r1.ebuild ChangeLog Markus Rothe (corsair)
2008-10-26  8:10 Markus Rothe (corsair)
2008-08-05 20:03 Tobias Klausmann (klausman)
2008-08-01 18:03 Gysbert Wassenaar (nixnut)
2008-07-28 14:07 Raul Porcel (armin76)
2008-06-23 16:15 Jeroen Roovers (jer)
2008-06-19  3:00 Olivier Crete (tester)
2008-06-16 16:50 Raul Porcel (armin76)
2008-06-16 13:04 Mart Raudsepp (leio)
2008-05-22 10:42 Tobias Klausmann (klausman)
2008-05-21 11:57 Raul Porcel (armin76)
2008-05-20 17:17 Ferris McCormick (fmccor)
2008-05-20 14:50 Jeroen Roovers (jer)
2008-02-14  2:50 Robin H. Johnson (robbat2)

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=E1Jbt02-0005eJ-Tr@stork.gentoo.org \
    --to=dberkholz@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