summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-11-11 12:39:46 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-11-11 12:39:46 +0000
commite91e55de18442cca85f12ba923e04955509a9c9c (patch)
tree9b8c84665ccd14de324d2e1d7617818e8f9e83c5 /net-print
parentARTS_REQUIRED=never (diff)
downloadgentoo-2-e91e55de18442cca85f12ba923e04955509a9c9c.tar.gz
gentoo-2-e91e55de18442cca85f12ba923e04955509a9c9c.tar.bz2
gentoo-2-e91e55de18442cca85f12ba923e04955509a9c9c.zip
ARTS_REQUIRED=never
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'net-print')
-rw-r--r--net-print/kink/kink-0.2.1-r1.ebuild11
-rw-r--r--net-print/kink/kink-0.2.1.ebuild12
2 files changed, 13 insertions, 10 deletions
diff --git a/net-print/kink/kink-0.2.1-r1.ebuild b/net-print/kink/kink-0.2.1-r1.ebuild
index 658136e492f6..3db987a647d8 100644
--- a/net-print/kink/kink-0.2.1-r1.ebuild
+++ b/net-print/kink/kink-0.2.1-r1.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# 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-r1.ebuild,v 1.2 2007/06/22 05:54:33 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/kink/kink-0.2.1-r1.ebuild,v 1.3 2009/11/11 12:39:46 ssuominen Exp $
+ARTS_REQUIRED=never
inherit kde eutils
DESCRIPTION="KDE printer ink level utility monitor"
@@ -15,8 +16,8 @@ IUSE=""
DEPEND=">=net-print/libinklevel-0.7.1"
-need-kde 3.1
+need-kde 3.5
-PATCHES="${FILESDIR}/kink-0.2.1-compilefix.diff
+PATCHES=( "${FILESDIR}/kink-0.2.1-compilefix.diff
${FILESDIR}/${P}-libinklevel-0.6.6.patch
- ${FILESDIR}/${P}-api-update.patch"
+ ${FILESDIR}/${P}-api-update.patch" )
diff --git a/net-print/kink/kink-0.2.1.ebuild b/net-print/kink/kink-0.2.1.ebuild
index 1b77bd3fcd78..104c4cbbb23b 100644
--- a/net-print/kink/kink-0.2.1.ebuild
+++ b/net-print/kink/kink-0.2.1.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# 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.6 2007/07/13 07:15:13 mr_bones_ Exp $
+# $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"
@@ -14,10 +15,11 @@ KEYWORDS="x86 amd64 ~ppc"
IUSE=""
DEPEND="<=net-print/libinklevel-0.6.5"
-need-kde 3.1
+
+need-kde 3.5
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/kink-0.2.1-compilefix.diff
+ cd "${S}"
+ epatch "${FILESDIR}"/kink-0.2.1-compilefix.diff
}