summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Verwilst <verwilst@gentoo.org>2002-02-09 11:47:57 +0000
committerBart Verwilst <verwilst@gentoo.org>2002-02-09 11:47:57 +0000
commitefd98231f6442529b546f519851c657c389d52d5 (patch)
tree76f7021aecd51d327158580fa3f108dc4f953913 /net-im/caim
parentupdate ethereal to 0.9.1 (diff)
downloadgentoo-2-efd98231f6442529b546f519851c657c389d52d5.tar.gz
gentoo-2-efd98231f6442529b546f519851c657c389d52d5.tar.bz2
gentoo-2-efd98231f6442529b546f519851c657c389d52d5.zip
added SLOT to all net-im ebuilds, removed old version, and
corrected a few general bugs, like try / die and A-vars
Diffstat (limited to 'net-im/caim')
-rw-r--r--net-im/caim/caim-0.03.ebuild20
1 files changed, 10 insertions, 10 deletions
diff --git a/net-im/caim/caim-0.03.ebuild b/net-im/caim/caim-0.03.ebuild
index 5aca576bfcd2..797f36d15b2a 100644
--- a/net-im/caim/caim-0.03.ebuild
+++ b/net-im/caim/caim-0.03.ebuild
@@ -1,19 +1,19 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Ryan Tolboom <ryan@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-im/caim/caim-0.03.ebuild,v 1.2 2001/04/29 19:42:08 achim Exp $
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# Maintainer Bart Verwilst <verwilst@gentoo.org>, Author Ryan Tolboom <ryan@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/net-im/caim/caim-0.03.ebuild,v 1.3 2002/02/09 11:47:56 verwilst Exp $
-A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="A Console AIM Client"
-SRC_URI="http://www.mercyground.co.uk/${A}"
+SRC_URI="http://www.mercyground.co.uk/${P}.tar.gz"
HOMEPAGE="http://www.mercyground.co.uk"
-
-DEPEND=">=sys-libs/ncurses-5.1"
+SLOT="0"
+DEPEND="virtual/glibc
+ >=sys-libs/ncurses-5.1"
src_unpack() {
- unpack ${A}
+ unpack ${P}.tar.gz
patch -p0 < ${FILESDIR}/${PF}-gentoo.diff
cd ${S}
echo "CFLAGS += ${CFLAGS}" >> Makefile.rules
@@ -22,7 +22,7 @@ src_unpack() {
src_compile() {
- try make
+ emake || die
}