public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-slip/
Date: Wed, 16 Aug 2017 10:20:35 +0000 (UTC)	[thread overview]
Message-ID: <1502878782.141a88b308929ab3a1c22e1bbf758d97cc070565.eva@gentoo> (raw)

commit:     141a88b308929ab3a1c22e1bbf758d97cc070565
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 16 10:19:42 2017 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Aug 16 10:19:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=141a88b3

dev-python/python-slip: cleanup old revision

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 dev-python/python-slip/Manifest                 |  1 -
 dev-python/python-slip/python-slip-0.6.0.ebuild | 44 -------------------------
 2 files changed, 45 deletions(-)

diff --git a/dev-python/python-slip/Manifest b/dev-python/python-slip/Manifest
index 6947d9b2908..e441c71e9d7 100644
--- a/dev-python/python-slip/Manifest
+++ b/dev-python/python-slip/Manifest
@@ -1,3 +1,2 @@
-DIST python-slip-0.6.0.tar.bz2 24930 SHA256 f47361ec52b608309b83c71905e692b6b363eaf3b8a7afdeff866cd94463ad5c SHA512 5787995521cce568d6569c15270bee63d9c42e85e21e652c9042c09d62d2c99bbee0b3efcaaa187e3f78d0d90a69ba4d9846b1182f0f366a6c75cb822b412164 WHIRLPOOL 30ede47ceafe7eef0c441504061cbfa1cddac80afb732030a8e27765f0a30b4b2b176061fe19d57001f39ed764b298f8bfc9d2e0d01b878ac0a0a7ae5c623a04
 DIST python-slip-0.6.1.tar.bz2 25000 SHA256 bc897f1ab6f5b4989f85548799aaeb84fde67bbba18e40341bfe1d7885c2fd9a SHA512 d7d79b8ee4468d3a3b5e2ff31dcc8af30f70591ba42f74af9787e5c883a137e85c39a6ffc7c36cd2383840aa4ca09cd1ca3d9e40fc4d266b37689a85f084a9ab WHIRLPOOL 95595c7cc45bd403fa8ed1a5a36e32bbcce7aa621ff2d86503487174279e996e3839e7c3033a771274c944f46591f819a0ab1981e1301c4a13757f4787c2586b
 DIST python-slip-0.6.5.tar.bz2 25996 SHA256 c726c086f0dd93a0ac7a0176f383a12af91b6657b78a301e3f5b25d9f8d4d10b SHA512 84dfd4d74602e996797261aa4021fc1579a6aba554d2b3d497c0a7b8618366a9c0a6f12051b00c5653845dda923eedb58afdded37f2a1f31b5b0ce1a0532ccff WHIRLPOOL 54f9d0663cbfada42ab1fee2372919dae7960326719bced4da2e31167a9a92894ec7a0e9ce439cc659fc7511c22d47fe25a6ccf83ffe84ff830b55ca153bdda0

diff --git a/dev-python/python-slip/python-slip-0.6.0.ebuild b/dev-python/python-slip/python-slip-0.6.0.ebuild
deleted file mode 100644
index 63a1bf9001b..00000000000
--- a/dev-python/python-slip/python-slip-0.6.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_REQ_USE="xml"
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-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 selinux"
-
-RDEPEND="
-	dbus? (
-		dev-python/dbus-python[${PYTHON_USEDEP}]
-		dev-python/pygobject:3[${PYTHON_USEDEP}]
-		dev-python/six[${PYTHON_USEDEP}]
-		sys-auth/polkit )
-"
-DEPEND=""
-
-python_prepare_all() {
-	use selinux || epatch "${FILESDIR}/${PN}-0.4.0-no-selinux.patch"
-
-	# hard-disable slip.gtk since it did not get ported to gtk3+ and the only user
-	# of slip (firewalld) does not use it (upstream disables it for py3 already)
-	sed \
-		-e 's|sys.version_info.major == 2|False|' \
-		-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
-
-	distutils-r1_python_prepare_all
-}


             reply	other threads:[~2017-08-16 10:20 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-16 10:20 Gilles Dartiguelongue [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-08-23 11:41 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-slip/ Marek Szuba
2021-02-27 17:50 Andreas Sturmlechner
2021-02-27 16:16 Sam James
2021-02-26 13:55 Sam James
2021-02-26  8:09 Agostino Sarubbo
2021-02-22  7:12 Sam James
2021-02-16 15:58 Joonas Niilola
2020-12-04  5:37 Matthias Maier
2020-10-22 11:43 Joonas Niilola
2020-10-22 11:43 Joonas Niilola
2020-08-20 13:20 Sam James
2020-08-02  9:21 Michał Górny
2019-12-28 21:32 Georgy Yakovlev
2018-10-18 16:01 Thomas Deutschmann
2017-08-16 10:20 Gilles Dartiguelongue
2017-07-07 12:31 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1502878782.141a88b308929ab3a1c22e1bbf758d97cc070565.eva@gentoo \
    --to=eva@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox