public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/utf8/
@ 2020-05-08  0:27 Alessandro Barbieri
  0 siblings, 0 replies; 5+ messages in thread
From: Alessandro Barbieri @ 2020-05-08  0:27 UTC (permalink / raw
  To: gentoo-commits

commit:     b238d06bd4c77167229bcf22eb0c861fd5d040dc
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri May  8 00:14:09 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri May  8 00:27:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b238d06b

dev-R/utf8: new package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-R/utf8/Manifest          |  1 +
 dev-R/utf8/metadata.xml      | 33 +++++++++++++++++++++++++++++++++
 dev-R/utf8/utf8-1.1.4.ebuild | 16 ++++++++++++++++
 3 files changed, 50 insertions(+)

diff --git a/dev-R/utf8/Manifest b/dev-R/utf8/Manifest
new file mode 100644
index 0000000..15857ee
--- /dev/null
+++ b/dev-R/utf8/Manifest
@@ -0,0 +1 @@
+DIST utf8_1.1.4.tar.gz 218882 BLAKE2B 360e5010be9b4df755cf10b165e4de613aaa6e2420d28974522aafc7d99464cbf2c025b2a93a3319e3d4bb6dd85f998563ffa1780eacc1281aec9da49adc0fa5 SHA512 c45308500417e820285edaba54d5e6f3f2ab599dc388457a85cff0112b454ff09a9e18710762a93fc21239d84440ab844a1a7b134af6111a3cf0e3fa25ed95eb

diff --git a/dev-R/utf8/metadata.xml b/dev-R/utf8/metadata.xml
new file mode 100644
index 0000000..c77e99b
--- /dev/null
+++ b/dev-R/utf8/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">
+		Process and print 'UTF-8' encoded international text (Unicode). Input, validate, normalize, encode, format, and display.
+	</longdescription>
+	<upstream>
+		<bugs-to>
+			https://github.com/patperry/r-utf8/issues
+		</bugs-to>
+		<doc lang="en">
+			https://cran.r-project.org/web//packages/utf8/utf8.pdf
+		</doc>
+		<changelog>
+			https://cran.r-project.org/web//packages/utf8/NEWS
+		</changelog>
+		<maintainer>
+			<name>
+				Patrick O. Perry
+			</name>
+			<email>
+				patperry@gmail.com
+			</email>
+		</maintainer>
+		<remote-id type="github">
+			patperry/r-utf8
+		</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-R/utf8/utf8-1.1.4.ebuild b/dev-R/utf8/utf8-1.1.4.ebuild
new file mode 100644
index 0000000..be6c3e9
--- /dev/null
+++ b/dev-R/utf8/utf8-1.1.4.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+HOMEPAGE="
+	https://github.com/patperry/r-utf8
+	https://cran.r-project.org/package=utf8
+"
+DESCRIPTION='Unicode Text Processing'
+SRC_URI="http://cran.r-project.org/src/contrib/utf8_1.1.4.tar.gz"
+LICENSE='Apache-2.0'
+
+IUSE="${IUSE-}"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/utf8/
@ 2021-03-14 22:42 Alessandro Barbieri
  0 siblings, 0 replies; 5+ messages in thread
From: Alessandro Barbieri @ 2021-03-14 22:42 UTC (permalink / raw
  To: gentoo-commits

commit:     281a53bd1cbead7779495c026667403c7e4c629b
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Mar 14 22:29:26 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=281a53bd

dev-R/utf8: new version

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-R/utf8/Manifest          |  1 +
 dev-R/utf8/utf8-1.2.1.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/dev-R/utf8/Manifest b/dev-R/utf8/Manifest
index 15857ee3..9eccf096 100644
--- a/dev-R/utf8/Manifest
+++ b/dev-R/utf8/Manifest
@@ -1 +1,2 @@
 DIST utf8_1.1.4.tar.gz 218882 BLAKE2B 360e5010be9b4df755cf10b165e4de613aaa6e2420d28974522aafc7d99464cbf2c025b2a93a3319e3d4bb6dd85f998563ffa1780eacc1281aec9da49adc0fa5 SHA512 c45308500417e820285edaba54d5e6f3f2ab599dc388457a85cff0112b454ff09a9e18710762a93fc21239d84440ab844a1a7b134af6111a3cf0e3fa25ed95eb
+DIST utf8_1.2.1.tar.gz 239463 BLAKE2B 81f12769f360731a58c1d132e0edb0d33378b400e644514e49807c20584c16e177babed3d46552f833d2650a35064f7240777749a6059dc671b29afb906625d6 SHA512 c91b1000366c44cea0956100cb0c5681466b9f4fd4511c8b4ebf6fb5d14bd71a49b1e4cb082a776af49de05e51c3deb0ba688a9bd740e5e722d41dd9b1eab282

diff --git a/dev-R/utf8/utf8-1.2.1.ebuild b/dev-R/utf8/utf8-1.2.1.ebuild
new file mode 100644
index 00000000..a405bc86
--- /dev/null
+++ b/dev-R/utf8/utf8-1.2.1.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
+
+HOMEPAGE="
+	https://github.com/patperry/r-utf8
+	https://cran.r-project.org/package=utf8
+"
+DESCRIPTION='Unicode Text Processing'
+SRC_URI="http://cran.r-project.org/src/contrib/${PN}_${PV}.tar.gz"
+LICENSE='Apache-2.0'
+KEYWORDS="~amd64"
+IUSE="${IUSE-}"
+DEPEND=">=dev-lang/R-2.1.0"
+RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/utf8/
@ 2021-05-04  0:14 Alessandro Barbieri
  0 siblings, 0 replies; 5+ messages in thread
From: Alessandro Barbieri @ 2021-05-04  0:14 UTC (permalink / raw
  To: gentoo-commits

commit:     9e12b19b28cb7e1292913daabeea3863b432a417
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May  3 17:20:36 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue May  4 00:12:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9e12b19b

dev-R/utf8: tidy metadata

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-R/utf8/metadata.xml | 46 ++++++++++++++++------------------------------
 1 file changed, 16 insertions(+), 30 deletions(-)

diff --git a/dev-R/utf8/metadata.xml b/dev-R/utf8/metadata.xml
index c77e99bc9..b4800c6c8 100644
--- a/dev-R/utf8/metadata.xml
+++ b/dev-R/utf8/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">
-		Process and print 'UTF-8' encoded international text (Unicode). Input, validate, normalize, encode, format, and display.
-	</longdescription>
-	<upstream>
-		<bugs-to>
-			https://github.com/patperry/r-utf8/issues
-		</bugs-to>
-		<doc lang="en">
-			https://cran.r-project.org/web//packages/utf8/utf8.pdf
-		</doc>
-		<changelog>
-			https://cran.r-project.org/web//packages/utf8/NEWS
-		</changelog>
-		<maintainer>
-			<name>
-				Patrick O. Perry
-			</name>
-			<email>
-				patperry@gmail.com
-			</email>
-		</maintainer>
-		<remote-id type="github">
-			patperry/r-utf8
-		</remote-id>
-	</upstream>
+  <maintainer type="person">
+    <email>lssndrbarbieri@gmail.com</email>
+    <name>Alessandro Barbieri</name>
+  </maintainer>
+  <longdescription lang="en">Process and print 'UTF-8' encoded international text (Unicode). Input, validate, normalize, encode, format, and display.</longdescription>
+  <upstream>
+    <bugs-to>https://github.com/patperry/r-utf8/issues</bugs-to>
+    <doc lang="en">https://cran.r-project.org/web//packages/utf8/utf8.pdf</doc>
+    <changelog>https://cran.r-project.org/web//packages/utf8/NEWS</changelog>
+    <maintainer>
+      <name>Patrick O. Perry</name>
+      <email>patperry@gmail.com</email>
+    </maintainer>
+    <remote-id type="github">patperry/r-utf8</remote-id>
+  </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/utf8/
@ 2021-05-16 15:28 Alessandro Barbieri
  0 siblings, 0 replies; 5+ messages in thread
From: Alessandro Barbieri @ 2021-05-16 15:28 UTC (permalink / raw
  To: gentoo-commits

commit:     56c6fb43e1285c385c69295f9c2dd4a2814e778c
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun May 16 15:24:12 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun May 16 15:24:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=56c6fb43

dev-R/utf8: drop 1.1.4

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-R/utf8/Manifest          |  1 -
 dev-R/utf8/utf8-1.1.4.ebuild | 16 ----------------
 2 files changed, 17 deletions(-)

diff --git a/dev-R/utf8/Manifest b/dev-R/utf8/Manifest
index 9eccf0968..16dcc2319 100644
--- a/dev-R/utf8/Manifest
+++ b/dev-R/utf8/Manifest
@@ -1,2 +1 @@
-DIST utf8_1.1.4.tar.gz 218882 BLAKE2B 360e5010be9b4df755cf10b165e4de613aaa6e2420d28974522aafc7d99464cbf2c025b2a93a3319e3d4bb6dd85f998563ffa1780eacc1281aec9da49adc0fa5 SHA512 c45308500417e820285edaba54d5e6f3f2ab599dc388457a85cff0112b454ff09a9e18710762a93fc21239d84440ab844a1a7b134af6111a3cf0e3fa25ed95eb
 DIST utf8_1.2.1.tar.gz 239463 BLAKE2B 81f12769f360731a58c1d132e0edb0d33378b400e644514e49807c20584c16e177babed3d46552f833d2650a35064f7240777749a6059dc671b29afb906625d6 SHA512 c91b1000366c44cea0956100cb0c5681466b9f4fd4511c8b4ebf6fb5d14bd71a49b1e4cb082a776af49de05e51c3deb0ba688a9bd740e5e722d41dd9b1eab282

diff --git a/dev-R/utf8/utf8-1.1.4.ebuild b/dev-R/utf8/utf8-1.1.4.ebuild
deleted file mode 100644
index d90beb347..000000000
--- a/dev-R/utf8/utf8-1.1.4.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit R-packages-guru
-
-HOMEPAGE="
-	https://github.com/patperry/r-utf8
-	https://cran.r-project.org/package=utf8
-"
-DESCRIPTION='Unicode Text Processing'
-SRC_URI="mirror://cran/src/contrib/utf8_1.1.4.tar.gz"
-LICENSE='Apache-2.0'
-KEYWORDS="~amd64"
-IUSE="${IUSE-}"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/utf8/
@ 2021-09-04 22:51 Alessandro Barbieri
  0 siblings, 0 replies; 5+ messages in thread
From: Alessandro Barbieri @ 2021-09-04 22:51 UTC (permalink / raw
  To: gentoo-commits

commit:     f6675bc4b629fc1fff28c896194c595b1165855c
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Sep  4 06:10:45 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Sep  4 22:51:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f6675bc4

dev-R/utf8: new version

Closes: https://bugs.gentoo.org/784875
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-R/utf8/Manifest                                 | 2 +-
 dev-R/utf8/{utf8-1.2.1.ebuild => utf8-1.2.2.ebuild} | 7 ++++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev-R/utf8/Manifest b/dev-R/utf8/Manifest
index 16dcc2319..bcc9cee4b 100644
--- a/dev-R/utf8/Manifest
+++ b/dev-R/utf8/Manifest
@@ -1 +1 @@
-DIST utf8_1.2.1.tar.gz 239463 BLAKE2B 81f12769f360731a58c1d132e0edb0d33378b400e644514e49807c20584c16e177babed3d46552f833d2650a35064f7240777749a6059dc671b29afb906625d6 SHA512 c91b1000366c44cea0956100cb0c5681466b9f4fd4511c8b4ebf6fb5d14bd71a49b1e4cb082a776af49de05e51c3deb0ba688a9bd740e5e722d41dd9b1eab282
+DIST utf8_1.2.2.tar.gz 240327 BLAKE2B bf0ef6c3fc07d5def391d251dce3a970a2e8092732e7ce6c7d374fcd1adcde662d7bcb26fe4ba052480bc769376008dde0f8426931c0bcfc8f4e8daa15223add SHA512 1928597fecd0c4da0498431df479406e427adbec88ecff95b51ed66913526fc29aabf5485c07c92b30b71e8addbde05070b29204a74d298a42ce8f1f326d10a3

diff --git a/dev-R/utf8/utf8-1.2.1.ebuild b/dev-R/utf8/utf8-1.2.2.ebuild
similarity index 78%
rename from dev-R/utf8/utf8-1.2.1.ebuild
rename to dev-R/utf8/utf8-1.2.2.ebuild
index c7b2078e3..2ce61cc5c 100644
--- a/dev-R/utf8/utf8-1.2.1.ebuild
+++ b/dev-R/utf8/utf8-1.2.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-inherit R-packages
+inherit R-packages toolchain-funcs
 
 HOMEPAGE="
 	https://github.com/patperry/r-utf8
@@ -14,3 +14,8 @@ LICENSE='Apache-2.0'
 KEYWORDS="~amd64"
 DEPEND=">=dev-lang/R-2.1.0"
 RDEPEND="${DEPEND}"
+
+src_prepare() {
+	tc-export AR
+	R-packages_src_prepare
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-09-04 22:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-14 22:42 [gentoo-commits] repo/proj/guru:dev commit in: dev-R/utf8/ Alessandro Barbieri
  -- strict thread matches above, loose matches on Subject: below --
2021-09-04 22:51 Alessandro Barbieri
2021-05-16 15:28 Alessandro Barbieri
2021-05-04  0:14 Alessandro Barbieri
2020-05-08  0:27 Alessandro Barbieri

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