diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-06-16 21:33:14 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-06-16 21:33:14 +0000 |
commit | b97db6899ff316845520930fc4998598585c2103 (patch) | |
tree | 7ea4ecba3576ae6903c7e9d7369727feffeddd81 /app-editors | |
parent | old (diff) | |
download | gentoo-2-b97db6899ff316845520930fc4998598585c2103.tar.gz gentoo-2-b97db6899ff316845520930fc4998598585c2103.tar.bz2 gentoo-2-b97db6899ff316845520930fc4998598585c2103.zip |
clean up
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/zile/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/zile/zile-2.2.57.ebuild | 20 |
2 files changed, 4 insertions, 21 deletions
diff --git a/app-editors/zile/ChangeLog b/app-editors/zile/ChangeLog index 5dc0fb3cc7e4..bf6049a6a575 100644 --- a/app-editors/zile/ChangeLog +++ b/app-editors/zile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/zile # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.62 2008/06/16 17:28:00 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.63 2008/06/16 21:33:14 opfer Exp $ + + 16 Jun 2008; Christian Faulhammer <opfer@gentoo.org> -zile-2.2.57.ebuild: + clean up 16 Jun 2008; Friedrich Oslage <bluebird@gentoo.org> zile-2.2.59.ebuild: stable on sparc, bug #226741 diff --git a/app-editors/zile/zile-2.2.57.ebuild b/app-editors/zile/zile-2.2.57.ebuild deleted file mode 100644 index 2e486ad5ab9a..000000000000 --- a/app-editors/zile/zile-2.2.57.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.2.57.ebuild,v 1.5 2008/05/14 11:12:15 ulm Exp $ - -DESCRIPTION="Zile is a small Emacs clone" -HOMEPAGE="http://www.gnu.org/software/zile/" -SRC_URI="mirror://sourceforge/zile/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ppc sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="" - -DEPEND="sys-libs/ncurses - >=sys-apps/texinfo-4.3" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS NEWS README THANKS || die "dodoc failed" -} |