diff options
author | Bart Verwilst <verwilst@gentoo.org> | 2002-02-09 11:47:57 +0000 |
---|---|---|
committer | Bart Verwilst <verwilst@gentoo.org> | 2002-02-09 11:47:57 +0000 |
commit | efd98231f6442529b546f519851c657c389d52d5 (patch) | |
tree | 76f7021aecd51d327158580fa3f108dc4f953913 /net-im/imcom | |
parent | update ethereal to 0.9.1 (diff) | |
download | gentoo-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/imcom')
-rw-r--r-- | net-im/imcom/imcom-0.92.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-im/imcom/imcom-0.92.ebuild b/net-im/imcom/imcom-0.92.ebuild index f689e72d279d..424a36f0e762 100644 --- a/net-im/imcom/imcom-0.92.ebuild +++ b/net-im/imcom/imcom-0.92.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later +# Distributed under the terms of the GNU General Public License v2 # Author Bart Verwilst <verwilst@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-im/imcom/imcom-0.92.ebuild,v 1.1 2002/01/26 22:51:57 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/imcom/imcom-0.92.ebuild,v 1.2 2002/02/09 11:47:57 verwilst Exp $ S=${WORKDIR}/${P} - DEPEND=">=dev-lang/python-2.2 >=dev-python/PyXML-0.7" - +SLOT="0" SRC_URI="http://imcom.floobin.cx/files/${P}.tar.gz" HOMEPAGE="http://imcom.floobin.cx" DESCRIPTION="Python commandline Jabber Client" |