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>[email protected]</email> - <name>Gentoo Ruby Project</name> - </maintainer> - <upstream> - <remote-id type="github">jonahb/akismet</remote-id> - </upstream> -</pkgmetadata>
