* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/lattice/
@ 2021-05-31 22:33 Alessandro Barbieri
0 siblings, 0 replies; 5+ messages in thread
From: Alessandro Barbieri @ 2021-05-31 22:33 UTC (permalink / raw
To: gentoo-commits
commit: 0ea1dc7984c69f3949331c687efa972cd0294ebb
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May 31 22:29:24 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon May 31 22:29:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0ea1dc79
dev-R/lattice: new
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/lattice/Manifest | 1 +
dev-R/lattice/lattice-0.20.44.ebuild | 17 +++++++++++++++++
dev-R/lattice/metadata.xml | 12 ++++++++++++
3 files changed, 30 insertions(+)
diff --git a/dev-R/lattice/Manifest b/dev-R/lattice/Manifest
new file mode 100644
index 000000000..28eb711ac
--- /dev/null
+++ b/dev-R/lattice/Manifest
@@ -0,0 +1 @@
+DIST lattice_0.20-44.tar.gz 399257 BLAKE2B 98ce0b74478dc5bf2e9e1f8282a1793d38a3cabdce3e48e8bc7f9a18b438bc91e32a61195e845308892a8c290ac7326b1d842a8760903f413d8407d6901c264a SHA512 425cbe4e0efa3a53b1b5609cecd6065d4b1c6cb0eb00f4595d1446a642efb8b95da769f66081b7f106b43170dcded146151d7597a74daef4c9ec79302792f5f2
diff --git a/dev-R/lattice/lattice-0.20.44.ebuild b/dev-R/lattice/lattice-0.20.44.ebuild
new file mode 100644
index 000000000..14a13fb34
--- /dev/null
+++ b/dev-R/lattice/lattice-0.20.44.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit R-packages
+
+DESCRIPTION='Trellis Graphics for R'
+KEYWORDS="~amd64"
+SRC_URI="http://cran.r-project.org/src/contrib/lattice_0.20-44.tar.gz"
+LICENSE='GPL-2+'
+
+DEPEND="
+ >=dev-lang/R-3.0.0
+ dev-lang/R[minimal]
+"
+RDEPEND="${DEPEND}"
diff --git a/dev-R/lattice/metadata.xml b/dev-R/lattice/metadata.xml
new file mode 100644
index 000000000..f9b235203
--- /dev/null
+++ b/dev-R/lattice/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <longdescription>
+ Trellis Graphics for R // A powerful and elegant high-level data
+ visualization system inspired by Trellis graphics, with an
+ emphasis on multivariate data. Lattice is sufficient for
+ typical graphics needs, and is also flexible enough to handle
+ most nonstandard requirements. See ?Lattice for an
+ introduction.
+ </longdescription>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/lattice/
@ 2021-10-03 16:45 Lucas Mitrak
0 siblings, 0 replies; 5+ messages in thread
From: Lucas Mitrak @ 2021-10-03 16:45 UTC (permalink / raw
To: gentoo-commits
commit: 805f57720b398aaf067c8f7d4184af20d7d2661a
Author: Lucas Mitrak <lucas <AT> lucasmitrak <DOT> com>
AuthorDate: Sun Oct 3 00:36:01 2021 +0000
Commit: Lucas Mitrak <lucas <AT> lucasmitrak <DOT> com>
CommitDate: Sun Oct 3 16:31:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=805f5772
dev-R/lattice: fix and improve src_uri, add optfeature for dev-R/MASS
* Improve SRC_URI to use ver_rs and not a hard coded URI
* Add optfeature for dev-R/MASS
Currently, dev-R/lattice will not fetch because the source for
version 0.20.44 has been archived. Therefore, the package must use
the URL for archived versions. In addition, the ver_rs function is used
because the URI for the package replaced the second period with a '-'
in the version number. Since https://cran.r-project.org/ is listed in
thirdpartymirrors, it should be referenced in SRC_URI with a mirror:///
URI. In addition, dev-R/MASS will enable optional features so an
optfeature function is added. Also, the HOMEPAGE variable was set.
Closes: https://bugs.gentoo.org/815781
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Lucas Mitrak <lucas <AT> lucasmitrak.com>
dev-R/lattice/Manifest | 2 +-
dev-R/lattice/lattice-0.20.44.ebuild | 9 +++++++--
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/dev-R/lattice/Manifest b/dev-R/lattice/Manifest
index 28eb711ac..12d803a4c 100644
--- a/dev-R/lattice/Manifest
+++ b/dev-R/lattice/Manifest
@@ -1 +1 @@
-DIST lattice_0.20-44.tar.gz 399257 BLAKE2B 98ce0b74478dc5bf2e9e1f8282a1793d38a3cabdce3e48e8bc7f9a18b438bc91e32a61195e845308892a8c290ac7326b1d842a8760903f413d8407d6901c264a SHA512 425cbe4e0efa3a53b1b5609cecd6065d4b1c6cb0eb00f4595d1446a642efb8b95da769f66081b7f106b43170dcded146151d7597a74daef4c9ec79302792f5f2
+DIST lattice-0.20.44.tar.gz 399257 BLAKE2B 98ce0b74478dc5bf2e9e1f8282a1793d38a3cabdce3e48e8bc7f9a18b438bc91e32a61195e845308892a8c290ac7326b1d842a8760903f413d8407d6901c264a SHA512 425cbe4e0efa3a53b1b5609cecd6065d4b1c6cb0eb00f4595d1446a642efb8b95da769f66081b7f106b43170dcded146151d7597a74daef4c9ec79302792f5f2
diff --git a/dev-R/lattice/lattice-0.20.44.ebuild b/dev-R/lattice/lattice-0.20.44.ebuild
index 14a13fb34..c88a0c20e 100644
--- a/dev-R/lattice/lattice-0.20.44.ebuild
+++ b/dev-R/lattice/lattice-0.20.44.ebuild
@@ -3,11 +3,12 @@
EAPI=7
-inherit R-packages
+inherit R-packages optfeature
DESCRIPTION='Trellis Graphics for R'
+HOMEPAGE="http://lattice.r-forge.r-project.org/index.php"
KEYWORDS="~amd64"
-SRC_URI="http://cran.r-project.org/src/contrib/lattice_0.20-44.tar.gz"
+SRC_URI="mirror://cran/src/contrib/Archive/"{$PN}"/"${PN}"_"$(ver_rs 2 '-')".tar.gz -> "${P}".tar.gz"
LICENSE='GPL-2+'
DEPEND="
@@ -15,3 +16,7 @@ DEPEND="
dev-lang/R[minimal]
"
RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+ optfeature "immer in the MASS package for data from the same experiment (expressed as total yield for 3 blocks) for a subset of varieties" dev-R/MASS
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/lattice/
@ 2021-10-03 16:45 Lucas Mitrak
0 siblings, 0 replies; 5+ messages in thread
From: Lucas Mitrak @ 2021-10-03 16:45 UTC (permalink / raw
To: gentoo-commits
commit: 54faeb9cca12d71632b32e22d8761bc319405014
Author: Lucas Mitrak <lucas <AT> lucasmitrak <DOT> com>
AuthorDate: Sun Oct 3 00:41:44 2021 +0000
Commit: Lucas Mitrak <lucas <AT> lucasmitrak <DOT> com>
CommitDate: Sun Oct 3 16:31:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=54faeb9c
dev-R/lattice: version bump to 0.20.44
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Lucas Mitrak <lucas <AT> lucasmitrak.com>
dev-R/lattice/Manifest | 1 +
dev-R/lattice/lattice-0.20.45.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/dev-R/lattice/Manifest b/dev-R/lattice/Manifest
index 12d803a4c..4aa2697d7 100644
--- a/dev-R/lattice/Manifest
+++ b/dev-R/lattice/Manifest
@@ -1 +1,2 @@
DIST lattice-0.20.44.tar.gz 399257 BLAKE2B 98ce0b74478dc5bf2e9e1f8282a1793d38a3cabdce3e48e8bc7f9a18b438bc91e32a61195e845308892a8c290ac7326b1d842a8760903f413d8407d6901c264a SHA512 425cbe4e0efa3a53b1b5609cecd6065d4b1c6cb0eb00f4595d1446a642efb8b95da769f66081b7f106b43170dcded146151d7597a74daef4c9ec79302792f5f2
+DIST lattice-0.20.45.tar.gz 399470 BLAKE2B b228bfb8e5d8e01a0e6977bcc1f63f61d097d01bd429bf4050de00ac4e1b3230153bb418bd778c4e352201246041bd141c4d5860b7a66bd3703e7ab97feb8a05 SHA512 b27975007c86e05653ddf1b9f0188e1fdbf4497965279928b71bc7b39df5a42c05e3fcee2dbd4284dbc6f3af4e32730c259b1abb29c6632ac90571ba15e65391
diff --git a/dev-R/lattice/lattice-0.20.45.ebuild b/dev-R/lattice/lattice-0.20.45.ebuild
new file mode 100644
index 000000000..559080528
--- /dev/null
+++ b/dev-R/lattice/lattice-0.20.45.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit R-packages optfeature
+
+DESCRIPTION='Trellis Graphics for R'
+HOMEPAGE="http://lattice.r-forge.r-project.org/index.php"
+KEYWORDS="~amd64"
+SRC_URI="mirror://cran/src/contrib/"${PN}"_"$(ver_rs 2 '-')".tar.gz -> "${P}".tar.gz"
+LICENSE='GPL-2+'
+
+DEPEND="
+ >=dev-lang/R-3.0.0
+ dev-lang/R[minimal]
+"
+RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+ optfeature "immer in the MASS package for data from the same experiment (expressed as total yield for 3 blocks) for a subset of varieties" dev-R/MASS
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/lattice/
@ 2022-03-23 3:44 Alessandro Barbieri
0 siblings, 0 replies; 5+ messages in thread
From: Alessandro Barbieri @ 2022-03-23 3:44 UTC (permalink / raw
To: gentoo-commits
commit: 5ac6ecfbe52f66077d4658ea43a71b16a044f37c
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Mar 23 03:35:59 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed Mar 23 03:44:57 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5ac6ecfb
dev-R/lattice: update HOMEPAGE, SRC_URI
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/lattice/Manifest | 2 +-
dev-R/lattice/lattice-0.20.45.ebuild | 24 ++++++++++++++++--------
2 files changed, 17 insertions(+), 9 deletions(-)
diff --git a/dev-R/lattice/Manifest b/dev-R/lattice/Manifest
index 4aa2697d7..949a53bee 100644
--- a/dev-R/lattice/Manifest
+++ b/dev-R/lattice/Manifest
@@ -1,2 +1,2 @@
DIST lattice-0.20.44.tar.gz 399257 BLAKE2B 98ce0b74478dc5bf2e9e1f8282a1793d38a3cabdce3e48e8bc7f9a18b438bc91e32a61195e845308892a8c290ac7326b1d842a8760903f413d8407d6901c264a SHA512 425cbe4e0efa3a53b1b5609cecd6065d4b1c6cb0eb00f4595d1446a642efb8b95da769f66081b7f106b43170dcded146151d7597a74daef4c9ec79302792f5f2
-DIST lattice-0.20.45.tar.gz 399470 BLAKE2B b228bfb8e5d8e01a0e6977bcc1f63f61d097d01bd429bf4050de00ac4e1b3230153bb418bd778c4e352201246041bd141c4d5860b7a66bd3703e7ab97feb8a05 SHA512 b27975007c86e05653ddf1b9f0188e1fdbf4497965279928b71bc7b39df5a42c05e3fcee2dbd4284dbc6f3af4e32730c259b1abb29c6632ac90571ba15e65391
+DIST lattice_0.20-45.tar.gz 399470 BLAKE2B b228bfb8e5d8e01a0e6977bcc1f63f61d097d01bd429bf4050de00ac4e1b3230153bb418bd778c4e352201246041bd141c4d5860b7a66bd3703e7ab97feb8a05 SHA512 b27975007c86e05653ddf1b9f0188e1fdbf4497965279928b71bc7b39df5a42c05e3fcee2dbd4284dbc6f3af4e32730c259b1abb29c6632ac90571ba15e65391
diff --git a/dev-R/lattice/lattice-0.20.45.ebuild b/dev-R/lattice/lattice-0.20.45.ebuild
index 559080528..3cb308625 100644
--- a/dev-R/lattice/lattice-0.20.45.ebuild
+++ b/dev-R/lattice/lattice-0.20.45.ebuild
@@ -1,22 +1,30 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit R-packages optfeature
+MYPV="$(ver_rs 2 '-')"
+
+inherit R-packages
DESCRIPTION='Trellis Graphics for R'
-HOMEPAGE="http://lattice.r-forge.r-project.org/index.php"
+HOMEPAGE="
+ https://lattice.r-forge.r-project.org/index.php
+ https://CRAN.R-project.org/package=lattice
+"
+SRC_URI="mirror://cran/src/contrib/${PN}_${MYPV}.tar.gz"
+
KEYWORDS="~amd64"
-SRC_URI="mirror://cran/src/contrib/"${PN}"_"$(ver_rs 2 '-')".tar.gz -> "${P}".tar.gz"
LICENSE='GPL-2+'
DEPEND="
>=dev-lang/R-3.0.0
- dev-lang/R[minimal]
+ !dev-lang/R[-minimal]
"
RDEPEND="${DEPEND}"
-pkg_postinst() {
- optfeature "immer in the MASS package for data from the same experiment (expressed as total yield for 3 blocks) for a subset of varieties" dev-R/MASS
-}
+SUGGESTED_PACKAGES="
+ dev-R/KernSmooth
+ dev-R/MASS
+ dev-R/latticeExtra
+"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/lattice/
@ 2022-04-19 18:31 Alessandro Barbieri
0 siblings, 0 replies; 5+ messages in thread
From: Alessandro Barbieri @ 2022-04-19 18:31 UTC (permalink / raw
To: gentoo-commits
commit: f88dfd4f69ce52c4107ab1f8ee23ab0dcd2b2893
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Apr 19 12:19:29 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Apr 19 18:31:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f88dfd4f
dev-R/lattice: drop 0.20.44
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/lattice/Manifest | 1 -
dev-R/lattice/lattice-0.20.44.ebuild | 22 ----------------------
2 files changed, 23 deletions(-)
diff --git a/dev-R/lattice/Manifest b/dev-R/lattice/Manifest
index 949a53bee..22abc0b1e 100644
--- a/dev-R/lattice/Manifest
+++ b/dev-R/lattice/Manifest
@@ -1,2 +1 @@
-DIST lattice-0.20.44.tar.gz 399257 BLAKE2B 98ce0b74478dc5bf2e9e1f8282a1793d38a3cabdce3e48e8bc7f9a18b438bc91e32a61195e845308892a8c290ac7326b1d842a8760903f413d8407d6901c264a SHA512 425cbe4e0efa3a53b1b5609cecd6065d4b1c6cb0eb00f4595d1446a642efb8b95da769f66081b7f106b43170dcded146151d7597a74daef4c9ec79302792f5f2
DIST lattice_0.20-45.tar.gz 399470 BLAKE2B b228bfb8e5d8e01a0e6977bcc1f63f61d097d01bd429bf4050de00ac4e1b3230153bb418bd778c4e352201246041bd141c4d5860b7a66bd3703e7ab97feb8a05 SHA512 b27975007c86e05653ddf1b9f0188e1fdbf4497965279928b71bc7b39df5a42c05e3fcee2dbd4284dbc6f3af4e32730c259b1abb29c6632ac90571ba15e65391
diff --git a/dev-R/lattice/lattice-0.20.44.ebuild b/dev-R/lattice/lattice-0.20.44.ebuild
deleted file mode 100644
index c88a0c20e..000000000
--- a/dev-R/lattice/lattice-0.20.44.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit R-packages optfeature
-
-DESCRIPTION='Trellis Graphics for R'
-HOMEPAGE="http://lattice.r-forge.r-project.org/index.php"
-KEYWORDS="~amd64"
-SRC_URI="mirror://cran/src/contrib/Archive/"{$PN}"/"${PN}"_"$(ver_rs 2 '-')".tar.gz -> "${P}".tar.gz"
-LICENSE='GPL-2+'
-
-DEPEND="
- >=dev-lang/R-3.0.0
- dev-lang/R[minimal]
-"
-RDEPEND="${DEPEND}"
-
-pkg_postinst() {
- optfeature "immer in the MASS package for data from the same experiment (expressed as total yield for 3 blocks) for a subset of varieties" dev-R/MASS
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-04-19 18:31 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-03 16:45 [gentoo-commits] repo/proj/guru:dev commit in: dev-R/lattice/ Lucas Mitrak
-- strict thread matches above, loose matches on Subject: below --
2022-04-19 18:31 Alessandro Barbieri
2022-03-23 3:44 Alessandro Barbieri
2021-10-03 16:45 Lucas Mitrak
2021-05-31 22:33 Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox