summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2015-01-04 18:31:41 +0000
committerTim Harder <radhermit@gentoo.org>2015-01-04 18:31:41 +0000
commit452e6f1f1deedc4a3f5ec50ffd72a01f26337b20 (patch)
tree35367750895858ac329ec4b9532fd6a235594ef5 /media-sound/giada
parentVersion bump. (diff)
downloadgentoo-2-452e6f1f1deedc4a3f5ec50ffd72a01f26337b20.tar.gz
gentoo-2-452e6f1f1deedc4a3f5ec50ffd72a01f26337b20.tar.bz2
gentoo-2-452e6f1f1deedc4a3f5ec50ffd72a01f26337b20.zip
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'media-sound/giada')
-rw-r--r--media-sound/giada/ChangeLog6
-rw-r--r--media-sound/giada/giada-0.6.1.ebuild43
-rw-r--r--media-sound/giada/giada-0.6.2.ebuild43
-rw-r--r--media-sound/giada/giada-0.6.3.ebuild43
-rw-r--r--media-sound/giada/giada-0.6.4.ebuild43
5 files changed, 5 insertions, 173 deletions
diff --git a/media-sound/giada/ChangeLog b/media-sound/giada/ChangeLog
index ff0849981461..6adb50f6e57e 100644
--- a/media-sound/giada/ChangeLog
+++ b/media-sound/giada/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/giada
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/giada/ChangeLog,v 1.15 2015/01/04 10:26:18 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/giada/ChangeLog,v 1.16 2015/01/04 18:31:41 radhermit Exp $
+
+ 04 Jan 2015; Tim Harder <radhermit@gentoo.org> -giada-0.6.1.ebuild,
+ -giada-0.6.2.ebuild, -giada-0.6.3.ebuild, -giada-0.6.4.ebuild:
+ Remove old.
04 Jan 2015; Jeroen Roovers <jer@gentoo.org> giada-0.7.0.ebuild:
Use fltk-config instead of hard-coding includes/libs (bug #534410 by Toralf
diff --git a/media-sound/giada/giada-0.6.1.ebuild b/media-sound/giada/giada-0.6.1.ebuild
deleted file mode 100644
index 829e66091d43..000000000000
--- a/media-sound/giada/giada-0.6.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/giada/giada-0.6.1.ebuild,v 1.3 2013/04/06 09:14:00 radhermit Exp $
-
-EAPI=5
-
-inherit flag-o-matic eutils autotools
-
-DESCRIPTION="A free, minimal, hardcore audio tool for DJs and live performers"
-HOMEPAGE="http://www.giadamusic.com/"
-SRC_URI="http://www.giadamusic.com/download-action.php?os=source&version=${PV} -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+alsa jack pulseaudio"
-REQUIRED_USE="|| ( alsa jack pulseaudio )"
-
-RDEPEND="media-libs/libsndfile
- >=media-libs/libsamplerate-0.1.8
- media-libs/rtaudio[alsa?,jack?,pulseaudio?]
- x11-libs/fltk:1
- x11-libs/libXpm"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.5.4-flags.patch
- epatch "${FILESDIR}"/${PN}-0.5.8-configure.patch
- eautoreconf
-}
-
-src_configure() {
- append-cppflags -I/usr/include/fltk-1
- append-ldflags -L/usr/$(get_libdir)/fltk-1
-
- econf \
- --target=linux \
- $(use_enable alsa) \
- $(use_enable jack) \
- $(use_enable pulseaudio pulse)
-}
diff --git a/media-sound/giada/giada-0.6.2.ebuild b/media-sound/giada/giada-0.6.2.ebuild
deleted file mode 100644
index 9e7e2db44b5e..000000000000
--- a/media-sound/giada/giada-0.6.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/giada/giada-0.6.2.ebuild,v 1.2 2013/04/06 09:14:00 radhermit Exp $
-
-EAPI=5
-
-inherit flag-o-matic eutils autotools
-
-DESCRIPTION="A free, minimal, hardcore audio tool for DJs and live performers"
-HOMEPAGE="http://www.giadamusic.com/"
-SRC_URI="http://www.giadamusic.com/download-action.php?os=source&version=${PV} -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+alsa jack pulseaudio"
-REQUIRED_USE="|| ( alsa jack pulseaudio )"
-
-RDEPEND="media-libs/libsndfile
- >=media-libs/libsamplerate-0.1.8
- media-libs/rtaudio[alsa?,jack?,pulseaudio?]
- x11-libs/fltk:1
- x11-libs/libXpm"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.5.4-flags.patch
- epatch "${FILESDIR}"/${PN}-0.5.8-configure.patch
- eautoreconf
-}
-
-src_configure() {
- append-cppflags -I/usr/include/fltk-1
- append-ldflags -L/usr/$(get_libdir)/fltk-1
-
- econf \
- --target=linux \
- $(use_enable alsa) \
- $(use_enable jack) \
- $(use_enable pulseaudio pulse)
-}
diff --git a/media-sound/giada/giada-0.6.3.ebuild b/media-sound/giada/giada-0.6.3.ebuild
deleted file mode 100644
index 80b8af1d11aa..000000000000
--- a/media-sound/giada/giada-0.6.3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/giada/giada-0.6.3.ebuild,v 1.1 2013/04/24 05:43:32 radhermit Exp $
-
-EAPI=5
-
-inherit flag-o-matic eutils autotools
-
-DESCRIPTION="A free, minimal, hardcore audio tool for DJs and live performers"
-HOMEPAGE="http://www.giadamusic.com/"
-SRC_URI="http://www.giadamusic.com/download-action.php?os=source&version=${PV} -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+alsa jack pulseaudio"
-REQUIRED_USE="|| ( alsa jack pulseaudio )"
-
-RDEPEND="media-libs/libsndfile
- >=media-libs/libsamplerate-0.1.8
- media-libs/rtaudio[alsa?,jack?,pulseaudio?]
- x11-libs/fltk:1
- x11-libs/libXpm"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.5.4-flags.patch
- epatch "${FILESDIR}"/${PN}-0.5.8-configure.patch
- eautoreconf
-}
-
-src_configure() {
- append-cppflags -I/usr/include/fltk-1
- append-ldflags -L/usr/$(get_libdir)/fltk-1
-
- econf \
- --target=linux \
- $(use_enable alsa) \
- $(use_enable jack) \
- $(use_enable pulseaudio pulse)
-}
diff --git a/media-sound/giada/giada-0.6.4.ebuild b/media-sound/giada/giada-0.6.4.ebuild
deleted file mode 100644
index 56833c75ed8c..000000000000
--- a/media-sound/giada/giada-0.6.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/giada/giada-0.6.4.ebuild,v 1.1 2013/05/09 16:21:07 radhermit Exp $
-
-EAPI=5
-
-inherit flag-o-matic eutils autotools
-
-DESCRIPTION="A free, minimal, hardcore audio tool for DJs and live performers"
-HOMEPAGE="http://www.giadamusic.com/"
-SRC_URI="http://www.giadamusic.com/download-action.php?os=source&version=${PV} -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+alsa jack pulseaudio"
-REQUIRED_USE="|| ( alsa jack pulseaudio )"
-
-RDEPEND="media-libs/libsndfile
- >=media-libs/libsamplerate-0.1.8
- media-libs/rtaudio[alsa?,jack?,pulseaudio?]
- x11-libs/fltk:1
- x11-libs/libXpm"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${P}-src
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.5.4-flags.patch
- epatch "${FILESDIR}"/${PN}-0.5.8-configure.patch
- eautoreconf
-}
-
-src_configure() {
- append-cppflags -I/usr/include/fltk-1
- append-ldflags -L/usr/$(get_libdir)/fltk-1
-
- econf \
- --target=linux \
- $(use_enable alsa) \
- $(use_enable jack) \
- $(use_enable pulseaudio pulse)
-}