public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/git-python: ChangeLog git-python-0.1.7.ebuild
@ 2010-04-24 21:22 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-04-24 21:22 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/04/24 21:22:00

  Modified:             ChangeLog
  Added:                git-python-0.1.7.ebuild
  Log:
  Version bump. Set SUPPORT_PYTHON_ABIS.
  (Portage version: HEAD/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-python/git-python/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/git-python/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/git-python/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/git-python/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/git-python/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	17 Mar 2010 16:49:57 -0000	1.4
+++ ChangeLog	24 Apr 2010 21:22:00 -0000	1.5
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/git-python
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/git-python/ChangeLog,v 1.4 2010/03/17 16:49:57 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/git-python/ChangeLog,v 1.5 2010/04/24 21:22:00 arfrever Exp $
+
+*git-python-0.1.7 (24 Apr 2010)
+
+  24 Apr 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  +git-python-0.1.7.ebuild:
+  Version bump. Set SUPPORT_PYTHON_ABIS.
 
   17 Mar 2010; Sebastian Pipping <sping@gentoo.org> git-python-0.1.6.ebuild:
   Propagate move of dev-util/git to dev-vcs/git



1.1                  dev-python/git-python/git-python-0.1.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/git-python/git-python-0.1.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/git-python/git-python-0.1.7.ebuild?rev=1.1&content-type=text/plain

Index: git-python-0.1.7.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/git-python/git-python-0.1.7.ebuild,v 1.1 2010/04/24 21:22:00 arfrever Exp $

EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"

inherit distutils

MY_PN="GitPython"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="GitPython is a python library used to interact with Git repositories."
HOMEPAGE="http://gitorious.org/git-python http://pypi.python.org/pypi/GitPython"
SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

RDEPEND="dev-vcs/git"
DEPEND="${RDEPEND}
	dev-python/setuptools"
RESTRICT_PYTHON_ABIS="3.*"

S="${WORKDIR}/${MY_P}"

PYTHON_MODNAME="git"






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/git-python: ChangeLog git-python-0.1.7.ebuild
@ 2010-07-15 17:16 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2010-07-15 17:16 UTC (permalink / raw
  To: gentoo-commits

jlec        10/07/15 17:16:50

  Modified:             ChangeLog git-python-0.1.7.ebuild
  Log:
  Keyworded for *-linux prefix, tested by me
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-python/git-python/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/git-python/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/git-python/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/git-python/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/git-python/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	24 Apr 2010 21:22:00 -0000	1.5
+++ ChangeLog	15 Jul 2010 17:16:50 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/git-python
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/git-python/ChangeLog,v 1.5 2010/04/24 21:22:00 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/git-python/ChangeLog,v 1.6 2010/07/15 17:16:50 jlec Exp $
+
+  15 Jul 2010; Justin Lecher <jlec@gentoo.org> git-python-0.1.7.ebuild:
+  Keyworded for *-linux prefix, tested by me
 
 *git-python-0.1.7 (24 Apr 2010)
 



1.2                  dev-python/git-python/git-python-0.1.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/git-python/git-python-0.1.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/git-python/git-python-0.1.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/git-python/git-python-0.1.7.ebuild?r1=1.1&r2=1.2

Index: git-python-0.1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/git-python/git-python-0.1.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- git-python-0.1.7.ebuild	24 Apr 2010 21:22:00 -0000	1.1
+++ git-python-0.1.7.ebuild	15 Jul 2010 17:16:50 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/git-python/git-python-0.1.7.ebuild,v 1.1 2010/04/24 21:22:00 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/git-python/git-python-0.1.7.ebuild,v 1.2 2010/07/15 17:16:50 jlec Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -17,7 +17,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-vcs/git"






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-07-15 17:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-24 21:22 [gentoo-commits] gentoo-x86 commit in dev-python/git-python: ChangeLog git-python-0.1.7.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2010-07-15 17:16 Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox