summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-04-17 04:56:23 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-04-17 04:56:23 +0000
commit312454e31bb06854c2d4a555a426ca4b9c6e0fe4 (patch)
tree92d2ec6e2dfd55d0829f7f35681af4ae9bbceb9f /kde-base/kget
parentDrop KDE 4.2.1 (diff)
downloadgentoo-2-312454e31bb06854c2d4a555a426ca4b9c6e0fe4.tar.gz
gentoo-2-312454e31bb06854c2d4a555a426ca4b9c6e0fe4.tar.bz2
gentoo-2-312454e31bb06854c2d4a555a426ca4b9c6e0fe4.zip
Drop KDE 4.2.1
(Portage version: 2.2_rc30/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.2.1-r1.ebuild62
-rw-r--r--kde-base/kget/kget-4.2.1.ebuild56
3 files changed, 5 insertions, 119 deletions
diff --git a/kde-base/kget/ChangeLog b/kde-base/kget/ChangeLog
index af968a040ff1..7c8ff6db7c6a 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.111 2009/04/13 12:45:52 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kget/ChangeLog,v 1.112 2009/04/17 04:56:23 alexxy Exp $
+
+ 16 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> -kget-4.2.1.ebuild,
+ -kget-4.2.1-r1.ebuild:
+ Drop KDE 4.2.1
13 Apr 2009; Tomas Chvatal <scarabeus@gentoo.org> kget-4.2.2.ebuild:
Adjust deps. Per bug #265972.
diff --git a/kde-base/kget/kget-4.2.1-r1.ebuild b/kde-base/kget/kget-4.2.1-r1.ebuild
deleted file mode 100644
index 2db2b794c553..000000000000
--- a/kde-base/kget/kget-4.2.1-r1.ebuild
+++ /dev/null
@@ -1,62 +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.2.1-r1.ebuild,v 1.2 2009/04/11 18:41:10 armin76 Exp $
-
-EAPI="2"
-
-KMNAME="kdenetwork"
-inherit kde4-meta
-
-DESCRIPTION="An advanced download manager for KDE"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86"
-IUSE="debug +plasma bittorrent -bittorrent-external +semantic-desktop sqlite"
-
-DEPEND="
- dev-libs/libpcre
- >=kde-base/kdelibs-${PV}:${SLOT}[kdeprefix=,semantic-desktop?]
- bittorrent? (
- app-crypt/qca:2
- dev-libs/gmp
- )
- bittorrent-external? ( >=net-p2p/ktorrent-3.1.5[kdeprefix=] )
- sqlite? ( dev-db/sqlite )
-"
-RDEPEND="${DEPEND}
- semantic-desktop? ( >=kde-base/nepomuk-${PV}:${SLOT}[kdeprefix=] )
-"
-
-pkg_setup() {
- if use bittorrent && use bittorrent-external; then
- echo
- eerror "USE flag 'bittorrent' conflicts with these USE flag 'bittorrent-external'"
- eerror
- eerror "You must disable these conflicting flags before you can emerge this package."
- eerror "You can do this by disabling one of these flags in /etc/portage/package.use:"
- eerror " =${CATEGORY}/${PN}-${PV} -bittorrent-external"
- echo
- die "Conflicting USE flags found"
- fi
-
- kde4-base_pkg_setup
-}
-
-src_prepare() {
- if ! use bittorrent && ! use bittorrent-external; then
- sed -i -e '/bittorrent/s:^:#DONOTCOMPILE :' \
- "${S}"/kget/transfer-plugins/CMakeLists.txt \
- || die "sed to disable torrent support failed."
- fi
-
- kde4-meta_src_prepare
-}
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_enable bittorrent EMBEDDED_TORRENT_SUPPORT)
- $(cmake-utils_use_with plasma Plasma)
- $(cmake-utils_use_with semantic-desktop Nepomuk)
- $(cmake-utils_use_with semantic-desktop Soprano)
- $(cmake-utils_use_with sqlite Sqlite)"
-
- kde4-meta_src_configure
-}
diff --git a/kde-base/kget/kget-4.2.1.ebuild b/kde-base/kget/kget-4.2.1.ebuild
deleted file mode 100644
index 13f82f78a5e5..000000000000
--- a/kde-base/kget/kget-4.2.1.ebuild
+++ /dev/null
@@ -1,56 +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.2.1.ebuild,v 1.1 2009/03/04 21:26:38 alexxy Exp $
-
-EAPI="2"
-
-KMNAME="kdenetwork"
-inherit kde4-meta
-
-DESCRIPTION="An advanced download manager for KDE"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="debug +plasma bittorrent -bittorrent-external +semantic-desktop sqlite"
-
-DEPEND="
- dev-libs/libpcre
- semantic-desktop? ( >=kde-base/nepomuk-${PV}:${SLOT} )
- sqlite? ( dev-db/sqlite )
- bittorrent? ( dev-libs/gmp app-crypt/qca:2 )
- bittorrent-external? ( >=net-p2p/ktorrent-3.1.5 )"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- if use bittorrent && use bittorrent-external; then
- eerror
- eerror "USE flag 'bittorrent' conflicts with these USE flag 'bittorrent-external'"
- eerror
- eerror "You must disable these conflicting flags before you can emerge this package."
- eerror "You can do this by disabling one of these flags in /etc/portage/package.use:"
- eerror " =${CATEGORY}/${PN}-${PV} -bittorrent-external"
- eerror
- die "Conflicting USE flags found"
- fi
-
- kde4-base_pkg_setup
-}
-
-src_prepare() {
- if ! use bittorrent && ! use bittorrent-external; then
- sed -i -e '/bittorrent/s:^:#DONOTCOMPILE :' \
- "${S}"/kget/transfer-plugins/CMakeLists.txt \
- || die "sed to disable torrent support failed."
- fi
-
- kde4-meta_src_prepare
-}
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_enable bittorrent EMBEDDED_TORRENT_SUPPORT)
- $(cmake-utils_use_with plasma Plasma)
- $(cmake-utils_use_with semantic-desktop Nepomuk)
- $(cmake-utils_use_with semantic-desktop Soprano)
- $(cmake-utils_use_with sqlite Sqlite)"
-
- kde4-meta_src_configure
-}