* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/Rcpp/
@ 2020-05-08 16:57 Alessandro Barbieri
0 siblings, 0 replies; 11+ messages in thread
From: Alessandro Barbieri @ 2020-05-08 16:57 UTC (permalink / raw
To: gentoo-commits
commit: e009283895e678fd9be247c6a18dd05bc94b8b54
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri May 8 15:39:26 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri May 8 15:39:26 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e0092838
dev-R/Rcpp: new package
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/Rcpp/Manifest | 1 +
dev-R/Rcpp/Rcpp-1.0.4.6.ebuild | 17 +++++++++++++++++
dev-R/Rcpp/metadata.xml | 33 +++++++++++++++++++++++++++++++++
3 files changed, 51 insertions(+)
diff --git a/dev-R/Rcpp/Manifest b/dev-R/Rcpp/Manifest
new file mode 100644
index 0000000..e80a5ed
--- /dev/null
+++ b/dev-R/Rcpp/Manifest
@@ -0,0 +1 @@
+DIST Rcpp_1.0.4.6.tar.gz 2751467 BLAKE2B 1df5a1ab26974a0d4ec2bf8708a0f81a7bc8e27a1d50deda50375a0086c8284e6521914581c8bf336359ae61ab1c3be2cd18e49040451c8921a54188f4c75da4 SHA512 d3099925cd897100fc510e6a0b7a4c4007ec92edf5c335d7d87f39aac35a6cd5da605c904527da802414992ca13302192625fde769ce62ab7542d5cb76f5c1df
diff --git a/dev-R/Rcpp/Rcpp-1.0.4.6.ebuild b/dev-R/Rcpp/Rcpp-1.0.4.6.ebuild
new file mode 100644
index 0000000..b2ca58d
--- /dev/null
+++ b/dev-R/Rcpp/Rcpp-1.0.4.6.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='Seamless R and C++ Integration'
+SRC_URI="http://cran.r-project.org/src/contrib/Rcpp_1.0.4.6.tar.gz"
+LICENSE='GPL-2+'
+HOMEPAGE="
+ http://www.rcpp.org
+ http://dirk.eddelbuettel.com/code/rcpp.html
+ https://github.com/RcppCore/Rcpp
+ https://cran.r-project.org/package=Rcpp
+"
+IUSE="${IUSE-}"
diff --git a/dev-R/Rcpp/metadata.xml b/dev-R/Rcpp/metadata.xml
new file mode 100644
index 0000000..6dda537
--- /dev/null
+++ b/dev-R/Rcpp/metadata.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <longdescription lang="en">
+ The 'Rcpp' package provides R functions as well as C++ classes which offer a seamless integration of R and C++. Many R data types and objects can be mapped back and forth to C++ equivalents which facilitates both writing of new code as well as easier integration of third-party libraries. Documentation about 'Rcpp' is provided by several vignettes included in this package
+ </longdescription>
+ <upstream>
+ <bugs-to>
+ https://github.com/RcppCore/Rcpp/issues
+ </bugs-to>
+ <doc lang="en">
+ https://cran.r-project.org/web//packages/Rcpp/Rcpp.pdf
+ </doc>
+ <changelog>
+ https://cran.r-project.org/web//packages/Rcpp/ChangeLog
+ </changelog>
+ <maintainer>
+ <name>
+ Dirk Eddelbuettel
+ </name>
+ <email>
+ edd@debian.org
+ </email>
+ </maintainer>
+ <remote-id type="github">
+ RcppCore/Rcpp
+ </remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/Rcpp/
@ 2021-03-14 22:42 Alessandro Barbieri
0 siblings, 0 replies; 11+ messages in thread
From: Alessandro Barbieri @ 2021-03-14 22:42 UTC (permalink / raw
To: gentoo-commits
commit: 57fde1dd24ac33c7b0a494da12e36c1805899e8d
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Mar 14 22:22:08 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Mar 14 22:42:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=57fde1dd
dev-R/Rcpp: new version
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/Rcpp/Manifest | 1 +
dev-R/Rcpp/Rcpp-1.0.6.ebuild | 18 ++++++++++++++++++
2 files changed, 19 insertions(+)
diff --git a/dev-R/Rcpp/Manifest b/dev-R/Rcpp/Manifest
index e80a5ed1..97e5ce19 100644
--- a/dev-R/Rcpp/Manifest
+++ b/dev-R/Rcpp/Manifest
@@ -1 +1,2 @@
DIST Rcpp_1.0.4.6.tar.gz 2751467 BLAKE2B 1df5a1ab26974a0d4ec2bf8708a0f81a7bc8e27a1d50deda50375a0086c8284e6521914581c8bf336359ae61ab1c3be2cd18e49040451c8921a54188f4c75da4 SHA512 d3099925cd897100fc510e6a0b7a4c4007ec92edf5c335d7d87f39aac35a6cd5da605c904527da802414992ca13302192625fde769ce62ab7542d5cb76f5c1df
+DIST Rcpp_1.0.6.tar.gz 2952876 BLAKE2B cb5b06a187389f1e7aac21623c318c0c0ad02812b49a841dc85680a82d2fbfb28ef040c2f5c9e25969a812d2d0479858969efe327235f12ab99cbf4d3bbfd7ce SHA512 eab225cfdd838e316824fe224e9822c01d09287251b89f3a83f03b5be294f6f3376f2cd2518f78a7bff57426247b62108dc7c60b89d78443172826fa24bf14cc
diff --git a/dev-R/Rcpp/Rcpp-1.0.6.ebuild b/dev-R/Rcpp/Rcpp-1.0.6.ebuild
new file mode 100644
index 00000000..29069a79
--- /dev/null
+++ b/dev-R/Rcpp/Rcpp-1.0.6.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='Seamless R and C++ Integration'
+SRC_URI="http://cran.r-project.org/src/contrib/${PN}_${PV}.tar.gz"
+LICENSE='GPL-2+'
+HOMEPAGE="
+ http://www.rcpp.org
+ http://dirk.eddelbuettel.com/code/rcpp.html
+ https://github.com/RcppCore/Rcpp
+ https://cran.r-project.org/package=Rcpp
+"
+IUSE="${IUSE-}"
+KEYWORDS="~amd64"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/Rcpp/
@ 2021-04-07 20:12 Alessandro Barbieri
0 siblings, 0 replies; 11+ messages in thread
From: Alessandro Barbieri @ 2021-04-07 20:12 UTC (permalink / raw
To: gentoo-commits
commit: 2a4e08d5afca780f63b649ea4310ec38a87c23cf
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Apr 7 20:11:05 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed Apr 7 20:11:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2a4e08d5
dev-R/Rcpp: mirrors
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/Rcpp/Rcpp-1.0.4.6.ebuild | 4 ++--
dev-R/Rcpp/Rcpp-1.0.6.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-R/Rcpp/Rcpp-1.0.4.6.ebuild b/dev-R/Rcpp/Rcpp-1.0.4.6.ebuild
index 9edb4e6c8..7c605f1c6 100644
--- a/dev-R/Rcpp/Rcpp-1.0.4.6.ebuild
+++ b/dev-R/Rcpp/Rcpp-1.0.4.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -6,7 +6,7 @@ EAPI="7"
inherit R-packages-guru
DESCRIPTION='Seamless R and C++ Integration'
-SRC_URI="http://cran.r-project.org/src/contrib/Rcpp_1.0.4.6.tar.gz"
+SRC_URI="mirror://cran/src/contrib/Rcpp_1.0.4.6.tar.gz"
LICENSE='GPL-2+'
HOMEPAGE="
http://www.rcpp.org
diff --git a/dev-R/Rcpp/Rcpp-1.0.6.ebuild b/dev-R/Rcpp/Rcpp-1.0.6.ebuild
index 29069a793..58c09c969 100644
--- a/dev-R/Rcpp/Rcpp-1.0.6.ebuild
+++ b/dev-R/Rcpp/Rcpp-1.0.6.ebuild
@@ -6,7 +6,7 @@ EAPI="7"
inherit R-packages-guru
DESCRIPTION='Seamless R and C++ Integration'
-SRC_URI="http://cran.r-project.org/src/contrib/${PN}_${PV}.tar.gz"
+SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz"
LICENSE='GPL-2+'
HOMEPAGE="
http://www.rcpp.org
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/Rcpp/
@ 2021-05-04 0:14 Alessandro Barbieri
0 siblings, 0 replies; 11+ messages in thread
From: Alessandro Barbieri @ 2021-05-04 0:14 UTC (permalink / raw
To: gentoo-commits
commit: aa04c62332e693aed0df885ac1c4fbc29725b9a1
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May 3 17:14:04 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue May 4 00:12:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aa04c623
dev-R/Rcpp: tidy metadata
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/Rcpp/metadata.xml | 46 ++++++++++++++++------------------------------
1 file changed, 16 insertions(+), 30 deletions(-)
diff --git a/dev-R/Rcpp/metadata.xml b/dev-R/Rcpp/metadata.xml
index 6dda53784..3a299b984 100644
--- a/dev-R/Rcpp/metadata.xml
+++ b/dev-R/Rcpp/metadata.xml
@@ -1,33 +1,19 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>lssndrbarbieri@gmail.com</email>
- <name>Alessandro Barbieri</name>
- </maintainer>
- <longdescription lang="en">
- The 'Rcpp' package provides R functions as well as C++ classes which offer a seamless integration of R and C++. Many R data types and objects can be mapped back and forth to C++ equivalents which facilitates both writing of new code as well as easier integration of third-party libraries. Documentation about 'Rcpp' is provided by several vignettes included in this package
- </longdescription>
- <upstream>
- <bugs-to>
- https://github.com/RcppCore/Rcpp/issues
- </bugs-to>
- <doc lang="en">
- https://cran.r-project.org/web//packages/Rcpp/Rcpp.pdf
- </doc>
- <changelog>
- https://cran.r-project.org/web//packages/Rcpp/ChangeLog
- </changelog>
- <maintainer>
- <name>
- Dirk Eddelbuettel
- </name>
- <email>
- edd@debian.org
- </email>
- </maintainer>
- <remote-id type="github">
- RcppCore/Rcpp
- </remote-id>
- </upstream>
+ <maintainer type="person">
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <longdescription lang="en">The 'Rcpp' package provides R functions as well as C++ classes which offer a seamless integration of R and C++. Many R data types and objects can be mapped back and forth to C++ equivalents which facilitates both writing of new code as well as easier integration of third-party libraries. Documentation about 'Rcpp' is provided by several vignettes included in this package</longdescription>
+ <upstream>
+ <bugs-to>https://github.com/RcppCore/Rcpp/issues</bugs-to>
+ <doc lang="en">https://cran.r-project.org/web//packages/Rcpp/Rcpp.pdf</doc>
+ <changelog>https://cran.r-project.org/web//packages/Rcpp/ChangeLog</changelog>
+ <maintainer>
+ <name>Dirk Eddelbuettel</name>
+ <email>edd@debian.org</email>
+ </maintainer>
+ <remote-id type="github">RcppCore/Rcpp</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/Rcpp/
@ 2021-05-16 15:28 Alessandro Barbieri
0 siblings, 0 replies; 11+ messages in thread
From: Alessandro Barbieri @ 2021-05-16 15:28 UTC (permalink / raw
To: gentoo-commits
commit: d97ede01156a30f322716ed2a3b564693353455f
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun May 16 15:25:17 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun May 16 15:25:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d97ede01
dev-R/Rcpp: drop 1.0.4.6
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/Rcpp/Manifest | 1 -
dev-R/Rcpp/Rcpp-1.0.4.6.ebuild | 18 ------------------
2 files changed, 19 deletions(-)
diff --git a/dev-R/Rcpp/Manifest b/dev-R/Rcpp/Manifest
index 97e5ce191..ef1ee1212 100644
--- a/dev-R/Rcpp/Manifest
+++ b/dev-R/Rcpp/Manifest
@@ -1,2 +1 @@
-DIST Rcpp_1.0.4.6.tar.gz 2751467 BLAKE2B 1df5a1ab26974a0d4ec2bf8708a0f81a7bc8e27a1d50deda50375a0086c8284e6521914581c8bf336359ae61ab1c3be2cd18e49040451c8921a54188f4c75da4 SHA512 d3099925cd897100fc510e6a0b7a4c4007ec92edf5c335d7d87f39aac35a6cd5da605c904527da802414992ca13302192625fde769ce62ab7542d5cb76f5c1df
DIST Rcpp_1.0.6.tar.gz 2952876 BLAKE2B cb5b06a187389f1e7aac21623c318c0c0ad02812b49a841dc85680a82d2fbfb28ef040c2f5c9e25969a812d2d0479858969efe327235f12ab99cbf4d3bbfd7ce SHA512 eab225cfdd838e316824fe224e9822c01d09287251b89f3a83f03b5be294f6f3376f2cd2518f78a7bff57426247b62108dc7c60b89d78443172826fa24bf14cc
diff --git a/dev-R/Rcpp/Rcpp-1.0.4.6.ebuild b/dev-R/Rcpp/Rcpp-1.0.4.6.ebuild
deleted file mode 100644
index 7c605f1c6..000000000
--- a/dev-R/Rcpp/Rcpp-1.0.4.6.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit R-packages-guru
-
-DESCRIPTION='Seamless R and C++ Integration'
-SRC_URI="mirror://cran/src/contrib/Rcpp_1.0.4.6.tar.gz"
-LICENSE='GPL-2+'
-HOMEPAGE="
- http://www.rcpp.org
- http://dirk.eddelbuettel.com/code/rcpp.html
- https://github.com/RcppCore/Rcpp
- https://cran.r-project.org/package=Rcpp
-"
-IUSE="${IUSE-}"
-KEYWORDS="~amd64"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/Rcpp/
@ 2022-03-11 2:02 Alessandro Barbieri
0 siblings, 0 replies; 11+ messages in thread
From: Alessandro Barbieri @ 2022-03-11 2:02 UTC (permalink / raw
To: gentoo-commits
commit: 60e9b3e3f53b330349f92591bf880f2870927192
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Mar 11 01:45:34 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Mar 11 02:00:57 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=60e9b3e3
dev-R/Rcpp: add 1.0.8, drop 1.0.6
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/Rcpp/Manifest | 2 +-
dev-R/Rcpp/{Rcpp-1.0.6.ebuild => Rcpp-1.0.8.ebuild} | 9 ++++++++-
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/dev-R/Rcpp/Manifest b/dev-R/Rcpp/Manifest
index ef1ee1212..5368cd51d 100644
--- a/dev-R/Rcpp/Manifest
+++ b/dev-R/Rcpp/Manifest
@@ -1 +1 @@
-DIST Rcpp_1.0.6.tar.gz 2952876 BLAKE2B cb5b06a187389f1e7aac21623c318c0c0ad02812b49a841dc85680a82d2fbfb28ef040c2f5c9e25969a812d2d0479858969efe327235f12ab99cbf4d3bbfd7ce SHA512 eab225cfdd838e316824fe224e9822c01d09287251b89f3a83f03b5be294f6f3376f2cd2518f78a7bff57426247b62108dc7c60b89d78443172826fa24bf14cc
+DIST Rcpp_1.0.8.tar.gz 3036631 BLAKE2B dd488114a0b6b1a4d146c7c30200c4c81c0c6f590380b5247debcf146af76e8c57bcd32ef44f9e382d379bcab64d9a78ada2b94d0d00a0d0dc71099bdd74d5b2 SHA512 04956338d6d83137aaa57b8d893971fb9a7570e320611cd911c957a8b1bed80500b87ea105ead77326e78045d593bbfe60960ebb1ca23d38ca6a71f04b5fdf0e
diff --git a/dev-R/Rcpp/Rcpp-1.0.6.ebuild b/dev-R/Rcpp/Rcpp-1.0.8.ebuild
similarity index 71%
rename from dev-R/Rcpp/Rcpp-1.0.6.ebuild
rename to dev-R/Rcpp/Rcpp-1.0.8.ebuild
index 3b59d3048..5ed15bb84 100644
--- a/dev-R/Rcpp/Rcpp-1.0.6.ebuild
+++ b/dev-R/Rcpp/Rcpp-1.0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -14,3 +14,10 @@ HOMEPAGE="
https://cran.r-project.org/package=Rcpp
"
KEYWORDS="~amd64"
+
+SUGGESTED_PACKAGES="
+ dev-R/tinytest
+ dev-R/inline
+ dev-R/rbenchmark
+ >=dev-R/pkgKitten-0.1.2
+"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/Rcpp/
@ 2022-03-13 10:02 Alessandro Barbieri
0 siblings, 0 replies; 11+ messages in thread
From: Alessandro Barbieri @ 2022-03-13 10:02 UTC (permalink / raw
To: gentoo-commits
commit: 966a560a2685e84f5d6bd14cdba220e9b99870d9
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Mar 13 09:22:12 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Mar 13 09:22:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=966a560a
dev-R/Rcpp: add 1.0.8.2, drop 1.0.8
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/Rcpp/Manifest | 2 +-
dev-R/Rcpp/{Rcpp-1.0.8.ebuild => Rcpp-1.0.8.2.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-R/Rcpp/Manifest b/dev-R/Rcpp/Manifest
index 5368cd51d..e33734fda 100644
--- a/dev-R/Rcpp/Manifest
+++ b/dev-R/Rcpp/Manifest
@@ -1 +1 @@
-DIST Rcpp_1.0.8.tar.gz 3036631 BLAKE2B dd488114a0b6b1a4d146c7c30200c4c81c0c6f590380b5247debcf146af76e8c57bcd32ef44f9e382d379bcab64d9a78ada2b94d0d00a0d0dc71099bdd74d5b2 SHA512 04956338d6d83137aaa57b8d893971fb9a7570e320611cd911c957a8b1bed80500b87ea105ead77326e78045d593bbfe60960ebb1ca23d38ca6a71f04b5fdf0e
+DIST Rcpp_1.0.8.2.tar.gz 3084732 BLAKE2B 6b35a5040ba19b4c4c71b3459a0bfb8d7b0d74bd5e85560d2eeea8dcad63a9d5a90ac46098999970c52a9a01c1d574b633fe0574a60ede190f979a35dbd378f0 SHA512 30ce099d81012c56ee07837528eb4b78ad852b52fc137f5692777953b8d8a7955b43e5c0687cd9a1d24493230ab3ed403d8eed4446ced12f341e97f0caba1d79
diff --git a/dev-R/Rcpp/Rcpp-1.0.8.ebuild b/dev-R/Rcpp/Rcpp-1.0.8.2.ebuild
similarity index 100%
rename from dev-R/Rcpp/Rcpp-1.0.8.ebuild
rename to dev-R/Rcpp/Rcpp-1.0.8.2.ebuild
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/Rcpp/
@ 2022-03-17 22:02 Alessandro Barbieri
0 siblings, 0 replies; 11+ messages in thread
From: Alessandro Barbieri @ 2022-03-17 22:02 UTC (permalink / raw
To: gentoo-commits
commit: 66c905e752beb0ca24144bff6591c84daf77d99f
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Mar 17 22:01:13 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu Mar 17 22:01:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=66c905e7
dev-R/Rcpp: add 1.0.8.3, drop 1.0.8.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/Rcpp/Manifest | 2 +-
dev-R/Rcpp/{Rcpp-1.0.8.2.ebuild => Rcpp-1.0.8.3.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-R/Rcpp/Manifest b/dev-R/Rcpp/Manifest
index e33734fda..15d970f97 100644
--- a/dev-R/Rcpp/Manifest
+++ b/dev-R/Rcpp/Manifest
@@ -1 +1 @@
-DIST Rcpp_1.0.8.2.tar.gz 3084732 BLAKE2B 6b35a5040ba19b4c4c71b3459a0bfb8d7b0d74bd5e85560d2eeea8dcad63a9d5a90ac46098999970c52a9a01c1d574b633fe0574a60ede190f979a35dbd378f0 SHA512 30ce099d81012c56ee07837528eb4b78ad852b52fc137f5692777953b8d8a7955b43e5c0687cd9a1d24493230ab3ed403d8eed4446ced12f341e97f0caba1d79
+DIST Rcpp_1.0.8.3.tar.gz 3086192 BLAKE2B 6bb7ad706fbb83bd531eb49dd98925c104ca3fb3a6369aa4f7c0dcdbe2b54939d66abf23c671cd0b57e31415cf506a4ab1fed150691cc4803bde7a4f56510e14 SHA512 e1043beee67673852382e15a492e5e04bd28e3ff852394aeb771b486d03951f70683fc9a09f167b0270c784e8a0e340b18b5c611cb6726d862c8420e3b32ce31
diff --git a/dev-R/Rcpp/Rcpp-1.0.8.2.ebuild b/dev-R/Rcpp/Rcpp-1.0.8.3.ebuild
similarity index 100%
rename from dev-R/Rcpp/Rcpp-1.0.8.2.ebuild
rename to dev-R/Rcpp/Rcpp-1.0.8.3.ebuild
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/Rcpp/
@ 2022-03-30 15:18 Alessandro Barbieri
0 siblings, 0 replies; 11+ messages in thread
From: Alessandro Barbieri @ 2022-03-30 15:18 UTC (permalink / raw
To: gentoo-commits
commit: 309a5049731683b68ad2611003affefa164750c1
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Mar 30 15:16:57 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed Mar 30 15:16:57 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=309a5049
dev-R/Rcpp: use https
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/Rcpp/Rcpp-1.0.8.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-R/Rcpp/Rcpp-1.0.8.3.ebuild b/dev-R/Rcpp/Rcpp-1.0.8.3.ebuild
index 5ed15bb84..5376521a8 100644
--- a/dev-R/Rcpp/Rcpp-1.0.8.3.ebuild
+++ b/dev-R/Rcpp/Rcpp-1.0.8.3.ebuild
@@ -8,7 +8,7 @@ inherit R-packages
DESCRIPTION='Seamless R and C++ Integration'
LICENSE='GPL-2+'
HOMEPAGE="
- http://www.rcpp.org
+ https://www.rcpp.org
http://dirk.eddelbuettel.com/code/rcpp.html
https://github.com/RcppCore/Rcpp
https://cran.r-project.org/package=Rcpp
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/Rcpp/
@ 2022-04-16 16:20 Alessandro Barbieri
0 siblings, 0 replies; 11+ messages in thread
From: Alessandro Barbieri @ 2022-04-16 16:20 UTC (permalink / raw
To: gentoo-commits
commit: 8d8f620668aef8c4171c1aa5ff4899a271c0fc19
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Apr 16 15:46:38 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Apr 16 16:20:07 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8d8f6206
dev-R/Rcpp: update LICENSE
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/Rcpp/Rcpp-1.0.8.3.ebuild | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/dev-R/Rcpp/Rcpp-1.0.8.3.ebuild b/dev-R/Rcpp/Rcpp-1.0.8.3.ebuild
index 5376521a8..70f9a5eb4 100644
--- a/dev-R/Rcpp/Rcpp-1.0.8.3.ebuild
+++ b/dev-R/Rcpp/Rcpp-1.0.8.3.ebuild
@@ -6,14 +6,24 @@ EAPI="7"
inherit R-packages
DESCRIPTION='Seamless R and C++ Integration'
-LICENSE='GPL-2+'
HOMEPAGE="
https://www.rcpp.org
http://dirk.eddelbuettel.com/code/rcpp.html
https://github.com/RcppCore/Rcpp
https://cran.r-project.org/package=Rcpp
"
+
+LICENSE='GPL-2+ Boost-1.0'
KEYWORDS="~amd64"
+IUSE="examples"
+
+src_prepare() {
+ if ! use examples ; then
+ rm -r inst/examples || die
+ fi
+ rm -r inst/tinytest || die
+ R-packages_src_prepare
+}
SUGGESTED_PACKAGES="
dev-R/tinytest
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/Rcpp/
@ 2023-08-04 14:42 David Roman
0 siblings, 0 replies; 11+ messages in thread
From: David Roman @ 2023-08-04 14:42 UTC (permalink / raw
To: gentoo-commits
commit: 0445e76005acd466feae9320fdd455c4958ae8cf
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Fri Aug 4 14:42:11 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Aug 4 14:42:11 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0445e760
dev-R/Rcpp: add 1.0.11, drop 1.0.8.3
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-R/Rcpp/Manifest | 2 +-
dev-R/Rcpp/{Rcpp-1.0.8.3.ebuild => Rcpp-1.0.11.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-R/Rcpp/Manifest b/dev-R/Rcpp/Manifest
index 15d970f976..7b2dcfb768 100644
--- a/dev-R/Rcpp/Manifest
+++ b/dev-R/Rcpp/Manifest
@@ -1 +1 @@
-DIST Rcpp_1.0.8.3.tar.gz 3086192 BLAKE2B 6bb7ad706fbb83bd531eb49dd98925c104ca3fb3a6369aa4f7c0dcdbe2b54939d66abf23c671cd0b57e31415cf506a4ab1fed150691cc4803bde7a4f56510e14 SHA512 e1043beee67673852382e15a492e5e04bd28e3ff852394aeb771b486d03951f70683fc9a09f167b0270c784e8a0e340b18b5c611cb6726d862c8420e3b32ce31
+DIST Rcpp_1.0.11.tar.gz 2994004 BLAKE2B 39b0fed861d698449cd385ee5036dd80f686293b69c0a8515d79c3078e63b481c918d9cbfec3793ff80ec2d089ba2b274235543c72a818828131b55a7067d04f SHA512 0489c137c500f76b3054a9ec114278103a65a4e42b88e9fc581fc4e33fb7e6ea0dda4660833e741fde7e89f61844c44e7c6e46ea464e9778c3d5cdc7a56b888d
diff --git a/dev-R/Rcpp/Rcpp-1.0.8.3.ebuild b/dev-R/Rcpp/Rcpp-1.0.11.ebuild
similarity index 100%
rename from dev-R/Rcpp/Rcpp-1.0.8.3.ebuild
rename to dev-R/Rcpp/Rcpp-1.0.11.ebuild
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2023-08-04 14:42 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-16 15:28 [gentoo-commits] repo/proj/guru:dev commit in: dev-R/Rcpp/ Alessandro Barbieri
-- strict thread matches above, loose matches on Subject: below --
2023-08-04 14:42 David Roman
2022-04-16 16:20 Alessandro Barbieri
2022-03-30 15:18 Alessandro Barbieri
2022-03-17 22:02 Alessandro Barbieri
2022-03-13 10:02 Alessandro Barbieri
2022-03-11 2:02 Alessandro Barbieri
2021-05-04 0:14 Alessandro Barbieri
2021-04-07 20:12 Alessandro Barbieri
2021-03-14 22:42 Alessandro Barbieri
2020-05-08 16:57 Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox