public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/ruledispatch: ruledispatch-0.5_pre2306-r2.ebuild ChangeLog
@ 2013-04-09  8:55 Ian Delaney (idella4)
  0 siblings, 0 replies; 5+ messages in thread
From: Ian Delaney (idella4) @ 2013-04-09  8:55 UTC (permalink / raw
  To: gentoo-commits

idella4     13/04/09 08:55:34

  Modified:             ChangeLog
  Added:                ruledispatch-0.5_pre2306-r2.ebuild
  Log:
  migration revbump
  
  (Portage version: 2.1.11.60/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.11                 dev-python/ruledispatch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	22 Feb 2012 09:47:37 -0000	1.10
+++ ChangeLog	9 Apr 2013 08:55:34 -0000	1.11
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/ruledispatch
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ChangeLog,v 1.10 2012/02/22 09:47:37 patrick Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ChangeLog,v 1.11 2013/04/09 08:55:34 idella4 Exp $
+
+*ruledispatch-0.5_pre2306-r2 (09 Apr 2013)
+
+  09 Apr 2013; Ian Delaney <idella4@gentoo.org>
+  +ruledispatch-0.5_pre2306-r2.ebuild:
+  migration revbump
 
   22 Feb 2012; Patrick Lauer <patrick@gentoo.org>
   ruledispatch-0.5_pre2306-r1.ebuild:
@@ -52,4 +58,3 @@
   +ruledispatch-0.5_pre2115.ebuild, -ruledispatch-0.5_pre2247.ebuild,
   +metadata.xml:
   Initial ebuild.
-



1.1                  dev-python/ruledispatch/ruledispatch-0.5_pre2306-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r2.ebuild?rev=1.1&content-type=text/plain

Index: ruledispatch-0.5_pre2306-r2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r2.ebuild,v 1.1 2013/04/09 08:55:34 idella4 Exp $

EAPI="5"
# For now, only py2.7 handles _d_speedups.pyx
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 eutils versionator flag-o-matic

MY_PN="RuleDispatch"
MY_P="${MY_PN}-$(get_version_component_range 1-2)a0.dev-$(get_version_component_range 3-)"
MY_P="${MY_P/pre/r}"

DESCRIPTION="Rule-based Dispatching and Generic Functions"
HOMEPAGE="http://peak.telecommunity.com/"
# http://svn.eby-sarna.com/RuleDispatch/
SRC_URI="mirror://gentoo/${MY_P}.tar.gz"

LICENSE="|| ( PSF-2.4 ZPL )"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""

RDEPEND=">=dev-python/pyprotocols-1.0_pre2306"
DEPEND="${RDEPEND}
	dev-python/setuptools[${PYTHON_USEDEP}]"

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

PATCHES=( "${FILESDIR}/${PN}_as_syntax_fix.patch" )

python_configure_all() {
	append-flags -fno-strict-aliasing
}

python_test() {
	esetup.py && einfo "Tests effective under python2.7" || die "Tests failed under ${EPYTHON}"
}





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

* [gentoo-commits] gentoo-x86 commit in dev-python/ruledispatch: ruledispatch-0.5_pre2306-r2.ebuild ChangeLog
@ 2013-04-10 14:15 Ian Delaney (idella4)
  0 siblings, 0 replies; 5+ messages in thread
From: Ian Delaney (idella4) @ 2013-04-10 14:15 UTC (permalink / raw
  To: gentoo-commits

idella4     13/04/10 14:15:40

  Modified:             ruledispatch-0.5_pre2306-r2.ebuild ChangeLog
  Log:
  Update / fix to 0.5_pre2306-r2 subsequent to migrating deps
  
  (Portage version: 2.1.11.60/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.2                  dev-python/ruledispatch/ruledispatch-0.5_pre2306-r2.ebuild

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

Index: ruledispatch-0.5_pre2306-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruledispatch-0.5_pre2306-r2.ebuild	9 Apr 2013 08:55:34 -0000	1.1
+++ ruledispatch-0.5_pre2306-r2.ebuild	10 Apr 2013 14:15:40 -0000	1.2
@@ -1,10 +1,9 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r2.ebuild,v 1.1 2013/04/09 08:55:34 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r2.ebuild,v 1.2 2013/04/10 14:15:40 idella4 Exp $
 
 EAPI="5"
-# For now, only py2.7 handles _d_speedups.pyx
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_5,2_6,2_7} )
 
 inherit distutils-r1 eutils versionator flag-o-matic
 
@@ -22,7 +21,7 @@
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
-RDEPEND=">=dev-python/pyprotocols-1.0_pre2306"
+RDEPEND=">=dev-python/pyprotocols-1.0_pre2306[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
 	dev-python/setuptools[${PYTHON_USEDEP}]"
 
@@ -35,5 +34,13 @@
 }
 
 python_test() {
-	esetup.py && einfo "Tests effective under python2.7" || die "Tests failed under ${EPYTHON}"
+	cd "${BUILD_DIR}/lib" || die
+	# parallel build makes a salad; einfo msg lets us see what's occuring
+	for test in dispatch/tests/test_*.py; do
+		"${PYTHON}" $test && einfo "Tests $test passed under ${EPYTHON}" \
+		|| die "Tests failed under ${EPYTHON}"
+	done
+	# doctest appears old and unmaintained, left for just in case
+	# "${PYTHON}" dispatch/tests/doctest.py
+	einfo "Tests passed under ${EPYTHON}"
 }



1.12                 dev-python/ruledispatch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	9 Apr 2013 08:55:34 -0000	1.11
+++ ChangeLog	10 Apr 2013 14:15:40 -0000	1.12
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/ruledispatch
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ChangeLog,v 1.11 2013/04/09 08:55:34 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ChangeLog,v 1.12 2013/04/10 14:15:40 idella4 Exp $
+
+  10 Apr 2013; Ian Delaney <idella4@gentoo.org>
+  ruledispatch-0.5_pre2306-r2.ebuild:
+  Update / fix to 0.5_pre2306-r2 subsequent to migrating deps
 
 *ruledispatch-0.5_pre2306-r2 (09 Apr 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-python/ruledispatch: ruledispatch-0.5_pre2306-r2.ebuild ChangeLog
@ 2013-09-05 18:47 Michal Gorny (mgorny)
  0 siblings, 0 replies; 5+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-05 18:47 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/09/05 18:47:15

  Modified:             ruledispatch-0.5_pre2306-r2.ebuild ChangeLog
  Log:
  Clean up PYTHON_COMPAT from old implementations.
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.3                  dev-python/ruledispatch/ruledispatch-0.5_pre2306-r2.ebuild

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

Index: ruledispatch-0.5_pre2306-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruledispatch-0.5_pre2306-r2.ebuild	10 Apr 2013 14:15:40 -0000	1.2
+++ ruledispatch-0.5_pre2306-r2.ebuild	5 Sep 2013 18:47:15 -0000	1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r2.ebuild,v 1.2 2013/04/10 14:15:40 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r2.ebuild,v 1.3 2013/09/05 18:47:15 mgorny Exp $
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
 
 inherit distutils-r1 eutils versionator flag-o-matic
 



1.13                 dev-python/ruledispatch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	10 Apr 2013 14:15:40 -0000	1.12
+++ ChangeLog	5 Sep 2013 18:47:15 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/ruledispatch
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ChangeLog,v 1.12 2013/04/10 14:15:40 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ChangeLog,v 1.13 2013/09/05 18:47:15 mgorny Exp $
+
+  05 Sep 2013; Michał Górny <mgorny@gentoo.org>
+  ruledispatch-0.5_pre2306-r2.ebuild:
+  Clean up PYTHON_COMPAT from old implementations.
 
   10 Apr 2013; Ian Delaney <idella4@gentoo.org>
   ruledispatch-0.5_pre2306-r2.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-python/ruledispatch: ruledispatch-0.5_pre2306-r2.ebuild ChangeLog
@ 2013-10-22 14:25 Fabian Groffen (grobian)
  0 siblings, 0 replies; 5+ messages in thread
From: Fabian Groffen (grobian) @ 2013-10-22 14:25 UTC (permalink / raw
  To: gentoo-commits

grobian     13/10/22 14:25:01

  Modified:             ruledispatch-0.5_pre2306-r2.ebuild ChangeLog
  Log:
  Marked ~x64-macos, bug #487670
  
  (Portage version: 2.2.7-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)

Revision  Changes    Path
1.4                  dev-python/ruledispatch/ruledispatch-0.5_pre2306-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r2.ebuild?r1=1.3&r2=1.4

Index: ruledispatch-0.5_pre2306-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ruledispatch-0.5_pre2306-r2.ebuild	5 Sep 2013 18:47:15 -0000	1.3
+++ ruledispatch-0.5_pre2306-r2.ebuild	22 Oct 2013 14:25:01 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r2.ebuild,v 1.3 2013/09/05 18:47:15 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r2.ebuild,v 1.4 2013/10/22 14:25:01 grobian Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -18,7 +18,7 @@
 
 LICENSE="|| ( PSF-2.4 ZPL )"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=">=dev-python/pyprotocols-1.0_pre2306[${PYTHON_USEDEP}]"



1.14                 dev-python/ruledispatch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	5 Sep 2013 18:47:15 -0000	1.13
+++ ChangeLog	22 Oct 2013 14:25:01 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/ruledispatch
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ChangeLog,v 1.13 2013/09/05 18:47:15 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ChangeLog,v 1.14 2013/10/22 14:25:01 grobian Exp $
+
+  22 Oct 2013; Fabian Groffen <grobian@gentoo.org>
+  ruledispatch-0.5_pre2306-r2.ebuild:
+  Marked ~x64-macos, bug #487670
 
   05 Sep 2013; Michał Górny <mgorny@gentoo.org>
   ruledispatch-0.5_pre2306-r2.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-python/ruledispatch: ruledispatch-0.5_pre2306-r2.ebuild ChangeLog
@ 2015-04-08  8:05 Michal Gorny (mgorny)
  0 siblings, 0 replies; 5+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08  8:05 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/04/08 08:05:19

  Modified:             ruledispatch-0.5_pre2306-r2.ebuild ChangeLog
  Log:
  Drop old Python implementations
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.5                  dev-python/ruledispatch/ruledispatch-0.5_pre2306-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r2.ebuild?r1=1.4&r2=1.5

Index: ruledispatch-0.5_pre2306-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ruledispatch-0.5_pre2306-r2.ebuild	22 Oct 2013 14:25:01 -0000	1.4
+++ ruledispatch-0.5_pre2306-r2.ebuild	8 Apr 2015 08:05:19 -0000	1.5
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r2.ebuild,v 1.4 2013/10/22 14:25:01 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ruledispatch-0.5_pre2306-r2.ebuild,v 1.5 2015/04/08 08:05:19 mgorny Exp $
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1 eutils versionator flag-o-matic
 



1.16                 dev-python/ruledispatch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	23 Jan 2015 05:13:06 -0000	1.15
+++ ChangeLog	8 Apr 2015 08:05:19 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/ruledispatch
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ChangeLog,v 1.15 2015/01/23 05:13:06 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ruledispatch/ChangeLog,v 1.16 2015/04/08 08:05:19 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org>
+  ruledispatch-0.5_pre2306-r2.ebuild:
+  Drop old Python implementations
 
   23 Jan 2015; Manuel Rüger <mrueg@gentoo.org>
   -ruledispatch-0.5_pre2306-r1.ebuild:





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

end of thread, other threads:[~2015-04-08  8:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-05 18:47 [gentoo-commits] gentoo-x86 commit in dev-python/ruledispatch: ruledispatch-0.5_pre2306-r2.ebuild ChangeLog Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-08  8:05 Michal Gorny (mgorny)
2013-10-22 14:25 Fabian Groffen (grobian)
2013-04-10 14:15 Ian Delaney (idella4)
2013-04-09  8:55 Ian Delaney (idella4)

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