summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2020-01-09 23:06:06 +0900
committerAkinori Hattori <hattya@gentoo.org>2020-01-09 23:06:06 +0900
commit58c888fb388f410e5572c777e8932cf1ddb0fca2 (patch)
tree5cc86dcf336a92ac0c99dd9c6b835ffccb058db0 /app-editors
parentx11-terms/mlterm: new upstream release (diff)
downloadgentoo-58c888fb388f410e5572c777e8932cf1ddb0fca2.tar.gz
gentoo-58c888fb388f410e5572c777e8932cf1ddb0fca2.tar.bz2
gentoo-58c888fb388f410e5572c777e8932cf1ddb0fca2.zip
app-editors/shed: drop old
Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/shed/Manifest1
-rw-r--r--app-editors/shed/shed-1.12.ebuild20
2 files changed, 0 insertions, 21 deletions
diff --git a/app-editors/shed/Manifest b/app-editors/shed/Manifest
index 70d5a55ce802..5250ae6ee2e8 100644
--- a/app-editors/shed/Manifest
+++ b/app-editors/shed/Manifest
@@ -1,2 +1 @@
-DIST shed-1.12.tar.gz 57934 BLAKE2B 33c6096b60142e3a893827b68dc81cca03b53e0d558041d7042cd0e32450b1c5898218c9141683dbd50e49d6e03c8f0cc4090146de4762fedc22157c1d4d3914 SHA512 f668245478b88e74911a5f6bc13629b1be9412056bfb42860554979904451b20cb468ae7a9b2daa8bea83d7f78d3d0c016170767dd80f0a93ba140a51ad02097
DIST shed-1.15.tar.gz 87777 BLAKE2B 7c23f01e649de6ad15b870ef3786bd1747b6ab765f19a748d08bad878325f11e38483b957ed6a791ae4a7de752e96cca2057fd69838625c3fe660d2ba3fbc984 SHA512 fe401303e686fb11975b71de0f84d0cdb84dc5a48e1094356d012f95d8c956ed05bd6b39bf65af924212e83c1db45bbfe556342489150bb0e10fb4c832fb6c78
diff --git a/app-editors/shed/shed-1.12.ebuild b/app-editors/shed/shed-1.12.ebuild
deleted file mode 100644
index 55cedd512278..000000000000
--- a/app-editors/shed/shed-1.12.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-DESCRIPTION="Simple Hex EDitor"
-HOMEPAGE="http://shed.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="sys-libs/ncurses"
-DPEND="${RDEPEND}"
-
-src_compile() {
- emake AM_CFLAGS="${CFLAGS}"
-}