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/Rcpp/
Date: Sun, 16 May 2021 15:28:23
Message-Id: 1621178717.d97ede01156a30f322716ed2a3b564693353455f.Alessandro-Barbieri@gentoo
1 commit: d97ede01156a30f322716ed2a3b564693353455f
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun May 16 15:25:17 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun May 16 15:25:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d97ede01
7
8 dev-R/Rcpp: drop 1.0.4.6
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-R/Rcpp/Manifest | 1 -
13 dev-R/Rcpp/Rcpp-1.0.4.6.ebuild | 18 ------------------
14 2 files changed, 19 deletions(-)
15
16 diff --git a/dev-R/Rcpp/Manifest b/dev-R/Rcpp/Manifest
17 index 97e5ce191..ef1ee1212 100644
18 --- a/dev-R/Rcpp/Manifest
19 +++ b/dev-R/Rcpp/Manifest
20 @@ -1,2 +1 @@
21 -DIST Rcpp_1.0.4.6.tar.gz 2751467 BLAKE2B 1df5a1ab26974a0d4ec2bf8708a0f81a7bc8e27a1d50deda50375a0086c8284e6521914581c8bf336359ae61ab1c3be2cd18e49040451c8921a54188f4c75da4 SHA512 d3099925cd897100fc510e6a0b7a4c4007ec92edf5c335d7d87f39aac35a6cd5da605c904527da802414992ca13302192625fde769ce62ab7542d5cb76f5c1df
22 DIST Rcpp_1.0.6.tar.gz 2952876 BLAKE2B cb5b06a187389f1e7aac21623c318c0c0ad02812b49a841dc85680a82d2fbfb28ef040c2f5c9e25969a812d2d0479858969efe327235f12ab99cbf4d3bbfd7ce SHA512 eab225cfdd838e316824fe224e9822c01d09287251b89f3a83f03b5be294f6f3376f2cd2518f78a7bff57426247b62108dc7c60b89d78443172826fa24bf14cc
23
24 diff --git a/dev-R/Rcpp/Rcpp-1.0.4.6.ebuild b/dev-R/Rcpp/Rcpp-1.0.4.6.ebuild
25 deleted file mode 100644
26 index 7c605f1c6..000000000
27 --- a/dev-R/Rcpp/Rcpp-1.0.4.6.ebuild
28 +++ /dev/null
29 @@ -1,18 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI="7"
34 -
35 -inherit R-packages-guru
36 -
37 -DESCRIPTION='Seamless R and C++ Integration'
38 -SRC_URI="mirror://cran/src/contrib/Rcpp_1.0.4.6.tar.gz"
39 -LICENSE='GPL-2+'
40 -HOMEPAGE="
41 - http://www.rcpp.org
42 - http://dirk.eddelbuettel.com/code/rcpp.html
43 - https://github.com/RcppCore/Rcpp
44 - https://cran.r-project.org/package=Rcpp
45 -"
46 -IUSE="${IUSE-}"
47 -KEYWORDS="~amd64"