Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82068 - k3b ebuild dependencies on kdebase-meta typo
Summary: k3b ebuild dependencies on kdebase-meta typo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-14 18:33 UTC by Max Powers
Modified: 2005-02-17 01:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Max Powers 2005-02-14 18:33:03 UTC
Its not kdebase, its kde-base ;)

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Simone Gotti (RETIRED) gentoo-dev 2005-02-16 00:40:12 UTC
Which k3b ebuild version?

Where's the typo?
Comment 2 Max Powers 2005-02-16 13:15:06 UTC
Sorry, I was in a hurry posting this. Gave me a some problems trying re-emerge my tree and I traced in back to the k3b-0.11.17.ebuild. It is the only one affected.

Here is the first bit:

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/k3b-0.11.17.ebuild,v 1.11 2005/01/14 23:28:58 danarmak Exp $

inherit kde eutils

DESCRIPTION="K3b, KDE CD Writing Software"
HOMEPAGE="http://www.k3b.org/"
SRC_URI="mirror://sourceforge/k3b/${P}.tar.bz2"

LICENSE="GPL-2"
KEYWORDS="x86 ppc ~sparc amd64"
IUSE="arts dvdr kde oggvorbis mad flac encode"

DEPEND="kde? ( || ( kdebase/kdebase-meta >=kde-base/kdebase-3.1 ) )
	>=media-sound/cdparanoia-3.9.8
	>=media-libs/id3lib-3.8.0_pre2
	flac? ( media-libs/flac )
	mad? ( >=media-sound/madplay-0.14.2b )
	oggvorbis? ( media-libs/libvorbis )
	arts? ( kde-base/arts )"
RDEPEND="kde? ( || ( kdebase/kdebase-meta >=kde-base/kdebase-3.1 ) )
	>=media-sound/cdparanoia-3.9.8
	>=media-libs/id3lib-3.8.0_pre2
	flac? ( media-libs/flac )
	mad? ( >=media-sound/madplay-0.14.2b )
	oggvorbis? ( media-libs/libvorbis )
	arts? ( kde-base/arts )
	virtual/cdrtools
	>=app-cdr/cdrdao-1.1.7-r3
	media-sound/normalize
	dvdr? ( app-cdr/dvd+rw-tools )
	encode? ( media-sound/lame
		  media-sound/sox
		  media-video/transcode
		  media-video/vcdimager )"
need-kde 3.1

If you look at the kdebase/kdebase-meta you will notice that the - is omitted. It should read kde-base/kdebase-meta. The other ebuilds need to be updated to include kdebase the meta ebuild as well, they only include the monolithic and kdesu? It looks rather like a jarbled mess right now spread out among the k3b ebuilds as 0.11.17 requires everything in the meta build and all other versions only require kdesu...
Comment 3 Gregorio Guidi (RETIRED) gentoo-dev 2005-02-17 01:18:21 UTC
You're right, there's a typo, strange that we didn't catch it before...

For explaination of the k3b dependencies, see bug 78235.