diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-01-18 21:53:07 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-01-18 21:53:07 +0000 |
commit | 1a2635388adf61e5d99017a22302788e5839445e (patch) | |
tree | 8a5dd1cc2a3c1683e05d61de3b24c6ad005125d7 /net-im/micq | |
parent | Version bumped. Closing bug #38510 (diff) | |
download | historical-1a2635388adf61e5d99017a22302788e5839445e.tar.gz historical-1a2635388adf61e5d99017a22302788e5839445e.tar.bz2 historical-1a2635388adf61e5d99017a22302788e5839445e.zip |
Version bumped. Closing bug #38510
Diffstat (limited to 'net-im/micq')
-rw-r--r-- | net-im/micq/Manifest | 8 | ||||
-rw-r--r-- | net-im/micq/files/digest-micq-0.4.10.1 | 1 | ||||
-rw-r--r-- | net-im/micq/files/digest-micq-0.4.10.2 | 1 | ||||
-rw-r--r-- | net-im/micq/files/digest-micq-0.4.11 | 1 | ||||
-rw-r--r-- | net-im/micq/micq-0.4.10.1.ebuild | 19 | ||||
-rw-r--r-- | net-im/micq/micq-0.4.10.2.ebuild | 19 | ||||
-rw-r--r-- | net-im/micq/micq-0.4.11.ebuild | 32 |
7 files changed, 35 insertions, 46 deletions
diff --git a/net-im/micq/Manifest b/net-im/micq/Manifest index 8b893c619c68..b0fda8d8d695 100644 --- a/net-im/micq/Manifest +++ b/net-im/micq/Manifest @@ -1,12 +1,8 @@ MD5 767ff19edb212244aa52c210d3b63007 micq-0.4.10.5.ebuild 770 -MD5 ea8fb27e2bbede63cdc96beff4f0e08a micq-0.4.10.2.ebuild 548 MD5 ab8cd3d852c6e2c953fa0be403aed87d micq-0.4.9.4.ebuild 518 -MD5 b519f882471fca275e1efe7fa0c79465 ChangeLog 1810 +MD5 5144073b49712fc013c102d37f52cc03 ChangeLog 1945 MD5 a574ec2607edf5e80117d65415e01d3c metadata.xml 159 -MD5 2424e4fa88595205705b08dba5863be6 micq-0.4.10.1.ebuild 548 -MD5 767ff19edb212244aa52c210d3b63007 micq-0.4.11.ebuild 770 +MD5 005a7b80522f202e68030b84b5463256 micq-0.4.11.ebuild 770 MD5 82dbf8f6ec723eff4d37d7f0c19bc6c0 files/digest-micq-0.4.9.4 61 -MD5 2b2a5c4a5704f7286fd044272b45d265 files/digest-micq-0.4.10.1 62 -MD5 f533c4ed6d83ef2f9a113a88d970cb9a files/digest-micq-0.4.10.2 62 MD5 946228a0d08f1fbdb1c6706069e5c653 files/digest-micq-0.4.10.5 62 MD5 8c379657f8fc6e6260fb558761b7c5ba files/digest-micq-0.4.11 60 diff --git a/net-im/micq/files/digest-micq-0.4.10.1 b/net-im/micq/files/digest-micq-0.4.10.1 deleted file mode 100644 index ff3084772221..000000000000 --- a/net-im/micq/files/digest-micq-0.4.10.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 c0c84ed9b5df0d9ced060a9eed11d36b micq-0.4.10.1.tgz 792832 diff --git a/net-im/micq/files/digest-micq-0.4.10.2 b/net-im/micq/files/digest-micq-0.4.10.2 deleted file mode 100644 index 7e705deb24dd..000000000000 --- a/net-im/micq/files/digest-micq-0.4.10.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 9fa8f58d78ff5851c7725cc56df1a003 micq-0.4.10.2.tgz 842470 diff --git a/net-im/micq/files/digest-micq-0.4.11 b/net-im/micq/files/digest-micq-0.4.11 new file mode 100644 index 000000000000..47f5ba1a6ebe --- /dev/null +++ b/net-im/micq/files/digest-micq-0.4.11 @@ -0,0 +1 @@ +MD5 0b65627e488dd24803e16f060c880734 micq-0.4.11.tgz 933090 diff --git a/net-im/micq/micq-0.4.10.1.ebuild b/net-im/micq/micq-0.4.10.1.ebuild deleted file mode 100644 index 9770eb46802d..000000000000 --- a/net-im/micq/micq-0.4.10.1.ebuild +++ /dev/null @@ -1,19 +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/micq/micq-0.4.10.1.ebuild,v 1.3 2003/09/05 23:58:58 msterret 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 -} diff --git a/net-im/micq/micq-0.4.10.2.ebuild b/net-im/micq/micq-0.4.10.2.ebuild deleted file mode 100644 index 766464b16d4f..000000000000 --- a/net-im/micq/micq-0.4.10.2.ebuild +++ /dev/null @@ -1,19 +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/micq/micq-0.4.10.2.ebuild,v 1.3 2003/09/05 23:58:58 msterret 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 -} diff --git a/net-im/micq/micq-0.4.11.ebuild b/net-im/micq/micq-0.4.11.ebuild new file mode 100644 index 000000000000..79117f08ba81 --- /dev/null +++ b/net-im/micq/micq-0.4.11.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2004 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.11.ebuild,v 1.1 2004/01/18 21:52:58 usata Exp $ + +IUSE="tcltk ssl" + +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 ~alpha" +DEPEND="virtual/glibc + ssl? ( >=net-libs/gnutls-0.8.10 + dev-libs/openssl )" + +src_compile() { + + econf `use_enable tcltk tcl` \ + `use_enable ssl` \ + || die "econf failed" + emake || die +} + +src_install() { + + make DESTDIR=${D} install || die + + dodoc COPYING AUTHORS ChangeLog FAQ INSTALL NEWS README TODO +} |