diff options
author | Michael Palimaka <kensington@gentoo.org> | 2013-04-01 11:47:47 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2013-04-01 11:47:47 +0000 |
commit | 620352e4d7044a7c5cf85544497e3e57ca1dec66 (patch) | |
tree | 4ddde0669955d6a2d5012ac48f8651f33144332a /media-sound/kradio | |
parent | Remove old. (diff) | |
download | gentoo-2-620352e4d7044a7c5cf85544497e3e57ca1dec66.tar.gz gentoo-2-620352e4d7044a7c5cf85544497e3e57ca1dec66.tar.bz2 gentoo-2-620352e4d7044a7c5cf85544497e3e57ca1dec66.zip |
Remove old.
(Portage version: 2.1.11.59/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'media-sound/kradio')
-rw-r--r-- | media-sound/kradio/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/kradio/kradio-4.0.4.ebuild | 50 | ||||
-rw-r--r-- | media-sound/kradio/kradio-4.0.6.ebuild | 72 |
3 files changed, 5 insertions, 123 deletions
diff --git a/media-sound/kradio/ChangeLog b/media-sound/kradio/ChangeLog index 55804f3692d7..1734734c3907 100644 --- a/media-sound/kradio/ChangeLog +++ b/media-sound/kradio/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/kradio # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/kradio/ChangeLog,v 1.35 2013/01/31 22:42:02 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/kradio/ChangeLog,v 1.36 2013/04/01 11:47:47 kensington Exp $ + + 01 Apr 2013; Michael Palimaka <kensington@gentoo.org> -kradio-4.0.4.ebuild, + -kradio-4.0.6.ebuild: + Remove old. *kradio-4.0.7 (31 Jan 2013) diff --git a/media-sound/kradio/kradio-4.0.4.ebuild b/media-sound/kradio/kradio-4.0.4.ebuild deleted file mode 100644 index f9def6c5f9d5..000000000000 --- a/media-sound/kradio/kradio-4.0.4.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/kradio/kradio-4.0.4.ebuild,v 1.1 2012/02/22 15:49:11 johu Exp $ - -EAPI=4 - -KDE_LINGUAS="cs de es is it pl pt pt_BR ru tr uk" -inherit kde4-base - -MY_P=${PN}4-${PV/_/-} - -DESCRIPTION="kradio is a radio tuner application for KDE" -HOMEPAGE="http://kradio.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -SLOT="4" -IUSE="alsa debug encode ffmpeg lirc +mp3 +vorbis v4l" - -DEPEND=" - media-libs/libsndfile - alsa? ( media-libs/alsa-lib ) - ffmpeg? ( - >=media-libs/libmms-0.4 - virtual/ffmpeg - ) - lirc? ( app-misc/lirc ) - mp3? ( media-sound/lame ) - vorbis? ( - media-libs/libvorbis - media-libs/libogg - ) -" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_with alsa ALSA) - $(cmake-utils_use_with ffmpeg FFMPEG) - $(cmake-utils_use_with lirc LIRC) - $(cmake-utils_use_with mp3 LAME) - $(cmake-utils_use_with vorbis OGG_VORBIS) - $(cmake-utils_use_with v4l V4L2) - ) - - kde4-base_src_configure -} diff --git a/media-sound/kradio/kradio-4.0.6.ebuild b/media-sound/kradio/kradio-4.0.6.ebuild deleted file mode 100644 index ba0b1f53c0c2..000000000000 --- a/media-sound/kradio/kradio-4.0.6.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/kradio/kradio-4.0.6.ebuild,v 1.1 2012/08/31 11:09:17 johu Exp $ - -EAPI=4 - -KDE_LINGUAS_DIR=( po convert-presets/po ) -PLUGINS=( - alsa-sound dbus gui-docking-menu gui-error-log gui-quickbar - gui-standard-display internetradio lirc oss-sound radio recording shortcuts - soundserver streaming timecontrol timeshifter v4lradio -) -KDE_LINGUAS="cs de es is it pl pt pt_BR ru sk tr uk" -inherit kde4-base - -MY_P=${PN}4-${PV/_/-} - -DESCRIPTION="kradio is a radio tuner application for KDE" -HOMEPAGE="http://kradio.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -SLOT="4" -IUSE="alsa debug encode ffmpeg lirc +mp3 +vorbis v4l" - -DEPEND=" - media-libs/libsndfile - alsa? ( media-libs/alsa-lib ) - ffmpeg? ( - >=media-libs/libmms-0.4 - virtual/ffmpeg - ) - lirc? ( app-misc/lirc ) - mp3? ( media-sound/lame ) - vorbis? ( - media-libs/libvorbis - media-libs/libogg - ) -" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - local lang - for lang in ${KDE_LINGUAS} ; do - if ! use linguas_${lang} ; then - for dir in "${KDE_LINGUAS_DIR[@]}" ; do - rm ${dir}/${lang}.po - done - for plugin in "${PLUGINS[@]}" ; do - rm plugins/${plugin}/po/${lang}.po - done - fi - done - - kde4-base_src_prepare -} - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_with alsa) - $(cmake-utils_use_with ffmpeg) - $(cmake-utils_use_with lirc) - $(cmake-utils_use_with mp3 LAME) - $(cmake-utils_use_with vorbis OGG_VORBIS) - $(cmake-utils_use_with v4l V4L2) - ) - - kde4-base_src_configure -} |