From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@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, 30 Oct 2010 23:26:53 +0000 (UTC) [thread overview]
Message-ID: <20101030232653.71D7F20051@flycatcher.gentoo.org> (raw)
arfrever 10/10/30 23:26:53
Modified: ChangeLog pmw-1.3.2-r2.ebuild
Log:
Update EAPI. Fix dependencies.
(Portage version: 2.2.0_alpha2_p2/cvs/Linux x86_64)
Revision Changes Path
1.32 dev-python/pmw/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pmw/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pmw/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pmw/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pmw/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 8 Jun 2010 11:31:52 -0000 1.31
+++ ChangeLog 30 Oct 2010 23:26:53 -0000 1.32
@@ -1,6 +1,10 @@
# 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.31 2010/06/08 11:31:52 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pmw/ChangeLog,v 1.32 2010/10/30 23:26:53 arfrever Exp $
+
+ 30 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ pmw-1.3.2-r2.ebuild:
+ Update EAPI. Fix dependencies.
08 Jun 2010; Markos Chandras <hwoarang@gentoo.org> pmw-1.3.2-r2.ebuild:
Stable on amd64 wrt bug #310775
1.6 dev-python/pmw/pmw-1.3.2-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pmw/pmw-1.3.2-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pmw/pmw-1.3.2-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pmw/pmw-1.3.2-r2.ebuild?r1=1.5&r2=1.6
Index: pmw-1.3.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pmw/pmw-1.3.2-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pmw-1.3.2-r2.ebuild 8 Jun 2010 11:31:52 -0000 1.5
+++ pmw-1.3.2-r2.ebuild 30 Oct 2010 23:26:53 -0000 1.6
@@ -1,10 +1,12 @@
# 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.5 2010/06/08 11:31:52 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pmw/pmw-1.3.2-r2.ebuild,v 1.6 2010/10/30 23:26:53 arfrever Exp $
-EAPI="2"
+EAPI="3"
PYTHON_DEPEND="2"
+PYTHON_USE_WITH="tk"
SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
inherit distutils eutils
@@ -14,14 +16,13 @@
HOMEPAGE="http://pmw.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+LICENSE="BSD"
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}"
-RESTRICT_PYTHON_ABIS="3.*"
+DEPEND=""
+RDEPEND=""
S="${WORKDIR}/${MY_P}/src"
next reply other threads:[~2010-10-30 23:27 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-30 23:26 Arfrever Frehtes Taifersar Arahesis (arfrever) [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-11-21 15:29 [gentoo-commits] gentoo-x86 commit in dev-python/pmw: ChangeLog pmw-1.3.2-r2.ebuild Justin Lecher (jlec)
2010-06-08 11:31 Markos Chandras (hwoarang)
2010-05-24 14:07 Raul Porcel (armin76)
2010-04-18 16:59 Gysbert Wassenaar (nixnut)
2010-02-26 19:05 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-02-20 12:21 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=20101030232653.71D7F20051@flycatcher.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