diff options
Diffstat (limited to 'app-editors/zoinks/zoinks-0.3.6.ebuild')
-rw-r--r-- | app-editors/zoinks/zoinks-0.3.6.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/app-editors/zoinks/zoinks-0.3.6.ebuild b/app-editors/zoinks/zoinks-0.3.6.ebuild deleted file mode 100644 index f10dfcf6ee41..000000000000 --- a/app-editors/zoinks/zoinks-0.3.6.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zoinks/zoinks-0.3.6.ebuild,v 1.2 2003/11/18 00:13:42 genone Exp $ - -DESCRIPTION="Zoinks is a programmer's text editor and development environment" -HOMEPAGE="http://zoinks.mikelockwood.com/" -SRC_URI="http://zoinks.mikelockwood.com/download/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="nls imlib" -DEPEND="nls? ( sys-devel/gettext ) - imlib? ( media-libs/imlib ) - x11-base/xfree" - -src_compile() { - local myconf - myconf="${myconf} `use_enable nls`" - myconf="${myconf} `use_with imlib`" - econf ${myconf} || die - emake || die -} - -src_install() { - einstall || die - dodoc README INSTALL COPYING AUTHORS NEWS ChangeLog -} - |