diff options
author | Stewart Honsberger <blkdeath@gentoo.org> | 2003-08-18 20:39:41 +0000 |
---|---|---|
committer | Stewart Honsberger <blkdeath@gentoo.org> | 2003-08-18 20:39:41 +0000 |
commit | d0e73aa8da2c3500f43c86bad214591f07d691b7 (patch) | |
tree | 3a56acfcd1966605684df78b118f26781a4375c9 /x11-misc/mixer_app | |
parent | Upated SRC_URI and HP. (diff) | |
download | gentoo-2-d0e73aa8da2c3500f43c86bad214591f07d691b7.tar.gz gentoo-2-d0e73aa8da2c3500f43c86bad214591f07d691b7.tar.bz2 gentoo-2-d0e73aa8da2c3500f43c86bad214591f07d691b7.zip |
Version bump. Add ~ppc keyword.
Diffstat (limited to 'x11-misc/mixer_app')
-rw-r--r-- | x11-misc/mixer_app/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/mixer_app/Manifest | 5 | ||||
-rw-r--r-- | x11-misc/mixer_app/files/digest-mixer_app-1.8.0 | 1 | ||||
-rw-r--r-- | x11-misc/mixer_app/mixer_app-1.8.0.ebuild | 31 |
4 files changed, 44 insertions, 1 deletions
diff --git a/x11-misc/mixer_app/ChangeLog b/x11-misc/mixer_app/ChangeLog index 711196c53ce3..0398063da3b3 100644 --- a/x11-misc/mixer_app/ChangeLog +++ b/x11-misc/mixer_app/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/mixer_app # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/mixer_app/ChangeLog,v 1.5 2003/02/12 09:31:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/mixer_app/ChangeLog,v 1.6 2003/08/18 20:39:33 blkdeath Exp $ + +*mixer_app-1.8.0 (18 Aug 2003) + + 18 Aug 2003; Stewart <stewart@gentoo.org> mixer_app-1.8.0.ebuild: + Version bump to 1.8.0. Added ~ppc keyword. Please test and report success / + failure. 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/x11-misc/mixer_app/Manifest b/x11-misc/mixer_app/Manifest index e69de29bb2d1..26f64f15988d 100644 --- a/x11-misc/mixer_app/Manifest +++ b/x11-misc/mixer_app/Manifest @@ -0,0 +1,5 @@ +MD5 c108393a93df058568ea035f9cdfc2dc ChangeLog 669 +MD5 688c33e2e9f29fb88f7488d7543c215f mixer_app-1.7.0.ebuild 870 +MD5 9641046c22461ea3347ffd2cf6dacd03 mixer_app-1.8.0.ebuild 878 +MD5 6594425156450bcf08c3695ff6bdb7b1 files/digest-mixer_app-1.7.0 66 +MD5 ce037f6965f46380e0f2fb95f0d03de5 files/digest-mixer_app-1.8.0 66 diff --git a/x11-misc/mixer_app/files/digest-mixer_app-1.8.0 b/x11-misc/mixer_app/files/digest-mixer_app-1.8.0 new file mode 100644 index 000000000000..014a01d7327c --- /dev/null +++ b/x11-misc/mixer_app/files/digest-mixer_app-1.8.0 @@ -0,0 +1 @@ +MD5 e2c275f16a91c52552d9e2221e18d24c Mixer.app-1.8.0.tar.gz 37884 diff --git a/x11-misc/mixer_app/mixer_app-1.8.0.ebuild b/x11-misc/mixer_app/mixer_app-1.8.0.ebuild new file mode 100644 index 000000000000..b3d0176c4537 --- /dev/null +++ b/x11-misc/mixer_app/mixer_app-1.8.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/mixer_app/mixer_app-1.8.0.ebuild,v 1.1 2003/08/18 20:39:33 blkdeath Exp $ + +#need to do some name mangling +#so that ebuild name adheres to "standart" +Name=Mixer.app +S=${WORKDIR}/${Name}-${PV} + +DESCRIPTION="Mixer.app is a mixer utility that has three volume controllers that can be configured to handle any sound source, the default sources are master-, cd- and pcm-volume." +SRC_URI="http://www.fukt.bth.se/~per/mixer/${Name}-${PV}.tar.gz" +HOMEPAGE="http://www.fukt.bth.se/~per/mixer/" +DEPEND="virtual/glibc x11-base/xfree " + +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86 ~sparc ~ppc" + +src_compile() { + emake || die + +} + +src_install () { + #make DESTDIR=${D} install || die + dobin Mixer.app + + dodoc COPYING README ChangeLog +} + |