summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-print/kink/kink-0.2.1.ebuild')
-rw-r--r--net-print/kink/kink-0.2.1.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/net-print/kink/kink-0.2.1.ebuild b/net-print/kink/kink-0.2.1.ebuild
deleted file mode 100644
index 104c4cbbb23b..000000000000
--- a/net-print/kink/kink-0.2.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/kink/kink-0.2.1.ebuild,v 1.7 2009/11/11 12:39:46 ssuominen Exp $
-
-ARTS_REQUIRED=never
-inherit kde eutils
-
-DESCRIPTION="KDE printer ink level utility monitor"
-HOMEPAGE="http://kink.sourceforge.net/"
-SRC_URI="mirror://sourceforge/kink/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 amd64 ~ppc"
-IUSE=""
-
-DEPEND="<=net-print/libinklevel-0.6.5"
-
-need-kde 3.5
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/kink-0.2.1-compilefix.diff
-}