diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-05-10 09:42:30 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-05-10 09:42:30 +0000 |
commit | 19f1767aec06f3f347ae371af776c1316a14b7c0 (patch) | |
tree | e110a5f38c408bf0ae8840c22bf0ef7250b24bc1 /app-editors/zile | |
parent | Trim the ChangeLog. (diff) | |
download | gentoo-2-19f1767aec06f3f347ae371af776c1316a14b7c0.tar.gz gentoo-2-19f1767aec06f3f347ae371af776c1316a14b7c0.tar.bz2 gentoo-2-19f1767aec06f3f347ae371af776c1316a14b7c0.zip |
clean up
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-editors/zile')
-rw-r--r-- | app-editors/zile/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/zile/zile-2.2.49.ebuild | 20 | ||||
-rw-r--r-- | app-editors/zile/zile-2.2.56.ebuild | 20 |
3 files changed, 5 insertions, 41 deletions
diff --git a/app-editors/zile/ChangeLog b/app-editors/zile/ChangeLog index d1dfe2482f2c..8b24d11dbfa1 100644 --- a/app-editors/zile/ChangeLog +++ b/app-editors/zile/ChangeLog @@ -1,6 +1,10 @@ # 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.55 2008/05/10 09:05:14 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.56 2008/05/10 09:42:30 opfer Exp $ + + 10 May 2008; Christian Faulhammer <opfer@gentoo.org> -zile-2.2.49.ebuild, + -zile-2.2.56.ebuild: + clean up 10 May 2008; nixnut <nixnut@gentoo.org> zile-2.2.57.ebuild: Stable on ppc wrt bug 220523 diff --git a/app-editors/zile/zile-2.2.49.ebuild b/app-editors/zile/zile-2.2.49.ebuild deleted file mode 100644 index cab9233b5944..000000000000 --- a/app-editors/zile/zile-2.2.49.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.2.49.ebuild,v 1.6 2007/12/22 19:28:30 ulm Exp $ - -DESCRIPTION="Zile is a small Emacs clone" -HOMEPAGE="http://zile.sourceforge.net/" -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" -} diff --git a/app-editors/zile/zile-2.2.56.ebuild b/app-editors/zile/zile-2.2.56.ebuild deleted file mode 100644 index f409a86a62ab..000000000000 --- a/app-editors/zile/zile-2.2.56.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.56.ebuild,v 1.6 2008/03/27 17:13:13 nixnut Exp $ - -DESCRIPTION="Zile is a small Emacs clone" -HOMEPAGE="http://zile.sourceforge.net/" -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" -} |