Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Gilles Dartiguelongue (eva)" <eva@g.o>
|
|
Subject:
|
gentoo-x86 commit in dev-python/gnome-python-extras-base: gnome-python-extras-base-2.19.1.ebuild ChangeLog
|
|
Date:
|
Sun, 19 Oct 2008 22:57:25 +0000
|
|
eva 08/10/19 22:57:25
Modified: gnome-python-extras-base-2.19.1.ebuild ChangeLog
Log:
Fix in typo in patch name and install DOCS again.
(Portage version: 2.2_rc12/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Revision Changes Path
1.2 dev-python/gnome-python-extras-base/gnome-python-extras-base-2.19.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.19.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.19.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.19.1.ebuild?r1=1.1&r2=1.2
Index: gnome-python-extras-base-2.19.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.19.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-python-extras-base-2.19.1.ebuild 16 Oct 2008 22:46:34 -0000 1.1
+++ gnome-python-extras-base-2.19.1.ebuild 19 Oct 2008 22:57:25 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.19.1.ebuild,v 1.1 2008/10/16 22:46:34 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.19.1.ebuild,v 1.2 2008/10/19 22:57:25 eva Exp $
inherit versionator eutils autotools gnome2
@@ -29,6 +29,8 @@
S="${WORKDIR}/${MY_PN}-${PV}"
+DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README"
+
pkg_setup() {
G2CONF="${G2CONF} --disable-allbindings"
}
@@ -36,7 +38,7 @@
src_unpack() {
gnome2_src_unpack
- epatch "${WORKDIR}/${G_PY_PN}-${PV}-split.patch"
+ epatch "${WORKDIR}/${MY_PN}-${PV}-split.patch"
eautoreconf
}
1.2 dev-python/gnome-python-extras-base/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 16 Oct 2008 22:46:34 -0000 1.1
+++ ChangeLog 19 Oct 2008 22:57:25 -0000 1.2
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/gnome-python-extras-base
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.1 2008/10/16 22:46:34 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.2 2008/10/19 22:57:25 eva Exp $
+
+ 19 Oct 2008; Gilles Dartiguelongue <eva@g.o>
+ gnome-python-extras-base-2.19.1.ebuild:
+ Fix in typo in patch name and install DOCS again.
*gnome-python-extras-base-2.19.1 (16 Oct 2008)
|
|