Portage is a package management system used by Gentoo Linux
# ChangeLog for kde-misc/quadkonsole
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/quadkonsole/ChangeLog,v 1.4 2008/04/28 15:59:38 phreak Exp $
28 Apr 2008; Christian Heim
Remove Wulf C. Krueger (philantrop) from metadata.xml (as per #168573).
18 Feb 2008; Ingmar Vanhassel
quadkonsole-2.0.2.ebuild:
Update kde-base/* dependencies so that KDE 4 doesn't satisfy it. bug 206571.
18 Jun 2007; Wulf C. Krueger
quadkonsole-2.0.2.ebuild:
Moved need-kde to its correct position after (R)DEPEND.
*quadkonsole-2.0.2 (17 Jun 2007)
17 Jun 2007; Wulf C. Krueger
+quadkonsole-2.0.2.ebuild:
Initial ebuild, submitted by TheOmega and Hanni Ali on bug 157500. Thanks to
both of you!
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST quadkonsole-2.0.2.tar.bz2 407500 RMD160 27bcfba2eb0195977bf9f9e50cc3054290325198 SHA1 efb2ecf268c6f3adb48c1a4a23ab221eb8fb4e95 SHA256 0e1d6cb12805fd10c72d510d3d1f1d9e4566e7cde7772a95be276b3c3428c653
EBUILD quadkonsole-2.0.2.ebuild 685 RMD160 36b8c5b95f10447dfcf27ace62741ab31b9bfe62 SHA1 46e81ab0f8c2f1183d0503de36126654654e5528 SHA256 d4fe876db507485df9fe04907082d4ce3e75304999f427577197a413ed06e000
MISC ChangeLog 882 RMD160 37907df27925eb82b5bda3858c52cb4a3bb908a3 SHA1 3dffeb3a01305e2c86ee99b252c3e0b26a51753b SHA256 8392cf0ef42d0c338e67f0607f3931824170541f7a99fd02deb7fb2ec02c266e
MISC metadata.xml 472 RMD160 b57fcd528c0f2340c4c3f6825832b90a3a555caf SHA1 7129de6e07e45392e0d8a3c640ca3c2aa9f47e04 SHA256 b750982859c5e691e71e3c31e9a31497c9d94b15d9ff39a6ae655701be2d3faa
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
iEYEARECAAYFAkgV9G8ACgkQyuNVb5qfaOagkgCcDnQq/xnwxCur1oWM9hGVr67C
Y04AoLDQvfeiYD9IsiS9NxGxzvvUlTEr
=fCma
-----END PGP SIGNATURE-----
QuadKonsole is a program which embeds 4 Konsoles (other numbers can be
specified on the command-line). This way you save screen real estate,
you don't have to worry about careful placement and the startup time is
faster than starting up 4 separate Konsoles.
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/quadkonsole/quadkonsole-2.0.2.ebuild,v 1.3 2008/02/18 22:53:13 ingmar Exp $
inherit kde
DESCRIPTION="Quadkonsole provides a grid of Konsole terminals."
HOMEPAGE="http://nomis80.org/quadkonsole/"
SRC_URI="http://nomis80.org/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="|| ( =kde-base/kdebase-3.5* =kde-base/konsole-3.5* )"
DEPEND="${RDEPEND}"
need-kde 3.3
src_install() {
kde_src_install
rm -rf "${D}/usr/share/applnk"
insinto /usr/share/applications
doins "${S}/src/${PN}.desktop"
}