summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-11-20 20:14:25 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-11-20 20:14:25 +0000
commit137c455f8c5c31026506ff470cc789d57b5d4ff4 (patch)
tree7044a16bd6c3ddf1193c848f25ac0d3e8f0af5b3 /app-misc/livetools/livetools-1.2.3.ebuild
parentXMMS Removal - media-plugins/xmms-wav gone. -- Sorry but this week I'm unavai... (diff)
downloadhistorical-137c455f8c5c31026506ff470cc789d57b5d4ff4.tar.gz
historical-137c455f8c5c31026506ff470cc789d57b5d4ff4.tar.bz2
historical-137c455f8c5c31026506ff470cc789d57b5d4ff4.zip
XMMS Removal - app-misc/livetools gone. -- Sorry but this week I'm unavailable, so I'm removing it a couple of days earlier.
Diffstat (limited to 'app-misc/livetools/livetools-1.2.3.ebuild')
-rw-r--r--app-misc/livetools/livetools-1.2.3.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/app-misc/livetools/livetools-1.2.3.ebuild b/app-misc/livetools/livetools-1.2.3.ebuild
deleted file mode 100644
index c4d978980ad9..000000000000
--- a/app-misc/livetools/livetools-1.2.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/livetools/livetools-1.2.3.ebuild,v 1.7 2005/07/21 17:21:40 dholm Exp $
-
-DESCRIPTION="A small set of utilities to allow easy access to Creative's SoundBlaster Live!Drive IR's remote control."
-HOMEPAGE="http://www.clarkson.edu/~evanchsa/software/livetools/"
-SRC_URI="http://www.clarkson.edu/~evanchsa/software/livetools/${PV}/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-# Currently, this is only functional as a XMMS plugin
-# so it makes no sense to run it without XMMS. When it
-# becomes more generalized we can remove the XMMS dep.
-DEPEND="media-sound/xmms"
-
-src_compile() {
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --sysconfdir=/etc || die "./configure failed"
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS ChangeLog NEWS README TODO
-}