summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/naim/naim-0.11.7.2.ebuild')
-rw-r--r--net-im/naim/naim-0.11.7.2.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/net-im/naim/naim-0.11.7.2.ebuild b/net-im/naim/naim-0.11.7.2.ebuild
deleted file mode 100644
index 4133a377571c..000000000000
--- a/net-im/naim/naim-0.11.7.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/naim/naim-0.11.7.2.ebuild,v 1.16 2009/05/09 20:13:29 gentoofan23 Exp $
-
-DESCRIPTION="An ncurses based AOL Instant Messenger"
-HOMEPAGE="http://naim.n.ml.org"
-SRC_URI="http://shell.n.ml.org/n/naim/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ~sparc x86"
-IUSE="debug"
-
-DEPEND=">=sys-libs/ncurses-5.2
- app-misc/screen"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- # --enable-profile
- local myconf=""
-
- use debug && myconf="${myconf} --enable-debug"
-
- econf \
- --with-pkgdocdir=/usr/share/doc/${PF} \
- --enable-detach \
- ${myconf}
- emake || die "make failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS FAQ BUGS README NEWS ChangeLog doc/*.hlp
-}