diff options
author | Jason Shoemaker <kutsuya@gentoo.org> | 2003-03-31 02:28:30 +0000 |
---|---|---|
committer | Jason Shoemaker <kutsuya@gentoo.org> | 2003-03-31 02:28:30 +0000 |
commit | 47ee12b7e45da1b2443739fe3efe335c95c09085 (patch) | |
tree | 382da76be351c8ddc761d08246fffbea70b5aa5c /net-im/micq | |
parent | marking stable on ppc (diff) | |
download | historical-47ee12b7e45da1b2443739fe3efe335c95c09085.tar.gz historical-47ee12b7e45da1b2443739fe3efe335c95c09085.tar.bz2 historical-47ee12b7e45da1b2443739fe3efe335c95c09085.zip |
Version bumped. #18096
Diffstat (limited to 'net-im/micq')
-rw-r--r-- | net-im/micq/ChangeLog | 7 | ||||
-rw-r--r-- | net-im/micq/files/digest-micq-0.4.10.2 | 1 | ||||
-rw-r--r-- | net-im/micq/micq-0.4.10.2.ebuild | 19 |
3 files changed, 26 insertions, 1 deletions
diff --git a/net-im/micq/ChangeLog b/net-im/micq/ChangeLog index f987ad5e793e..bc998f8be386 100644 --- a/net-im/micq/ChangeLog +++ b/net-im/micq/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-im/micq # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/micq/ChangeLog,v 1.10 2003/02/28 06:41:46 kutsuya Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/micq/ChangeLog,v 1.11 2003/03/31 02:28:30 kutsuya Exp $ + +*micq-0.4.10.2 (30 Mar 2003) + + 30 Mar 2003; Jason Shoemaker <kutsuya@gentoo.org> micq-0.4.10.2.ebuild: + Version bumped. Ebuild submitted by Dominik Thiel. #18096 *micq-0.4.10.1 (31 Jan 2003) diff --git a/net-im/micq/files/digest-micq-0.4.10.2 b/net-im/micq/files/digest-micq-0.4.10.2 new file mode 100644 index 000000000000..7e705deb24dd --- /dev/null +++ b/net-im/micq/files/digest-micq-0.4.10.2 @@ -0,0 +1 @@ +MD5 9fa8f58d78ff5851c7725cc56df1a003 micq-0.4.10.2.tgz 842470 diff --git a/net-im/micq/micq-0.4.10.2.ebuild b/net-im/micq/micq-0.4.10.2.ebuild new file mode 100644 index 000000000000..c14b4cbe52fd --- /dev/null +++ b/net-im/micq/micq-0.4.10.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2003 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.10.2.ebuild,v 1.1 2003/03/31 02:28:30 kutsuya Exp $ + +SRC_URI="ftp://www.micq.org/pub/micq/source/${P}.tgz + http://www.micq.org/source/${P}.tgz" +DESCRIPTION="ICQ text-mode client with many features" +HOMEPAGE="http://www.micq.org/" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="virtual/glibc" +RDEPEND="${DEPEND}" + +src_install() { + make DESTDIR=${D} install || die +} |