Gentoo Archives: gentoo-commits

From: "Hanno Böck" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/fast_yaml/
Date: Mon, 12 Oct 2020 14:34:06
Message-Id: 1602513204.c2c1689d62f1dd660832c1b0b9a69144a69fe95d.hanno@gentoo
1 commit: c2c1689d62f1dd660832c1b0b9a69144a69fe95d
2 Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 12 14:33:24 2020 +0000
4 Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 12 14:33:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2c1689d
7
8 dev-erlang/fast_yaml: Remove old
9
10 Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
11 Package-Manager: Portage-3.0.8, Repoman-3.0.1
12
13 dev-erlang/fast_yaml/Manifest | 4 ----
14 dev-erlang/fast_yaml/fast_yaml-1.0.20.ebuild | 28 ----------------------------
15 dev-erlang/fast_yaml/fast_yaml-1.0.21.ebuild | 22 ----------------------
16 dev-erlang/fast_yaml/fast_yaml-1.0.24.ebuild | 22 ----------------------
17 dev-erlang/fast_yaml/fast_yaml-1.0.9.ebuild | 22 ----------------------
18 5 files changed, 98 deletions(-)
19
20 diff --git a/dev-erlang/fast_yaml/Manifest b/dev-erlang/fast_yaml/Manifest
21 index b551c8cd651..1f31cedc037 100644
22 --- a/dev-erlang/fast_yaml/Manifest
23 +++ b/dev-erlang/fast_yaml/Manifest
24 @@ -1,5 +1 @@
25 -DIST fast_yaml-1.0.20.tar.gz 54476 BLAKE2B 553b433a4cbfa859b25f39e74766047f490cd11d327f73e948237fd4321e7a9f160656cb312b60fc1379c8e35f3c613ad76dc0a44a2f73b8ca09ce61a8e036e7 SHA512 583c36caf0dd492518b631bc4882530a12f83bc1de952aa8b053f4c3fb828be65d127954a5277b320a0ef28cf8b8df6db88e76b323f2774af061a9e9bd88e061
26 -DIST fast_yaml-1.0.21.tar.gz 54489 BLAKE2B 77cb6e8ab8b7fcd53a627f9225ce0f0f1dd8a1eadeb1ddda68a4dd3578f685dff94fd011e99ecce2e527a0bb9dd887137b32f2592f9a910330bfd4da2b6a53fb SHA512 90a81d6fc72df178c4f432c473521921e8419c59c8d66c054b07b29f9e32fda1d548b3b9c3092fa017a97594df32d4e1154ac67fe4c930b8843bc5e5d5705c43
27 -DIST fast_yaml-1.0.24.tar.gz 59018 BLAKE2B 498c7901944a1b8086495a5c990ae33a8fc7695f4995eda777fa7ab719377fd2db265ae03e4cb3053b7cbbf833ea1e7317d565f3fa6d9dcd4c0d869d324f1be6 SHA512 62a0b3d31612c7ec632763feb13a57306e8ed9b3959c8b8514dc74a4e5632246243abbb04fe57bddb9e4d95a9463a798b4c7ac6f18a1cf9ec041751e551769be
28 DIST fast_yaml-1.0.25.tar.gz 59025 BLAKE2B ea5eda560ed2fdc2a0935b481fa5fc9c8c3cfd75292842a5071b5e0429604515bd672421d581a250b0fde3cadfae100616aba7885280ce174f847b235f1379ab SHA512 4a6c7e9c8167f67299929f274e83d57476d0347dcb785fdc332aa68ce11af320f706d83d53fd5048d4f6718d6a82f3aa30d1dfead6eba64a39ec26739ae95456
29 -DIST fast_yaml-1.0.9.tar.gz 49696 BLAKE2B a8cbda580e9c2bacdf046f82dc579eb5160d130f9af6c93e05e5c3e4fd7f8f30c9d767cb150a30c2abbd3d8fb3c62fa7c76bab3addb5754d04b9303e6c5bd3e3 SHA512 dd826643d1c841218bae1ccb6ea3dc0c35c64c20720c47e90b3dfad3231c4944216729bf3d46f19b06cd2d54a9487336e39a9ef15201cc315ab10a7ee950bf6a
30
31 diff --git a/dev-erlang/fast_yaml/fast_yaml-1.0.20.ebuild b/dev-erlang/fast_yaml/fast_yaml-1.0.20.ebuild
32 deleted file mode 100644
33 index 5dfaaa97934..00000000000
34 --- a/dev-erlang/fast_yaml/fast_yaml-1.0.20.ebuild
35 +++ /dev/null
36 @@ -1,28 +0,0 @@
37 -# Copyright 1999-2019 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=6
41 -
42 -inherit rebar
43 -
44 -DESCRIPTION="Fast Yaml native library for Erlang and Elixir"
45 -HOMEPAGE="https://github.com/processone/fast_yaml"
46 -SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
47 - -> ${P}.tar.gz"
48 -
49 -LICENSE="Apache-2.0"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
52 -
53 -DEPEND=">=dev-erlang/p1_utils-1.0.16
54 - >=dev-lang/erlang-18.0
55 - dev-libs/libyaml"
56 -RDEPEND="${DEPEND}"
57 -
58 -DOCS=( CHANGELOG.md README.md )
59 -
60 -# from upstream:
61 -# https://github.com/processone/fast_yaml/commit/e789f68895f71b7ad31057177810ca0161bf790e
62 -PATCHES=(
63 - "${FILESDIR}/${P}-dont-escape-simple-quote.patch"
64 -)
65
66 diff --git a/dev-erlang/fast_yaml/fast_yaml-1.0.21.ebuild b/dev-erlang/fast_yaml/fast_yaml-1.0.21.ebuild
67 deleted file mode 100644
68 index 06bf4862028..00000000000
69 --- a/dev-erlang/fast_yaml/fast_yaml-1.0.21.ebuild
70 +++ /dev/null
71 @@ -1,22 +0,0 @@
72 -# Copyright 1999-2019 Gentoo Authors
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=6
76 -
77 -inherit rebar
78 -
79 -DESCRIPTION="Fast Yaml native library for Erlang and Elixir"
80 -HOMEPAGE="https://github.com/processone/fast_yaml"
81 -SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
82 - -> ${P}.tar.gz"
83 -
84 -LICENSE="Apache-2.0"
85 -SLOT="0"
86 -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
87 -
88 -DEPEND=">=dev-lang/erlang-18.0
89 - >=dev-erlang/p1_utils-1.0.16
90 - dev-libs/libyaml"
91 -RDEPEND="${DEPEND}"
92 -
93 -DOCS=( CHANGELOG.md README.md )
94
95 diff --git a/dev-erlang/fast_yaml/fast_yaml-1.0.24.ebuild b/dev-erlang/fast_yaml/fast_yaml-1.0.24.ebuild
96 deleted file mode 100644
97 index b9ce9a43a02..00000000000
98 --- a/dev-erlang/fast_yaml/fast_yaml-1.0.24.ebuild
99 +++ /dev/null
100 @@ -1,22 +0,0 @@
101 -# Copyright 1999-2020 Gentoo Authors
102 -# Distributed under the terms of the GNU General Public License v2
103 -
104 -EAPI=6
105 -
106 -inherit rebar
107 -
108 -DESCRIPTION="Fast Yaml native library for Erlang and Elixir"
109 -HOMEPAGE="https://github.com/processone/fast_yaml"
110 -SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
111 - -> ${P}.tar.gz"
112 -
113 -LICENSE="Apache-2.0"
114 -SLOT="0"
115 -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
116 -
117 -DEPEND=">=dev-lang/erlang-18.0
118 - >=dev-erlang/p1_utils-1.0.18
119 - dev-libs/libyaml"
120 -RDEPEND="${DEPEND}"
121 -
122 -DOCS=( CHANGELOG.md README.md )
123
124 diff --git a/dev-erlang/fast_yaml/fast_yaml-1.0.9.ebuild b/dev-erlang/fast_yaml/fast_yaml-1.0.9.ebuild
125 deleted file mode 100644
126 index e4b0d0138cf..00000000000
127 --- a/dev-erlang/fast_yaml/fast_yaml-1.0.9.ebuild
128 +++ /dev/null
129 @@ -1,22 +0,0 @@
130 -# Copyright 1999-2017 Gentoo Foundation
131 -# Distributed under the terms of the GNU General Public License v2
132 -
133 -EAPI=6
134 -
135 -inherit rebar
136 -
137 -DESCRIPTION="Fast Yaml native library for Erlang and Elixir"
138 -HOMEPAGE="https://github.com/processone/fast_yaml"
139 -SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
140 - -> ${P}.tar.gz"
141 -
142 -LICENSE="Apache-2.0"
143 -SLOT="0"
144 -KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86"
145 -
146 -DEPEND=">=dev-erlang/p1_utils-1.0.7
147 - >=dev-lang/erlang-17.1
148 - dev-libs/libyaml"
149 -RDEPEND="${DEPEND}"
150 -
151 -DOCS=( CHANGELOG.md README.md )