Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 161660 - quadkonsole ebuild request
Summary: quadkonsole ebuild request
Status: RESOLVED DUPLICATE of bug 157500
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-11 23:05 UTC by Stephen DeGabriele
Modified: 2007-01-11 23:16 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 Stephen DeGabriele 2007-01-11 23:05:06 UTC
Here is an ebuild for it.

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit kde
DESCRIPTION="QuadKonsole is a program which embeds 4 Konsoles."
HOMEPAGE="http://nomis80.org/"
SRC_URI="http://nomis80.org/quadkonsole/${P}.tar.gz"

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

DEPEND="|| ( kde-base/konsole
    kde-base/kdebase )"

RDEPEND="${DEPEND}"

src_compile() {
    econf --prefix=`kde-config --prefix` || die "econf failed"
    emake || die "emake failed"
}

Reproducible: Always

Steps to Reproduce:
emerge quadkonsole
Actual Results:  
ebuild not found
Comment 1 solar (RETIRED) gentoo-dev 2007-01-11 23:08:48 UTC
New ebuilds should be attached and not inlined.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-01-11 23:16:18 UTC

*** This bug has been marked as a duplicate of bug 157500 ***