From 6bf71bffa23bcac0422ec214ff4f85852acf5a07 Mon Sep 17 00:00:00 2001 From: Akinori Hattori Date: Sun, 11 Mar 2007 15:40:07 +0000 Subject: [PATCH] cleaned out old ebuild Package-Manager: portage-2.1.2.2 --- app-editors/shed/ChangeLog | 5 +++-- app-editors/shed/files/digest-shed-1.11 | 3 --- app-editors/shed/shed-1.11.ebuild | 29 ------------------------- 3 files changed, 3 insertions(+), 34 deletions(-) delete mode 100644 app-editors/shed/files/digest-shed-1.11 delete mode 100644 app-editors/shed/shed-1.11.ebuild diff --git a/app-editors/shed/ChangeLog b/app-editors/shed/ChangeLog index 4b8c071d9f4f..79eed043f60b 100644 --- a/app-editors/shed/ChangeLog +++ b/app-editors/shed/ChangeLog @@ -1,10 +1,11 @@ # ChangeLog for app-editors/shed # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/shed/ChangeLog,v 1.17 2007/03/11 15:36:33 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/shed/ChangeLog,v 1.18 2007/03/11 15:40:07 hattya Exp $ *shed-1.13 (11 Mar 2007) - 11 Mar 2007; Akinori Hattori +shed-1.13.ebuild: + 11 Mar 2007; Akinori Hattori -shed-1.11.ebuild, + +shed-1.13.ebuild: new upstream release. 21 Feb 2007; Piotr Jaroszyński ChangeLog: diff --git a/app-editors/shed/files/digest-shed-1.11 b/app-editors/shed/files/digest-shed-1.11 deleted file mode 100644 index 956725935cea..000000000000 --- a/app-editors/shed/files/digest-shed-1.11 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 07a38e70eeb84edf727e7dd0fa10b26c shed-1.11.tar.gz 57101 -RMD160 3b59fc4e883f8aad236a883bbb69f78ac9b54b26 shed-1.11.tar.gz 57101 -SHA256 3a196090595110da868ac43e7c4015cba374347631d8f37a9cfd1632502d5c60 shed-1.11.tar.gz 57101 diff --git a/app-editors/shed/shed-1.11.ebuild b/app-editors/shed/shed-1.11.ebuild deleted file mode 100644 index 7149cdf96ee6..000000000000 --- a/app-editors/shed/shed-1.11.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/shed/shed-1.11.ebuild,v 1.10 2006/07/12 11:54:59 hattya Exp $ - -IUSE="" - -DESCRIPTION="Simple Hex EDitor" -HOMEPAGE="http://shed.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="amd64 ppc ~ppc-macos x86" -SLOT="0" - -DEPEND=">=sys-libs/ncurses-5.3" - -src_compile() { - - econf || die - emake AM_CFLAGS="${CFLAGS}" || die - -} - -src_install() { - - emake DESTDIR="${D}" install || die - dodoc AUTHORS BUGS ChangeLog README TODO - -} -- 2.26.2