summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2007-03-11 15:40:07 +0000
committerAkinori Hattori <hattya@gentoo.org>2007-03-11 15:40:07 +0000
commit6e1b6a4b2ffc91600d3b1aabdc0401db6d46bca6 (patch)
treeb159c48c17140ddb509c83b97a84e81a4fa480de /app-editors/shed
parentnew upstream release. (diff)
downloadgentoo-2-6e1b6a4b2ffc91600d3b1aabdc0401db6d46bca6.tar.gz
gentoo-2-6e1b6a4b2ffc91600d3b1aabdc0401db6d46bca6.tar.bz2
gentoo-2-6e1b6a4b2ffc91600d3b1aabdc0401db6d46bca6.zip
cleaned out old ebuild
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-editors/shed')
-rw-r--r--app-editors/shed/ChangeLog5
-rw-r--r--app-editors/shed/files/digest-shed-1.113
-rw-r--r--app-editors/shed/shed-1.11.ebuild29
3 files changed, 3 insertions, 34 deletions
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 <hattya@gentoo.org> +shed-1.13.ebuild:
+ 11 Mar 2007; Akinori Hattori <hattya@gentoo.org> -shed-1.11.ebuild,
+ +shed-1.13.ebuild:
new upstream release.
21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> 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
-
-}