[gentoo-commits] repo/gentoo:master commit in: dev-util/watchr/

2017-05-30 Thread Hans de Graaff
commit: 17a1405760a281fca1a13e07a6119aa49163b516
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed May 31 04:22:48 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed May 31 04:24:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a14057

remove masked dev-util/watchr

 dev-util/watchr/Manifest  |  1 -
 dev-util/watchr/metadata.xml  |  9 -
 dev-util/watchr/watchr-0.7.ebuild | 23 ---
 3 files changed, 33 deletions(-)

diff --git a/dev-util/watchr/Manifest b/dev-util/watchr/Manifest
deleted file mode 100644
index 9ca5b940a08..000
--- a/dev-util/watchr/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST watchr-0.7.gem 19456 SHA256 
c3a81d544dda23c476992132ab47718aa978fe0b528cc42d6ef08a1e973514ff SHA512 
fea5081142f451523d307bdfa152254213e72e7760d08a6e010ad492b742668f418d079af32f6d82ed2f3c869e51e82507377403169be688615377de0825416b
 WHIRLPOOL 
1eb86947375363397e7c5fc64f553b67bd6958f0f4f8ef671c798c630d9f8c965dc318cf6c1bcf5d710837b85858904dabaf32c92b8c71f6cc32c23686fa141c

diff --git a/dev-util/watchr/metadata.xml b/dev-util/watchr/metadata.xml
deleted file mode 100644
index 9abf9c6b8ec..000
--- a/dev-util/watchr/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-gra...@gentoo.org
-
-r...@gentoo.org
-Gentoo Ruby Project
-
-

diff --git a/dev-util/watchr/watchr-0.7.ebuild 
b/dev-util/watchr/watchr-0.7.ebuild
deleted file mode 100644
index 608285211cd..000
--- a/dev-util/watchr/watchr-0.7.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-# Requires every which we don't have packaged.
-RUBY_FAKEGEM_TASK_TEST=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Modern continuous testing (flexible alternative to Autotest)"
-HOMEPAGE="http://mynyml.com/ruby/flexible-continuous-testing;
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86 ~x86-macos"
-SLOT="0"
-IUSE=""
-
-# This is an optional dependency, but highly recommended on unix systems
-ruby_add_rdepend "dev-ruby/rev"



[gentoo-commits] repo/gentoo:master commit in: dev-util/watchr/

2016-04-09 Thread Manuel Rüger
commit: 0dafbb5d7c13a38c0b5b0301d06b1119ff4c62ae
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Apr 10 00:24:36 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Apr 10 00:24:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dafbb5d

dev-util/watchr: Remove ruby19

Package-Manager: portage-2.2.28

 dev-util/watchr/watchr-0.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/watchr/watchr-0.7.ebuild 
b/dev-util/watchr/watchr-0.7.ebuild
index 56a890a..7d17ba4 100644
--- a/dev-util/watchr/watchr-0.7.ebuild
+++ b/dev-util/watchr/watchr-0.7.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_DOC=""