From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/thefuck/
Date: Sat, 9 Jul 2016 13:54:38 +0000 (UTC) [thread overview]
Message-ID: <1468072455.95ab7709e18b7602de789b97b4034ea63e6f2740.mrueg@gentoo> (raw)
commit: 95ab7709e18b7602de789b97b4034ea63e6f2740
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 9 13:54:15 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Jul 9 13:54:15 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95ab7709
app-shells/thefuck: Remove old
Package-Manager: portage-2.3.0
app-shells/thefuck/Manifest | 2 --
app-shells/thefuck/thefuck-3.8.ebuild | 35 -----------------------------------
app-shells/thefuck/thefuck-3.9.ebuild | 35 -----------------------------------
3 files changed, 72 deletions(-)
diff --git a/app-shells/thefuck/Manifest b/app-shells/thefuck/Manifest
index 883cf42..91104e9 100644
--- a/app-shells/thefuck/Manifest
+++ b/app-shells/thefuck/Manifest
@@ -1,3 +1 @@
DIST thefuck-3.10.tar.gz 786180 SHA256 4cdad2040325f73918f00e65822ce21c202e178173606452ed0c730d8c447210 SHA512 fa77177388e311834d5cae9e6264eebaf1b7e52f90a5fa5fd4c3a1858448c4a3288fabd7f08e604b81db1f759f25e7c0403e21ed9772ec517f2f8e8a5163441f WHIRLPOOL cb488dce6d0fa4ec5c760120f908eedf062933d3fb84643e83ef13d6fc29178085b6f960a97cbcd8b38500cec373cdda6a10bee77433f5aa76aa672bf7adf3bf
-DIST thefuck-3.8.tar.gz 784189 SHA256 210605275f582eb6e3aa604f4e4909c0c350053fffd963ecedacfc5733cf9bd3 SHA512 4e324fd0044a7ca78a96a744583b2d1357db142ee3b5fd174a76db52e82e788e899be2dceb1184f903f663711dc8ce82298cbc3a5b8704b8bf1903692e05a962 WHIRLPOOL 65f6a05dcf4f03a8bf9f036a560a4200b58990e13c88fb5e4ba4fae733a1166f9dd65721cf1626044ae576526c57d58a3ba230a2ef1bff8186d9a0b47a691273
-DIST thefuck-3.9.tar.gz 785337 SHA256 8edf64dac320095194850d6e570466c07592f1012bfe35db84b8027ae7169a3c SHA512 7dd678982fe7706da15be011689f67f91e67d9ec62edb88ae4a1ea5923a8891168a5363466f6a6d4b321df792ad20c7c14c2408b832a61dd02ef1c020553b3c2 WHIRLPOOL 7344afd8e77397073fc8bdb7b58155fb2a1307eb155e3ed52b966aef43d70c6e7ea9425d47220783d7090a60467e3e172e74bdb1be7543fa4bd787a6f5538464
diff --git a/app-shells/thefuck/thefuck-3.8.ebuild b/app-shells/thefuck/thefuck-3.8.ebuild
deleted file mode 100644
index 15c70cf..0000000
--- a/app-shells/thefuck/thefuck-3.8.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=(python{2_7,3_4})
-
-inherit distutils-r1
-
-DESCRIPTION="Magnificent app which corrects your previous console command"
-HOMEPAGE="https://github.com/nvbn/thefuck"
-SRC_URI="https://github.com/nvbn/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-
-RDEPEND="dev-python/pathlib[${PYTHON_USEDEP}]
- dev-python/psutil[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
- dev-python/decorator[${PYTHON_USEDEP}]
- dev-python/colorama[${PYTHON_USEDEP}]"
-DEPEND="test? ( ${RDEPEND}
- dev-python/pytest[${PYTHON_USEDEP}] )
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-src_prepare() {
- sed -i -e "/import pip/s/^/#/" -e "/pip.__version__/,+3 s/^/#/" setup.py || die
- distutils-r1_src_prepare
-}
-
-python_test() {
- py.test || die
-}
diff --git a/app-shells/thefuck/thefuck-3.9.ebuild b/app-shells/thefuck/thefuck-3.9.ebuild
deleted file mode 100644
index 15c70cf..0000000
--- a/app-shells/thefuck/thefuck-3.9.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=(python{2_7,3_4})
-
-inherit distutils-r1
-
-DESCRIPTION="Magnificent app which corrects your previous console command"
-HOMEPAGE="https://github.com/nvbn/thefuck"
-SRC_URI="https://github.com/nvbn/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-
-RDEPEND="dev-python/pathlib[${PYTHON_USEDEP}]
- dev-python/psutil[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
- dev-python/decorator[${PYTHON_USEDEP}]
- dev-python/colorama[${PYTHON_USEDEP}]"
-DEPEND="test? ( ${RDEPEND}
- dev-python/pytest[${PYTHON_USEDEP}] )
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-src_prepare() {
- sed -i -e "/import pip/s/^/#/" -e "/pip.__version__/,+3 s/^/#/" setup.py || die
- distutils-r1_src_prepare
-}
-
-python_test() {
- py.test || die
-}
next reply other threads:[~2016-07-09 13:54 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-09 13:54 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-22 13:19 [gentoo-commits] repo/gentoo:master commit in: app-shells/thefuck/ Matt Jolly
2023-05-29 23:50 Sam James
2023-05-01 7:16 Arthur Zamarin
2023-05-01 7:16 Arthur Zamarin
2022-08-15 4:45 John Helmert III
2022-08-15 4:42 John Helmert III
2022-04-16 19:35 Sam James
2022-04-16 19:35 Sam James
2022-04-16 19:35 Sam James
2020-12-03 11:10 Sam James
2020-12-03 7:22 Sam James
2020-12-03 7:21 Sam James
2020-12-03 7:21 Sam James
2019-01-19 3:35 Thomas Deutschmann
2018-05-24 20:36 Patrice Clement
2018-05-24 20:36 Patrice Clement
2018-04-26 1:08 Manuel Rüger
2017-11-25 13:38 David Seifert
2017-11-24 23:09 Michael Palimaka
2017-11-21 18:05 Manuel Rüger
2017-10-19 14:50 Manuel Rüger
2017-09-20 13:58 Manuel Rüger
2017-09-08 22:12 Manuel Rüger
2017-09-08 22:12 Manuel Rüger
2017-08-21 11:58 Manuel Rüger
2017-05-12 15:19 Manuel Rüger
2017-05-12 15:19 Manuel Rüger
2017-04-15 17:04 Manuel Rüger
2017-03-15 15:14 Manuel Rüger
2017-03-15 15:14 Manuel Rüger
2017-01-11 16:59 Manuel Rüger
2017-01-11 16:57 Manuel Rüger
2016-09-04 14:36 Manuel Rüger
2016-09-04 14:04 Manuel Rüger
2016-09-04 14:04 Manuel Rüger
2016-09-03 17:18 Mike Gilbert
2016-08-17 21:31 Manuel Rüger
2016-07-09 13:53 Manuel Rüger
2016-07-07 12:25 Manuel Rüger
2016-04-29 20:31 Manuel Rüger
2016-04-29 20:31 Manuel Rüger
2016-04-19 20:42 Manuel Rüger
2016-03-25 15:00 Manuel Rüger
2016-03-25 15:00 Manuel Rüger
2016-03-14 21:03 Manuel Rüger
2016-03-14 21:03 Manuel Rüger
2016-03-13 11:40 Manuel Rüger
2016-03-13 11:40 Manuel Rüger
2016-03-13 11:40 Manuel Rüger
2016-03-12 23:40 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=1468072455.95ab7709e18b7602de789b97b4034ea63e6f2740.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