diff options
Diffstat (limited to 'net-misc/kphone')
-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.11 | 1 | ||||
-rw-r--r-- | net-misc/kphone/kphone-3.11.ebuild | 15 |
4 files changed, 24 insertions, 3 deletions
diff --git a/net-misc/kphone/ChangeLog b/net-misc/kphone/ChangeLog index fdbd1c346764..a282cdffc40b 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.7 2003/06/12 21:35:31 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/ChangeLog,v 1.8 2003/07/07 20:05:27 caleb Exp $ + +*kphone-3.11 (07 Jul 2003): + + 07 Jul 2003; Caleb Tennis <caleb@gentoo.org> kphone-3.11.ebuild: + Version bump 12 Jun 2003; <msterret@gentoo.org> kphone-1.0.2.ebuild, kphone-2.0.ebuild: add Header diff --git a/net-misc/kphone/Manifest b/net-misc/kphone/Manifest index 9b34a2d95dd3..f3a8683862fb 100644 --- a/net-misc/kphone/Manifest +++ b/net-misc/kphone/Manifest @@ -1,6 +1,6 @@ MD5 903e1a30f3243d5619cd9c19f9465c21 kphone-2.0.ebuild 594 -MD5 b9674ba6a750418f3c909d6f06fdbf0d kphone-3.11.ebuild 574 -MD5 b48ac7c42990da491570ba92db84e921 ChangeLog 1078 +MD5 46bd5443d0dd4518266276962eafb671 kphone-3.11.ebuild 572 +MD5 cbab9e54ccfa5fb673f5398f20826e01 ChangeLog 1187 MD5 dc63b39bcbc067ed41a5bdf328b5b6e2 kphone-1.0.2.ebuild 617 MD5 0fb25a2f583e068ab7827040cd84315d files/digest-kphone-3.11 60 MD5 3fad7dcc411c253db2646b76d36b81ad files/digest-kphone-1.0.2 61 diff --git a/net-misc/kphone/files/digest-kphone-3.11 b/net-misc/kphone/files/digest-kphone-3.11 new file mode 100644 index 000000000000..9d32c4d21d42 --- /dev/null +++ b/net-misc/kphone/files/digest-kphone-3.11 @@ -0,0 +1 @@ +MD5 dab8296cb16a8be77b0c410a3a4fe49c kphone-3.11.tgz 587631 diff --git a/net-misc/kphone/kphone-3.11.ebuild b/net-misc/kphone/kphone-3.11.ebuild new file mode 100644 index 000000000000..9b7f715e1daf --- /dev/null +++ b/net-misc/kphone/kphone-3.11.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/kphone-3.11.ebuild,v 1.1 2003/07/07 20:05:27 caleb Exp $ + +inherit kde-base || die + +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" |