diff options
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/mixer_app/ChangeLog | 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 | 4 | ||||
-rw-r--r-- | x11-misc/mkxf86config/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/mkxf86config/mkxf86config-0.8-r2.ebuild | 4 |
5 files changed, 15 insertions, 8 deletions
diff --git a/x11-misc/mixer_app/ChangeLog b/x11-misc/mixer_app/ChangeLog index 8f75f1df4715..9aa8c0aaa8e5 100644 --- a/x11-misc/mixer_app/ChangeLog +++ b/x11-misc/mixer_app/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/mixer_app # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/mixer_app/ChangeLog,v 1.13 2004/06/24 22:28:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/mixer_app/ChangeLog,v 1.14 2004/06/28 20:05:01 agriffis Exp $ + + 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> mixer_app-1.7.0.ebuild, + mixer_app-1.8.0.ebuild: + glibc -> libc 13 Jun 2004; Donnie Berkholz <spyderous@gentoo.org>; mixer_app-1.7.0.ebuild: Change x11-base/xfree dependency to virtual/x11 (#47632). 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 51576a3dbf83..e82fc9f07f89 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 Foundation # 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.9 2004/06/24 22:28:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/mixer_app/mixer_app-1.7.0.ebuild,v 1.10 2004/06/28 20:05:01 agriffis 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 virtual/x11" +DEPEND="virtual/libc virtual/x11" LICENSE="GPL-2" 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 bb69f0f148e6..ea19868e4d6b 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 Foundation # 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.6 2004/06/24 22:28:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/mixer_app/mixer_app-1.8.0.ebuild,v 1.7 2004/06/28 20:05:01 agriffis Exp $ #need to do some name mangling #so that ebuild name adheres to "standart" @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="x86 ~ppc sparc" IUSE="" -DEPEND="virtual/glibc virtual/x11" +DEPEND="virtual/libc virtual/x11" src_compile() { emake || die diff --git a/x11-misc/mkxf86config/ChangeLog b/x11-misc/mkxf86config/ChangeLog index 47971a339d64..cabe33c817e2 100644 --- a/x11-misc/mkxf86config/ChangeLog +++ b/x11-misc/mkxf86config/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/mkxf86config # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/mkxf86config/ChangeLog,v 1.8 2004/06/24 22:29:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/mkxf86config/ChangeLog,v 1.9 2004/06/28 20:06:12 agriffis Exp $ + + 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> mkxf86config-0.8-r2.ebuild: + glibc -> libc 23 Jun 2004; Aron Griffis <agriffis@gentoo.org> mkxf86config-0.8-r2.ebuild: QA - fix use invocation diff --git a/x11-misc/mkxf86config/mkxf86config-0.8-r2.ebuild b/x11-misc/mkxf86config/mkxf86config-0.8-r2.ebuild index 22e699149298..f5b5fd4607a6 100644 --- a/x11-misc/mkxf86config/mkxf86config-0.8-r2.ebuild +++ b/x11-misc/mkxf86config/mkxf86config-0.8-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/mkxf86config/mkxf86config-0.8-r2.ebuild,v 1.4 2004/06/26 00:36:44 jhuebel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/mkxf86config/mkxf86config-0.8-r2.ebuild,v 1.5 2004/06/28 20:06:12 agriffis Exp $ inherit eutils @@ -22,7 +22,7 @@ LICENSE="GPL-2" DEPEND="" RDEPEND="sys-apps/hwsetup sys-apps/ddcxinfo-knoppix - virtual/glibc" + virtual/libc" src_unpack() { unpack ${A} |