diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2007-12-08 16:39:57 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2007-12-08 16:39:57 +0000 |
commit | ca3064f6622811bd30fb54f0fcba92b55b8a93a6 (patch) | |
tree | 4c722e2b97891c40f8abb95cf63db69e26f6db52 /media-sound/audtty | |
parent | amd64 stable wrt #201216 (diff) | |
download | gentoo-2-ca3064f6622811bd30fb54f0fcba92b55b8a93a6.tar.gz gentoo-2-ca3064f6622811bd30fb54f0fcba92b55b8a93a6.tar.bz2 gentoo-2-ca3064f6622811bd30fb54f0fcba92b55b8a93a6.zip |
Version bump, thanks to Hlevyn <hlevyn@gmail.com>. Closes bug #200354.
(Portage version: 2.1.4_rc9)
Diffstat (limited to 'media-sound/audtty')
-rw-r--r-- | media-sound/audtty/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/audtty/audtty-0.1.7.ebuild | 31 | ||||
-rw-r--r-- | media-sound/audtty/files/digest-audtty-0.1.7 | 3 |
3 files changed, 40 insertions, 1 deletions
diff --git a/media-sound/audtty/ChangeLog b/media-sound/audtty/ChangeLog index 990bd9f0b649..d79f06998218 100644 --- a/media-sound/audtty/ChangeLog +++ b/media-sound/audtty/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/audtty # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audtty/ChangeLog,v 1.11 2007/03/17 19:56:28 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audtty/ChangeLog,v 1.12 2007/12/08 16:39:57 chainsaw Exp $ + +*audtty-0.1.7 (08 Dec 2007) + + 08 Dec 2007; Tony Vroon <chainsaw@gentoo.org> +audtty-0.1.7.ebuild: + Version bump, thanks to Hlevyn <hlevyn@gmail.com>. Closes bug #200354. 17 Mar 2007; nixnut <nixnut@gentoo.org> audtty-0.1.5a.ebuild: Stable on ppc wrt bug 169823 diff --git a/media-sound/audtty/audtty-0.1.7.ebuild b/media-sound/audtty/audtty-0.1.7.ebuild new file mode 100644 index 000000000000..969c727bead9 --- /dev/null +++ b/media-sound/audtty/audtty-0.1.7.ebuild @@ -0,0 +1,31 @@ +# 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.7.ebuild,v 1.1 2007/12/08 16:39:57 chainsaw Exp $ + +IUSE="" + +DESCRIPTION="Control Audacious from the command line with a friendly ncurses interface" +HOMEPAGE="http://audtty.alioth.debian.org/" +SRC_URI="http://audtty.alioth.debian.org/audtty/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" + +KEYWORDS="~alpha ~amd64 ~ppc ~x86" + +DEPEND="sys-libs/ncurses + >=media-sound/audacious-1.4.4" + +src_install() { + make DESTDIR="${D}" install || die + dodoc ChangeLog README +} + +pkg_postinst() { + elog "In order to run audtty over ssh or on a seperate TTY locally you need" + elog "to download and run the following script in a terminal on your desktop:" + elog "" + elog "http://audtty.alioth.debian.org/dbus.sh" + elog "" + elog "Once run you will need to add ~/.dbus-session to your ~/.bashrc file." +} diff --git a/media-sound/audtty/files/digest-audtty-0.1.7 b/media-sound/audtty/files/digest-audtty-0.1.7 new file mode 100644 index 000000000000..737f259fda78 --- /dev/null +++ b/media-sound/audtty/files/digest-audtty-0.1.7 @@ -0,0 +1,3 @@ +MD5 c3c07fcaf1b7800447cd539b2c51f684 audtty-0.1.7.tar.gz 126055 +RMD160 6330d08c5ca81ad223febd9ebe054ce0e9e31bde audtty-0.1.7.tar.gz 126055 +SHA256 8f8cf402bcd37b2bd25d864cc066e342544e75b8bdabfb219bc29f4f444256be audtty-0.1.7.tar.gz 126055 |