diff options
author | Lars Weiler <pylon@gentoo.org> | 2008-03-30 15:11:11 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2008-03-30 15:11:11 +0000 |
commit | 8b1e6da93a592a188e68210a795b43a5a56c77e8 (patch) | |
tree | b2e83527051548f3aeb170fc8b782a348a489966 /media-radio | |
parent | use openrc (diff) | |
download | gentoo-2-8b1e6da93a592a188e68210a795b43a5a56c77e8.tar.gz gentoo-2-8b1e6da93a592a188e68210a795b43a5a56c77e8.tar.bz2 gentoo-2-8b1e6da93a592a188e68210a795b43a5a56c77e8.zip |
Version bump.
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-radio')
-rw-r--r-- | media-radio/svxlink/ChangeLog | 9 | ||||
-rw-r--r-- | media-radio/svxlink/svxlink-080102.ebuild | 36 |
2 files changed, 43 insertions, 2 deletions
diff --git a/media-radio/svxlink/ChangeLog b/media-radio/svxlink/ChangeLog index e4ed8b32612e..b56674a30a50 100644 --- a/media-radio/svxlink/ChangeLog +++ b/media-radio/svxlink/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-radio/svxlink -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/svxlink/ChangeLog,v 1.1 2007/12/16 19:25:39 pylon Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-radio/svxlink/ChangeLog,v 1.2 2008/03/30 15:11:11 pylon Exp $ + +*svxlink-080102 (30 Mar 2008) + + 30 Mar 2008; Lars Weiler <pylon@gentoo.org> +svxlink-080102.ebuild: + Version bump. *svxlink-070415 (16 Dec 2007) diff --git a/media-radio/svxlink/svxlink-080102.ebuild b/media-radio/svxlink/svxlink-080102.ebuild new file mode 100644 index 000000000000..af67253fddc1 --- /dev/null +++ b/media-radio/svxlink/svxlink-080102.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-radio/svxlink/svxlink-080102.ebuild,v 1.1 2008/03/30 15:11:11 pylon Exp $ + +EAPI=1 + +inherit kde-functions + +DESCRIPTION="Multi Purpose Voice Services System, including Qtel for EchoLink" +HOMEPAGE="http://svxlink.sourceforge.net/" +SRC_URI="mirror://sourceforge/svxlink/svxlink-070415.tar.gz" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND="dev-lang/tcl + media-sound/gsm + x11-libs/qt:3" +DEPEND="${RDEPEND} + dev-libs/libsigc++:1.2" + +S=${WORKDIR}/${PN} + +src_compile() { + epatch "${FILESDIR}"/kde.patch + set-kdedir + emake -j1 || die "emake failed" +} + +src_install() { + emake \ + INSTALL_ROOT="${D}" \ + install || die "emake install failed" +} |