public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyparted/
Date: Wed, 26 Oct 2016 09:17:14 +0000 (UTC)	[thread overview]
Message-ID: <1477473323.d3b82ec78fc5b377984d9523e3403f6116b64a90.jer@gentoo> (raw)

commit:     d3b82ec78fc5b377984d9523e3403f6116b64a90
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 26 09:15:23 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Oct 26 09:15:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3b82ec7

dev-python/pyparted: Old.

Package-Manager: portage-2.3.2

 dev-python/pyparted/Manifest               |  1 -
 dev-python/pyparted/pyparted-3.10.4.ebuild | 45 ------------------------------
 2 files changed, 46 deletions(-)

diff --git a/dev-python/pyparted/Manifest b/dev-python/pyparted/Manifest
index 3a6bc0a..90e0e72 100644
--- a/dev-python/pyparted/Manifest
+++ b/dev-python/pyparted/Manifest
@@ -1,4 +1,3 @@
 DIST pyparted-3.10.3.tar.gz 96927 SHA256 ba385beff0bd31e64886ac1ed699306c49474dcf5dc33f96f867d208f8d7e992 SHA512 238da222bb76e6838861f4fdff63f52823d0c7ace068fd4f40d5ccf5de5b7c26fadf52add689ec143755d568c52788b79262ba1090639560c3b54daa67e6507f WHIRLPOOL 9fab91096f345507fc3528c960ae8e151975abd36e8e76f5f55b48aabee6c23ac6e16c7b471b1b01a5977c7157f32b3726b1ce0fbb0d221ba0a07a0df9f19c13
-DIST pyparted-3.10.4.tar.gz 99746 SHA256 1121d6457dac0efa64cd1efe326ba2147c25c27e2ade3e1043cdbd188ab828a1 SHA512 8af3381b548f4f08eadfec2607b9b355d503fefc3057fd76c1bbe63d17f885a37604594593a1b2160c46ee608e4dcf217c7b0e2aee33d5ed4eeb9283f5bee030 WHIRLPOOL a8341ad50f5ed00623f291c146fae98069c64bb05928f3c5d37ad186dfe1b3c41a6dd6df543506b23ff3747d754ba4c27d180032d40d454e44527a9f72f05610
 DIST pyparted-3.10.5.tar.gz 99638 SHA256 8cbaf024fbbc73cdceab2eac0937035052da48295970fe9eaa84b19d8e353e19 SHA512 c3cdc370d9a86278d47b97ed0b54d225fc6e92285aabda3ed529c0df67f4f45835016c7eea7bc02981f9273961948d5d7096f8f35c1f8eafde67ad241d9ec9fa WHIRLPOOL d79d8fcbaf04ae3f1a61b27bace5fd101fd70b271d11ff45be9dc3aebad6c7f5ad2e80e1694a68ebb0ad3a9633d3b8161ba7276f7f60a8696e365451989c63f3
 DIST pyparted-3.10.7.tar.gz 99879 SHA256 5914e3a60437fe3e3758a9e86ee4a539dfa46cfe18e3df386a5cf1f75a963431 SHA512 c57fed2a8d04511b12891fd59b6dd6840439aada7e5ebeab14a56e6e4f201c249046ee87d9d25af1b3f02960994efb0a2973f25928a9df85d48bbd1bc196ab07 WHIRLPOOL 9ffa320c496e511d4735209dbb7e9c1b6328e11513839a1299f1b5c3d32c7ed225d081db43482ee57774a13de862d3fef24fa80dba34a117386b8f63dd07ba74

diff --git a/dev-python/pyparted/pyparted-3.10.4.ebuild b/dev-python/pyparted/pyparted-3.10.4.ebuild
deleted file mode 100644
index a2078e6..00000000
--- a/dev-python/pyparted/pyparted-3.10.4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_{3,4}} )
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for sys-block/parted"
-HOMEPAGE="https://github.com/dcantrell/pyparted/"
-SRC_URI="${HOMEPAGE}archive/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test"
-REQUIRED_USE="
-	test? ( python_targets_python2_7 )
-"
-
-RDEPEND="
-	>=sys-block/parted-3.1
-	dev-python/decorator[${PYTHON_USEDEP}]
-"
-DEPEND="
-	${RDEPEND}
-	test? ( dev-python/pychecker )
-	virtual/pkgconfig
-"
-
-S=${WORKDIR}/${PN}-${P}
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-3.10.3-greater.patch
-	"${FILESDIR}"/${PN}-3.10.3-sbin-parted.patch
-)
-
-python_test() {
-	if [[ ${EPYTHON} = python2* ]]; then
-		emake test
-	else
-		einfo "Skipping ${EPYTHON}"
-	fi
-}


             reply	other threads:[~2016-10-26  9:17 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-26  9:17 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-29  7:44 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyparted/ Michał Górny
2023-11-29  6:02 Arthur Zamarin
2023-11-22 13:11 Arthur Zamarin
2023-11-22 12:19 Arthur Zamarin
2023-11-22 12:02 Sam James
2023-11-22 11:56 Sam James
2023-10-20 13:54 Michał Górny
2023-05-04 16:30 Michał Górny
2023-02-17  7:41 Sam James
2022-06-05  5:40 Michał Górny
2022-04-10  9:55 Michał Górny
2022-04-10  9:05 Agostino Sarubbo
2022-04-09 21:24 Jakov Smolić
2022-04-09 16:46 Arthur Zamarin
2022-04-09 16:41 Arthur Zamarin
2022-04-09 16:36 Arthur Zamarin
2022-03-17 10:18 Michał Górny
2022-03-17  7:45 Agostino Sarubbo
2022-03-16 23:53 Sam James
2022-03-16 23:53 Sam James
2022-03-15 18:23 Jakov Smolić
2022-03-10  2:51 Patrick McLean
2022-01-29 21:28 Michał Górny
2021-08-29 12:59 Louis Sautier
2020-12-31 17:39 Michał Górny
2020-12-20 19:07 Thomas Deutschmann
2020-12-18 20:49 Sergei Trofimovich
2020-12-18 10:25 Sergei Trofimovich
2020-12-16 18:14 Sam James
2020-11-07  9:11 Michał Górny
2020-11-07  9:11 Michał Górny
2020-11-07  9:11 Michał Górny
2020-11-07  9:11 Michał Górny
2020-11-07  9:11 Michał Górny
2020-11-07  9:11 Michał Górny
2020-07-09 17:32 Jeroen Roovers
2020-07-09 13:59 Michał Górny
2020-07-09  8:59 Agostino Sarubbo
2020-03-28 18:26 Michał Górny
2020-03-11 20:24 Jeroen Roovers
2020-02-11 16:05 Jeroen Roovers
2020-02-05 23:46 Patrick McLean
2020-02-05 23:46 Patrick McLean
2020-02-05 19:53 Michał Górny
2020-01-29 11:32 Jeroen Roovers
2019-11-15 17:47 Jeroen Roovers
2019-11-15 17:39 Jeroen Roovers
2019-11-15 17:39 Jeroen Roovers
2019-03-18 20:35 Jeroen Roovers
2018-04-04 13:35 Jeroen Roovers
2017-04-28 13:12 Manuel Rüger
2017-02-03 20:01 Jeroen Roovers
2017-01-26 11:00 Agostino Sarubbo
2017-01-25  9:27 Tobias Klausmann
2017-01-24 11:46 Agostino Sarubbo
2017-01-23 16:27 Agostino Sarubbo
2017-01-23 15:46 Agostino Sarubbo
2017-01-23 13:51 Agostino Sarubbo
2016-10-26  9:17 Jeroen Roovers
2015-08-09 12:30 Justin Lecher

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=1477473323.d3b82ec78fc5b377984d9523e3403f6116b64a90.jer@gentoo \
    --to=jer@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