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 1BD58138335 for ; Sat, 30 Jun 2018 08:09:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92A5FE088F; Sat, 30 Jun 2018 08:09:26 +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 5FBD8E0883 for ; Sat, 30 Jun 2018 08:09:26 +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 EB9B3335C91 for ; Sat, 30 Jun 2018 08:09:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F379E356 for ; Sat, 30 Jun 2018 08:09:22 +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: <1530346144.c99e1b5ed6150508ce43fdb2eb06431b48db1cb0.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rex-exploitation/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rex-exploitation/Manifest dev-ruby/rex-exploitation/rex-exploitation-0.1.12.ebuild X-VCS-Directories: dev-ruby/rex-exploitation/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: c99e1b5ed6150508ce43fdb2eb06431b48db1cb0 X-VCS-Branch: master Date: Sat, 30 Jun 2018 08:09:22 +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: 1e9121a3-6e26-4290-92ee-29a22848822b X-Archives-Hash: f3033e53dae37893b768900950ed5015 commit: c99e1b5ed6150508ce43fdb2eb06431b48db1cb0 Author: Hans de Graaff gentoo org> AuthorDate: Sat Jun 30 08:03:07 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Jun 30 08:09:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c99e1b5e dev-ruby/rex-exploitation: cleanup Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ruby/rex-exploitation/Manifest | 1 - .../rex-exploitation-0.1.12.ebuild | 30 ---------------------- 2 files changed, 31 deletions(-) diff --git a/dev-ruby/rex-exploitation/Manifest b/dev-ruby/rex-exploitation/Manifest index 55651694684..fdf95d75ea3 100644 --- a/dev-ruby/rex-exploitation/Manifest +++ b/dev-ruby/rex-exploitation/Manifest @@ -1,2 +1 @@ -DIST rex-exploitation-0.1.12.gem 78848 BLAKE2B 1c7f2cb6afcf3b7d5911d2e2c9eb8603b5bd484c3948e15ea72c8c1406ec8f968422b40d66ea88678712adce4057a2d847c7baa7972c6a18672765324f3fce31 SHA512 74716b4f23cb490fbc84e37269b12c58ce83ff903cf37b84685bc59838fe6c45f91082db063f9ced5e8270af6b27dad1cc6b836fb470a9a59be7c039f9ed7b2c DIST rex-exploitation-0.1.19.gem 79360 BLAKE2B 47043054ee9d08775c67d54b31861ad3a454a487bdc47beb135942e267040de7611308c62a23cbf853d190fb8f88c52998dfe3b24f66a698e76e273b6a69d822 SHA512 244de5259e3f4f645df09d1843c34d9ea4f9ea56ba22498495792f192b79a0451810f5c7e73516da5a455c27e61b66f8ccfbc485372946fcedd179b75ff9b31e diff --git a/dev-ruby/rex-exploitation/rex-exploitation-0.1.12.ebuild b/dev-ruby/rex-exploitation/rex-exploitation-0.1.12.ebuild deleted file mode 100644 index 11171942743..00000000000 --- a/dev-ruby/rex-exploitation/rex-exploitation-0.1.12.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby21 ruby22 ruby23" -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_BINWRAP="" - -inherit ruby-fakegem - -DESCRIPTION="various helper mechanisms for creating exploits" -HOMEPAGE="https://rubygems.org/gems/rex-exploitation" - -LICENSE="BSD" - -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" -RESTRICT="test" - -ruby_add_rdepend "dev-ruby/jsobfu - dev-ruby/metasm:* - dev-ruby/rex-arch - dev-ruby/rex-encoder - dev-ruby/rex-text" - -all_ruby_prepare() { - sed -i '/bundler/d' Rakefile -}