diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-05-21 18:14:11 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-05-21 18:14:11 +0000 |
commit | d9cc0dd1bd463667476e3089c8575865e555aba8 (patch) | |
tree | 920cb41730b4392e357310e93cc72ef22e2b1def /media-sound | |
parent | Better code size calculation (diff) | |
download | gentoo-2-d9cc0dd1bd463667476e3089c8575865e555aba8.tar.gz gentoo-2-d9cc0dd1bd463667476e3089c8575865e555aba8.tar.bz2 gentoo-2-d9cc0dd1bd463667476e3089c8575865e555aba8.zip |
eclass update - removing old eclasses (debug,inherit,functions) for which support is in potage proper
(>=1.8.9_pre32). this breaks support for older portages i.e. profile 1.0_rc6 as warned on themailing
lists 2 weeks ago. the only change to all these ebuilds in the long list is removal of the redundant
". /usr/portage/eclass/inherit.eclass || die" line.
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/apollo/apollo-1.1.1-r1.ebuild | 4 | ||||
-rw-r--r-- | media-sound/freeamp/freeamp-2.1.1-r1.ebuild | 4 | ||||
-rw-r--r-- | media-sound/kmms/kmms-0.7_beta6.ebuild | 4 | ||||
-rw-r--r-- | media-sound/xmms-arts/xmms-arts-0.4-r3.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/media-sound/apollo/apollo-1.1.1-r1.ebuild b/media-sound/apollo/apollo-1.1.1-r1.ebuild index 64ab1a85443a..e64985c4f31e 100644 --- a/media-sound/apollo/apollo-1.1.1-r1.ebuild +++ b/media-sound/apollo/apollo-1.1.1-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/apollo/apollo-1.1.1-r1.ebuild,v 1.3 2002/02/03 21:46:26 danarmak Exp $ -. /usr/portage/eclass/inherit.eclass || die +# $Header: /var/cvsroot/gentoo-x86/media-sound/apollo/apollo-1.1.1-r1.ebuild,v 1.4 2002/05/21 18:14:10 danarmak Exp $ + use kde && inherit kde-base S=${WORKDIR}/${P}-1 diff --git a/media-sound/freeamp/freeamp-2.1.1-r1.ebuild b/media-sound/freeamp/freeamp-2.1.1-r1.ebuild index 8d4289bf8e84..a7b59db580d4 100644 --- a/media-sound/freeamp/freeamp-2.1.1-r1.ebuild +++ b/media-sound/freeamp/freeamp-2.1.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/freeamp/freeamp-2.1.1-r1.ebuild,v 1.1 2002/05/04 02:58:22 woodchip Exp $ -use arts && . /usr/portage/eclass/inherit.eclass +# $Header: /var/cvsroot/gentoo-x86/media-sound/freeamp/freeamp-2.1.1-r1.ebuild,v 1.2 2002/05/21 18:14:10 danarmak Exp $ +use arts && use arts && inherit kde-functions && set-kdedir DESCRIPTION="An extremely full-featured mp3/vorbis/cd player with ALSA support" diff --git a/media-sound/kmms/kmms-0.7_beta6.ebuild b/media-sound/kmms/kmms-0.7_beta6.ebuild index dcd4aecdd714..175d696487b5 100644 --- a/media-sound/kmms/kmms-0.7_beta6.ebuild +++ b/media-sound/kmms/kmms-0.7_beta6.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Bart Verwilst <verwilst@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/kmms/kmms-0.7_beta6.ebuild,v 1.1 2002/01/19 15:49:54 verwilst Exp $ -. /usr/portage/eclass/inherit.eclass || die +# $Header: /var/cvsroot/gentoo-x86/media-sound/kmms/kmms-0.7_beta6.ebuild,v 1.2 2002/05/21 18:14:10 danarmak Exp $ + inherit kde-base || die need-kde 2.2 diff --git a/media-sound/xmms-arts/xmms-arts-0.4-r3.ebuild b/media-sound/xmms-arts/xmms-arts-0.4-r3.ebuild index 5fe79c5c17e7..fd578a729684 100644 --- a/media-sound/xmms-arts/xmms-arts-0.4-r3.ebuild +++ b/media-sound/xmms-arts/xmms-arts-0.4-r3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms-arts/xmms-arts-0.4-r3.ebuild,v 1.1 2002/04/11 18:32:39 verwilst Exp $ -. /usr/portage/eclass/inherit.eclass || die +# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms-arts/xmms-arts-0.4-r3.ebuild,v 1.2 2002/05/21 18:14:10 danarmak Exp $ + inherit kde-base || die # Note: we set many vars e.g. DEPEND insteaed of extending them because this isn't a proper KDE app, |