From: "Andrey Grozin" <grozin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sh/
Date: Sun, 11 Sep 2016 15:01:41 +0000 (UTC) [thread overview]
Message-ID: <1473606089.d49c6742638f102e845f5eeac4c471878a368041.grozin@gentoo> (raw)
commit: d49c6742638f102e845f5eeac4c471878a368041
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 15:01:29 2016 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 15:01:29 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d49c6742
dev-python/sh: cleaning old
Package-Manager: portage-2.3.0
dev-python/sh/Manifest | 3 ---
dev-python/sh/sh-1.07.ebuild | 21 ---------------------
dev-python/sh/sh-1.08.ebuild | 25 -------------------------
dev-python/sh/sh-1.09.ebuild | 26 --------------------------
4 files changed, 75 deletions(-)
diff --git a/dev-python/sh/Manifest b/dev-python/sh/Manifest
index 296eec7..2b4f082 100644
--- a/dev-python/sh/Manifest
+++ b/dev-python/sh/Manifest
@@ -1,4 +1 @@
-DIST sh-1.07.tar.gz 24554 SHA256 8eb743d1ccf03508022e5b5cd76063320cfe36f039a3625dce703a810a5f57e1 SHA512 922d674c0378fdc13b2934e345d9d0e63b1e9ad1e0fe140cfac981546b50fb5a66f6c423382a60a87c2acd44c625d1d4e6036587015cdbaa682b471678dde185 WHIRLPOOL f649a09433fcb4c7d1d79e6fa39fd137b288f6413c2dec0e092831d063c63dfbd344746a1e4c29ac476b46955989c4eeadce6c26f2a4011d28c696186a3b1587
-DIST sh-1.08.tar.gz 26310 SHA256 4b9700496659e1aa44bb2292ecb6c7d0c5d7763b184fd7eac37df0f2ded4bae8 SHA512 84c8c4f2f5e35ac329e892266e16a9ec23cf363456ba94f43488c0aad8a323ee5881287dea34d1b3b37431e0a6e52c989de0f9296a8eab8434ac22da5b88d8fa WHIRLPOOL 4a4daea1252d3a6b1de8bbeb7ed1831ab90942910c67b28b293133ca844b441376a03becd6ac41420b73d9c85b0aba882bc0e30441f7899e6fc67820bfbe4dd2
-DIST sh-1.09.tar.gz 26382 SHA256 f3d174e2ad25c39f28935bae672be51aa083063d3122405ceeb2a3e7a8239d45 SHA512 a4540a924ff8698c795a618ba8d5ef3dc0dca1880f2f6152393be204008059adda867deb7cc97db361a0011573e5dda6f4daef6cb60f637aa40a710915236771 WHIRLPOOL 9e83d6c231fc24a538544d7920c572f4f5aa3e98e5d82b6b4f478fe828e59ba511685643db31a626bec01751c227a881c93d6f828b35aa3aa7d2b5f5b0c92720
DIST sh-1.11.tar.gz 36821 SHA256 590fb9b84abf8b1f560df92d73d87965f1e85c6b8330f8a5f6b336b36f0559a4 SHA512 ccaf178384b5a609c00bb44796a6bec088750414385f19b2d8ffcb93cc8f5ddb6bf82fb966d2bf519651f6efed54258a3c6542a9827d01e6be64af8cb8f86d3d WHIRLPOOL 9d13a3364ec467b492fb5818ae00e3a02f81aa779319382450df76a3041efb047dac82bd249cb51bf819664a5e7a8f9def3a672b8eb2edaa24f2a2aa80d66129
diff --git a/dev-python/sh/sh-1.07.ebuild b/dev-python/sh/sh-1.07.ebuild
deleted file mode 100644
index 43ed031..00000000
--- a/dev-python/sh/sh-1.07.ebuild
+++ /dev/null
@@ -1,21 +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})
-inherit distutils-r1
-
-DESCRIPTION="Python subprocess interface"
-HOMEPAGE="https://github.com/amoffat/sh"
-SRC_URI="https://github.com/amoffat/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/dev-python/sh/sh-1.08.ebuild b/dev-python/sh/sh-1.08.ebuild
deleted file mode 100644
index e50de46..00000000
--- a/dev-python/sh/sh-1.08.ebuild
+++ /dev/null
@@ -1,25 +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})
-
-inherit distutils-r1
-
-DESCRIPTION="Python subprocess interface"
-HOMEPAGE="https://github.com/amoffat/sh"
-SRC_URI="https://github.com/amoffat/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-python_test() {
- ${PYTHON} test.py || die
-}
diff --git a/dev-python/sh/sh-1.09.ebuild b/dev-python/sh/sh-1.09.ebuild
deleted file mode 100644
index 1a2892d..00000000
--- a/dev-python/sh/sh-1.09.ebuild
+++ /dev/null
@@ -1,26 +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 subprocess interface"
-HOMEPAGE="https://github.com/amoffat/sh"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
- ${PYTHON} test.py || die
-}
next reply other threads:[~2016-09-11 15:01 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-11 15:01 Andrey Grozin [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-26 15:29 [gentoo-commits] repo/gentoo:master commit in: dev-python/sh/ Michał Górny
2024-10-26 14:22 Arthur Zamarin
2024-10-10 5:03 Michał Górny
2024-06-18 18:45 Michał Górny
2024-06-18 18:12 Arthur Zamarin
2024-06-02 2:35 Michał Górny
2024-05-11 17:36 Michał Górny
2023-09-11 14:08 Michał Górny
2023-09-11 12:25 Arthur Zamarin
2023-08-10 2:33 Michał Górny
2023-07-05 8:14 Michał Górny
2023-07-05 8:01 Arthur Zamarin
2023-05-28 11:36 Sam James
2023-05-16 5:05 Michał Górny
2023-04-22 9:16 Michał Górny
2023-04-22 8:53 Arthur Zamarin
2023-03-21 6:49 Michał Górny
2023-03-16 18:13 Michał Górny
2023-03-13 19:39 Arthur Zamarin
2023-02-14 4:57 Michał Górny
2023-02-11 7:27 Michał Górny
2022-10-09 16:15 James Le Cuirot
2022-10-07 7:03 Michał Górny
2022-08-19 9:27 Michał Górny
2022-08-19 7:41 Arthur Zamarin
2022-07-19 1:09 Sam James
2022-06-16 11:24 Michał Górny
2022-06-16 9:33 Jakov Smolić
2022-06-05 5:48 Michał Górny
2022-05-15 8:04 Michał Górny
2022-05-15 8:04 Michał Górny
2022-05-11 12:56 Jakov Smolić
2022-05-01 1:52 WANG Xuerui
2022-04-08 14:23 Arthur Zamarin
2022-04-08 14:23 Arthur Zamarin
2021-12-03 20:47 Arthur Zamarin
2021-11-24 23:59 Sam James
2021-11-18 10:50 Sam James
2021-11-18 10:39 Sam James
2021-11-18 9:09 Sam James
2021-08-11 19:26 Sam James
2021-07-29 7:10 Agostino Sarubbo
2021-07-11 10:14 Georgy Yakovlev
2021-06-20 1:45 Sam James
2021-06-15 5:40 Michał Górny
2021-06-15 3:48 Sam James
2021-05-15 6:52 Michał Górny
2021-04-18 1:44 Sam James
2021-04-17 7:40 Michał Górny
2021-03-14 9:10 Andrey Grozin
2020-11-13 4:57 Sam James
2020-11-04 5:32 Sam James
2020-09-05 0:29 Sam James
2020-02-06 5:59 Michał Górny
2019-12-06 3:39 Patrick McLean
2017-02-13 19:50 Zac Medico
2016-09-11 14:59 Andrey Grozin
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=1473606089.d49c6742638f102e845f5eeac4c471878a368041.grozin@gentoo \
--to=grozin@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