diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2004-06-14 00:21:44 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2004-06-14 00:21:44 +0000 |
commit | 09340f195f9b0bff336a32a8b7ce898d8a274c33 (patch) | |
tree | f9fb17bb7f3cd39da0ab284196b8c71b4e443d15 /x11-misc | |
parent | Add pie hardened also to GRP_STAGE23_USE (diff) | |
download | historical-09340f195f9b0bff336a32a8b7ce898d8a274c33.tar.gz historical-09340f195f9b0bff336a32a8b7ce898d8a274c33.tar.bz2 historical-09340f195f9b0bff336a32a8b7ce898d8a274c33.zip |
Change x11-base/xfree dependency to virtual/x11 (#47632).
Diffstat (limited to 'x11-misc')
-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 |
3 files changed, 9 insertions, 6 deletions
diff --git a/x11-misc/mixer_app/ChangeLog b/x11-misc/mixer_app/ChangeLog index 5836ea071601..48d1adc0536d 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.11 2004/06/01 13:17:40 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/mixer_app/ChangeLog,v 1.12 2004/06/14 00:21:44 spyderous Exp $ + + 13 Jun 2004; Donnie Berkholz <spyderous@gentoo.org>; mixer_app-1.7.0.ebuild: + Change x11-base/xfree dependency to virtual/x11 (#47632). 01 Jun 2004; Brandon Hale <tseng@gentoo.org> mixer_app-1.7.0.ebuild, mixer_app-1.8.0.ebuild: diff --git a/x11-misc/mixer_app/Manifest b/x11-misc/mixer_app/Manifest index adf6ba41ed6f..af4e1af2d337 100644 --- a/x11-misc/mixer_app/Manifest +++ b/x11-misc/mixer_app/Manifest @@ -1,6 +1,6 @@ -MD5 0c5ff2e728d6effc428702d124311259 ChangeLog 1103 -MD5 2af65435f9de50aab49749c00ae49ddb mixer_app-1.7.0.ebuild 876 -MD5 e923f70003a5e91d18124cc01d73db66 mixer_app-1.8.0.ebuild 804 +MD5 cac8b9c75be5cc2189fcd7f38d8ce2ed ChangeLog 1246 +MD5 452798f50a83249461c01cc5d344944b mixer_app-1.7.0.ebuild 875 +MD5 5830286dc3abd2b508abd961f5f87bc4 mixer_app-1.8.0.ebuild 803 MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166 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 d1cfc1a0697b..863567147122 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-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.7 2004/06/01 13:17:40 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/mixer_app/mixer_app-1.7.0.ebuild,v 1.8 2004/06/14 00:21:44 spyderous Exp $ #need to do some name mangling #so that ebuild name adheres to "standart" @@ -10,7 +10,7 @@ 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 " +DEPEND="virtual/glibc virtual/x11" LICENSE="GPL-2" |