Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 86086 - Kdissert ~amd64 marking request
Summary: Kdissert ~amd64 marking request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-20 19:24 UTC by Will Briggs
Modified: 2005-03-21 00:51 UTC (History)
1 user (show)

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 Will Briggs 2005-03-20 19:24:40 UTC
I wanted to emerge kdissert on my amd64 system.  There are no amd64 keywords (stable or unstable) in the kdissert ebuild so I copied the kdissert part of the portage tree to my my local portage overlay and added the keyword to the ebuild (kdissert-0.3.6) (see additional info).

The emerge worked and some cursory testing seems to indicate that kdissert operates correctly on this architecture.

Is there any reason why ~amd64 keyword cannot be added to the ebuild and therefore have a wider testing on this platform amongs the user community?

Reproducible: Always
Steps to Reproduce:
1.Add ~amd64 keyword to ebuild in portage overlay
2.emerge kdissert

Actual Results:  
Kdissert emerges and seems to operate well

Expected Results:  
Kdissert emerges and seems to operate well

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/kdissert/kdissert-0.3.6.ebuild,v 1.1
2005/02/28 23:09:30 carlo Exp $

inherit kde

MY_P=${P/_/-}
S=${WORKDIR}/${MY_P}

DESCRIPTION="KDissert - a mindmapping-like tool"
HOMEPAGE="http://www.freehackers.org/~tnagy/kdissert/index.html"
#SRC_URI="http://www.freehackers.org/~tnagy/kdissert/${MY_P}.tar.bz2"
SRC_URI="http://www.kde-apps.org/content/files/12725-${MY_P}.tar.bz2"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~sparci ~amd64"
IUSE=""

DEPEND="dev-util/scons"
need-kde 3.2

# rotten Makefile stuff, can't use kde.eclass
src_compile() {
        ./configure --prefix="${D}/usr" --kdeincludes="$(kde-config
--prefix)/include"  || configure failed
        emake || emake failed
}

src_install() {
        einstall || einstall failed
}
Comment 1 Chris White (RETIRED) gentoo-dev 2005-03-21 00:24:57 UTC
~amd64 marking request for kdissert.

amd64 re-assignment
kde herd cc'ed so they're aware of the marking request.
Comment 2 Marcus D. Hanwell (RETIRED) gentoo-dev 2005-03-21 00:51:51 UTC
Please see http://www.gentoo.org/proj/en/base/amd64/howtos/index.xml?part=1&chap=2 for details on filing keyword bugs, there is no need to include ebuilds etc, but the ebuild category and version does help.

I have tested this and marked it ~amd64 - kde-misc/kdissert-0.3.6