summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-11-16 06:03:51 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-11-16 06:03:51 +0000
commitaa85c1bdce43b7ec4257518968dda443072bb954 (patch)
tree97b52bf96cf147e99c37e6975f4b2e056ea76fc6 /kde-misc/kaptain/kaptain-0.72.ebuild
parentVersion bump to be in sync with the rest; no code changes (diff)
downloadgentoo-2-aa85c1bdce43b7ec4257518968dda443072bb954.tar.gz
gentoo-2-aa85c1bdce43b7ec4257518968dda443072bb954.tar.bz2
gentoo-2-aa85c1bdce43b7ec4257518968dda443072bb954.zip
Clean up masked KDE3 pkgs.
Diffstat (limited to 'kde-misc/kaptain/kaptain-0.72.ebuild')
-rw-r--r--kde-misc/kaptain/kaptain-0.72.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/kde-misc/kaptain/kaptain-0.72.ebuild b/kde-misc/kaptain/kaptain-0.72.ebuild
deleted file mode 100644
index e25bda37d380..000000000000
--- a/kde-misc/kaptain/kaptain-0.72.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kaptain/kaptain-0.72.ebuild,v 1.6 2008/04/21 17:44:09 philantrop Exp $
-
-inherit kde-functions eutils
-
-DESCRIPTION="A universal graphical front-end for command line programs"
-HOMEPAGE="http://kaptain.sourceforge.net/"
-SRC_URI="mirror://sourceforge/kaptain/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-KEYWORDS="~amd64 ppc ~sparc x86"
-
-need-qt 3
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-ggc4.patch
-
- # Fixes bug 218690.
- epatch "${FILESDIR}"/${P}-gcc43.patch
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog README TODO || die "installing docs failed."
-}