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 CCD95138334 for ; Sat, 16 Jun 2018 06:12:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78990E07E0; Sat, 16 Jun 2018 06:12:20 +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 38DADE07E0 for ; Sat, 16 Jun 2018 06:12:18 +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 E293C335C7D for ; Sat, 16 Jun 2018 06:12:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E227C2D5 for ; Sat, 16 Jun 2018 06:12:14 +0000 (UTC) From: "Hans de Graaff" 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" Message-ID: <1529127872.ce803af3d89557628dbcbdcee10ddd64c4e37d59.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-1.0.2.ebuild X-VCS-Directories: dev-ruby/akismet/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: ce803af3d89557628dbcbdcee10ddd64c4e37d59 X-VCS-Branch: master Date: Sat, 16 Jun 2018 06:12:14 +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: 69658d69-1d36-429a-a030-2a5fb6c9964d X-Archives-Hash: 51fe66fff07c6b7d8cf865a2d9465e4e commit: ce803af3d89557628dbcbdcee10ddd64c4e37d59 Author: Hans de Graaff gentoo org> AuthorDate: Sat Jun 16 05:44:32 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Jun 16 05:44:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce803af3 dev-ruby/akismet: remove masked slot Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ruby/akismet/Manifest | 1 - dev-ruby/akismet/akismet-1.0.2.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/dev-ruby/akismet/Manifest b/dev-ruby/akismet/Manifest index 12481655494..3a7cca0a61b 100644 --- a/dev-ruby/akismet/Manifest +++ b/dev-ruby/akismet/Manifest @@ -1,2 +1 @@ -DIST akismet-1.0.2.tar.gz 5567 BLAKE2B 4246828d7ee500506fa89871a7c05c27db525b88ffe388d94abcf2b0533cd4af256a0e1e8cbe5ab157fd73651d3aed72cf92c8cd6367eea40fe66f0ea37b4151 SHA512 1cc5ef894a40c77eedaed3a6f2d1b778df0bb6cdc7d072ce35bd74b6e6871c830c1d83fc7faa85792208e1517723e3144973c7c05b74978476ef9854f8f27b6a DIST akismet-2.0.0.tar.gz 8530 BLAKE2B 11d7201cdc5cb5d798ace70219ef941a85eb53f319e63066fdd442aaade5dd48582bff122db8a0f3418083b4d6af6e94b4dc8971830c50dda4e84e806ecb5663 SHA512 24066e88dfe6bd369b362da60677b8e4acc0785c99fd180e38ff0c11a83131dcb98bc22a7dbce5ff99c8841331fff487090c53bf480a787ec30e58ebba86c762 diff --git a/dev-ruby/akismet/akismet-1.0.2.ebuild b/dev-ruby/akismet/akismet-1.0.2.ebuild deleted file mode 100644 index 879a1f60bed..00000000000 --- a/dev-ruby/akismet/akismet-1.0.2.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22 ruby23" - -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="0" -KEYWORDS="~amd64" -IUSE="doc test"