summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2015-02-19 05:48:40 +0000
committerMichael Palimaka <kensington@gentoo.org>2015-02-19 05:48:40 +0000
commit4728af86e4f8a124ca202248d21f770d4f01c6e1 (patch)
treeade00675abeb6c613a0089496192e96c4e236058 /kde-base
parentswitch to nestopia UE (bug #531716) (diff)
downloadgentoo-2-4728af86e4f8a124ca202248d21f770d4f01c6e1.tar.gz
gentoo-2-4728af86e4f8a124ca202248d21f770d4f01c6e1.tar.bz2
gentoo-2-4728af86e4f8a124ca202248d21f770d4f01c6e1.zip
Stable for amd64. Remove old.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/korundum/ChangeLog6
-rw-r--r--kde-base/korundum/korundum-4.14.3-r1.ebuild4
-rw-r--r--kde-base/korundum/korundum-4.14.3.ebuild72
3 files changed, 7 insertions, 75 deletions
diff --git a/kde-base/korundum/ChangeLog b/kde-base/korundum/ChangeLog
index dbd86aa66f52..1bcfef8fe6a2 100644
--- a/kde-base/korundum/ChangeLog
+++ b/kde-base/korundum/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/korundum
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/korundum/ChangeLog,v 1.234 2015/02/18 16:26:52 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/korundum/ChangeLog,v 1.235 2015/02/19 05:48:40 kensington Exp $
+
+ 19 Feb 2015; Michael Palimaka <kensington@gentoo.org> -korundum-4.14.3.ebuild,
+ korundum-4.14.3-r1.ebuild:
+ Stable for amd64. Remove old.
18 Feb 2015; Michał Górny <mgorny@gentoo.org> -korundum-4.12.5.ebuild:
Remove KDE SC 4.12
diff --git a/kde-base/korundum/korundum-4.14.3-r1.ebuild b/kde-base/korundum/korundum-4.14.3-r1.ebuild
index f97cbde3d81d..7fd4e9e18b04 100644
--- a/kde-base/korundum/korundum-4.14.3-r1.ebuild
+++ b/kde-base/korundum/korundum-4.14.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/korundum/korundum-4.14.3-r1.ebuild,v 1.4 2015/02/17 11:06:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/korundum/korundum-4.14.3-r1.ebuild,v 1.5 2015/02/19 05:48:40 kensington Exp $
EAPI=5
@@ -15,7 +15,7 @@ USE_RUBY="ruby20"
inherit kde4-base ruby-ng
DESCRIPTION="KDE Ruby bindings"
-KEYWORDS="~amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="akonadi debug kate nepomuk okular"
HOMEPAGE="http://techbase.kde.org/Development/Languages/Ruby"
diff --git a/kde-base/korundum/korundum-4.14.3.ebuild b/kde-base/korundum/korundum-4.14.3.ebuild
deleted file mode 100644
index 6e8077e72dbd..000000000000
--- a/kde-base/korundum/korundum-4.14.3.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/korundum/korundum-4.14.3.ebuild,v 1.3 2014/12/11 13:05:46 zlogene Exp $
-
-EAPI=5
-
-OPENGL_REQUIRED="always"
-
-USE_RUBY="ruby19"
-# Only one ruby version is supported:
-# 1) cmake bails when configuring twice or more - solved with CMAKE_IN_SOURCE_BUILD=1
-# 2) the ebuild can only be installed for one ruby variant, otherwise the compiled
-# files with identical path+name will overwrite each other - difficult :(
-
-inherit kde4-base ruby-ng
-
-DESCRIPTION="KDE Ruby bindings"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="akonadi debug kate nepomuk okular"
-HOMEPAGE="http://techbase.kde.org/Development/Languages/Ruby"
-
-DEPEND="
- $(add_kdebase_dep qtruby 'ruby_targets_ruby19')
- $(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,nepomuk?')
- $(add_kdebase_dep smokeqt)
-"
-RDEPEND="${DEPEND}
-"
-
-pkg_setup() {
- ruby-ng_pkg_setup
- kde4-base_pkg_setup
-}
-
-src_unpack() {
- local S="${WORKDIR}/${P}"
- kde4-base_src_unpack
-
- cd "${WORKDIR}"
- mkdir all
- mv ${P} all/ || die "Could not move sources"
-}
-
-all_ruby_prepare() {
- kde4-base_src_prepare
-}
-
-each_ruby_configure() {
- CMAKE_USE_DIR=${S}
- local mycmakeargs=(
- -DRUBY_LIBRARY=$(ruby_get_libruby)
- -DRUBY_INCLUDE_PATH=$(ruby_get_hdrdir)
- -DRUBY_EXECUTABLE=${RUBY}
- $(cmake-utils_use_with akonadi)
- $(cmake-utils_use_with akonadi KdepimLibs)
- $(cmake-utils_use_with nepomuk)
- $(cmake-utils_use_with nepomuk Soprano)
- $(cmake-utils_use_disable kate)
- $(cmake-utils_use_with okular)
- )
- kde4-base_src_configure
-}
-
-each_ruby_compile() {
- CMAKE_USE_DIR=${S}
- kde4-base_src_compile
-}
-
-each_ruby_install() {
- CMAKE_USE_DIR=${S}
- kde4-base_src_install
-}