summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schwabbauer <cybersystem@gentoo.org>2002-08-12 08:44:05 +0000
committerSascha Schwabbauer <cybersystem@gentoo.org>2002-08-12 08:44:05 +0000
commit7edf233b2d7a6f7f6fd9efdd9b2cddf388e6b6db (patch)
tree5fd261ab226f9d5ea3f3e28d8c8a0bbd358b7372
parentStill workin' on my technique... adding the digest. (diff)
downloadhistorical-7edf233b2d7a6f7f6fd9efdd9b2cddf388e6b6db.tar.gz
historical-7edf233b2d7a6f7f6fd9efdd9b2cddf388e6b6db.tar.bz2
historical-7edf233b2d7a6f7f6fd9efdd9b2cddf388e6b6db.zip
updated micq to the newest version
-rw-r--r--net-im/micq/ChangeLog9
-rw-r--r--net-im/micq/files/digest-micq-0.4.9.2b1
-rw-r--r--net-im/micq/micq-0.4.9.2b.ebuild22
3 files changed, 31 insertions, 1 deletions
diff --git a/net-im/micq/ChangeLog b/net-im/micq/ChangeLog
index 946a44747bd3..4c481b278a16 100644
--- a/net-im/micq/ChangeLog
+++ b/net-im/micq/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-im/micq
# Copyright 2001-2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-im/micq/ChangeLog,v 1.1 2002/08/07 09:31:50 cybersystem Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/micq/ChangeLog,v 1.2 2002/08/12 08:44:05 cybersystem Exp $
+
+* micq-0.4.9.2b (13 August 2002)
+
+ 12 August 2002; Sascha Schwabbauer <cybersystem@gentoo.org> ChangeLog, micq-0.4.9.ebuild, files/digest-micq-0.4.9 :
+
+ Updated to the newest version..
+ Updated ebuild by Julien Gilli <jgilli@nerim.fr>..
* micq-0.4.9 (07 August 2002)
diff --git a/net-im/micq/files/digest-micq-0.4.9.2b b/net-im/micq/files/digest-micq-0.4.9.2b
new file mode 100644
index 000000000000..b5f8f5119135
--- /dev/null
+++ b/net-im/micq/files/digest-micq-0.4.9.2b
@@ -0,0 +1 @@
+MD5 78090bbda981e294718a9ed6ee8f675d micq-0.4.9.2b.tgz 470302
diff --git a/net-im/micq/micq-0.4.9.2b.ebuild b/net-im/micq/micq-0.4.9.2b.ebuild
new file mode 100644
index 000000000000..3cfd64ca602e
--- /dev/null
+++ b/net-im/micq/micq-0.4.9.2b.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/micq/micq-0.4.9.2b.ebuild,v 1.1 2002/08/12 08:44:05 cybersystem Exp $
+
+SRC_URI="ftp://micq.ukeer.de/pub/micq/source/${P}.tgz"
+DESCRIPTION="text based ICQ client with many features"
+HOMEPAGE="http://www.micq.org/"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="x86"
+
+S=${WORKDIR}/${P}
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+}