diff options
author | Michael Imhof <tantive@gentoo.org> | 2004-03-11 23:49:13 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2004-03-11 23:49:13 +0000 |
commit | 171d853a2036e2c119eb74e63e92258200953143 (patch) | |
tree | a12251bff1c103f29d750406bc3cc320cb235444 /net-misc | |
parent | fix gtk+ dep and bump various old versions to stable (diff) | |
download | historical-171d853a2036e2c119eb74e63e92258200953143.tar.gz historical-171d853a2036e2c119eb74e63e92258200953143.tar.bz2 historical-171d853a2036e2c119eb74e63e92258200953143.zip |
Version bumped. Closes #41318, #43818.
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/kphone/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/kphone/Manifest | 10 | ||||
-rw-r--r-- | net-misc/kphone/files/digest-kphone-4.0.1 | 1 | ||||
-rw-r--r-- | net-misc/kphone/kphone-4.0.1.ebuild | 19 |
4 files changed, 33 insertions, 6 deletions
diff --git a/net-misc/kphone/ChangeLog b/net-misc/kphone/ChangeLog index fdef9cdf93fa..83ef6c949e2a 100644 --- a/net-misc/kphone/ChangeLog +++ b/net-misc/kphone/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/kphone -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/ChangeLog,v 1.10 2004/01/07 09:38:19 aliz Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/ChangeLog,v 1.11 2004/03/11 23:49:13 tantive Exp $ + +*kphone-4.0.1 (12 Mar 2004) + + 12 Mar 2004; Michael Imhof <tantive@gentoo.org> kphone-4.0.1.ebuild: + Version bumped. Closes #41318, #43818. *kphone-3.14 (07 Jan 2004) diff --git a/net-misc/kphone/Manifest b/net-misc/kphone/Manifest index 37f1907fc16c..633a7d208a0c 100644 --- a/net-misc/kphone/Manifest +++ b/net-misc/kphone/Manifest @@ -1,9 +1,11 @@ +MD5 64a853b2ecd80e7ab13141095c55ba75 kphone-4.0.1.ebuild 657 MD5 ea81e72a5d42f5f880f8ceedb4819146 kphone-2.0.ebuild 585 +MD5 9b89b5d156f2ce1fa51b53503ea3a712 ChangeLog 1495 MD5 76943be3a1921db7aa7c916d3271a30f kphone-3.14.ebuild 572 -MD5 d595fb8a319e5c56531d97c335099ff5 kphone-3.11.ebuild 566 -MD5 231f6e4f0b3bb19ffd03744837a05191 ChangeLog 1350 MD5 50741e7de1f3d9825324e015cff3a71c kphone-1.0.2.ebuild 608 -MD5 0fb25a2f583e068ab7827040cd84315d files/digest-kphone-3.11 60 -MD5 84d8ef8141c51c1afe66845ca75d6afb files/digest-kphone-3.14 60 +MD5 d595fb8a319e5c56531d97c335099ff5 kphone-3.11.ebuild 566 MD5 3fad7dcc411c253db2646b76d36b81ad files/digest-kphone-1.0.2 61 +MD5 d791e412c07ec88da417b2d5737596c4 files/digest-kphone-4.0.1 61 MD5 5f6ca92900ebcef0d1b72a6bf54c4922 files/digest-kphone-2.0 59 +MD5 84d8ef8141c51c1afe66845ca75d6afb files/digest-kphone-3.14 60 +MD5 0fb25a2f583e068ab7827040cd84315d files/digest-kphone-3.11 60 diff --git a/net-misc/kphone/files/digest-kphone-4.0.1 b/net-misc/kphone/files/digest-kphone-4.0.1 new file mode 100644 index 000000000000..e30bd0b4a22a --- /dev/null +++ b/net-misc/kphone/files/digest-kphone-4.0.1 @@ -0,0 +1 @@ +MD5 0f8dae2f1b2cd8290e857881eeef5b3d kphone-4.0.1.tgz 223455 diff --git a/net-misc/kphone/kphone-4.0.1.ebuild b/net-misc/kphone/kphone-4.0.1.ebuild new file mode 100644 index 000000000000..19f64d5681ec --- /dev/null +++ b/net-misc/kphone/kphone-4.0.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/kphone-4.0.1.ebuild,v 1.1 2004/03/11 23:49:13 tantive Exp $ + +inherit kde-base + +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/${P}.tgz" +HOMEPAGE="http://www.wirlab.net/kphone/index.html" +KEYWORDS="~x86 ~amd64" + +src_compile(){ +# Fix for our kde location +myconf="$myconf --with-extra-libs=$KDEDIR/lib --datadir=${D}/usr/share --prefix=${D}/usr" +econf ${myconf} +emake +}
\ No newline at end of file |