Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/jist/
Date: Fri, 02 Jun 2017 06:29:21
Message-Id: 1496384361.82083b2621977688d76c83ca3e93fe9afebc1d6a.graaff@gentoo
1 commit: 82083b2621977688d76c83ca3e93fe9afebc1d6a
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 2 06:19:21 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 2 06:19:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82083b26
7
8 app-text/jist: cleanup
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 app-text/jist/jist-1.5.1.ebuild | 21 ---------------------
13 1 file changed, 21 deletions(-)
14
15 diff --git a/app-text/jist/jist-1.5.1.ebuild b/app-text/jist/jist-1.5.1.ebuild
16 deleted file mode 100644
17 index 84438fb18e4..00000000000
18 --- a/app-text/jist/jist-1.5.1.ebuild
19 +++ /dev/null
20 @@ -1,21 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -USE_RUBY="ruby20 ruby21"
26 -
27 -RUBY_FAKEGEM_TASK_TEST=""
28 -RUBY_FAKEGEM_TASK_DOC=""
29 -RUBY_FAKEGEM_EXTRADOC="README.md"
30 -
31 -inherit ruby-fakegem
32 -
33 -DESCRIPTION="A ruby gem to publish a gist"
34 -HOMEPAGE="https://github.com/ConradIrwin/jist"
35 -
36 -LICENSE="MIT"
37 -SLOT="0"
38 -KEYWORDS="amd64 ~x86"
39 -IUSE=""
40 -
41 -ruby_add_rdepend "dev-ruby/json"