public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/betagarden:master commit in: media-sound/whitenoise/
@ 2011-08-01  4:38 Sebastian Pipping
  0 siblings, 0 replies; only message in thread
From: Sebastian Pipping @ 2011-08-01  4:38 UTC (permalink / raw
  To: gentoo-commits

commit:     4f4f1e7a3fe371248d4b15ddd6afa34beb38bac4
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Mon Aug  1 04:18:37 2011 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Aug  1 04:18:37 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=4f4f1e7a

media-sound/whitenoise: 1.0.2

---
 media-sound/whitenoise/whitenoise-1.0.1.ebuild |   34 ------------------------
 media-sound/whitenoise/whitenoise-1.0.2.ebuild |   30 +++++++++++++++++++++
 2 files changed, 30 insertions(+), 34 deletions(-)

diff --git a/media-sound/whitenoise/whitenoise-1.0.1.ebuild b/media-sound/whitenoise/whitenoise-1.0.1.ebuild
deleted file mode 100644
index d34acbb..0000000
--- a/media-sound/whitenoise/whitenoise-1.0.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils
-
-DESCRIPTION="Small utility which turns your computer into an ambient random
-noise generator."
-HOMEPAGE="http://pessimization.com/software/whitenoise/"
-SRC_URI="http://pessimization.com/software/whitenoise/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="fftw arts doc"
-
-DEPEND="
-	fftw? ( sci-libs/fftw )
-	arts? ( kde-base/arts )
-"
-RDEPEND=""
-
-src_compile() {
-	econf ${myconf} \
-		$(use_enable fftw) \
-		$(use_enable arts)
-
-	emake || die "emake failed"
-}
-
-src_install() {
-	into ${PREFIX}
-	dobin whitenoise
-	use doc && dodoc doc/manual.html doc/HACKING
-}

diff --git a/media-sound/whitenoise/whitenoise-1.0.2.ebuild b/media-sound/whitenoise/whitenoise-1.0.2.ebuild
new file mode 100644
index 0000000..387b0e5
--- /dev/null
+++ b/media-sound/whitenoise/whitenoise-1.0.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+inherit eutils
+
+DESCRIPTION="Small utility which turns your computer into an ambient random noise generator."
+HOMEPAGE="http://pessimization.com/software/whitenoise/"
+SRC_URI="http://pessimization.com/software/${PN}/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc fftw"
+
+DEPEND="fftw? ( sci-libs/fftw )"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	econf $(use_enable fftw) \
+		--disable-arts
+}
+
+src_install() {
+	dobin whitenoise || die
+	if use doc ; then
+		dodoc doc/manual.html doc/HACKING || die
+	fi
+}



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-01  4:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-01  4:38 [gentoo-commits] proj/betagarden:master commit in: media-sound/whitenoise/ Sebastian Pipping

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox