Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/ellipsis/
Date: Sun, 16 May 2021 15:28:23
Message-Id: 1621178824.46939917e764a4f1204a28b655741d93e21ba0f4.Alessandro-Barbieri@gentoo
1 commit: 46939917e764a4f1204a28b655741d93e21ba0f4
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun May 16 15:27:04 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun May 16 15:27:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=46939917
7
8 dev-R/ellipsis: drop 0.3.0, 0.3.1
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-R/ellipsis/Manifest | 2 --
13 dev-R/ellipsis/ellipsis-0.3.0.ebuild | 22 ----------------------
14 dev-R/ellipsis/ellipsis-0.3.1.ebuild | 22 ----------------------
15 3 files changed, 46 deletions(-)
16
17 diff --git a/dev-R/ellipsis/Manifest b/dev-R/ellipsis/Manifest
18 index 5b7d106f2..6c1aefcaa 100644
19 --- a/dev-R/ellipsis/Manifest
20 +++ b/dev-R/ellipsis/Manifest
21 @@ -1,3 +1 @@
22 -DIST ellipsis_0.3.0.tar.gz 7371 BLAKE2B c7fe0e88a16bbf0a80f1c859804d781d8ae411856882d8629b5dbff4fa1d3c78e81759dd474f909e6c2c91e532086b705135561ee571edf1f095ff980aaf75a3 SHA512 85c92a10635bc8b71df2f44d83a8f9b915cb1e1de7969191e1b6fce216cdbb1d29e1abf1ce11c83455e0b177c74a7271d25646f53d7f4f39391e6f055958d3ea
23 -DIST ellipsis_0.3.1.tar.gz 7582 BLAKE2B aff80d5858fc6857a391e8fe8e324ab5995b366b7419d8d931d28ed6a176eb0105d8a61d368dde42a3244825eeabab8a0cbcce5c9f6ede7b0536b080300fe4a0 SHA512 a8752e3cc52e13ec9503eeb19956ab604a6d1588b892501a14493697dc829507b5cdd64a361de4469c37420c0ba85cde44ca7a24c5e016b9dfc817d5666fe328
24 DIST ellipsis_0.3.2.tar.gz 8066 BLAKE2B 4dc77787aa019c720e96a6136a75b68a8ba94fd571cc2080c71188020f5c323712b23609c0cf22aba4eb2fcf75dd5d702c4c4ccfd442f15df6da8d9d7748260a SHA512 31017bd6d3dc54629d29d8743a9a582894b54bfe92362d4ed6959afd5383368aac19cd5b21a2a390b82e8130800aca035b501945527af964cce1fe8e420e5736
25
26 diff --git a/dev-R/ellipsis/ellipsis-0.3.0.ebuild b/dev-R/ellipsis/ellipsis-0.3.0.ebuild
27 deleted file mode 100644
28 index a49da4d1b..000000000
29 --- a/dev-R/ellipsis/ellipsis-0.3.0.ebuild
30 +++ /dev/null
31 @@ -1,22 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="7"
36 -
37 -inherit R-packages-guru
38 -
39 -DESCRIPTION='Tools for Working with ...'
40 -HOMEPAGE="
41 - https://ellipsis.r-lib.org
42 - https://github.com/r-lib/ellipsis
43 - https://cran.r-project.org/package=ellipsis
44 -"
45 -SRC_URI="mirror://cran/src/contrib/ellipsis_0.3.0.tar.gz"
46 -LICENSE='GPL-3'
47 -KEYWORDS="~amd64"
48 -IUSE="${IUSE-}"
49 -DEPEND="
50 - >=dev-lang/R-3.2
51 - >=dev-R/rlang-0.3.0
52 -"
53 -RDEPEND="${DEPEND}"
54
55 diff --git a/dev-R/ellipsis/ellipsis-0.3.1.ebuild b/dev-R/ellipsis/ellipsis-0.3.1.ebuild
56 deleted file mode 100644
57 index 48b30dbba..000000000
58 --- a/dev-R/ellipsis/ellipsis-0.3.1.ebuild
59 +++ /dev/null
60 @@ -1,22 +0,0 @@
61 -# Copyright 1999-2020 Gentoo Authors
62 -# Distributed under the terms of the GNU General Public License v2
63 -
64 -EAPI="7"
65 -
66 -inherit R-packages-guru
67 -
68 -DESCRIPTION='Tools for Working with ...'
69 -HOMEPAGE="
70 - https://ellipsis.r-lib.org
71 - https://github.com/r-lib/ellipsis
72 - https://cran.r-project.org/package=ellipsis
73 -"
74 -SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz"
75 -LICENSE='GPL-3'
76 -KEYWORDS="~amd64"
77 -IUSE="${IUSE-}"
78 -DEPEND="
79 - >=dev-lang/R-3.2
80 - >=dev-R/rlang-0.3.0
81 -"
82 -RDEPEND="${DEPEND}"