summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/imcom/imcom-1.30_beta7.ebuild')
-rw-r--r--net-im/imcom/imcom-1.30_beta7.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/net-im/imcom/imcom-1.30_beta7.ebuild b/net-im/imcom/imcom-1.30_beta7.ebuild
deleted file mode 100644
index 5aa5154cb720..000000000000
--- a/net-im/imcom/imcom-1.30_beta7.ebuild
+++ /dev/null
@@ -1,36 +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-1.30_beta7.ebuild,v 1.2 2003/02/13 14:10:04 vapier Exp $
-
-S=${WORKDIR}/${PN}-1.30beta7
-#SRC_URI="http://imcom.floobin.cx/files/${P}.tar.gz"
-SRC_URI="http://nafai.dyndns.org/files/imcom-betas/${PN}-1.30beta7.tar.gz"
-HOMEPAGE="http://imcom.floobin.cx"
-DESCRIPTION="Python commandline Jabber Client"
-
-DEPEND=">=dev-lang/python-2.2
- >=dev-python/PyXML-0.7"
-RDEPEND=""
-
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="~x86 ~ppc"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-}
-
-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
-
-}