* [gentoo-commits] gentoo-x86 commit in dev-python/babelfish: babelfish-9999.ebuild babelfish-0.5.1.ebuild ChangeLog
@ 2014-01-29 15:23 Maxim Koltsov (maksbotan)
0 siblings, 0 replies; 2+ messages in thread
From: Maxim Koltsov (maksbotan) @ 2014-01-29 15:23 UTC (permalink / raw
To: gentoo-commits
maksbotan 14/01/29 15:23:31
Modified: babelfish-9999.ebuild ChangeLog
Added: babelfish-0.5.1.ebuild
Log:
Bump to 0.5.1, thanks to Nikoli
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Revision Changes Path
1.2 dev-python/babelfish/babelfish-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/babelfish-9999.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/babelfish-9999.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/babelfish-9999.ebuild?r1=1.1&r2=1.2
Index: babelfish-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/babelfish/babelfish-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- babelfish-9999.ebuild 14 Dec 2013 15:18:02 -0000 1.1
+++ babelfish-9999.ebuild 29 Jan 2014 15:23:31 -0000 1.2
@@ -1,12 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/babelfish/babelfish-9999.ebuild,v 1.1 2013/12/14 15:18:02 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/babelfish/babelfish-9999.ebuild,v 1.2 2014/01/29 15:23:31 maksbotan Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
EGIT_REPO_URI="https://github.com/Diaoul/babelfish.git"
-inherit distutils-r1 git-2
+inherit distutils-r1 git-r3
DESCRIPTION="Python library to work with countries and languages"
HOMEPAGE="https://github.com/Diaoul/babelfish https://pypi.python.org/pypi/babelfish"
1.2 dev-python/babelfish/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/babelfish/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 14 Dec 2013 15:18:02 -0000 1.1
+++ ChangeLog 29 Jan 2014 15:23:31 -0000 1.2
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/babelfish
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/babelfish/ChangeLog,v 1.1 2013/12/14 15:18:02 tomwij Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/babelfish/ChangeLog,v 1.2 2014/01/29 15:23:31 maksbotan Exp $
+
+*babelfish-0.5.1 (29 Jan 2014)
+
+ 29 Jan 2014; Maxim Koltsov <maksbotan@gentoo.org> +babelfish-0.5.1.ebuild,
+ babelfish-9999.ebuild:
+ Bump to 0.5.1, thanks to Nikoli
*babelfish-0.4.0 (14 Dec 2013)
*babelfish-9999 (14 Dec 2013)
1.1 dev-python/babelfish/babelfish-0.5.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/babelfish-0.5.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/babelfish-0.5.1.ebuild?rev=1.1&content-type=text/plain
Index: babelfish-0.5.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/babelfish/babelfish-0.5.1.ebuild,v 1.1 2014/01/29 15:23:31 maksbotan Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
inherit distutils-r1
DESCRIPTION="Python library to work with countries and languages"
HOMEPAGE="https://github.com/Diaoul/babelfish https://pypi.python.org/pypi/babelfish"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
"
python_test() {
esetup.py test
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/babelfish: babelfish-9999.ebuild babelfish-0.5.1.ebuild ChangeLog
@ 2014-04-09 10:03 Michal Gorny (mgorny)
0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2014-04-09 10:03 UTC (permalink / raw
To: gentoo-commits
mgorny 14/04/09 10:03:36
Modified: babelfish-9999.ebuild babelfish-0.5.1.ebuild
ChangeLog
Log:
Update pypy2_0 -> pypy.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.4 dev-python/babelfish/babelfish-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/babelfish-9999.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/babelfish-9999.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/babelfish-9999.ebuild?r1=1.3&r2=1.4
Index: babelfish-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/babelfish/babelfish-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- babelfish-9999.ebuild 7 Apr 2014 21:56:44 -0000 1.3
+++ babelfish-9999.ebuild 9 Apr 2014 10:03:36 -0000 1.4
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/babelfish/babelfish-9999.ebuild,v 1.3 2014/04/07 21:56:44 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/babelfish/babelfish-9999.ebuild,v 1.4 2014/04/09 10:03:36 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy )
EGIT_REPO_URI="https://github.com/Diaoul/babelfish.git"
inherit distutils-r1 git-r3
1.3 dev-python/babelfish/babelfish-0.5.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/babelfish-0.5.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/babelfish-0.5.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/babelfish-0.5.1.ebuild?r1=1.2&r2=1.3
Index: babelfish-0.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/babelfish/babelfish-0.5.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- babelfish-0.5.1.ebuild 7 Apr 2014 21:56:44 -0000 1.2
+++ babelfish-0.5.1.ebuild 9 Apr 2014 10:03:36 -0000 1.3
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/babelfish/babelfish-0.5.1.ebuild,v 1.2 2014/04/07 21:56:44 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/babelfish/babelfish-0.5.1.ebuild,v 1.3 2014/04/09 10:03:36 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy )
inherit distutils-r1
1.4 dev-python/babelfish/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/babelfish/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/babelfish/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 7 Apr 2014 21:56:44 -0000 1.3
+++ ChangeLog 9 Apr 2014 10:03:36 -0000 1.4
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/babelfish
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/babelfish/ChangeLog,v 1.3 2014/04/07 21:56:44 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/babelfish/ChangeLog,v 1.4 2014/04/09 10:03:36 mgorny Exp $
+
+ 09 Apr 2014; Michał Górny <mgorny@gentoo.org> babelfish-0.5.1.ebuild,
+ babelfish-9999.ebuild:
+ Update pypy2_0 -> pypy.
07 Apr 2014; Julian Ospald <hasufell@gentoo.org> babelfish-0.5.1.ebuild,
babelfish-9999.ebuild:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-04-09 10:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-29 15:23 [gentoo-commits] gentoo-x86 commit in dev-python/babelfish: babelfish-9999.ebuild babelfish-0.5.1.ebuild ChangeLog Maxim Koltsov (maksbotan)
-- strict thread matches above, loose matches on Subject: below --
2014-04-09 10:03 Michal Gorny (mgorny)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox