diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-30 09:25:11 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-30 09:25:11 +0000 |
commit | e3b270271258e0e61c3c4cc7939d24cc798f0a32 (patch) | |
tree | ea3571a7c6739bde646e3336a1cb8edee2bf06b8 /app-editors/vile | |
parent | Cleanup (diff) | |
download | gentoo-2-e3b270271258e0e61c3c4cc7939d24cc798f0a32.tar.gz gentoo-2-e3b270271258e0e61c3c4cc7939d24cc798f0a32.tar.bz2 gentoo-2-e3b270271258e0e61c3c4cc7939d24cc798f0a32.zip |
Cleanup
Diffstat (limited to 'app-editors/vile')
-rw-r--r-- | app-editors/vile/files/digest-vile-9.2 | 1 | ||||
-rw-r--r-- | app-editors/vile/vile-9.2.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/app-editors/vile/files/digest-vile-9.2 b/app-editors/vile/files/digest-vile-9.2 deleted file mode 100644 index 1ca7de82bff5..000000000000 --- a/app-editors/vile/files/digest-vile-9.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 92b9c329db3f6a528b3b82296714bf4c vile-9.2.tgz diff --git a/app-editors/vile/vile-9.2.ebuild b/app-editors/vile/vile-9.2.ebuild deleted file mode 100644 index 1bd2ccbaeaf9..000000000000 --- a/app-editors/vile/vile-9.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Jerry Alexandratos <jerry@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.2.ebuild,v 1.1 2000/12/22 17:11:44 jerry Exp $ - -A=${P}.tgz -S=${WORKDIR}/${P} -DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone" -SRC_URI="ftp://dickey.his.com/vile/${A}" -HOMEPAGE="http://www.clark.net/pub/dickey/vile/vile.html" - -DEPEND=">=sys-devel/perl-5.6.0 - >=sys-libs/glibc-2.1.3" - -src_compile() { - cd ${S} - try ./configure --prefix=/usr --host=${CHOST} \ - --with-perl - try make -} - -src_install () { - cd ${S} - try make DESTDIR=${D} install - - dodoc CHANGES* MANIFEST README -} |