diff options
author | Caleb Tennis <caleb@gentoo.org> | 2003-07-07 20:05:39 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2003-07-07 20:05:39 +0000 |
commit | 320ebee86ed4207ee58a320835974abe84369048 (patch) | |
tree | 2543f70b2ca581cced8d0cd7b9f25a384f083903 /net-misc/kphone | |
parent | Version bump (diff) | |
download | historical-320ebee86ed4207ee58a320835974abe84369048.tar.gz historical-320ebee86ed4207ee58a320835974abe84369048.tar.bz2 historical-320ebee86ed4207ee58a320835974abe84369048.zip |
Version bump
Diffstat (limited to 'net-misc/kphone')
-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 |
3 files changed, 18 insertions, 2 deletions
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" |