diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-06-16 07:44:32 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-06-16 07:44:32 +0200 |
commit | ce803af3d89557628dbcbdcee10ddd64c4e37d59 (patch) | |
tree | f652d5171f3bfa2f59817b78cdd61b0c2767e979 /dev-ruby/akismet | |
parent | 004345961d243c7a7f37c8c5f11ab72b030060bb (diff) | |
download | gentoo-ce803af3d89557628dbcbdcee10ddd64c4e37d59.tar.gz gentoo-ce803af3d89557628dbcbdcee10ddd64c4e37d59.tar.xz |
dev-ruby/akismet: remove masked slot
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-ruby/akismet')
-rw-r--r-- | dev-ruby/akismet/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/akismet/akismet-1.0.2.ebuild | 18 |
2 files changed, 0 insertions, 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" |