summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-10-01 10:00:27 +0200
committerPacho Ramos <pacho@gentoo.org>2016-10-01 10:02:02 +0200
commit755e2e74b59343ea17fa6b7582ced53cd83dfd0f (patch)
treee9b2954a209e84f61273cbfc9f4cb26e00a65cf5 /media-sound
parentpackage.mask: remove some masked for removal packages (diff)
downloadgentoo-755e2e74b59343ea17fa6b7582ced53cd83dfd0f.tar.gz
gentoo-755e2e74b59343ea17fa6b7582ced53cd83dfd0f.tar.bz2
gentoo-755e2e74b59343ea17fa6b7582ced53cd83dfd0f.zip
package.mask: remove some masked for removal packages
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/gnaural/Manifest1
-rw-r--r--media-sound/gnaural/gnaural-1.0.20110606.ebuild45
-rw-r--r--media-sound/gnaural/metadata.xml11
3 files changed, 0 insertions, 57 deletions
diff --git a/media-sound/gnaural/Manifest b/media-sound/gnaural/Manifest
deleted file mode 100644
index ab3e3f16fcc7..000000000000
--- a/media-sound/gnaural/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gnaural-1.0.20110606.tar.gz 414028 SHA256 c5efe082a10290cc0d5ed51a3abe67cfcbf6f77827c86bb709ae5719be56395d SHA512 328704fc082d826cf5a681ace8a32c426a3560046f8133ca5c726ad3a4e0071fffa81ffe4ccb4df2b6dad4cfcde6ad40ebea8aeb01e20a494bb7b965116a64c9 WHIRLPOOL 9461bf21aa2a67636742f90a25617bb87e876a7efe2cc4591d83eb97c4d527f0f6bd00e06a26dc309dce30d1deec9854961a2f9d2ab318a76124bbb329a8f8fa
diff --git a/media-sound/gnaural/gnaural-1.0.20110606.ebuild b/media-sound/gnaural/gnaural-1.0.20110606.ebuild
deleted file mode 100644
index 0c9c8c80f53c..000000000000
--- a/media-sound/gnaural/gnaural-1.0.20110606.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-GCONF_DEBUG="no"
-
-inherit autotools gnome2
-
-DESCRIPTION="An opensource binaural-beat generator"
-HOMEPAGE="http://gnaural.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/Gnaural/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="nls"
-
-RDEPEND="
- >=x11-libs/gtk+-2:2
- >=gnome-base/libglade-2
- >=dev-libs/glib-2:2
- >=media-libs/libsndfile-1.0.2
- >=media-libs/portaudio-19_pre20071207
-"
-DEPEND="${RDEPEND}
- nls? ( dev-util/intltool )
- virtual/pkgconfig
-"
-
-src_prepare() {
- mv configure.in configure.ac || die #426262
-
- # Install desktop file into xdg compliant location
- sed -i -e 's@/gnome/apps/Multimedia@/applications@g' \
- Makefile.am || die "Failed to sed Makefile.am"
-
- eautoreconf
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- $(use_enable nls)
-}
diff --git a/media-sound/gnaural/metadata.xml b/media-sound/gnaural/metadata.xml
deleted file mode 100644
index 7436e65c7cc0..000000000000
--- a/media-sound/gnaural/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription>
- Gnaural is an opensource programmable auditory binaural-beat generator, implementing the principle described in the October 1973 Scientific American article "Auditory Beats in the Brain" by Gerald Oster. The theme of the article is that the processing of binaural beats involves different neural pathways than conventional hearing. Research inspired by the article went on to show that binaural beats can induce a "frequency-following response" (FFR) in brainwave activity.
- </longdescription>
- <upstream>
- <remote-id type="sourceforge">gnaural</remote-id>
- </upstream>
-</pkgmetadata>