From: "Patrick Lauer (patrick)" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/gtkhtml-python: gtkhtml-python-2.25.3.ebuild ChangeLog
Date: Fri, 26 Apr 2013 02:49:33 +0000 (UTC) [thread overview]
Message-ID: <20130426024933.974202171E@flycatcher.gentoo.org> (raw)
patrick 13/04/26 02:49:33
Modified: gtkhtml-python-2.25.3.ebuild ChangeLog
Log:
Automake 1.13 fix
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.11 dev-python/gtkhtml-python/gtkhtml-python-2.25.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gtkhtml-python/gtkhtml-python-2.25.3.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gtkhtml-python/gtkhtml-python-2.25.3.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gtkhtml-python/gtkhtml-python-2.25.3.ebuild?r1=1.10&r2=1.11
Index: gtkhtml-python-2.25.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gtkhtml-python/gtkhtml-python-2.25.3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gtkhtml-python-2.25.3.ebuild 13 Aug 2012 09:28:20 -0000 1.10
+++ gtkhtml-python-2.25.3.ebuild 26 Apr 2013 02:49:33 -0000 1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gtkhtml-python/gtkhtml-python-2.25.3.ebuild,v 1.10 2012/08/13 09:28:20 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gtkhtml-python/gtkhtml-python-2.25.3.ebuild,v 1.11 2013/04/26 02:49:33 patrick Exp $
EAPI="2"
G_PY_PN="gnome-python-extras"
@@ -30,6 +30,7 @@
src_prepare() {
epatch "${FILESDIR}/${P}-python-libs.patch" #344231
+ sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
eautoreconf
gnome-python-common_src_prepare
}
1.24 dev-python/gtkhtml-python/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gtkhtml-python/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gtkhtml-python/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gtkhtml-python/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gtkhtml-python/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 13 Aug 2012 09:28:20 -0000 1.23
+++ ChangeLog 26 Apr 2013 02:49:33 -0000 1.24
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/gtkhtml-python
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gtkhtml-python/ChangeLog,v 1.23 2012/08/13 09:28:20 tetromino Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gtkhtml-python/ChangeLog,v 1.24 2013/04/26 02:49:33 patrick Exp $
+
+ 26 Apr 2013; Patrick Lauer <patrick@gentoo.org> gtkhtml-python-2.25.3.ebuild:
+ Automake 1.13 fix
13 Aug 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
gtkhtml-python-2.25.3.ebuild, +files/gtkhtml-python-2.25.3-python-libs.patch:
@@ -91,4 +94,3 @@
+gtkhtml-python-2.19.1.ebuild:
Initial import of gnome-python-extras split ebuilds. This package installs
bindings for gtkhtml-2.
-
next reply other threads:[~2013-04-26 2:49 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-26 2:49 Patrick Lauer (patrick) [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-08-13 9:28 [gentoo-commits] gentoo-x86 commit in dev-python/gtkhtml-python: gtkhtml-python-2.25.3.ebuild ChangeLog Alexandre Rostovtsev (tetromino)
2012-02-24 8:57 Patrick Lauer (patrick)
2011-01-30 18:12 Raul Porcel (armin76)
2010-10-10 10:21 Samuli Suominen (ssuominen)
2010-09-11 19:02 Joseph Jezak (josejx)
2010-08-01 10:35 Christian Faulhammer (fauli)
2010-07-31 18:13 Pacho Ramos (pacho)
2010-06-14 13:14 Pacho Ramos (pacho)
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=20130426024933.974202171E@flycatcher.gentoo.org \
--to=patrick@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