public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-R/Rcpp/
@ 2020-05-10 19:36 Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2020-05-10 19:36 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:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
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] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-R/Rcpp/
@ 2021-03-15 10:58 Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-03-15 10:58 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:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
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] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-R/Rcpp/
@ 2021-04-08 10:12 Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-04-08 10: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:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
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] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-R/Rcpp/
@ 2022-03-18  6:35 Arthur Zamarin
  0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2022-03-18  6:35 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:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
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] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-R/Rcpp/
@ 2023-08-04 18:28 Haelwenn Monnier
  0 siblings, 0 replies; 5+ messages in thread
From: Haelwenn Monnier @ 2023-08-04 18:28 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:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
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] 5+ messages in thread

end of thread, other threads:[~2023-08-04 18:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-18  6:35 [gentoo-commits] repo/proj/guru:master commit in: dev-R/Rcpp/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2023-08-04 18:28 Haelwenn Monnier
2021-04-08 10:12 Andrew Ammerlaan
2021-03-15 10:58 Andrew Ammerlaan
2020-05-10 19:36 Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox