diff options
author | 2013-04-01 16:04:13 +0000 | |
---|---|---|
committer | 2013-04-01 16:04:13 +0000 | |
commit | 8ffd7823edb5fb94c6dd3ab054ed179331d1b9c9 (patch) | |
tree | 1aa872edc30f3816b18a620a181a7c1598b9d9fa /kde-base/kget | |
parent | Inadvertently left out manifest change from previous commit - already in Chan... (diff) | |
download | gentoo-2-8ffd7823edb5fb94c6dd3ab054ed179331d1b9c9.tar.gz gentoo-2-8ffd7823edb5fb94c6dd3ab054ed179331d1b9c9.tar.bz2 gentoo-2-8ffd7823edb5fb94c6dd3ab054ed179331d1b9c9.zip |
Remove old
(Portage version: 2.1.11.52/cvs/Linux ppc64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'kde-base/kget')
-rw-r--r-- | kde-base/kget/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kget/kget-4.10.0.ebuild | 42 | ||||
-rw-r--r-- | kde-base/kget/kget-4.9.5.ebuild | 42 |
3 files changed, 5 insertions, 85 deletions
diff --git a/kde-base/kget/ChangeLog b/kde-base/kget/ChangeLog index 708ef6d9092b..b762cc6622f1 100644 --- a/kde-base/kget/ChangeLog +++ b/kde-base/kget/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kget # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kget/ChangeLog,v 1.261 2013/04/01 13:06:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kget/ChangeLog,v 1.262 2013/04/01 16:03:28 ago Exp $ + + 01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> -kget-4.10.0.ebuild, + -kget-4.9.5.ebuild: + Remove old 01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> kget-4.10.1.ebuild: Stable for ppc, wrt to bug #462890 diff --git a/kde-base/kget/kget-4.10.0.ebuild b/kde-base/kget/kget-4.10.0.ebuild deleted file mode 100644 index e4c1e66f073d..000000000000 --- a/kde-base/kget/kget-4.10.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kget/kget-4.10.0.ebuild,v 1.2 2013/02/23 16:33:11 ago Exp $ - -EAPI=5 - -KDE_HANDBOOK="optional" -KMNAME="kdenetwork" -KDE_SCM="svn" -inherit kde4-meta - -DESCRIPTION="An advanced download manager for KDE" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug bittorrent mms semantic-desktop sqlite webkit" - -RDEPEND=" - app-crypt/qca:2 - $(add_kdebase_dep kdelibs 'semantic-desktop=') - $(add_kdebase_dep kdepimlibs) - $(add_kdebase_dep libkonq) - $(add_kdebase_dep libkworkspace) - $(add_kdebase_dep solid) - bittorrent? ( >=net-libs/libktorrent-1.0.3 ) - mms? ( media-libs/libmms ) - sqlite? ( dev-db/sqlite:3 ) - webkit? ( >=kde-misc/kwebkitpart-0.9.6 ) -" -DEPEND="${RDEPEND} - dev-libs/boost -" - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_with bittorrent KTorrent) - $(cmake-utils_use_with mms LibMms) - $(cmake-utils_use_with semantic-desktop Nepomuk) - $(cmake-utils_use_with semantic-desktop Soprano) - $(cmake-utils_use_with sqlite) - $(cmake-utils_use_with webkit KWebKitPart) - ) - kde4-meta_src_configure -} diff --git a/kde-base/kget/kget-4.9.5.ebuild b/kde-base/kget/kget-4.9.5.ebuild deleted file mode 100644 index 055e43146520..000000000000 --- a/kde-base/kget/kget-4.9.5.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kget/kget-4.9.5.ebuild,v 1.5 2013/02/23 16:33:11 ago Exp $ - -EAPI=4 - -KDE_HANDBOOK="optional" -KMNAME="kdenetwork" -KDE_SCM="svn" -inherit kde4-meta - -DESCRIPTION="An advanced download manager for KDE" -KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug bittorrent mms semantic-desktop sqlite webkit" - -RDEPEND=" - app-crypt/qca:2 - $(add_kdebase_dep kdelibs 'semantic-desktop=') - $(add_kdebase_dep kdepimlibs) - $(add_kdebase_dep libkonq) - $(add_kdebase_dep libkworkspace) - $(add_kdebase_dep solid) - bittorrent? ( >=net-libs/libktorrent-1.0.3 ) - mms? ( media-libs/libmms ) - sqlite? ( dev-db/sqlite:3 ) - webkit? ( >=kde-misc/kwebkitpart-0.9.6 ) -" -DEPEND="${RDEPEND} - dev-libs/boost -" - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_with bittorrent KTorrent) - $(cmake-utils_use_with mms LibMms) - $(cmake-utils_use_with semantic-desktop Nepomuk) - $(cmake-utils_use_with semantic-desktop Soprano) - $(cmake-utils_use_with sqlite) - $(cmake-utils_use_with webkit KWebKitPart) - ) - kde4-meta_src_configure -} |