summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-04-14 09:35:57 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-04-14 09:35:57 +0000
commitef94a2bac5e23e003a9aed61f94612472b4c14d7 (patch)
tree803bda428462fdccad1121473af997711453cc84 /net-im/curphoo
parentStable on alpha. (diff)
downloadhistorical-ef94a2bac5e23e003a9aed61f94612472b4c14d7.tar.gz
historical-ef94a2bac5e23e003a9aed61f94612472b4c14d7.tar.bz2
historical-ef94a2bac5e23e003a9aed61f94612472b4c14d7.zip
Numerous small fixes, see ChangeLogs for details.
Diffstat (limited to 'net-im/curphoo')
-rw-r--r--net-im/curphoo/ChangeLog5
-rw-r--r--net-im/curphoo/curphoo-0.3.11.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/net-im/curphoo/ChangeLog b/net-im/curphoo/ChangeLog
index 0db7240f8ac8..416731741294 100644
--- a/net-im/curphoo/ChangeLog
+++ b/net-im/curphoo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-im/curphoo
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/curphoo/ChangeLog,v 1.5 2004/03/23 18:50:34 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/curphoo/ChangeLog,v 1.6 2004/04/14 09:35:57 aliz Exp $
+
+ 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> curphoo-0.3.11.ebuild:
+ Added IUSE=, removed S=.
23 Mar 2004; Martin Holzer <mholzer@gentoo.org> curphoo-0.3.11.ebuild:
fixing depend qa issue. see 45343.
diff --git a/net-im/curphoo/curphoo-0.3.11.ebuild b/net-im/curphoo/curphoo-0.3.11.ebuild
index 8acdfcac57cb..f816af860dcc 100644
--- a/net-im/curphoo/curphoo-0.3.11.ebuild
+++ b/net-im/curphoo/curphoo-0.3.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/curphoo/curphoo-0.3.11.ebuild,v 1.2 2004/03/23 18:50:34 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/curphoo/curphoo-0.3.11.ebuild,v 1.3 2004/04/14 09:35:57 aliz Exp $
DESCRIPTION="Curphoo is a console Yahoo! Chat client written in Python"
HOMEPAGE="http://savannah.nongnu.org/projects/curphoo/"
@@ -8,6 +8,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 sparc "
+IUSE=""
DEPEND="virtual/glibc >=dev-lang/python-2.1 >=sys-libs/ncurses-5.2"