From: "Justin Lecher (jlec)" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pmw: ChangeLog pmw-1.3.2-r2.ebuild
Date: Sat, 20 Feb 2010 12:21:39 +0000 [thread overview]
Message-ID: <E1NioL5-0005I1-2P@stork.gentoo.org> (raw)
jlec 10/02/20 12:21:39
Modified: ChangeLog
Added: pmw-1.3.2-r2.ebuild
Log:
Make deletecommand work with python 2.5, patched grabbed from debian
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Revision Changes Path
1.27 dev-python/pmw/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pmw/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pmw/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pmw/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pmw/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 7 Feb 2010 20:35:03 -0000 1.26
+++ ChangeLog 20 Feb 2010 12:21:38 -0000 1.27
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/pmw
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pmw/ChangeLog,v 1.26 2010/02/07 20:35:03 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pmw/ChangeLog,v 1.27 2010/02/20 12:21:38 jlec Exp $
+
+*pmw-1.3.2-r2 (20 Feb 2010)
+
+ 20 Feb 2010; Justin Lecher (jlec) <jlec@gentoo.org>
+ +files/1.3.2-python2.5.patch, +pmw-1.3.2-r2.ebuild:
+ Make deletecommand work with python 2.5, patched grabbed from debian
07 Feb 2010; Peter Volkov <pva@gentoo.org> pmw-1.3.2-r1.ebuild:
Add inherit eutils: epatch is defined there.
1.1 dev-python/pmw/pmw-1.3.2-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pmw/pmw-1.3.2-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pmw/pmw-1.3.2-r2.ebuild?rev=1.1&content-type=text/plain
Index: pmw-1.3.2-r2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pmw/pmw-1.3.2-r2.ebuild,v 1.1 2010/02/20 12:21:38 jlec Exp $
EAPI="2"
PYTHON_MODNAME="Pmw"
inherit eutils distutils
MY_P="Pmw.${PV}"
DESCRIPTION="A toolkit for building high-level compound widgets in Python using the Tkinter module."
HOMEPAGE="http://pmw.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
LICENSE="BSD"
IUSE="doc examples"
DEPEND="dev-lang/python[tk]"
RDEPEND="${DEPEND}"
DOCS="${PYTHON_MODNAME}/README"
S="${WORKDIR}/${MY_P}/src"
src_unpack() {
distutils_src_unpack
epatch "${FILESDIR}/${P}-install-no-docs.patch"
epatch "${FILESDIR}/${PV}-python2.5.patch"
}
src_install() {
distutils_src_install
local DIR
DIR="${S}/${PYTHON_MODNAME}/Pmw_1_3"
if use doc; then
dohtml -a html,gif,py "${DIR}"/doc/* \
|| die "failed to install docs"
fi
if use examples; then
insinto "${ROOT}/usr/share/doc/${PF}/examples"
doins "${DIR}"/demos/* \
|| die "failed to install demos"
fi
#Tests are not unittests and show various
#GUIs. So we don't run them in the ebuild
}
next reply other threads:[~2010-02-20 12:21 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-20 12:21 Justin Lecher (jlec) [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-02-26 19:05 [gentoo-commits] gentoo-x86 commit in dev-python/pmw: ChangeLog pmw-1.3.2-r2.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-04-18 16:59 Gysbert Wassenaar (nixnut)
2010-05-24 14:07 Raul Porcel (armin76)
2010-06-08 11:31 Markos Chandras (hwoarang)
2010-10-30 23:26 Arfrever Frehtes Taifersar Arahesis (arfrever)
2011-11-21 15:29 Justin Lecher (jlec)
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=E1NioL5-0005I1-2P@stork.gentoo.org \
--to=jlec@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