Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/jiffy/
Date: Wed, 21 Sep 2022 19:57:00
Message-Id: 1663790207.638691323439c36a7d8b8d1adc9e68e39cfc1780.flow@gentoo
1 commit: 638691323439c36a7d8b8d1adc9e68e39cfc1780
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 21 16:52:05 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 21 19:56:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63869132
7
8 dev-erlang/jiffy: drop 1.0.5, 1.0.8
9
10 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
11
12 dev-erlang/jiffy/Manifest | 2 --
13 dev-erlang/jiffy/jiffy-1.0.5.ebuild | 20 --------------------
14 dev-erlang/jiffy/jiffy-1.0.8.ebuild | 20 --------------------
15 3 files changed, 42 deletions(-)
16
17 diff --git a/dev-erlang/jiffy/Manifest b/dev-erlang/jiffy/Manifest
18 index 2a5e38018cc7..5b9480f2d1e9 100644
19 --- a/dev-erlang/jiffy/Manifest
20 +++ b/dev-erlang/jiffy/Manifest
21 @@ -1,3 +1 @@
22 -DIST jiffy-1.0.5.tar.gz 1896318 BLAKE2B 2ec82545b80d7cfae70a71a5bcb70be1f8c905bc2ab2ec5132d793cdb8050a7bf463eae99771afe9d80fc7911fc0e635c29d2bc236275ac1f564f99685b3fd1d SHA512 607dded2ccb5f27d6608e19a03fece847fc7bf5c7a1d92a7fafa95efcea157612c73807fd6d624445fa68f895ea4456bd851656b952d5e48b58b6fedf606a830
23 -DIST jiffy-1.0.8.tar.gz 1896454 BLAKE2B 2c47c7a4350ff5e8674b365a8b65d242896165aee6386a2200a51009b686f86eccda6f4e5b48b1c7d3b5b0f2cfafd1aedf723a64f57c5d2988710fcbf56901a1 SHA512 d248d4e41d780a8f676c4fa7eee6fbdc6f9a5a2867c558cb1ce6f1600093b242fad48d86221a37bfdb7bba0142635f577a4ac3e98106558f5a0ca817dd9a0574
24 DIST jiffy-1.1.1.tar.gz 1674571 BLAKE2B 62242b23dd826a30cf1c38b2382dc9191f2355ef16305ea1199cb32b811e61153c0627dcb8d564c69f0c38ab8c22b5f3e918bff1aa168eb294c445bd95057ded SHA512 cfa36d77285e53ccce852640a4c780f2c29ad33c7352e3a5b69fec431d6684bac4bf5ac323379a8bb1d1289afa23b6f73d4d5ecf1b025791fd84198d4c066910
25
26 diff --git a/dev-erlang/jiffy/jiffy-1.0.5.ebuild b/dev-erlang/jiffy/jiffy-1.0.5.ebuild
27 deleted file mode 100644
28 index cf4a6e71e6c5..000000000000
29 --- a/dev-erlang/jiffy/jiffy-1.0.5.ebuild
30 +++ /dev/null
31 @@ -1,20 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -inherit rebar
38 -
39 -DESCRIPTION="JSON NIFs for Erlang"
40 -HOMEPAGE="https://github.com/davisp/jiffy"
41 -SRC_URI="https://github.com/davisp/${PN}/archive/${PV}.tar.gz
42 - -> ${P}.tar.gz"
43 -
44 -LICENSE="MIT BSD"
45 -SLOT="0"
46 -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86"
47 -
48 -DEPEND=">=dev-lang/erlang-17.1"
49 -RDEPEND="${DEPEND}"
50 -
51 -DOCS=( README.md )
52
53 diff --git a/dev-erlang/jiffy/jiffy-1.0.8.ebuild b/dev-erlang/jiffy/jiffy-1.0.8.ebuild
54 deleted file mode 100644
55 index 7003a8f4d816..000000000000
56 --- a/dev-erlang/jiffy/jiffy-1.0.8.ebuild
57 +++ /dev/null
58 @@ -1,20 +0,0 @@
59 -# Copyright 1999-2021 Gentoo Authors
60 -# Distributed under the terms of the GNU General Public License v2
61 -
62 -EAPI=6
63 -
64 -inherit rebar
65 -
66 -DESCRIPTION="JSON NIFs for Erlang"
67 -HOMEPAGE="https://github.com/davisp/jiffy"
68 -SRC_URI="https://github.com/davisp/${PN}/archive/${PV}.tar.gz
69 - -> ${P}.tar.gz"
70 -
71 -LICENSE="MIT BSD"
72 -SLOT="0"
73 -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
74 -
75 -DEPEND=">=dev-lang/erlang-17.1"
76 -RDEPEND="${DEPEND}"
77 -
78 -DOCS=( README.md )