From 550623631288183a07b49f4e7f151ee041564ebf Mon Sep 17 00:00:00 2001 From: Bart Verwilst Date: Tue, 29 Oct 2002 17:35:35 +0000 Subject: new version --- net-misc/kphone/ChangeLog | 4 +++- net-misc/kphone/files/digest-kphone-0.9.6 | 1 - net-misc/kphone/files/digest-kphone-2.0 | 1 + net-misc/kphone/kphone-0.9.6.ebuild | 12 ------------ net-misc/kphone/kphone-2.0.ebuild | 15 +++++++++++++++ 5 files changed, 19 insertions(+), 14 deletions(-) delete mode 100644 net-misc/kphone/files/digest-kphone-0.9.6 create mode 100644 net-misc/kphone/files/digest-kphone-2.0 delete mode 100644 net-misc/kphone/kphone-0.9.6.ebuild create mode 100644 net-misc/kphone/kphone-2.0.ebuild (limited to 'net-misc/kphone') 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 *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-0.9.6.ebuild deleted file mode 100644 index 025609100f78..000000000000 --- a/net-misc/kphone/kphone-0.9.6.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 - -inherit kde-base || die - -S="${WORKDIR}/${P}" -need-kde 2 -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" -HOMEPAGE="http://www.wirlab.net/kphone/index.html" -KEYWORDS="x86 sparc sparc64" diff --git a/net-misc/kphone/kphone-2.0.ebuild b/net-misc/kphone/kphone-2.0.ebuild new file mode 100644 index 000000000000..3f31ff00b9f5 --- /dev/null +++ b/net-misc/kphone/kphone-2.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 + +inherit kde-base || die + +S="${WORKDIR}/${P}" +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" + +# Fix for our kde location +myconf="$myconf --with-extra-libs=$KDEDIR/lib" -- cgit v1.2.3-65-gdbad