summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Verwilst <verwilst@gentoo.org>2002-10-29 17:35:35 +0000
committerBart Verwilst <verwilst@gentoo.org>2002-10-29 17:35:35 +0000
commit550623631288183a07b49f4e7f151ee041564ebf (patch)
tree47689ab3435bfbfce25ad0402111f76cd7c9d24f /net-misc/kphone
parentFix for #9793 (diff)
downloadhistorical-550623631288183a07b49f4e7f151ee041564ebf.tar.gz
historical-550623631288183a07b49f4e7f151ee041564ebf.tar.bz2
historical-550623631288183a07b49f4e7f151ee041564ebf.zip
new version
Diffstat (limited to 'net-misc/kphone')
-rw-r--r--net-misc/kphone/ChangeLog4
-rw-r--r--net-misc/kphone/files/digest-kphone-0.9.61
-rw-r--r--net-misc/kphone/files/digest-kphone-2.01
-rw-r--r--net-misc/kphone/kphone-2.0.ebuild (renamed from net-misc/kphone/kphone-0.9.6.ebuild)9
4 files changed, 10 insertions, 5 deletions
diff --git a/net-misc/kphone/ChangeLog b/net-misc/kphone/ChangeLog
index e2cc7cde8203..6d9a3de5bee0 100644
--- a/net-misc/kphone/ChangeLog
+++ b/net-misc/kphone/ChangeLog
@@ -1,6 +1,8 @@
# ChangeLog for net-misc/kphone
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/ChangeLog,v 1.2 2002/09/13 16:43:21 wmertens Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/ChangeLog,v 1.3 2002/10/29 17:35:35 verwilst Exp $
+
+*kphone-2.0 (29 Oktober 2002) Bart Verwilst <verwilst@gentoo.org>
*kphone-1.0.2 (12 September 2002)
diff --git a/net-misc/kphone/files/digest-kphone-0.9.6 b/net-misc/kphone/files/digest-kphone-0.9.6
deleted file mode 100644
index 2c415694a8e5..000000000000
--- a/net-misc/kphone/files/digest-kphone-0.9.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ac38d43191290f3afbae80df887f8e75 kphone-0.9.6.tgz 457234
diff --git a/net-misc/kphone/files/digest-kphone-2.0 b/net-misc/kphone/files/digest-kphone-2.0
new file mode 100644
index 000000000000..7bd291aa2a36
--- /dev/null
+++ b/net-misc/kphone/files/digest-kphone-2.0
@@ -0,0 +1 @@
+MD5 95388324cecc3d3494edda585dd3a4b3 kphone-2.0.tgz 420922
diff --git a/net-misc/kphone/kphone-0.9.6.ebuild b/net-misc/kphone/kphone-2.0.ebuild
index 025609100f78..3f31ff00b9f5 100644
--- a/net-misc/kphone/kphone-0.9.6.ebuild
+++ b/net-misc/kphone/kphone-2.0.ebuild
@@ -4,9 +4,12 @@
inherit kde-base || die
S="${WORKDIR}/${P}"
-need-kde 2
+need-kde 3
LICENSE="GPL-2"
DESCRIPTION="a SIP user agent for Linux, with which you can initiate VoIP connections over the Internet."
-SRC_URI="http://www.wirlab.net/kphone/kphone-0.9.6.tgz"
+SRC_URI="http://www.wirlab.net/kphone/${P}.tgz"
HOMEPAGE="http://www.wirlab.net/kphone/index.html"
-KEYWORDS="x86 sparc sparc64"
+KEYWORDS="x86"
+
+# Fix for our kde location
+myconf="$myconf --with-extra-libs=$KDEDIR/lib"