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 5C16F139694 for ; Tue, 28 Mar 2017 05:12:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3612721C043; Tue, 28 Mar 2017 05:12:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1245621C043 for ; Tue, 28 Mar 2017 05:12:06 +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 90D29341657 for ; Tue, 28 Mar 2017 05:12:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 038256E55 for ; Tue, 28 Mar 2017 05:12:04 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1490677918.46ea411f92ff985509c71ae997c7b246cb4faaf2.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/ruby/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/ruby/ruby-1.ebuild X-VCS-Directories: virtual/ruby/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 46ea411f92ff985509c71ae997c7b246cb4faaf2 X-VCS-Branch: master Date: Tue, 28 Mar 2017 05:12:04 +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: ddefa683-fb98-4aa7-8bdd-e0dec8bccbc3 X-Archives-Hash: 1d817dc3acc22a1b8e339997a787f908 commit: 46ea411f92ff985509c71ae997c7b246cb4faaf2 Author: Ulrich Müller gentoo org> AuthorDate: Tue Mar 28 05:07:14 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Mar 28 05:11:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46ea411f virtual/ruby: [QA] Virtuals have no home. Remove empty assignments of optional variables. Package-Manager: Portage-2.3.5, Repoman-2.3.2 virtual/ruby/ruby-1.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/virtual/ruby/ruby-1.ebuild b/virtual/ruby/ruby-1.ebuild index 07ab3541556..8930ff92cac 100644 --- a/virtual/ruby/ruby-1.ebuild +++ b/virtual/ruby/ruby-1.ebuild @@ -7,13 +7,8 @@ USE_RUBY="ruby19 ruby20 ruby21 ruby22 rbx" inherit ruby-single DESCRIPTION="Virtual ebuild for ruby" -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Ruby" -SRC_URI="" - -LICENSE="" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" RDEPEND="${RUBY_DEPS}"