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: dev-ruby/diff-lcs/
Date: Sat, 09 Jul 2016 05:29:29
Message-Id: 1468042138.dc5b96f48ee80267e49f39d205a31e2911802901.graaff@gentoo
1 commit: dc5b96f48ee80267e49f39d205a31e2911802901
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 9 05:16:05 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 9 05:28:58 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc5b96f4
7
8 dev-ruby/diff-lcs: cleanup
9
10 Package-Manager: portage-2.2.28
11
12 dev-ruby/diff-lcs/diff-lcs-1.2.5.ebuild | 21 ---------------------
13 1 file changed, 21 deletions(-)
14
15 diff --git a/dev-ruby/diff-lcs/diff-lcs-1.2.5.ebuild b/dev-ruby/diff-lcs/diff-lcs-1.2.5.ebuild
16 deleted file mode 100644
17 index 970dd60..0000000
18 --- a/dev-ruby/diff-lcs/diff-lcs-1.2.5.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 -# $Id$
24 -
25 -EAPI=5
26 -USE_RUBY="ruby20"
27 -
28 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
29 -
30 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
31 -RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc"
32 -
33 -inherit ruby-fakegem
34 -
35 -DESCRIPTION="Use the McIlroy-Hunt LCS algorithm to compute differences"
36 -HOMEPAGE="https://github.com/halostatue/diff-lcs"
37 -
38 -LICENSE="|| ( MIT Ruby GPL-2 )"
39 -SLOT="0"
40 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
41 -IUSE=""