* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/plogr/
@ 2020-05-17 1:49 Alessandro Barbieri
0 siblings, 0 replies; 3+ messages in thread
From: Alessandro Barbieri @ 2020-05-17 1:49 UTC (permalink / raw
To: gentoo-commits
commit: 291a61ab5809e72f18f25ff3d61525845ba9e0c3
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat May 9 22:01:29 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun May 17 01:49:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=291a61ab
dev-R/plogr: new (virtual-ish) package
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/plogr/Manifest | 1 +
dev-R/plogr/metadata.xml | 8 ++++++++
dev-R/plogr/plogr-0.2.0.ebuild | 26 ++++++++++++++++++++++++++
3 files changed, 35 insertions(+)
diff --git a/dev-R/plogr/Manifest b/dev-R/plogr/Manifest
new file mode 100644
index 0000000..3e9a361
--- /dev/null
+++ b/dev-R/plogr/Manifest
@@ -0,0 +1 @@
+DIST plogr_0.2.0.tar.gz 7795 BLAKE2B 6531caabddb63f3a85ca9f29ae8352dcbab3e84d5c9c9f52c2d6a321aafc04666461c57e0a9ff43d0c6f1a8cb084f7e46f1e4845828075b24fc7f01de7008797 SHA512 2abf84e33265683dd071434adc6a6f440972d1cf923f7549f7217196d4d10c7800dc90645d62c13d9d7e3a380e540c55c6a75ba55c9a90825ec40f5224f85feb
diff --git a/dev-R/plogr/metadata.xml b/dev-R/plogr/metadata.xml
new file mode 100644
index 0000000..6c0bdfd
--- /dev/null
+++ b/dev-R/plogr/metadata.xml
@@ -0,0 +1,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>
+</pkgmetadata>
diff --git a/dev-R/plogr/plogr-0.2.0.ebuild b/dev-R/plogr/plogr-0.2.0.ebuild
new file mode 100644
index 0000000..e4e9703
--- /dev/null
+++ b/dev-R/plogr/plogr-0.2.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='The plog C++ Logging Library'
+SRC_URI="http://cran.r-project.org/src/contrib/plogr_0.2.0.tar.gz"
+HOMEPAGE="
+ https://github.com/krlmlr/plogr
+ https://cran.r-project.org/package=plogr
+"
+LICENSE='MIT'
+KEYWORDS="~amd64"
+IUSE="${IUSE-}"
+RDEPEND="
+ dev-cpp/plog
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+ #do not bundle plog
+ rm -rf inst/include || die
+ default
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/plogr/
@ 2022-04-20 21:57 Alessandro Barbieri
0 siblings, 0 replies; 3+ messages in thread
From: Alessandro Barbieri @ 2022-04-20 21:57 UTC (permalink / raw
To: gentoo-commits
commit: c6ee7d741973d48f052824446895f8d6bcdb8b92
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Apr 20 21:41:32 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed Apr 20 21:56:59 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c6ee7d74
dev-R/plogr: add missing phase
Closes: https://bugs.gentoo.org/839750
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/plogr/plogr-0.2.0.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-R/plogr/plogr-0.2.0.ebuild b/dev-R/plogr/plogr-0.2.0.ebuild
index c643e3870..93357ed3d 100644
--- a/dev-R/plogr/plogr-0.2.0.ebuild
+++ b/dev-R/plogr/plogr-0.2.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
+EAPI=7
inherit R-packages
@@ -20,5 +20,5 @@ DEPEND="${RDEPEND}"
src_prepare() {
#do not bundle plog
rm -rf inst/include || die
- default
+ R-packages_src_prepare
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/plogr/
@ 2022-07-02 14:27 Robert Greener
0 siblings, 0 replies; 3+ messages in thread
From: Robert Greener @ 2022-07-02 14:27 UTC (permalink / raw
To: gentoo-commits
commit: dd330ad99d55c4cbc08f2451e7ca48c6afa3538b
Author: Robert Greener <me <AT> r0bert <DOT> dev>
AuthorDate: Sat Jul 2 14:26:14 2022 +0000
Commit: Robert Greener <me <AT> r0bert <DOT> dev>
CommitDate: Sat Jul 2 14:26:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dd330ad9
dev-R/plogr: Use bundled plog
Closes: https://bugs.gentoo.org/855734
Signed-off-by: Robert Greener <me <AT> r0bert.dev>
dev-R/plogr/{plogr-0.2.0.ebuild => plogr-0.2.0-r1.ebuild} | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/dev-R/plogr/plogr-0.2.0.ebuild b/dev-R/plogr/plogr-0.2.0-r1.ebuild
similarity index 68%
rename from dev-R/plogr/plogr-0.2.0.ebuild
rename to dev-R/plogr/plogr-0.2.0-r1.ebuild
index 93357ed3d..95b00d2ff 100644
--- a/dev-R/plogr/plogr-0.2.0.ebuild
+++ b/dev-R/plogr/plogr-0.2.0-r1.ebuild
@@ -12,13 +12,3 @@ HOMEPAGE="
"
LICENSE='MIT'
KEYWORDS="~amd64"
-RDEPEND="
- dev-cpp/plog
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- #do not bundle plog
- rm -rf inst/include || die
- R-packages_src_prepare
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-07-02 14:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-20 21:57 [gentoo-commits] repo/proj/guru:dev commit in: dev-R/plogr/ Alessandro Barbieri
-- strict thread matches above, loose matches on Subject: below --
2022-07-02 14:27 Robert Greener
2020-05-17 1:49 Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox