* [gentoo-commits] gentoo-x86 commit in dev-python/dulwich: ChangeLog dulwich-0.6.0.ebuild
@ 2010-05-26 13:59 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 5+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-05-26 13:59 UTC (permalink / raw
To: gentoo-commits
arfrever 10/05/26 13:59:31
Modified: ChangeLog
Added: dulwich-0.6.0.ebuild
Log:
Version bump.
(Portage version: HEAD/cvs/Linux x86_64)
Revision Changes Path
1.11 dev-python/dulwich/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 21 Apr 2010 18:10:14 -0000 1.10
+++ ChangeLog 26 May 2010 13:59:31 -0000 1.11
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/dulwich
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.10 2010/04/21 18:10:14 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.11 2010/05/26 13:59:31 arfrever Exp $
+
+*dulwich-0.6.0 (26 May 2010)
+
+ 26 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ +dulwich-0.6.0.ebuild:
+ Version bump.
21 Apr 2010; Christian Faulhammer <fauli@gentoo.org> dulwich-0.5.0.ebuild:
stable x86, bug 313155
1.1 dev-python/dulwich/dulwich-0.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.6.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.6.0.ebuild?rev=1.1&content-type=text/plain
Index: dulwich-0.6.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.6.0.ebuild,v 1.1 2010/05/26 13:59:31 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
DISTUTILS_SRC_TEST="nosetests"
inherit distutils
DESCRIPTION="Dulwich is a pure-Python implementation of the Git file formats and protocols."
HOMEPAGE="http://samba.org/~jelmer/dulwich/ http://pypi.python.org/pypi/dulwich"
SRC_URI="http://samba.org/~jelmer/dulwich/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~ppc-macos"
IUSE=""
DEPEND="dev-python/setuptools"
RDEPEND=""
RESTRICT_PYTHON_ABIS="3.*"
src_prepare() {
distutils_src_prepare
# Disable failing tests.
sed -e "s/test_check/_&/" -i dulwich/tests/test_objects.py || die "sed failed"
sed -e "s/test_commit_deleted/_&/" -i dulwich/tests/test_repository.py || die "sed failed"
}
src_install() {
distutils_src_install
# Don't install tests.
delete_tests() {
rm -fr "${ED}$(python_get_sitedir)/dulwich/tests"
}
python_execute_function -q delete_tests
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/dulwich: ChangeLog dulwich-0.6.0.ebuild
@ 2010-05-29 12:30 Fabian Groffen (grobian)
0 siblings, 0 replies; 5+ messages in thread
From: Fabian Groffen (grobian) @ 2010-05-29 12:30 UTC (permalink / raw
To: gentoo-commits
grobian 10/05/29 12:30:46
Modified: ChangeLog dulwich-0.6.0.ebuild
Log:
Marked ~x86-solaris
(Portage version: 2.2.00.15842-prefix/cvs/SunOS i386)
Revision Changes Path
1.12 dev-python/dulwich/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 26 May 2010 13:59:31 -0000 1.11
+++ ChangeLog 29 May 2010 12:30:46 -0000 1.12
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/dulwich
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.11 2010/05/26 13:59:31 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.12 2010/05/29 12:30:46 grobian Exp $
+
+ 29 May 2010; Fabian Groffen <grobian@gentoo.org> dulwich-0.6.0.ebuild:
+ Marked ~x86-solaris
*dulwich-0.6.0 (26 May 2010)
1.2 dev-python/dulwich/dulwich-0.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.6.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.6.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.6.0.ebuild?r1=1.1&r2=1.2
Index: dulwich-0.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dulwich-0.6.0.ebuild 26 May 2010 13:59:31 -0000 1.1
+++ dulwich-0.6.0.ebuild 29 May 2010 12:30:46 -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/dulwich/dulwich-0.6.0.ebuild,v 1.1 2010/05/26 13:59:31 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.6.0.ebuild,v 1.2 2010/05/29 12:30:46 grobian Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc-macos"
+KEYWORDS="~amd64 ~x86 ~ppc-macos ~x86-solaris"
IUSE=""
DEPEND="dev-python/setuptools"
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/dulwich: ChangeLog dulwich-0.6.0.ebuild
@ 2010-06-26 18:37 Christoph Mende (angelos)
0 siblings, 0 replies; 5+ messages in thread
From: Christoph Mende (angelos) @ 2010-06-26 18:37 UTC (permalink / raw
To: gentoo-commits
angelos 10/06/26 18:37:18
Modified: ChangeLog dulwich-0.6.0.ebuild
Log:
Stable on amd64 wrt bug #325421
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.13 dev-python/dulwich/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 29 May 2010 12:30:46 -0000 1.12
+++ ChangeLog 26 Jun 2010 18:37:18 -0000 1.13
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/dulwich
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.12 2010/05/29 12:30:46 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.13 2010/06/26 18:37:18 angelos Exp $
+
+ 26 Jun 2010; Christoph Mende <angelos@gentoo.org> dulwich-0.6.0.ebuild:
+ Stable on amd64 wrt bug #325421
29 May 2010; Fabian Groffen <grobian@gentoo.org> dulwich-0.6.0.ebuild:
Marked ~x86-solaris
1.3 dev-python/dulwich/dulwich-0.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.6.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.6.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.6.0.ebuild?r1=1.2&r2=1.3
Index: dulwich-0.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.6.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dulwich-0.6.0.ebuild 29 May 2010 12:30:46 -0000 1.2
+++ dulwich-0.6.0.ebuild 26 Jun 2010 18:37:18 -0000 1.3
@@ -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/dulwich/dulwich-0.6.0.ebuild,v 1.2 2010/05/29 12:30:46 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.6.0.ebuild,v 1.3 2010/06/26 18:37:18 angelos Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 ~x86 ~ppc-macos ~x86-solaris"
IUSE=""
DEPEND="dev-python/setuptools"
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/dulwich: ChangeLog dulwich-0.6.0.ebuild
@ 2010-07-10 15:26 Christian Faulhammer (fauli)
0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-07-10 15:26 UTC (permalink / raw
To: gentoo-commits
fauli 10/07/10 15:26:52
Modified: ChangeLog dulwich-0.6.0.ebuild
Log:
stable x86, bug 327149
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.14 dev-python/dulwich/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 26 Jun 2010 18:37:18 -0000 1.13
+++ ChangeLog 10 Jul 2010 15:26:52 -0000 1.14
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/dulwich
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.13 2010/06/26 18:37:18 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.14 2010/07/10 15:26:52 fauli Exp $
+
+ 10 Jul 2010; Christian Faulhammer <fauli@gentoo.org> dulwich-0.6.0.ebuild:
+ stable x86, bug 327149
26 Jun 2010; Christoph Mende <angelos@gentoo.org> dulwich-0.6.0.ebuild:
Stable on amd64 wrt bug #325421
1.4 dev-python/dulwich/dulwich-0.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.6.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.6.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.6.0.ebuild?r1=1.3&r2=1.4
Index: dulwich-0.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.6.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dulwich-0.6.0.ebuild 26 Jun 2010 18:37:18 -0000 1.3
+++ dulwich-0.6.0.ebuild 10 Jul 2010 15:26:52 -0000 1.4
@@ -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/dulwich/dulwich-0.6.0.ebuild,v 1.3 2010/06/26 18:37:18 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.6.0.ebuild,v 1.4 2010/07/10 15:26:52 fauli Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86 ~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 x86 ~ppc-macos ~x86-solaris"
IUSE=""
DEPEND="dev-python/setuptools"
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/dulwich: ChangeLog dulwich-0.6.0.ebuild
@ 2010-09-19 23:31 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 5+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-09-19 23:31 UTC (permalink / raw
To: gentoo-commits
arfrever 10/09/19 23:31:08
Modified: ChangeLog
Removed: dulwich-0.6.0.ebuild
Log:
Delete older ebuild.
(Portage version: 2.2_rc84_p4/cvs/Linux x86_64)
Revision Changes Path
1.18 dev-python/dulwich/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 19 Sep 2010 21:36:24 -0000 1.17
+++ ChangeLog 19 Sep 2010 23:31:07 -0000 1.18
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/dulwich
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.17 2010/09/19 21:36:24 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.18 2010/09/19 23:31:07 arfrever Exp $
+
+ 19 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -dulwich-0.6.0.ebuild:
+ Delete.
19 Sep 2010; Markos Chandras <hwoarang@gentoo.org> dulwich-0.6.1.ebuild:
Stable on amd64 wrt bug #337134
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-09-19 23:31 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-19 23:31 [gentoo-commits] gentoo-x86 commit in dev-python/dulwich: ChangeLog dulwich-0.6.0.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
-- strict thread matches above, loose matches on Subject: below --
2010-07-10 15:26 Christian Faulhammer (fauli)
2010-06-26 18:37 Christoph Mende (angelos)
2010-05-29 12:30 Fabian Groffen (grobian)
2010-05-26 13:59 Arfrever Frehtes Taifersar Arahesis (arfrever)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox