Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-R/pkgconfig/
Date: Sun, 10 May 2020 19:37:02
Message-Id: 1588951408.bbc5bceb484c76d8597e6f0b087a00e154d3c146.andrewammerlaan@gentoo
1 commit: bbc5bceb484c76d8597e6f0b087a00e154d3c146
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Fri May 8 15:23:28 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Fri May 8 15:23:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bbc5bceb
7
8 dev-R/pkgconfig: new package
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-R/pkgconfig/Manifest | 1 +
14 dev-R/pkgconfig/metadata.xml | 30 ++++++++++++++++++++++++++++++
15 dev-R/pkgconfig/pkgconfig-2.0.3.ebuild | 16 ++++++++++++++++
16 3 files changed, 47 insertions(+)
17
18 diff --git a/dev-R/pkgconfig/Manifest b/dev-R/pkgconfig/Manifest
19 new file mode 100644
20 index 0000000..b38fd66
21 --- /dev/null
22 +++ b/dev-R/pkgconfig/Manifest
23 @@ -0,0 +1 @@
24 +DIST pkgconfig_2.0.3.tar.gz 6080 BLAKE2B 0f779734326569e95b80d376d97b51d10114b2e8b8804a4c1e54ea67830708b295fc783aaf271028df33b13c45b3788f522e7831755626e37cf94ecc99bd7b58 SHA512 bfc5d0bf707ed6d13348d9c01f9470428fc2f020e72d0122a3356548bbebe4d8bd2b288dabd2ec90069935622b2df842f57a8fe9b67b51c01e7c7029921fcfb9
25
26 diff --git a/dev-R/pkgconfig/metadata.xml b/dev-R/pkgconfig/metadata.xml
27 new file mode 100644
28 index 0000000..b4cf9ea
29 --- /dev/null
30 +++ b/dev-R/pkgconfig/metadata.xml
31 @@ -0,0 +1,30 @@
32 +<?xml version="1.0" encoding="UTF-8"?>
33 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 +<pkgmetadata>
35 + <maintainer type="person">
36 + <email>lssndrbarbieri@×××××.com</email>
37 + <name>Alessandro Barbieri</name>
38 + </maintainer>
39 + <longdescription lang="en">
40 + Set configuration options on a per-package basis. Options set by a given package only apply to that package, other packages are unaffected.
41 + </longdescription>
42 + <upstream>
43 + <bugs-to>
44 + https://github.com/r-lib/pkgconfig/issues
45 + </bugs-to>
46 + <doc lang="en">
47 + https://cran.r-project.org/web//packages/pkgconfig/pkgconfig.pdf
48 + </doc>
49 + <maintainer>
50 + <name>
51 + Gábor Csárdi
52 + </name>
53 + <email>
54 + csardi.gabor@×××××.com
55 + </email>
56 + </maintainer>
57 + <remote-id type="github">
58 + r-lib/pkgconfig
59 + </remote-id>
60 + </upstream>
61 +</pkgmetadata>
62
63 diff --git a/dev-R/pkgconfig/pkgconfig-2.0.3.ebuild b/dev-R/pkgconfig/pkgconfig-2.0.3.ebuild
64 new file mode 100644
65 index 0000000..9cfaa59
66 --- /dev/null
67 +++ b/dev-R/pkgconfig/pkgconfig-2.0.3.ebuild
68 @@ -0,0 +1,16 @@
69 +# Copyright 1999-2020 Gentoo Authors
70 +# Distributed under the terms of the GNU General Public License v2
71 +
72 +EAPI="7"
73 +
74 +inherit R-packages-guru
75 +
76 +DESCRIPTION='Private Configuration for R Packages'
77 +HOMEPAGE="
78 + https://github.com/r-lib/pkgconfig
79 + https://cran.r-project.org/package=pkgconfig
80 +"
81 +SRC_URI="http://cran.r-project.org/src/contrib/pkgconfig_2.0.3.tar.gz"
82 +LICENSE='MIT'
83 +
84 +IUSE="${IUSE-}"