summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-05-31 22:12:04 +0000
committerMike Frysinger <vapier@gentoo.org>2004-05-31 22:12:04 +0000
commit85bf0780b54b0388919f656d5d2475ac8dfbfc7d (patch)
tree5462eacfdcae74754e7ca88e02f792ab14b385f0 /app-editors/zile
parentversion bump, first gpg-signed package ;) (Manifest recommit) (diff)
downloadgentoo-2-85bf0780b54b0388919f656d5d2475ac8dfbfc7d.tar.gz
gentoo-2-85bf0780b54b0388919f656d5d2475ac8dfbfc7d.tar.bz2
gentoo-2-85bf0780b54b0388919f656d5d2475ac8dfbfc7d.zip
dont install uselss COPYING file and fix other stuff while i'm at it
Diffstat (limited to 'app-editors/zile')
-rw-r--r--app-editors/zile/zile-1.7_beta3.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/app-editors/zile/zile-1.7_beta3.ebuild b/app-editors/zile/zile-1.7_beta3.ebuild
index af36dd6b220d..f8eb7da73175 100644
--- a/app-editors/zile/zile-1.7_beta3.ebuild
+++ b/app-editors/zile/zile-1.7_beta3.ebuild
@@ -1,18 +1,16 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-1.7_beta3.ebuild,v 1.1 2004/05/22 15:48:53 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-1.7_beta3.ebuild,v 1.2 2004/05/31 22:12:04 vapier Exp $
-IUSE=""
MY_P="${P/_beta/-b}"
-
DESCRIPTION="tiny emacs clone"
HOMEPAGE="http://zile.sourceforge.net/"
SRC_URI="mirror://sourceforge/zile/${MY_P}.tar.gz"
-RESTRICT="nomirror"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~alpha -ppc"
+IUSE=""
RDEPEND=">=sys-libs/ncurses-5.2"
DEPEND=">=dev-util/gperf-2.7.2
@@ -39,5 +37,5 @@ src_install() {
-DEXPRESERVE=\\\"/var/lib/expreserve\\\"" \
install || die
- dodoc AUTHORS COPYING HISTORY KNOWNBUGS NEWS README* TODO
+ dodoc AUTHORS HISTORY KNOWNBUGS NEWS README* TODO
}