diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-07 09:38:28 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-07 09:38:28 +0000 |
commit | 609f1b3598cfdd3a3a523d87416266fe1f15eb38 (patch) | |
tree | 053979772ead05a70d8d299fa8c5883cafc4c185 /net-misc | |
parent | Version bump and closing #35797. (diff) | |
download | gentoo-2-609f1b3598cfdd3a3a523d87416266fe1f15eb38.tar.gz gentoo-2-609f1b3598cfdd3a3a523d87416266fe1f15eb38.tar.bz2 gentoo-2-609f1b3598cfdd3a3a523d87416266fe1f15eb38.zip |
Version bump and closing #35797.
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/kphone/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/kphone/Manifest | 4 | ||||
-rw-r--r-- | net-misc/kphone/files/digest-kphone-3.14 | 1 | ||||
-rw-r--r-- | net-misc/kphone/kphone-3.14.ebuild | 15 |
4 files changed, 24 insertions, 3 deletions
diff --git a/net-misc/kphone/ChangeLog b/net-misc/kphone/ChangeLog index 56da0c926402..fdef9cdf93fa 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.9 2003/10/23 14:18:36 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/ChangeLog,v 1.10 2004/01/07 09:38:19 aliz Exp $ + +*kphone-3.14 (07 Jan 2004) + + 07 Jan 2004; Daniel Ahlberg <aliz@gentoo.org> kphone-3.14.ebuild: + Version bump. This version runs on amd64, closing #35797. *kphone-3.11 (07 Jul 2003) diff --git a/net-misc/kphone/Manifest b/net-misc/kphone/Manifest index c25c0cd56008..37f1907fc16c 100644 --- a/net-misc/kphone/Manifest +++ b/net-misc/kphone/Manifest @@ -1,7 +1,7 @@ MD5 ea81e72a5d42f5f880f8ceedb4819146 kphone-2.0.ebuild 585 -MD5 6be42f37af4bd8fabaea881d268d865d kphone-3.14.ebuild 574 +MD5 76943be3a1921db7aa7c916d3271a30f kphone-3.14.ebuild 572 MD5 d595fb8a319e5c56531d97c335099ff5 kphone-3.11.ebuild 566 -MD5 95f25e490c6ff35443fb17fec0e2c333 ChangeLog 1349 +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 diff --git a/net-misc/kphone/files/digest-kphone-3.14 b/net-misc/kphone/files/digest-kphone-3.14 new file mode 100644 index 000000000000..0af47aae681a --- /dev/null +++ b/net-misc/kphone/files/digest-kphone-3.14 @@ -0,0 +1 @@ +MD5 65214b6308c6dbd7a78eb9768539b2f9 kphone-3.14.tgz 592974 diff --git a/net-misc/kphone/kphone-3.14.ebuild b/net-misc/kphone/kphone-3.14.ebuild new file mode 100644 index 000000000000..816d4f736933 --- /dev/null +++ b/net-misc/kphone/kphone-3.14.ebuild @@ -0,0 +1,15 @@ +# 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-3.14.ebuild,v 1.1 2004/01/07 09:38:19 aliz 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" + +# Fix for our kde location +myconf="$myconf --with-extra-libs=$KDEDIR/lib" |