* [gentoo-commits] gentoo-x86 commit in dev-python/python-augeas: python-augeas-0.4.2_pre131218.ebuild ChangeLog
@ 2013-12-18 7:59 Justin Lecher (jlec)
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2013-12-18 7:59 UTC (permalink / raw
To: gentoo-commits
jlec 13/12/18 07:59:59
Modified: ChangeLog
Added: python-augeas-0.4.2_pre131218.ebuild
Log:
dev-python/python-augeas: Add latest snapshot with py3 support
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path
1.7 dev-python/python-augeas/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-augeas/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-augeas/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-augeas/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-augeas/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 17 Dec 2013 21:20:25 -0000 1.6
+++ ChangeLog 18 Dec 2013 07:59:59 -0000 1.7
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/python-augeas
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-augeas/ChangeLog,v 1.6 2013/12/17 21:20:25 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-augeas/ChangeLog,v 1.7 2013/12/18 07:59:59 jlec Exp $
+
+*python-augeas-0.4.2_pre131218 (18 Dec 2013)
+
+ 18 Dec 2013; Justin Lecher <jlec@gentoo.org>
+ +python-augeas-0.4.2_pre131218.ebuild:
+ Add latest snapshot with py3 support
*python-augeas-0.4.1 (17 Dec 2013)
1.1 dev-python/python-augeas/python-augeas-0.4.2_pre131218.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-augeas/python-augeas-0.4.2_pre131218.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-augeas/python-augeas-0.4.2_pre131218.ebuild?rev=1.1&content-type=text/plain
Index: python-augeas-0.4.2_pre131218.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-augeas/python-augeas-0.4.2_pre131218.ebuild,v 1.1 2013/12/18 07:59:59 jlec Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
inherit distutils-r1
DESCRIPTION="Python bindings for Augeas"
HOMEPAGE="http://augeas.net/"
#SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tar.gz"
SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="app-admin/augeas"
RDEPEND="${DEPEND}"
DOCS="AUTHORS README.txt PKG-INFO"
PYTHON_MODNAME="augeas.py"
python_test() {
cd test || die
"${PYTHON}" test_augeas.py || die
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/python-augeas: python-augeas-0.4.2_pre131218.ebuild ChangeLog
@ 2014-01-21 12:12 Alexys Jacob (ultrabug)
0 siblings, 0 replies; 3+ messages in thread
From: Alexys Jacob (ultrabug) @ 2014-01-21 12:12 UTC (permalink / raw
To: gentoo-commits
ultrabug 14/01/21 12:12:00
Modified: python-augeas-0.4.2_pre131218.ebuild ChangeLog
Log:
fix invalid DOCS thx to @angry_vincent
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key B658FA13)
Revision Changes Path
1.2 dev-python/python-augeas/python-augeas-0.4.2_pre131218.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-augeas/python-augeas-0.4.2_pre131218.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-augeas/python-augeas-0.4.2_pre131218.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-augeas/python-augeas-0.4.2_pre131218.ebuild?r1=1.1&r2=1.2
Index: python-augeas-0.4.2_pre131218.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-augeas/python-augeas-0.4.2_pre131218.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-augeas-0.4.2_pre131218.ebuild 18 Dec 2013 07:59:59 -0000 1.1
+++ python-augeas-0.4.2_pre131218.ebuild 21 Jan 2014 12:12:00 -0000 1.2
@@ -1,6 +1,6 @@
-# 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/python-augeas/python-augeas-0.4.2_pre131218.ebuild,v 1.1 2013/12/18 07:59:59 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-augeas/python-augeas-0.4.2_pre131218.ebuild,v 1.2 2014/01/21 12:12:00 ultrabug Exp $
EAPI=5
@@ -21,7 +21,7 @@
DEPEND="app-admin/augeas"
RDEPEND="${DEPEND}"
-DOCS="AUTHORS README.txt PKG-INFO"
+DOCS="AUTHORS README.txt"
PYTHON_MODNAME="augeas.py"
python_test() {
1.8 dev-python/python-augeas/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-augeas/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-augeas/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-augeas/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-augeas/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 18 Dec 2013 07:59:59 -0000 1.7
+++ ChangeLog 21 Jan 2014 12:12:00 -0000 1.8
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/python-augeas
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-augeas/ChangeLog,v 1.7 2013/12/18 07:59:59 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-augeas/ChangeLog,v 1.8 2014/01/21 12:12:00 ultrabug Exp $
+
+ 21 Jan 2014; Ultrabug <ultrabug@gentoo.org>
+ python-augeas-0.4.2_pre131218.ebuild:
+ fix invalid DOCS thx to @angry_vincent
*python-augeas-0.4.2_pre131218 (18 Dec 2013)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/python-augeas: python-augeas-0.4.2_pre131218.ebuild ChangeLog
@ 2014-11-27 13:48 Pacho Ramos (pacho)
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2014-11-27 13:48 UTC (permalink / raw
To: gentoo-commits
pacho 14/11/27 13:48:30
Modified: python-augeas-0.4.2_pre131218.ebuild ChangeLog
Log:
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.3 dev-python/python-augeas/python-augeas-0.4.2_pre131218.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-augeas/python-augeas-0.4.2_pre131218.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-augeas/python-augeas-0.4.2_pre131218.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-augeas/python-augeas-0.4.2_pre131218.ebuild?r1=1.2&r2=1.3
Index: python-augeas-0.4.2_pre131218.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-augeas/python-augeas-0.4.2_pre131218.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-augeas-0.4.2_pre131218.ebuild 21 Jan 2014 12:12:00 -0000 1.2
+++ python-augeas-0.4.2_pre131218.ebuild 27 Nov 2014 13:48:30 -0000 1.3
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-augeas/python-augeas-0.4.2_pre131218.ebuild,v 1.2 2014/01/21 12:12:00 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-augeas/python-augeas-0.4.2_pre131218.ebuild,v 1.3 2014/11/27 13:48:30 pacho Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
inherit distutils-r1
1.9 dev-python/python-augeas/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-augeas/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-augeas/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-augeas/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-augeas/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 21 Jan 2014 12:12:00 -0000 1.8
+++ ChangeLog 27 Nov 2014 13:48:30 -0000 1.9
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/python-augeas
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-augeas/ChangeLog,v 1.8 2014/01/21 12:12:00 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-augeas/ChangeLog,v 1.9 2014/11/27 13:48:30 pacho Exp $
+
+ 27 Nov 2014; Pacho Ramos <pacho@gentoo.org>
+ python-augeas-0.4.2_pre131218.ebuild:
+ Support python 3.4
21 Jan 2014; Ultrabug <ultrabug@gentoo.org>
python-augeas-0.4.2_pre131218.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-11-27 13:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-18 7:59 [gentoo-commits] gentoo-x86 commit in dev-python/python-augeas: python-augeas-0.4.2_pre131218.ebuild ChangeLog Justin Lecher (jlec)
-- strict thread matches above, loose matches on Subject: below --
2014-01-21 12:12 Alexys Jacob (ultrabug)
2014-11-27 13:48 Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox