Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/jo/
Date: Wed, 21 Jun 2017 08:30:34
Message-Id: 1498033803.6266e4aec069156bf9137165ef10616d71a98627.jer@gentoo
1 commit: 6266e4aec069156bf9137165ef10616d71a98627
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 21 08:30:03 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 21 08:30:03 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6266e4ae
7
8 app-text/jo: Old.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 app-text/jo/Manifest | 1 -
13 app-text/jo/jo-1.0.ebuild | 19 -------------------
14 2 files changed, 20 deletions(-)
15
16 diff --git a/app-text/jo/Manifest b/app-text/jo/Manifest
17 index 991c61520ca..f7090e787e8 100644
18 --- a/app-text/jo/Manifest
19 +++ b/app-text/jo/Manifest
20 @@ -1,2 +1 @@
21 -DIST jo-1.0.tar.gz 30165 SHA256 1aafebbff4b1eb81dd9fa6059449d4af5399a2195db1b26d84cca348cb153900 SHA512 129f890ffe8b7d7ddc7c6bc449145afa69c87a63b0c2f5edde01125fb1e038333016d89b7229246495062074327ce5b90ce9e9ddd14517414b30a86423be41a2 WHIRLPOOL 9bd0d3969d11ba5068cbb20e16c1f2af326ca7c9b3686a6f8c89c7878268e4420a7c1ead7b93e37f7f87a2451b688d0e3131b49fe996a65c57147d4f67121c3d
22 DIST jo-1.1.tar.gz 50395 SHA256 1471e257517ff8123197aa022b2e76c914fbfdbecb5fbb7be9c55a231d8a9630 SHA512 fd220acf53d554cb9e9920510dba2f4a01337b126dca89882e02ba96cdd84bf7a5e935a4c06dddb5200cd808f0609fd697e51a56161dc99b1638e33181494242 WHIRLPOOL 50c87c5fb02337490970747fead3c1a4333b7a8de6ef98ac197bfa809599bde40c48e968d8621199f5aa3fde1977b5382ed40b54fd07b0a7b5df84ffc370d67a
23
24 diff --git a/app-text/jo/jo-1.0.ebuild b/app-text/jo/jo-1.0.ebuild
25 deleted file mode 100644
26 index 47d8d4be7bb..00000000000
27 --- a/app-text/jo/jo-1.0.ebuild
28 +++ /dev/null
29 @@ -1,19 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -inherit autotools
35 -
36 -DESCRIPTION="JSON output from a shell"
37 -HOMEPAGE="https://github.com/jpmens/jo"
38 -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
39 -
40 -LICENSE="MIT"
41 -SLOT="0"
42 -KEYWORDS="~amd64 ~x86"
43 -
44 -src_prepare() {
45 - default
46 -
47 - eautoreconf
48 -}