summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <jcallen@gentoo.org>2009-10-12 21:33:11 +0000
committerJonathan Callen <jcallen@gentoo.org>2009-10-12 21:33:11 +0000
commit4da6014d61b081dfba3b8cf8ba0447b5d9065169 (patch)
tree31ca06d8db40bc2d3def730eba83b3b8381e9f47 /kde-base/kdeprint
parentRestore ~keywords that was present in 4.3.1 but missing accidently in 4.3.2 (diff)
downloadhistorical-4da6014d61b081dfba3b8cf8ba0447b5d9065169.tar.gz
historical-4da6014d61b081dfba3b8cf8ba0447b5d9065169.tar.bz2
historical-4da6014d61b081dfba3b8cf8ba0447b5d9065169.zip
KDE 3.5.9 removal
Package-Manager: portage--svn/cvs/Linux i686
Diffstat (limited to 'kde-base/kdeprint')
-rw-r--r--kde-base/kdeprint/ChangeLog5
-rw-r--r--kde-base/kdeprint/kdeprint-3.5.9.ebuild23
2 files changed, 4 insertions, 24 deletions
diff --git a/kde-base/kdeprint/ChangeLog b/kde-base/kdeprint/ChangeLog
index 5582ed3cb540..afc3bc307b5c 100644
--- a/kde-base/kdeprint/ChangeLog
+++ b/kde-base/kdeprint/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kdeprint
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeprint/ChangeLog,v 1.101 2009/07/12 09:38:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeprint/ChangeLog,v 1.102 2009/10/12 20:55:29 abcd Exp $
+
+ 12 Oct 2009; Jonathan Callen <abcd@gentoo.org> -kdeprint-3.5.9.ebuild:
+ KDE 3.5.9 removal
12 Jul 2009; Raúl Porcel <armin76@gentoo.org> kdeprint-3.5.10.ebuild:
alpha/ia64/sparc stable wrt #271889
diff --git a/kde-base/kdeprint/kdeprint-3.5.9.ebuild b/kde-base/kdeprint/kdeprint-3.5.9.ebuild
deleted file mode 100644
index b889ad91dfe7..000000000000
--- a/kde-base/kdeprint/kdeprint-3.5.9.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeprint/kdeprint-3.5.9.ebuild,v 1.8 2008/05/18 19:18:10 maekke Exp $
-
-KMNAME=kdebase
-EAPI="1"
-inherit kde-meta eutils
-
-DESCRIPTION="KDE printer queue/device manager"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="cups kde kdehiddenvisibility"
-
-# TODO Makefile reads ppd models from /usr/share/cups/model (hardcoded !!)
-DEPEND="cups? ( net-print/cups )"
-RDEPEND="${DEPEND}
- app-text/enscript
- app-text/psutils
- kde? ( || ( >=kde-base/kghostview-${PV}:${SLOT} >=kde-base/kdegraphics-${PV}:${SLOT} ) )"
-
-src_compile() {
- myconf="$myconf $(use_with cups)"
- kde-meta_src_compile
-}