Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/shed/
Date: Thu, 09 Jan 2020 14:06:22
Message-Id: 1578578766.58c888fb388f410e5572c777e8932cf1ddb0fca2.hattya@gentoo
1 commit: 58c888fb388f410e5572c777e8932cf1ddb0fca2
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 9 14:06:06 2020 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 9 14:06:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58c888fb
7
8 app-editors/shed: drop old
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 app-editors/shed/Manifest | 1 -
14 app-editors/shed/shed-1.12.ebuild | 20 --------------------
15 2 files changed, 21 deletions(-)
16
17 diff --git a/app-editors/shed/Manifest b/app-editors/shed/Manifest
18 index 70d5a55ce80..5250ae6ee2e 100644
19 --- a/app-editors/shed/Manifest
20 +++ b/app-editors/shed/Manifest
21 @@ -1,2 +1 @@
22 -DIST shed-1.12.tar.gz 57934 BLAKE2B 33c6096b60142e3a893827b68dc81cca03b53e0d558041d7042cd0e32450b1c5898218c9141683dbd50e49d6e03c8f0cc4090146de4762fedc22157c1d4d3914 SHA512 f668245478b88e74911a5f6bc13629b1be9412056bfb42860554979904451b20cb468ae7a9b2daa8bea83d7f78d3d0c016170767dd80f0a93ba140a51ad02097
23 DIST shed-1.15.tar.gz 87777 BLAKE2B 7c23f01e649de6ad15b870ef3786bd1747b6ab765f19a748d08bad878325f11e38483b957ed6a791ae4a7de752e96cca2057fd69838625c3fe660d2ba3fbc984 SHA512 fe401303e686fb11975b71de0f84d0cdb84dc5a48e1094356d012f95d8c956ed05bd6b39bf65af924212e83c1db45bbfe556342489150bb0e10fb4c832fb6c78
24
25 diff --git a/app-editors/shed/shed-1.12.ebuild b/app-editors/shed/shed-1.12.ebuild
26 deleted file mode 100644
27 index 55cedd51227..00000000000
28 --- a/app-editors/shed/shed-1.12.ebuild
29 +++ /dev/null
30 @@ -1,20 +0,0 @@
31 -# Copyright 1999-2011 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI="4"
35 -
36 -DESCRIPTION="Simple Hex EDitor"
37 -HOMEPAGE="http://shed.sourceforge.net/"
38 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
39 -
40 -LICENSE="GPL-2"
41 -SLOT="0"
42 -KEYWORDS="amd64 ppc x86"
43 -IUSE=""
44 -
45 -RDEPEND="sys-libs/ncurses"
46 -DPEND="${RDEPEND}"
47 -
48 -src_compile() {
49 - emake AM_CFLAGS="${CFLAGS}"
50 -}