diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2006-09-06 19:00:02 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2006-09-06 19:00:02 +0000 |
commit | 2fdd0c46cb897f9d9c9bd5a2bc5bb1ec8410ca38 (patch) | |
tree | d9fa2f1a879769855de6174f8e7e291c3ba76051 /media-sound/audtty | |
parent | Mask brasero development versions. (diff) | |
download | gentoo-2-2fdd0c46cb897f9d9c9bd5a2bc5bb1ec8410ca38.tar.gz gentoo-2-2fdd0c46cb897f9d9c9bd5a2bc5bb1ec8410ca38.tar.bz2 gentoo-2-2fdd0c46cb897f9d9c9bd5a2bc5bb1ec8410ca38.zip |
Version bump. This one works on PPC!
(Portage version: 2.1.1_rc1-r4)
Diffstat (limited to 'media-sound/audtty')
-rw-r--r-- | media-sound/audtty/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/audtty/audtty-0.1.5.ebuild | 30 | ||||
-rw-r--r-- | media-sound/audtty/files/digest-audtty-0.1.5 | 3 |
3 files changed, 39 insertions, 1 deletions
diff --git a/media-sound/audtty/ChangeLog b/media-sound/audtty/ChangeLog index d90e4d4f4522..455ae959ed29 100644 --- a/media-sound/audtty/ChangeLog +++ b/media-sound/audtty/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/audtty # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audtty/ChangeLog,v 1.6 2006/05/26 19:50:03 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audtty/ChangeLog,v 1.7 2006/09/06 19:00:02 chainsaw Exp $ + +*audtty-0.1.5 (06 Sep 2006) + + 06 Sep 2006; Tony Vroon <chainsaw@gentoo.org> +audtty-0.1.5.ebuild: + Version bump. This one works on PPC! 26 May 2006; Diego Pettenò <flameeyes@gentoo.org> audtty-0.1.3.ebuild: Fix quoting. diff --git a/media-sound/audtty/audtty-0.1.5.ebuild b/media-sound/audtty/audtty-0.1.5.ebuild new file mode 100644 index 000000000000..08c4155f4f74 --- /dev/null +++ b/media-sound/audtty/audtty-0.1.5.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audtty/audtty-0.1.5.ebuild,v 1.1 2006/09/06 19:00:02 chainsaw 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 ~x86 ~ppc" + +DEPEND="sys-libs/ncurses + media-sound/audacious" + +src_unpack() { + unpack ${A} + cd "${S}" + eautoreconf +} + +src_install() { + make DESTDIR="${D}" install || die + dodoc ChangeLog README +} diff --git a/media-sound/audtty/files/digest-audtty-0.1.5 b/media-sound/audtty/files/digest-audtty-0.1.5 new file mode 100644 index 000000000000..594aa82e4d30 --- /dev/null +++ b/media-sound/audtty/files/digest-audtty-0.1.5 @@ -0,0 +1,3 @@ +MD5 a8d61d434ba6d857a49f2323207e14fc audtty-0.1.5.tar.bz2 42772 +RMD160 f6ec876706274fca4a3a758ecf625a2b6bde896b audtty-0.1.5.tar.bz2 42772 +SHA256 f3fc387cbab4926105761a6e4fd598be991cfc1aaf80cfc57beb746f62ecaebb audtty-0.1.5.tar.bz2 42772 |