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
New ebuilds should be attached and not inlined.
*** This bug has been marked as a duplicate of bug 157500 ***