* [gentoo-commits] gentoo-x86 commit in dev-python/python-slip: python-slip-0.2.21-r1.ebuild ChangeLog
@ 2013-08-02 12:30 Michal Gorny (mgorny)
0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2013-08-02 12:30 UTC (permalink / raw
To: gentoo-commits
mgorny 13/08/02 12:30:25
Modified: ChangeLog
Added: python-slip-0.2.21-r1.ebuild
Log:
Convert to distutils-r1. Bug #478116.
(Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Revision Changes Path
1.7 dev-python/python-slip/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-slip/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-slip/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-slip/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-slip/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 6 Apr 2013 13:12:26 -0000 1.6
+++ ChangeLog 2 Aug 2013 12:30:25 -0000 1.7
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/python-slip
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-slip/ChangeLog,v 1.6 2013/04/06 13:12:26 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-slip/ChangeLog,v 1.7 2013/08/02 12:30:25 mgorny Exp $
+
+*python-slip-0.2.21-r1 (02 Aug 2013)
+
+ 02 Aug 2013; Michał Górny <mgorny@gentoo.org> +python-slip-0.2.21-r1.ebuild:
+ Convert to distutils-r1. Bug #478116.
06 Apr 2013; Sven Vermeulen <swift@gentoo.org> python-slip-0.2.21.ebuild:
SELinux python module is provided by Portage, not python-selinux anymore
1.1 dev-python/python-slip/python-slip-0.2.21-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-slip/python-slip-0.2.21-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-slip/python-slip-0.2.21-r1.ebuild?rev=1.1&content-type=text/plain
Index: python-slip-0.2.21-r1.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-slip/python-slip-0.2.21-r1.ebuild,v 1.1 2013/08/02 12:30:25 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
inherit distutils-r1 eutils
DESCRIPTION="Miscellaneous convenience, extension and workaround code for Python"
HOMEPAGE="https://fedorahosted.org/python-slip/"
SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="dbus gtk selinux"
RDEPEND="
dbus? (
dev-python/dbus-python[${PYTHON_USEDEP}]
dev-python/pygobject:2[${PYTHON_USEDEP}]
sys-auth/polkit )
gtk? ( dev-python/pygtk:2[${PYTHON_USEDEP}] )
"
DEPEND=""
python_prepare_all() {
use selinux || epatch "${FILESDIR}/${PN}-0.2.20-no-selinux.patch"
sed -e "s:@VERSION@:${PV}:" setup.py.in > setup.py || die "sed failed"
if ! use dbus; then
sed -e '/name="slip.dbus"/ s/\(.*\)/if 0:\n \1/' \
-i setup.py || die "sed 2 failed"
fi
if ! use gtk; then
sed -e '/name="slip.gtk"/ s/\(.*\)/if 0:\n \1/' \
-i setup.py || die "sed 3 failed"
fi
distutils-r1_python_prepare_all
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/python-slip: python-slip-0.2.21-r1.ebuild ChangeLog
@ 2013-08-10 10:52 Agostino Sarubbo (ago)
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-10 10:52 UTC (permalink / raw
To: gentoo-commits
ago 13/08/10 10:52:58
Modified: python-slip-0.2.21-r1.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #479508
(Portage version: 2.1.13.2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.2 dev-python/python-slip/python-slip-0.2.21-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-slip/python-slip-0.2.21-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-slip/python-slip-0.2.21-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-slip/python-slip-0.2.21-r1.ebuild?r1=1.1&r2=1.2
Index: python-slip-0.2.21-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-slip/python-slip-0.2.21-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-slip-0.2.21-r1.ebuild 2 Aug 2013 12:30:25 -0000 1.1
+++ python-slip-0.2.21-r1.ebuild 10 Aug 2013 10:52:58 -0000 1.2
@@ -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/python-slip/python-slip-0.2.21-r1.ebuild,v 1.1 2013/08/02 12:30:25 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-slip/python-slip-0.2.21-r1.ebuild,v 1.2 2013/08/10 10:52:58 ago Exp $
EAPI=5
@@ -14,7 +14,7 @@
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="dbus gtk selinux"
RDEPEND="
1.9 dev-python/python-slip/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-slip/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-slip/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-slip/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-slip/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 9 Aug 2013 21:36:45 -0000 1.8
+++ ChangeLog 10 Aug 2013 10:52:58 -0000 1.9
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/python-slip
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-slip/ChangeLog,v 1.8 2013/08/09 21:36:45 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-slip/ChangeLog,v 1.9 2013/08/10 10:52:58 ago Exp $
+
+ 10 Aug 2013; Agostino Sarubbo <ago@gentoo.org> python-slip-0.2.21-r1.ebuild:
+ Stable for amd64, wrt bug #479508
*python-slip-0.4.0 (09 Aug 2013)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/python-slip: python-slip-0.2.21-r1.ebuild ChangeLog
@ 2013-08-18 13:25 Agostino Sarubbo (ago)
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-18 13:25 UTC (permalink / raw
To: gentoo-commits
ago 13/08/18 13:25:23
Modified: python-slip-0.2.21-r1.ebuild ChangeLog
Log:
Stable for x86, wrt bug #479508
(Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 dev-python/python-slip/python-slip-0.2.21-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-slip/python-slip-0.2.21-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-slip/python-slip-0.2.21-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-slip/python-slip-0.2.21-r1.ebuild?r1=1.2&r2=1.3
Index: python-slip-0.2.21-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-slip/python-slip-0.2.21-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-slip-0.2.21-r1.ebuild 10 Aug 2013 10:52:58 -0000 1.2
+++ python-slip-0.2.21-r1.ebuild 18 Aug 2013 13:25:23 -0000 1.3
@@ -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/python-slip/python-slip-0.2.21-r1.ebuild,v 1.2 2013/08/10 10:52:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-slip/python-slip-0.2.21-r1.ebuild,v 1.3 2013/08/18 13:25:23 ago Exp $
EAPI=5
@@ -14,7 +14,7 @@
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="dbus gtk selinux"
RDEPEND="
1.10 dev-python/python-slip/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-slip/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-slip/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-slip/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-slip/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 10 Aug 2013 10:52:58 -0000 1.9
+++ ChangeLog 18 Aug 2013 13:25:23 -0000 1.10
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/python-slip
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-slip/ChangeLog,v 1.9 2013/08/10 10:52:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-slip/ChangeLog,v 1.10 2013/08/18 13:25:23 ago Exp $
+
+ 18 Aug 2013; Agostino Sarubbo <ago@gentoo.org> python-slip-0.2.21-r1.ebuild:
+ Stable for x86, wrt bug #479508
10 Aug 2013; Agostino Sarubbo <ago@gentoo.org> python-slip-0.2.21-r1.ebuild:
Stable for amd64, wrt bug #479508
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-08-18 13:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-10 10:52 [gentoo-commits] gentoo-x86 commit in dev-python/python-slip: python-slip-0.2.21-r1.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2013-08-18 13:25 Agostino Sarubbo (ago)
2013-08-02 12:30 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