diff options
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/kphone/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/kphone/Manifest | 6 | ||||
-rw-r--r-- | net-misc/kphone/files/digest-kphone-4.0.3 | 1 | ||||
-rw-r--r-- | net-misc/kphone/kphone-4.0.3.ebuild | 25 |
4 files changed, 36 insertions, 3 deletions
diff --git a/net-misc/kphone/ChangeLog b/net-misc/kphone/ChangeLog index 1b151b8c3f8c..60c9ba772178 100644 --- a/net-misc/kphone/ChangeLog +++ b/net-misc/kphone/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/kphone # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/ChangeLog,v 1.21 2004/06/24 23:52:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/ChangeLog,v 1.22 2004/07/04 08:59:30 centic Exp $ + +*kphone-4.0.3 (04 Jul 2004) + + 04 Jul 2004; Dominik Stadler <centic@gentoo.org> +kphone-4.0.3.ebuild: + Add new Version 4.0.3, fixes Bug 55641 18 May 2004; Caleb Tennis <caleb@gentoo.org> -kphone-1.0.2.ebuild, -kphone-2.0.ebuild, -kphone-3.11.ebuild, -kphone-3.14.ebuild: diff --git a/net-misc/kphone/Manifest b/net-misc/kphone/Manifest index 840f9a6799ff..816c6f61fde0 100644 --- a/net-misc/kphone/Manifest +++ b/net-misc/kphone/Manifest @@ -1,6 +1,8 @@ -MD5 19fee2079ab66c9146cd886daf014455 kphone-4.0.2.ebuild 724 -MD5 714a96aa8e5947bf6c12cdb401e37f0a kphone-4.0.1.ebuild 692 MD5 ae257b528b062f1f668f11cf96217502 ChangeLog 2735 +MD5 6d4a7b9ae7719a9856ca37a82f93724d kphone-4.0.3.ebuild 608 MD5 1b6808bbd78c9161f8b7efb090d966f8 metadata.xml 162 +MD5 714a96aa8e5947bf6c12cdb401e37f0a kphone-4.0.1.ebuild 692 +MD5 19fee2079ab66c9146cd886daf014455 kphone-4.0.2.ebuild 724 +MD5 4ca00b985c3f3563d3abc1423f2b72ff files/digest-kphone-4.0.3 64 MD5 d791e412c07ec88da417b2d5737596c4 files/digest-kphone-4.0.1 61 MD5 0c17c689085570b5ddd18bce1a01a529 files/digest-kphone-4.0.2 64 diff --git a/net-misc/kphone/files/digest-kphone-4.0.3 b/net-misc/kphone/files/digest-kphone-4.0.3 new file mode 100644 index 000000000000..b1187bc3f07a --- /dev/null +++ b/net-misc/kphone/files/digest-kphone-4.0.3 @@ -0,0 +1 @@ +MD5 2368fcb845b7dc75f1de96ca047b29d0 kphone-4.0.3.tar.gz 220383 diff --git a/net-misc/kphone/kphone-4.0.3.ebuild b/net-misc/kphone/kphone-4.0.3.ebuild new file mode 100644 index 000000000000..5d2e5666a31a --- /dev/null +++ b/net-misc/kphone/kphone-4.0.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/kphone-4.0.3.ebuild,v 1.1 2004/07/04 08:59:31 centic Exp $ + +inherit kde +need-kde 3 + +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}.tar.gz" +HOMEPAGE="http://www.wirlab.net/kphone/index.html" + +KEYWORDS="~x86" +LICENSE="GPL-2" + +IUSE="" +SLOT="0" + +S=${WORKDIR}/kphone +src_compile(){ + # Fix for our kde location + myconf="$myconf --with-extra-libs=$KDEDIR/lib --datadir=${D}/usr/share --prefix=${D}/usr" + econf ${myconf} || die "econf failed" + emake +} + |