diff options
author | Simone Gotti <motaboy@gentoo.org> | 2004-12-12 13:45:32 +0000 |
---|---|---|
committer | Simone Gotti <motaboy@gentoo.org> | 2004-12-12 13:45:32 +0000 |
commit | 7993fe4a6010fff440aea2ff2645da4ce50c2112 (patch) | |
tree | b2f6b7aa648ccf69d69155658415ec07133d5525 /net-misc | |
parent | added rblsmtpd-related rules from Andy Dustman (Manifest recommit) (diff) | |
download | gentoo-2-7993fe4a6010fff440aea2ff2645da4ce50c2112.tar.gz gentoo-2-7993fe4a6010fff440aea2ff2645da4ce50c2112.tar.bz2 gentoo-2-7993fe4a6010fff440aea2ff2645da4ce50c2112.zip |
Version bump. Closes bug #74024
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/kphone/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/kphone/Manifest | 5 | ||||
-rw-r--r-- | net-misc/kphone/files/digest-kphone-4.1.0 | 1 | ||||
-rw-r--r-- | net-misc/kphone/files/kphone-4.1.0-Makefiles.patch | 17 | ||||
-rw-r--r-- | net-misc/kphone/kphone-4.1.0.ebuild | 37 |
5 files changed, 66 insertions, 2 deletions
diff --git a/net-misc/kphone/ChangeLog b/net-misc/kphone/ChangeLog index 6aa433ee74de..56fad0c60784 100644 --- a/net-misc/kphone/ChangeLog +++ b/net-misc/kphone/ChangeLog @@ -1,6 +1,12 @@ # 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.27 2004/11/26 10:46:39 motaboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/ChangeLog,v 1.28 2004/12/12 13:45:32 motaboy Exp $ + +*kphone-4.1.0 (12 Dec 2004) + + 12 Dec 2004; Simone Gotti <motaboy@gentoo.org> + +files/kphone-4.1.0-Makefiles.patch, +kphone-4.1.0.ebuild: + Version bump. Closes bug #74024 *kphone-4.0.5 (26 Nov 2004) diff --git a/net-misc/kphone/Manifest b/net-misc/kphone/Manifest index 1ddb667709cc..58a737a36ee5 100644 --- a/net-misc/kphone/Manifest +++ b/net-misc/kphone/Manifest @@ -1,14 +1,17 @@ MD5 09f62e195c8c2949bb1a444ac5c577ef kphone-4.0.5.ebuild 704 MD5 19fee2079ab66c9146cd886daf014455 kphone-4.0.2.ebuild 724 +MD5 8b3e89f306d0b2c3b04e404ffa2b3d48 kphone-4.1.0.ebuild 941 MD5 e71a732a5760b75b349ad982e3abe4e7 kphone-4.0.4.ebuild 783 MD5 714a96aa8e5947bf6c12cdb401e37f0a kphone-4.0.1.ebuild 692 MD5 65f39bde09c2acd4f0036bd26653383b kphone-4.0.3.ebuild 782 -MD5 5af56b2b201b90e2b515b7005fab9404 ChangeLog 3492 +MD5 ce60b84cc8681f69bf9bbd08b4c45fa2 ChangeLog 3666 MD5 1b6808bbd78c9161f8b7efb090d966f8 metadata.xml 162 +MD5 13744936b73f480a658795a553dd7efe files/kphone-4.1.0-Makefiles.patch 461 MD5 a21b5892772f1853869967c34b4e06e7 files/kphone-4.0.3-makefile.diff 1010 MD5 d791e412c07ec88da417b2d5737596c4 files/digest-kphone-4.0.1 61 MD5 0c17c689085570b5ddd18bce1a01a529 files/digest-kphone-4.0.2 64 MD5 4ca00b985c3f3563d3abc1423f2b72ff files/digest-kphone-4.0.3 64 MD5 e9075c94520aaed43d05c3edc8f347a4 files/digest-kphone-4.0.4 64 MD5 7fbe0d47e3d51aae62140bc4589ba516 files/digest-kphone-4.0.5 64 +MD5 2ac98b4c3bd182f4d422edead25c56d9 files/digest-kphone-4.1.0 64 MD5 8ec6d67eff2afbdb33e5badedc110610 files/kphone-4.0.4-makefile.diff 1469 diff --git a/net-misc/kphone/files/digest-kphone-4.1.0 b/net-misc/kphone/files/digest-kphone-4.1.0 new file mode 100644 index 000000000000..0754fed3a40e --- /dev/null +++ b/net-misc/kphone/files/digest-kphone-4.1.0 @@ -0,0 +1 @@ +MD5 270c7c53e741bcb6bbac8c34ae45d88a kphone-4.1.0.tar.gz 278876 diff --git a/net-misc/kphone/files/kphone-4.1.0-Makefiles.patch b/net-misc/kphone/files/kphone-4.1.0-Makefiles.patch new file mode 100644 index 000000000000..d111283772a2 --- /dev/null +++ b/net-misc/kphone/files/kphone-4.1.0-Makefiles.patch @@ -0,0 +1,17 @@ +--- po/Makefile.in.orig 2004-12-12 14:30:00.690467152 +0000 ++++ po/Makefile.in 2004-12-12 14:31:02.614053336 +0000 +@@ -4,11 +4,11 @@ + PO_DIR=$(SHAREDIR)/translations/ + + install: +- install --mode=0755 --directory $(PO_DIR) ++ install --mode=0755 --directory $(DESTDIR)/$(PO_DIR) + for T in *.qm; do \ +- install --mode=0644 $$T $(PO_DIR); \ ++ install --mode=0644 $$T $(DESTDIR)/$(PO_DIR); \ + done + + uninstall: +- rm -r $(PO_DIR) ++ rm -r $(DESTDIR)/$(PO_DIR) + diff --git a/net-misc/kphone/kphone-4.1.0.ebuild b/net-misc/kphone/kphone-4.1.0.ebuild new file mode 100644 index 000000000000..efaebaf402db --- /dev/null +++ b/net-misc/kphone/kphone-4.1.0.ebuild @@ -0,0 +1,37 @@ +# 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.1.0.ebuild,v 1.1 2004/12/12 13:45:32 motaboy Exp $ + +inherit eutils kde + +DESCRIPTION="A SIP user agent for Linux, with which you can initiate VoIP connections over the Internet." +HOMEPAGE="http://www.wirlab.net/kphone/index.html" +SRC_URI="http://www.wirlab.net/kphone/${P}.tar.gz" + +KEYWORDS="~x86 ~amd64 ~sparc ~ppc" +LICENSE="GPL-2" + +IUSE="alsa jack" +SLOT="0" + +S=${WORKDIR}/kphone + +DEPEND="alsa? ( media-libs/alsa-lib virtual/alsa ) + jack? ( media-sound/jack-audio-connection-kit )" + +need-kde 3 + +src_unpack() { + unpack ${A} + + cd ${S} + epatch ${FILESDIR}/${P}-Makefiles.patch +} + + +src_compile(){ + # Fix for our kde location + myconf="$myconf --with-extra-libs=$KDEDIR/lib --prefix=/usr `use_enable alsa` `use_enable jack`" + econf ${myconf} || die "econf failed" + emake +} |