summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-07-14 06:37:01 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-07-14 06:37:01 +0000
commitce6acfb2e0cc7936fc9fbd64ccea1fc312b97dec (patch)
tree1504ba5f7b69008f32874c50dfd98fe0a7432a82 /net-misc/ytalk
parentdon't assign default to S; IUSE; tidy (diff)
downloadhistorical-ce6acfb2e0cc7936fc9fbd64ccea1fc312b97dec.tar.gz
historical-ce6acfb2e0cc7936fc9fbd64ccea1fc312b97dec.tar.bz2
historical-ce6acfb2e0cc7936fc9fbd64ccea1fc312b97dec.zip
don't assign default to S; tidy
Diffstat (limited to 'net-misc/ytalk')
-rw-r--r--net-misc/ytalk/ytalk-3.1.1.ebuild18
1 files changed, 5 insertions, 13 deletions
diff --git a/net-misc/ytalk/ytalk-3.1.1.ebuild b/net-misc/ytalk/ytalk-3.1.1.ebuild
index f92436ad3f8c..f299cb1a578a 100644
--- a/net-misc/ytalk/ytalk-3.1.1.ebuild
+++ b/net-misc/ytalk/ytalk-3.1.1.ebuild
@@ -1,24 +1,21 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ytalk/ytalk-3.1.1.ebuild,v 1.16 2004/07/01 22:13:12 squinky86 Exp $
-
-IUSE="X"
-
-S=${WORKDIR}/${P}
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ytalk/ytalk-3.1.1.ebuild,v 1.17 2004/07/14 06:34:33 mr_bones_ Exp $
DESCRIPTION="Multi-user replacement for UNIX talk"
-SRC_URI="http://www.iagora.com/~espel/ytalk/${P}.tar.gz"
HOMEPAGE="http://www.iagora.com/~espel/ytalk/ytalk.html"
-KEYWORDS="x86 sparc ppc alpha"
+SRC_URI="http://www.iagora.com/~espel/ytalk/${P}.tar.gz"
+
LICENSE="freedist"
SLOT="0"
+KEYWORDS="x86 sparc ppc alpha"
+IUSE="X"
DEPEND="virtual/libc
>=sys-libs/ncurses-5.2
X? ( virtual/x11 )"
src_compile() {
-
local myconf=""
use X || myconf="$myconf --without-x" #default enabled
@@ -33,11 +30,9 @@ src_compile() {
|| die "./configure failed"
emake || die "Parallel Make Failed"
-
}
src_install() {
-
make \
prefix=${D}/usr \
sysconfdir=${D}/etc \
@@ -47,7 +42,4 @@ src_install() {
install || die "Installation Failed"
dodoc BUGS ChangeLog INSTALL README README.old
-
}
-
-