summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorThomas Raschbacher <lordvan@gentoo.org>2003-05-21 04:52:29 +0000
committerThomas Raschbacher <lordvan@gentoo.org>2003-05-21 04:52:29 +0000
commitec023a7b4108f14ba44c90e53f070885e4081c12 (patch)
tree7c29fbf334b8b4aeff5ad2dd74b84988c0c355c8 /net-im
parentfix manifest (diff)
downloadhistorical-ec023a7b4108f14ba44c90e53f070885e4081c12.tar.gz
historical-ec023a7b4108f14ba44c90e53f070885e4081c12.tar.bz2
historical-ec023a7b4108f14ba44c90e53f070885e4081c12.zip
new version+removing old betas
Diffstat (limited to 'net-im')
-rw-r--r--net-im/imcom/ChangeLog6
-rw-r--r--net-im/imcom/files/digest-imcom-1.30_beta91
-rw-r--r--net-im/imcom/imcom-1.30_beta9.ebuild39
3 files changed, 45 insertions, 1 deletions
diff --git a/net-im/imcom/ChangeLog b/net-im/imcom/ChangeLog
index e6ed6eba4a92..327a3efbc32a 100644
--- a/net-im/imcom/ChangeLog
+++ b/net-im/imcom/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for net-im/imcom
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/imcom/ChangeLog,v 1.7 2003/03/31 09:09:22 lordvan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/imcom/ChangeLog,v 1.8 2003/05/21 04:52:29 lordvan Exp $
+*imcom-1.30_beta9 (21 May 2003)
+ 21 May 2003; Thomas Raschbacher <lordvan@gentoo.org> imcom-1.30_beta9.ebuild:
+ new version + removed old betas
+
*imcom-1.30_beta8 (31 MAr 2003)
31 Mar 2003; Thomas Raschbacher <lordvan@gentoo.org> imcom-1.30_beta8.ebuild:
new version
diff --git a/net-im/imcom/files/digest-imcom-1.30_beta9 b/net-im/imcom/files/digest-imcom-1.30_beta9
new file mode 100644
index 000000000000..052da8a5670c
--- /dev/null
+++ b/net-im/imcom/files/digest-imcom-1.30_beta9
@@ -0,0 +1 @@
+MD5 32110b6e7aca090de38635ecba43b85c imcom-1.30beta9.tar.gz 300274
diff --git a/net-im/imcom/imcom-1.30_beta9.ebuild b/net-im/imcom/imcom-1.30_beta9.ebuild
new file mode 100644
index 000000000000..5d81d2a7daaf
--- /dev/null
+++ b/net-im/imcom/imcom-1.30_beta9.ebuild
@@ -0,0 +1,39 @@
+# 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_beta9.ebuild,v 1.1 2003/05/21 04:52:29 lordvan Exp $
+
+MYVER=1.30beta9
+S=${WORKDIR}/${PN}-${MYVER}
+#SRC_URI="http://imcom.floobin.cx/files/${P}.tar.gz"
+SRC_URI="http://nafai.dyndns.org/files/imcom-betas/${PN}-${MYVER}.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_compile() {
+ ./configure --prefix=/usr || die "configure failed"
+ #make
+ # fixing it ..
+ cp ${FILESDIR}/Makefile-1.30_beta8 ${S}/Makefile
+ pwd
+ make
+}
+
+src_install() {
+ dodoc AutoStatus.API CONTRIBUTORS LICENSE README* TODO WHATSNEW
+ dodoc docs/*
+ make MYVER=${MYVER} DESTDIR=${D} install
+}