diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-03-27 12:42:12 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-03-27 12:42:12 +0000 |
commit | 9181924513a53a1dfbf7884d6df75f790b70f6ed (patch) | |
tree | a3321fd50b88c21ff8df1916433ac07f398aac28 /app-editors/cooledit | |
parent | old (diff) | |
download | gentoo-2-9181924513a53a1dfbf7884d6df75f790b70f6ed.tar.gz gentoo-2-9181924513a53a1dfbf7884d6df75f790b70f6ed.tar.bz2 gentoo-2-9181924513a53a1dfbf7884d6df75f790b70f6ed.zip |
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-editors/cooledit')
-rw-r--r-- | app-editors/cooledit/cooledit-3.17.12.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/app-editors/cooledit/cooledit-3.17.12.ebuild b/app-editors/cooledit/cooledit-3.17.12.ebuild deleted file mode 100644 index 3e52b17eef4b..000000000000 --- a/app-editors/cooledit/cooledit-3.17.12.ebuild +++ /dev/null @@ -1,28 +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/cooledit/cooledit-3.17.12.ebuild,v 1.12 2008/01/11 20:42:02 grobian Exp $ - -IUSE="nls spell" - -DESCRIPTION="Cooledit is a full featured multiple window text editor" -HOMEPAGE="http://freshmeat.net/projects/cooledit/" -SRC_URI="ftp://ftp.ibiblio.org/pub/Linux/apps/editors/X/cooledit/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" - -RDEPEND="x11-libs/libX11 - app-text/ispell" -DEPEND="${RDEPEND} - x11-libs/libXpm" - -src_compile() { - # Fix for bug 40152 (04 Feb 2004 agriffis) - addwrite /dev/ptym/clone:/dev/ptmx - econf $(use_enable nls) - emake || die "emake failed" -} - -src_install() { - make install DESTDIR=${D} || die "install failed" -} |