diff options
author | Jason Wever <weeve@gentoo.org> | 2004-04-16 00:19:08 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-04-16 00:19:08 +0000 |
commit | 5b249b4edcd6da4bafcf29e4b6ccfdaf2a9ea54c (patch) | |
tree | 01f557ebb1b66adfa46b0f519e2cea27b875c4f1 /x11-misc/mixer_app | |
parent | added s390 keyword (diff) | |
download | historical-5b249b4edcd6da4bafcf29e4b6ccfdaf2a9ea54c.tar.gz historical-5b249b4edcd6da4bafcf29e4b6ccfdaf2a9ea54c.tar.bz2 historical-5b249b4edcd6da4bafcf29e4b6ccfdaf2a9ea54c.zip |
Marked stable on sparc and changed the x11-base/xfree dep to virtual/x11.
Diffstat (limited to 'x11-misc/mixer_app')
-rw-r--r-- | x11-misc/mixer_app/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/mixer_app/Manifest | 6 | ||||
-rw-r--r-- | x11-misc/mixer_app/mixer_app-1.7.0.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/mixer_app/mixer_app-1.8.0.ebuild | 6 |
4 files changed, 12 insertions, 9 deletions
diff --git a/x11-misc/mixer_app/ChangeLog b/x11-misc/mixer_app/ChangeLog index ad0d78ce2b87..e5499dbc4185 100644 --- a/x11-misc/mixer_app/ChangeLog +++ b/x11-misc/mixer_app/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/mixer_app # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/mixer_app/ChangeLog,v 1.9 2004/04/11 15:18:33 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/mixer_app/ChangeLog,v 1.10 2004/04/16 00:19:08 weeve Exp $ + + 15 Apr 2004; Jason Wever <weeve@gentoo.org> mixer_app-1.8.0.ebuild: + Marked stable on sparc and changed the x11-base/xfree dep to virtual/x11. 11 Apr 2004; Markus Nigbur <pyrania@gentoo.org> mixer_app-1.8.0.ebuild: Marked stable on x86. diff --git a/x11-misc/mixer_app/Manifest b/x11-misc/mixer_app/Manifest index 0b36ee550214..cfef58a1ed45 100644 --- a/x11-misc/mixer_app/Manifest +++ b/x11-misc/mixer_app/Manifest @@ -1,6 +1,6 @@ -MD5 688c33e2e9f29fb88f7488d7543c215f mixer_app-1.7.0.ebuild 870 -MD5 7493a619b8df5576f61bf4de9dd1f9ed mixer_app-1.8.0.ebuild 803 -MD5 2317ab8424747053c1c715f70c564f44 ChangeLog 847 +MD5 940e4eb12fdb0cb57fdd8aabcce044d6 ChangeLog 993 MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166 +MD5 d8382948ea0dd0290ebdc00d4eaa16d3 mixer_app-1.7.0.ebuild 869 +MD5 6f0c921d2eb151109367af269fafea7e mixer_app-1.8.0.ebuild 796 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/mixer_app-1.7.0.ebuild b/x11-misc/mixer_app/mixer_app-1.7.0.ebuild index d704348df8df..fc62becc17a9 100644 --- a/x11-misc/mixer_app/mixer_app-1.7.0.ebuild +++ b/x11-misc/mixer_app/mixer_app-1.7.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 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.7.0.ebuild,v 1.5 2003/02/13 17:16:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/mixer_app/mixer_app-1.7.0.ebuild,v 1.6 2004/04/16 00:19:08 weeve Exp $ #need to do some name mangling #so that ebuild name adheres to "standart" diff --git a/x11-misc/mixer_app/mixer_app-1.8.0.ebuild b/x11-misc/mixer_app/mixer_app-1.8.0.ebuild index 5b14bb806ef5..32393514dea3 100644 --- a/x11-misc/mixer_app/mixer_app-1.8.0.ebuild +++ b/x11-misc/mixer_app/mixer_app-1.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.3 2004/04/11 15:18:33 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/mixer_app/mixer_app-1.8.0.ebuild,v 1.4 2004/04/16 00:19:08 weeve Exp $ #need to do some name mangling #so that ebuild name adheres to "standart" @@ -13,9 +13,9 @@ SRC_URI="http://www.fukt.bth.se/~per/mixer/${Name}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc" +KEYWORDS="x86 ~ppc sparc" -DEPEND="virtual/glibc x11-base/xfree " +DEPEND="virtual/glibc virtual/x11" src_compile() { emake || die |