Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72659 - lineak_kdeplugins-0.8.2.ebuild
Summary: lineak_kdeplugins-0.8.2.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-27 10:44 UTC by Bernd Westermann
Modified: 2004-11-30 07:51 UTC (History)
2 users (show)

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


Attachments
lineak_kdeplugins-0.8.2.ebuild (lineak_kdeplugins-0.8.2.ebuild,693 bytes, text/plain)
2004-11-27 10:45 UTC, Bernd Westermann
Details
Used kde.eclass so the ebuild compiles with sandbox and handles arts correctly. (lineak_kdeplugins-0.8.2.ebuild,482 bytes, text/plain)
2004-11-28 07:16 UTC, Petteri Räty (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bernd Westermann 2004-11-27 10:44:37 UTC
ebuild for lineak_kdeplugins-0.8.2.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.




This ebuild only compiles with "-sandbox". May someone can fix this? Error is: 
--------------------------- ACCESS VIOLATION SUMMARY 
--------------------------- 
LOG FILE = "/tmp/sandbox-x11-misc_-_lineak_kdeplugins-0.8.2-27748.log" 
 
open_wr:   /usr/qt/3/etc/settings/.qtrc.lock 
open_wr:   /usr/qt/3/etc/settings/.qtrc.lock 
open_wr:   /usr/qt/3/etc/settings/.qtrc.lock 
open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock 
--------------------------------------------------------------------------------
Comment 1 Bernd Westermann 2004-11-27 10:45:18 UTC
Created attachment 44837 [details]
lineak_kdeplugins-0.8.2.ebuild
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2004-11-28 07:16:26 UTC
Created attachment 44871 [details]
Used kde.eclass so the ebuild compiles with sandbox and handles arts correctly.
Comment 3 Petteri Räty (RETIRED) gentoo-dev 2004-11-28 07:39:21 UTC
Comment on attachment 44871 [details]
Used kde.eclass so the ebuild compiles with sandbox and handles arts correctly. 

># Copyright 1999-2004 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
>
>inherit kde
>
>IUSE="$IUSE -xinerama"
>DESCRIPTION="KDE plugins for LINEAK"
>HOMEPAGE="http://lineak.sourceforge.net/"
>SRC_URI="mirror://sourceforge/lineak/${P}.tar.gz"
>
>LICENSE="GPL-2"
>SLOT="0"
>KEYWORDS="~x86"
>
>RDEPEND=">x11-misc/lineakd-0.8"
>
Comment 4 Stefan Schweizer (RETIRED) gentoo-dev 2004-11-28 09:15:23 UTC
Can you please clean up the header?
# $Header: $

Why is it -xinerama, what is the syntax here?
IUSE="$IUSE -xinerama"

We should probably add ~ppc here, as lineakd has ~ppc
KEYWORDS="~x86"

Does it not depend on some kde stuff?
RDEPEND=">x11-misc/lineakd-0.8"
Comment 5 Stefan Schweizer (RETIRED) gentoo-dev 2004-11-29 12:09:21 UTC
In portage, thanks
Comment 6 Petteri Räty (RETIRED) gentoo-dev 2004-11-29 22:45:13 UTC
That -xinerama was something I left there accidentally after trying to remove USE xinerama from this ebuild and that header came Bernds from ebuild and I didn't remember to check it. Good that you mentioned those dependencies as I thought that inherit kde would have me depend on enought stuff. These plugins control kde programs like konsole and they won't of course do anything unless you have them installed. In my opinion that's why kde-base would be better than kde-lib as a RDEPEND.
Comment 7 Stefan Schweizer (RETIRED) gentoo-dev 2004-11-30 07:51:26 UTC
Remember you can use kde programs without kde-base, but you cannot use them without kde-libs.