public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/dxf/
Date: Mon, 30 Oct 2017 00:03:44 +0000 (UTC)	[thread overview]
Message-ID: <1509321812.306f2044adefc5175b82225a24aa07d13e81bf83.mrueg@gentoo> (raw)

commit:     306f2044adefc5175b82225a24aa07d13e81bf83
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 30 00:03:32 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Oct 30 00:03:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=306f2044

app-admin/dxf: Remove old

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-admin/dxf/Manifest         |  2 --
 app-admin/dxf/dxf-6.0.0.ebuild | 28 ----------------------------
 app-admin/dxf/dxf-6.1.0.ebuild | 29 -----------------------------
 3 files changed, 59 deletions(-)

diff --git a/app-admin/dxf/Manifest b/app-admin/dxf/Manifest
index d19e1c22c27..970fb9ea0e4 100644
--- a/app-admin/dxf/Manifest
+++ b/app-admin/dxf/Manifest
@@ -1,4 +1,2 @@
-DIST dxf-6.1.0.tar.gz 281228 SHA256 e5e3bff461ed83fdcbb885f4022db07a336a9992b8257e651b9ab4fac13ebe5f SHA512 ebe0757e311a39bffa86728cbf875c0386e2d7e476c2cc1faf23d578f0d0f504658f9c256a9f6465c2fde351876a40a8c4fc1c5ae6308db8c93a9319e9732eb7 WHIRLPOOL f108b1f230f24cbd1990008c65c5c8bcd8afe033fe79b963412441a6cd1c69115ca4693c4db254681f08b4f9572266324bb82dad14a3f89c6382f1dc22c4063c
 DIST dxf-6.2.0.tar.gz 284243 SHA256 c3c927dd3c397683707ade3a909bb41e887d9a0b07f7f6efdd69c7b0f4793218 SHA512 b3498e6a05401be784aeb086be3db21199bc6f0fc206bbb31344b29b84289f56dc4001020597f77b6867dff9d5b14f6ab41c921df5dabc094520af5dd6fdea0b WHIRLPOOL f4a9a8981dc1abe2d12ad4fe48de1ec6d86ef2d4cb93c110ece9c9127c10dc79986237b340f14983080aea0fbea61e422555e18864966bb57830ddb27c8d7ca8
 DIST dxf-6.3.0.tar.gz 292165 SHA256 df183e9a3661b0e264438c7b27d830cf6920bc343dc2e1fc84aa1d1a141aed01 SHA512 6c4273d0c1cecb2094722b4fff0d883bb26a6c5f976ae046cb8856685b9122af7e0a192f7e31c4786b6fa07a30666602790da4bf13d08dca84d9937e3d81f657 WHIRLPOOL c2b2590d1975e1ac32b8f71e3c895e75e207dc11d0535692d84d8db23246a8f50685b6f17618bcdd5c7e3dfd2d22790d89e9ebf5c74b17ace0e7a399086b31cc
-DIST python-dxf-6.0.0.tar.gz 18059 SHA256 9f3b60f87be1f47bf03f26f4fcfa8176dccdcfa7ea0533a0a6bb89b05f96a1bf SHA512 fb502aac73f7e4ff6c2ef8e11887ec71093c9387857da4eeca222fba23bd669d06e0f085660637ad9774decb310b56ed36c14e29014de3e15108d77417309d41 WHIRLPOOL 2ceb04804a358c2f09b7c1cff15b15c5b0d249639a3909eb0401c06e523ca0f655d740fa3929009c0cef23932e3ce65e1b52a05e59c2bb127c25947e1c528f5b

diff --git a/app-admin/dxf/dxf-6.0.0.ebuild b/app-admin/dxf/dxf-6.0.0.ebuild
deleted file mode 100644
index f256e77ae0d..00000000000
--- a/app-admin/dxf/dxf-6.0.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-inherit distutils-r1
-
-DESCRIPTION="Docker registry v2 client in Python"
-HOMEPAGE="https://github.com/davedoesdev/dxf"
-SRC_URI="mirror://pypi/p/python-${PN}/python-${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=">=dev-python/jwcrypto-0.4.2[${PYTHON_USEDEP}]
-	>=dev-python/requests-2.9.0[${PYTHON_USEDEP}]
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	>=dev-python/tqdm-4.10.0[${PYTHON_USEDEP}]
-	>=dev-python/www-authenticate-0.9.2[${PYTHON_USEDEP}]"
-
-S=${WORKDIR}/python-${P}
-
-RESTRICT="test"
-# Fixtures and Makefile missing on pypi
-# No tag in upstream repository

diff --git a/app-admin/dxf/dxf-6.1.0.ebuild b/app-admin/dxf/dxf-6.1.0.ebuild
deleted file mode 100644
index 4c3842e34cc..00000000000
--- a/app-admin/dxf/dxf-6.1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-inherit distutils-r1
-
-DESCRIPTION="Docker registry v2 client in Python"
-HOMEPAGE="https://github.com/davedoesdev/dxf"
-SRC_URI="https://github.com/davedoesdev/dxf/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=">=dev-python/jwcrypto-0.4.2[${PYTHON_USEDEP}]
-	>=dev-python/requests-2.9.0[${PYTHON_USEDEP}]
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	>=dev-python/tqdm-4.10.0[${PYTHON_USEDEP}]
-	>=dev-python/www-authenticate-0.9.2[${PYTHON_USEDEP}]"
-
-RESTRICT="test"
-# Require dockerd running
-
-python_test() {
-	emake test
-}


             reply	other threads:[~2017-10-30  0:03 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-30  0:03 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-07-02 10:43 [gentoo-commits] repo/gentoo:master commit in: app-admin/dxf/ Mikle Kolyada
2020-04-16 21:40 William Hubbs
2020-02-05 15:29 Michał Górny
2019-09-23 14:38 Manuel Rüger
2019-07-23 15:21 Manuel Rüger
2019-05-09 16:29 Manuel Rüger
2019-04-10  8:44 Manuel Rüger
2019-03-01 13:21 Manuel Rüger
2018-08-21 22:18 Manuel Rüger
2018-07-30 21:56 Manuel Rüger
2018-07-17 14:24 Manuel Rüger
2018-06-27 11:32 Manuel Rüger
2018-06-06 20:52 Manuel Rüger
2018-06-06 12:30 Manuel Rüger
2018-02-07 10:36 Manuel Rüger
2017-12-07 19:38 Manuel Rüger
2017-12-07 18:31 Manuel Rüger
2017-12-01 19:47 Manuel Rüger
2017-11-13 12:58 Manuel Rüger
2017-10-30  0:03 Manuel Rüger
2017-10-22  0:17 Manuel Rüger
2017-10-17 15:31 Manuel Rüger
2017-10-16 16:31 Manuel Rüger

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=1509321812.306f2044adefc5175b82225a24aa07d13e81bf83.mrueg@gentoo \
    --to=mrueg@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