dev-R/gtable: new

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-05-31 23:36:07 +02:00
parent 4f92c2484b
commit ee04cc74d1
3 changed files with 26 additions and 0 deletions

1
dev-R/gtable/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST gtable_0.3.0.tar.gz 368081 BLAKE2B 498920f9c3688ff3651773c4b5ae4fbdf3de70247cb1fa3b186c7d00e45ed4a190892de3b60f19bbfebef703ed8b342c4d3d688e79974cec8a2ac8bea6f859b0 SHA512 20fa86874a286f5b49ca428040113cb94272df966dd8e0403648ecc76672d8680239fc8030ea803cf65c5baa3acf1698b068b7c51163fa7f27acc31242befc52

View File

@@ -0,0 +1,13 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages
DESCRIPTION='Arrange Grobs in Tables'
KEYWORDS="~amd64"
LICENSE='GPL-2'
DEPEND=">=dev-lang/R-3.0"
RDEPEND="${DEPEND}"

12
dev-R/gtable/metadata.xml Normal file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
Arrange 'Grobs' in Tables // Tools to make it easier to work with
"tables" of 'grobs'. The 'gtable' package defines a 'gtable'
grob class that specifies a grid along with a list of grobs and
their placement in the grid. Further the package makes it easy
to manipulate and combine 'gtable' objects so that complex
compositions can be build up sequentially.
</longdescription>
</pkgmetadata>