From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CF49A1382C5 for ; Thu, 3 Dec 2020 01:05:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 154F4E08C8; Thu, 3 Dec 2020 01:05:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0CF1E08C8 for ; Thu, 3 Dec 2020 01:04:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E799D3412D3 for ; Thu, 3 Dec 2020 01:04:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4702F488 for ; Thu, 3 Dec 2020 01:04:51 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1606957138.3afedfd76f71934b2ccf38c3283d5164210bf23e.asturm@gentoo> Subject: [gentoo-commits] proj/kde-sunset:master commit in: kde-base/krossruby/ X-VCS-Repository: proj/kde-sunset X-VCS-Files: kde-base/krossruby/krossruby-4.14.3-r1.ebuild kde-base/krossruby/metadata.xml X-VCS-Directories: kde-base/krossruby/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3afedfd76f71934b2ccf38c3283d5164210bf23e X-VCS-Branch: master Date: Thu, 3 Dec 2020 01:04:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5d48877e-21a6-45f0-a008-c42dfc9093dc X-Archives-Hash: 41cae0c4ce18076d183c3f717d69a903 commit: 3afedfd76f71934b2ccf38c3283d5164210bf23e Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 3 00:57:58 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 3 00:58:58 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=3afedfd7 kde-base/krossruby: Remove unbuildable package If you want it back, port/test it with current ruby. Signed-off-by: Andreas Sturmlechner gentoo.org> kde-base/krossruby/krossruby-4.14.3-r1.ebuild | 60 --------------------------- kde-base/krossruby/metadata.xml | 8 ---- 2 files changed, 68 deletions(-) diff --git a/kde-base/krossruby/krossruby-4.14.3-r1.ebuild b/kde-base/krossruby/krossruby-4.14.3-r1.ebuild deleted file mode 100644 index 69313a1f..00000000 --- a/kde-base/krossruby/krossruby-4.14.3-r1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -KMNAME="kross-interpreters" -KMMODULE="ruby" - -USE_RUBY="ruby20" -# 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-meta ruby-ng - -DESCRIPTION="Kross scripting framework: Ruby interpreter" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug" - -DEPEND="" -RDEPEND="" - -pkg_setup() { - ruby-ng_pkg_setup - kde4-meta_pkg_setup -} - -src_unpack() { - local S="${WORKDIR}/${P}" - kde4-meta_src_unpack - - cd "${WORKDIR}" - mkdir all - mv ${P} all/ || die "Could not move sources" -} - -all_ruby_prepare() { - kde4-meta_src_prepare -} - -each_ruby_configure() { - local CMAKE_USE_DIR=${S} - local mycmakeargs=( - -DRUBY_LIBRARY=$(ruby_get_libruby) - -DRUBY_INCLUDE_DIR=$(ruby_get_hdrdir) - -DRUBY_EXECUTABLE=${RUBY} - ) - kde4-meta_src_configure -} - -each_ruby_compile() { - local CMAKE_USE_DIR=${S} - kde4-meta_src_compile -} - -each_ruby_install() { - local CMAKE_USE_DIR=${S} - kde4-meta_src_install -} diff --git a/kde-base/krossruby/metadata.xml b/kde-base/krossruby/metadata.xml deleted file mode 100644 index 0cf59224..00000000 --- a/kde-base/krossruby/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - kde@gentoo.org - Gentoo KDE Project - -