summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-10-08 15:20:15 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-10-08 15:20:15 +0000
commit9c9ab05660b136ae19b44a135ad22a9e0b76d9b7 (patch)
tree812eee7c613d74a4bf376a626ef10de9a355a2b0 /kde-base/kget
parentStable for amd64 per bug #288185 (diff)
downloadhistorical-9c9ab05660b136ae19b44a135ad22a9e0b76d9b7.tar.gz
historical-9c9ab05660b136ae19b44a135ad22a9e0b76d9b7.tar.bz2
historical-9c9ab05660b136ae19b44a135ad22a9e0b76d9b7.zip
[kde-base] Drop KDE 4.3.0
Package-Manager: portage-2.2_rc44/cvs/Linux x86_64
Diffstat (limited to 'kde-base/kget')
-rw-r--r--kde-base/kget/ChangeLog6
-rw-r--r--kde-base/kget/kget-4.3.0-r1.ebuild36
-rw-r--r--kde-base/kget/kget-4.3.0.ebuild39
3 files changed, 5 insertions, 76 deletions
diff --git a/kde-base/kget/ChangeLog b/kde-base/kget/ChangeLog
index 8d78831abc60..1e4a6904dd1b 100644
--- a/kde-base/kget/ChangeLog
+++ b/kde-base/kget/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kget
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kget/ChangeLog,v 1.130 2009/10/06 19:29:17 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kget/ChangeLog,v 1.131 2009/10/08 14:24:08 alexxy Exp $
+
+ 08 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org> -kget-4.3.0.ebuild,
+ -kget-4.3.0-r1.ebuild:
+ Drop KDE 4.3.0
*kget-4.3.2 (06 Oct 2009)
diff --git a/kde-base/kget/kget-4.3.0-r1.ebuild b/kde-base/kget/kget-4.3.0-r1.ebuild
deleted file mode 100644
index 957ec8366ec1..000000000000
--- a/kde-base/kget/kget-4.3.0-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kget/kget-4.3.0-r1.ebuild,v 1.1 2009/08/05 18:26:56 wired Exp $
-
-EAPI="2"
-
-KMNAME="kdenetwork"
-inherit kde4-meta
-
-DESCRIPTION="An advanced download manager for KDE"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
-IUSE="debug +handbook +plasma +semantic-desktop sqlite"
-
-DEPEND="
- app-crypt/qca:2
- dev-libs/gmp
- dev-libs/libpcre
- >=kde-base/kdelibs-${PV}:${SLOT}[kdeprefix=,semantic-desktop?]
- >=kde-base/libkonq-${PV}:${SLOT}[kdeprefix=]
- >=kde-base/libkworkspace-${PV}:${SLOT}[kdeprefix=]
- sqlite? ( dev-db/sqlite:3 )
-"
-RDEPEND="${DEPEND}
- semantic-desktop? ( >=kde-base/nepomuk-${PV}:${SLOT}[kdeprefix=] )
-"
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- -DENABLE_EMBEDDED_TORRENT_SUPPORT=ON
- $(cmake-utils_use_with plasma)
- $(cmake-utils_use_with semantic-desktop Nepomuk)
- $(cmake-utils_use_with semantic-desktop Soprano)
- $(cmake-utils_use_with sqlite)"
-
- kde4-meta_src_configure
-}
diff --git a/kde-base/kget/kget-4.3.0.ebuild b/kde-base/kget/kget-4.3.0.ebuild
deleted file mode 100644
index bbe17181b134..000000000000
--- a/kde-base/kget/kget-4.3.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kget/kget-4.3.0.ebuild,v 1.1 2009/08/04 00:32:35 wired Exp $
-
-EAPI="2"
-
-KMNAME="kdenetwork"
-inherit kde4-meta
-
-DESCRIPTION="An advanced download manager for KDE"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
-IUSE="debug +handbook +plasma bittorrent-external +semantic-desktop sqlite"
-
-DEPEND="
- dev-libs/libpcre
- >=kde-base/kdelibs-${PV}:${SLOT}[kdeprefix=,semantic-desktop?]
- >=kde-base/libkonq-${PV}:${SLOT}[kdeprefix=]
- >=kde-base/libkworkspace-${PV}:${SLOT}[kdeprefix=]
- bittorrent-external? ( >=net-p2p/ktorrent-3.1.5 )
- !bittorrent-external? (
- app-crypt/qca:2
- dev-libs/gmp
- )
- sqlite? ( dev-db/sqlite:3 )
-"
-RDEPEND="${DEPEND}
- semantic-desktop? ( >=kde-base/nepomuk-${PV}:${SLOT}[kdeprefix=] )
-"
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_enable !bittorrent-external EMBEDDED_TORRENT_SUPPORT)
- $(cmake-utils_use_with plasma)
- $(cmake-utils_use_with semantic-desktop Nepomuk)
- $(cmake-utils_use_with semantic-desktop Soprano)
- $(cmake-utils_use_with sqlite)"
-
- kde4-meta_src_configure
-}