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 08483139694 for ; Mon, 15 May 2017 13:28:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BD0621C03C; Mon, 15 May 2017 13:28:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 679EB21C03C for ; Mon, 15 May 2017 13:28:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2D64D3416E6 for ; Mon, 15 May 2017 13:28:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D1117469 for ; Mon, 15 May 2017 13:28:22 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1494854888.1da72a2a5d2fea365f3d8e3ebfa87d89d9d23ef5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/weakling/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/weakling/Manifest dev-ruby/weakling/metadata.xml dev-ruby/weakling/weakling-0.0.4.ebuild profiles/package.mask X-VCS-Directories: dev-ruby/weakling/ profiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1da72a2a5d2fea365f3d8e3ebfa87d89d9d23ef5 X-VCS-Branch: master Date: Mon, 15 May 2017 13:28:22 +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-Archives-Salt: 82b3adab-33f0-4e54-9238-2c0768103e89 X-Archives-Hash: 49dea58177933601373afb7bdc132aca commit: 1da72a2a5d2fea365f3d8e3ebfa87d89d9d23ef5 Author: Michał Górny gentoo org> AuthorDate: Sat May 13 11:51:00 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 15 13:28:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1da72a2a dev-ruby/weakling: Remove masked pkg dev-ruby/weakling/Manifest | 1 - dev-ruby/weakling/metadata.xml | 11 --------- dev-ruby/weakling/weakling-0.0.4.ebuild | 44 --------------------------------- profiles/package.mask | 1 - 4 files changed, 57 deletions(-) diff --git a/dev-ruby/weakling/Manifest b/dev-ruby/weakling/Manifest deleted file mode 100644 index 50cbfb205cf..00000000000 --- a/dev-ruby/weakling/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST weakling-0.0.4-java.gem 13312 SHA256 f1f6c45b34fa1d465c16a06d731a9fc159acc190ac4a44c915b84c0a8a761aa9 SHA512 1f8d836cca03f1fc23597bccab9db25191a3500213aed031401f692206ef5f92cab2bffc0e5032d8d1634b463ad6cbec4408267fd17896f086543c131cb5f6e0 WHIRLPOOL 8ef691a7649fff403f04b727905a053424d3ef8154a46cb1f43bde0948bf9520b1df9da2cd303c151bd7bf5665b9eb98c6d8202765d6a31af1f3a94cff3ba8ce diff --git a/dev-ruby/weakling/metadata.xml b/dev-ruby/weakling/metadata.xml deleted file mode 100644 index 433842b6d84..00000000000 --- a/dev-ruby/weakling/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - ruby@gentoo.org - Gentoo Ruby Project - - - headius/weakling - - diff --git a/dev-ruby/weakling/weakling-0.0.4.ebuild b/dev-ruby/weakling/weakling-0.0.4.ebuild deleted file mode 100644 index 409cace54a7..00000000000 --- a/dev-ruby/weakling/weakling-0.0.4.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# This package is specifically for JRuby. -USE_RUBY="jruby" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="HISTORY.txt README.txt" -RUBY_FAKEGEM_SUFFIX="java" -RUBY_FAKEGEM_TASK_TEST="" - -inherit java-pkg-2 java-pkg-simple ruby-fakegem - -DESCRIPTION="weakling: a collection of weakref utilities for Ruby" -HOMEPAGE="https://github.com/headius/weakling" -LICENSE="Apache-2.0" - -KEYWORDS="amd64 x86" -SLOT="0" -IUSE="" - -CDEPEND="dev-java/bytelist - dev-java/jruby" - -DEPEND+=" ${CDEPEND} - >=virtual/jdk-1.5" - -RDEPEND+=" ${CDEPEND} - >=virtual/jre-1.5" - -JAVA_GENTOO_CLASSPATH="bytelist jruby" - -pkg_setup() { - java-pkg-2_pkg_setup - ruby-ng_pkg_setup -} - -each_ruby_compile() { - java-pkg-simple_src_compile - cp "${PN}.jar" "lib/refqueue.jar" || die -} diff --git a/profiles/package.mask b/profiles/package.mask index 5c5e2ab4160..7b7ae24c9b7 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -748,7 +748,6 @@ sys-block/afacli # Tom Wijsman (03 May 2014) # Needs to be further tested and revised by both Java and Ruby herds. >=dev-java/jruby-1.7.12 -dev-ruby/weakling # Matti Bickel (22 Apr 2014) # Masked slotted lua for testing