From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-gtkmvc: ChangeLog python-gtkmvc-1.2.2.ebuild
Date: Thu, 8 Apr 2010 18:57:10 +0000 (UTC) [thread overview]
Message-ID: <20100408185710.7BDEA2C04A@corvid.gentoo.org> (raw)
arfrever 10/04/08 18:57:10
Modified: ChangeLog python-gtkmvc-1.2.2.ebuild
Log:
Set SUPPORT_PYTHON_ABIS.
(Portage version: HEAD/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-python/python-gtkmvc/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-gtkmvc/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-gtkmvc/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-gtkmvc/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-gtkmvc/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 8 Mar 2009 22:54:20 -0000 1.1
+++ ChangeLog 8 Apr 2010 18:57:10 -0000 1.2
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/python-gtkmvc
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gtkmvc/ChangeLog,v 1.1 2009/03/08 22:54:20 blackace Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gtkmvc/ChangeLog,v 1.2 2010/04/08 18:57:10 arfrever Exp $
+
+ 08 Apr 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ python-gtkmvc-1.2.2.ebuild:
+ Set SUPPORT_PYTHON_ABIS.
*python-gtkmvc-1.2.2 (08 Mar 2009)
1.2 dev-python/python-gtkmvc/python-gtkmvc-1.2.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-gtkmvc/python-gtkmvc-1.2.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-gtkmvc/python-gtkmvc-1.2.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-gtkmvc/python-gtkmvc-1.2.2.ebuild?r1=1.1&r2=1.2
Index: python-gtkmvc-1.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-gtkmvc/python-gtkmvc-1.2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-gtkmvc-1.2.2.ebuild 8 Mar 2009 22:54:20 -0000 1.1
+++ python-gtkmvc-1.2.2.ebuild 8 Apr 2010 18:57:10 -0000 1.2
@@ -1,8 +1,12 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gtkmvc/python-gtkmvc-1.2.2.ebuild,v 1.1 2009/03/08 22:54:20 blackace Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gtkmvc/python-gtkmvc-1.2.2.ebuild,v 1.2 2010/04/08 18:57:10 arfrever Exp $
-inherit eutils distutils
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+
+inherit distutils
DESCRIPTION="model-view-controller (MVC) implementation for pygtk"
HOMEPAGE="http://pygtkmvc.sourceforge.net/"
@@ -13,17 +17,8 @@
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=">=dev-lang/python-2.4"
-
-RDEPEND="${DEPEND}
- >=dev-python/pygtk-2.4.0"
-
-src_install() {
- distutils_python_version
-
- site_pkgs="$(python_get_sitedir)"
- export PYTHONPATH="${PYTHONPATH}:${D}/${site_pkgs}"
- dodir ${site_pkgs}
+DEPEND=""
+RDEPEND=">=dev-python/pygtk-2.4.0"
+RESTRICT_PYTHON_ABIS="3.*"
- distutils_src_install
-}
+PYTHON_MODNAME="gtkmvc"
next reply other threads:[~2010-04-08 18:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-08 18:57 Arfrever Frehtes Taifersar Arahesis (arfrever) [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-12-29 17:35 [gentoo-commits] gentoo-x86 commit in dev-python/python-gtkmvc: ChangeLog python-gtkmvc-1.2.2.ebuild Pacho Ramos (pacho)
2012-01-14 16:46 Markus Meier (maekke)
2014-04-26 7:17 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=20100408185710.7BDEA2C04A@corvid.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