Parent Directory
|
Revision Log
Remove old ebuild. (Portage version: 2.0.51.22-r1)
| 1 | # Copyright 1999-2005 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/x11-terms/kuake/kuake-0.3-r1.ebuild,v 1.3 2005/03/28 21:33:52 hansmi Exp $ |
| 4 | |
| 5 | inherit kde |
| 6 | |
| 7 | DESCRIPTION="A Quake-style terminal emulator" |
| 8 | HOMEPAGE="http://www.nemohackers.org/kuake.php" |
| 9 | SRC_URI="http://199.231.140.154/software/kuake/${P}.tar.gz" |
| 10 | |
| 11 | KEYWORDS="x86 ~sparc ~amd64 ppc" |
| 12 | LICENSE="GPL-2" |
| 13 | |
| 14 | SLOT="0" |
| 15 | IUSE="" |
| 16 | |
| 17 | need-kde 3.3 |
| 18 | |
| 19 | src_unpack() { |
| 20 | kde_src_unpack |
| 21 | |
| 22 | epatch ${FILESDIR}/${P}-dropdown-fix.patch |
| 23 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |