summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-04-27 03:40:50 +0000
committerSamuli Suominen <drac@gentoo.org>2008-04-27 03:40:50 +0000
commite35e225302dd0efd23db3fba1d95d13c196196bd (patch)
tree6fc9f8e48f73b8652a6e99305d42f659fb5b4e71 /media-sound
parentwhitespace (diff)
downloadgentoo-2-e35e225302dd0efd23db3fba1d95d13c196196bd.tar.gz
gentoo-2-e35e225302dd0efd23db3fba1d95d13c196196bd.tar.bz2
gentoo-2-e35e225302dd0efd23db3fba1d95d13c196196bd.zip
old
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/audtty/audtty-0.1.5a.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/media-sound/audtty/audtty-0.1.5a.ebuild b/media-sound/audtty/audtty-0.1.5a.ebuild
deleted file mode 100644
index 3b341b60d584..000000000000
--- a/media-sound/audtty/audtty-0.1.5a.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audtty/audtty-0.1.5a.ebuild,v 1.4 2007/03/17 19:56:28 nixnut Exp $
-
-inherit autotools
-
-IUSE=""
-
-DESCRIPTION="Control Audacious from the command line with a friendly ncurses interface"
-HOMEPAGE="http://audacious-media-player.org/Audtty"
-SRC_URI="http://www.nenolod.net/audtool/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="~alpha amd64 ppc x86"
-
-DEPEND="sys-libs/ncurses
- media-sound/audacious"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- eautoreconf
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc ChangeLog README
-}