summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/imcom/imcom-0.92.ebuild')
-rw-r--r--net-im/imcom/imcom-0.92.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/net-im/imcom/imcom-0.92.ebuild b/net-im/imcom/imcom-0.92.ebuild
deleted file mode 100644
index a2b74b0da5e8..000000000000
--- a/net-im/imcom/imcom-0.92.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/imcom/imcom-0.92.ebuild,v 1.5 2003/02/13 14:09:48 vapier Exp $
-
-S=${WORKDIR}/${P}
-SRC_URI="http://imcom.floobin.cx/files/${P}.tar.gz"
-HOMEPAGE="http://imcom.floobin.cx"
-DESCRIPTION="Python commandline Jabber Client"
-
-DEPEND=">=dev-lang/python-2.2
- >=dev-python/PyXML-0.7"
-
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="x86"
-
-src_install() {
-
- dodir /usr/bin
- dodir /usr/share/imcom
- dodoc AutoStatus.API CONTRIBUTORS LICENSE README* TODO WHATSNEW
- dodoc docs/*
- cp *.py ${D}/usr/share/imcom
- mv imcom imcom.orig
- sed -e 's:/usr/local/share:/usr/share:' imcom.orig | cat > imcom
- chmod 755 imcom
- dobin imcom
-
-}