summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Raschbacher <lordvan@gentoo.org>2004-01-13 17:19:33 +0000
committerThomas Raschbacher <lordvan@gentoo.org>2004-01-13 17:19:33 +0000
commit8bcecc9605f12e7186a53c566fcfa365a271cd23 (patch)
treec756f64419a271965a3a024e542cd955fdda6d3d /net-im/imcom
parentversion bump (diff)
downloadgentoo-2-8bcecc9605f12e7186a53c566fcfa365a271cd23.tar.gz
gentoo-2-8bcecc9605f12e7186a53c566fcfa365a271cd23.tar.bz2
gentoo-2-8bcecc9605f12e7186a53c566fcfa365a271cd23.zip
version bump
Diffstat (limited to 'net-im/imcom')
-rw-r--r--net-im/imcom/ChangeLog6
-rw-r--r--net-im/imcom/Manifest4
-rw-r--r--net-im/imcom/files/digest-imcom-1.321
-rw-r--r--net-im/imcom/imcom-1.32.ebuild31
4 files changed, 39 insertions, 3 deletions
diff --git a/net-im/imcom/ChangeLog b/net-im/imcom/ChangeLog
index 232d11c88049..d9edb7edf94d 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.11 2003/10/20 08:09:30 lordvan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/imcom/ChangeLog,v 1.12 2004/01/13 17:19:17 lordvan Exp $
+*imcom-1.32 (13 Jan 2003)
+ 13 Jan 2003; Thomas Raschbacher <lordvan@gentoo.org> imcom-1.32.ebuild:
+ version bump
+
*imcom-1.31 (21 Aug 2003)
21 Aug 2003; Thomas Raschbacher <lordvan@gentoo.org> imcom-1.31.ebuild:
new version
diff --git a/net-im/imcom/Manifest b/net-im/imcom/Manifest
index 81c4db6793a8..001436ea0f93 100644
--- a/net-im/imcom/Manifest
+++ b/net-im/imcom/Manifest
@@ -1,8 +1,8 @@
MD5 23302197bd0e0c3901dd1ceedaa4dfe7 imcom-1.31.ebuild 925
MD5 485d094514364b73f811c24a830c1fda imcom-0.95.ebuild 783
MD5 d85cb3cf5827b8c39af3bec40d6611eb imcom-1.31-r1.ebuild 897
-MD5 23302197bd0e0c3901dd1ceedaa4dfe7 imcom-1.32.ebuild 925
-MD5 a1feb15dbe3f0866d0bdc7791ed90ba6 ChangeLog 2020
+MD5 c4256aa68c37c5a908784cb205bcd3b6 imcom-1.32.ebuild 894
+MD5 d8ea71a4d0722ff413a0fbeb8c361f87 ChangeLog 2136
MD5 1cba1b4de0a2f189931b618d764daa74 metadata.xml 404
MD5 2728c9cb165a176d49822b58ddd6825b files/digest-imcom-1.31-r1 62
MD5 3034003b5e28e3d66787f708dbc8dec6 files/Makefile-1.31 1308
diff --git a/net-im/imcom/files/digest-imcom-1.32 b/net-im/imcom/files/digest-imcom-1.32
new file mode 100644
index 000000000000..9c33c528aaa0
--- /dev/null
+++ b/net-im/imcom/files/digest-imcom-1.32
@@ -0,0 +1 @@
+MD5 fad725be0e61f9227d0181409ba8bc06 imcom-1.32.tar.gz 280507
diff --git a/net-im/imcom/imcom-1.32.ebuild b/net-im/imcom/imcom-1.32.ebuild
new file mode 100644
index 000000000000..f480da6643f6
--- /dev/null
+++ b/net-im/imcom/imcom-1.32.ebuild
@@ -0,0 +1,31 @@
+# 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.32.ebuild,v 1.1 2004/01/13 17:19:17 lordvan Exp $
+
+MYVER=${PV}
+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="${DEPEND}"
+
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="x86 ~ppc"
+IUSE=""
+
+src_compile() {
+ ./configure --prefix=/usr || die "configure failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ dodoc CONTRIBUTORS LICENSE README* TODO WHATSNEW docs/CHANGELOG
+ dohtml docs/*.html docs/*.png docs/*.jpg docs/*.css
+ doman docs/imcom.1
+ make prefix=${D}/usr install-bin
+}