From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1061846-garchives=archives.gentoo.org@lists.gentoo.org> 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 E79CC138336 for <garchives@archives.gentoo.org>; Wed, 12 Dec 2018 09:30:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCA36E0B2E; Wed, 12 Dec 2018 09:30:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8F74AE0B2E for <gentoo-commits@lists.gentoo.org>; Wed, 12 Dec 2018 09:30:50 +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 6D537335CC0 for <gentoo-commits@lists.gentoo.org>; Wed, 12 Dec 2018 09:30:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF7BC4E4 for <gentoo-commits@lists.gentoo.org>; Wed, 12 Dec 2018 09:30:46 +0000 (UTC) From: "Hans de Graaff" <graaff@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" <graaff@gentoo.org> Message-ID: <1544606311.3b1e76238b181d1b0a0d8c1aadd0bf9a4da71df1.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/akismet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/akismet/Manifest dev-ruby/akismet/akismet-2.0.0.ebuild dev-ruby/akismet/metadata.xml X-VCS-Directories: dev-ruby/akismet/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 3b1e76238b181d1b0a0d8c1aadd0bf9a4da71df1 X-VCS-Branch: master Date: Wed, 12 Dec 2018 09:30:46 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a496b40b-7946-44a2-ae18-97210e198c4f X-Archives-Hash: 93e860dd1a8ba496b7e2f44c89a6853e commit: 3b1e76238b181d1b0a0d8c1aadd0bf9a4da71df1 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Wed Dec 12 09:18:31 2018 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Wed Dec 12 09:18:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b1e7623 dev-ruby/akismet: remove masked package, bug 661262 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/akismet/Manifest | 1 - dev-ruby/akismet/akismet-2.0.0.ebuild | 21 --------------------- dev-ruby/akismet/metadata.xml | 11 ----------- 3 files changed, 33 deletions(-) diff --git a/dev-ruby/akismet/Manifest b/dev-ruby/akismet/Manifest deleted file mode 100644 index 3a7cca0a61b..00000000000 --- a/dev-ruby/akismet/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST akismet-2.0.0.tar.gz 8530 BLAKE2B 11d7201cdc5cb5d798ace70219ef941a85eb53f319e63066fdd442aaade5dd48582bff122db8a0f3418083b4d6af6e94b4dc8971830c50dda4e84e806ecb5663 SHA512 24066e88dfe6bd369b362da60677b8e4acc0785c99fd180e38ff0c11a83131dcb98bc22a7dbce5ff99c8841331fff487090c53bf480a787ec30e58ebba86c762 diff --git a/dev-ruby/akismet/akismet-2.0.0.ebuild b/dev-ruby/akismet/akismet-2.0.0.ebuild deleted file mode 100644 index c98837cca92..00000000000 --- a/dev-ruby/akismet/akismet-2.0.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby23 ruby24" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" - -inherit ruby-fakegem - -DESCRIPTION="A Ruby client for the Akismet API" -HOMEPAGE="https://github.com/jonahb/akismet" -SRC_URI="https://github.com/jonahb/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="~amd64" -IUSE="doc test" - -# Tests now require an API key from akismet and a network connection. -RESTRICT="test" diff --git a/dev-ruby/akismet/metadata.xml b/dev-ruby/akismet/metadata.xml deleted file mode 100644 index 671febd27d6..00000000000 --- a/dev-ruby/akismet/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>ruby@gentoo.org</email> - <name>Gentoo Ruby Project</name> - </maintainer> - <upstream> - <remote-id type="github">jonahb/akismet</remote-id> - </upstream> -</pkgmetadata>