summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2017-12-14 14:28:52 -0500
committerIan Stakenvicius <axs@gentoo.org>2017-12-28 15:56:08 -0500
commitd27c6cbeee1abb654b6304c8c4c5e253fd45166e (patch)
tree99f207a2a2e5b02274ba81a8c53877240d2b742e /dev-db/plr/metadata.xml
parentapp-i18n/ibus: stable 1.5.16 for ia64/ppc/ppc64, bug #641276 (diff)
downloadgentoo-d27c6cbeee1abb654b6304c8c4c5e253fd45166e.tar.gz
gentoo-d27c6cbeee1abb654b6304c8c4c5e253fd45166e.tar.bz2
gentoo-d27c6cbeee1abb654b6304c8c4c5e253fd45166e.zip
dev-db/plr: new package
Finally decided to add this to the gentoo repo. PL/R is a postgresql server extension that allows R scripts (dev-lang/R) to be used directly in postgresql queries and functions. Bug: http://bugs.gentoo.org/272610 Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'dev-db/plr/metadata.xml')
-rw-r--r--dev-db/plr/metadata.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-db/plr/metadata.xml b/dev-db/plr/metadata.xml
new file mode 100644
index 000000000000..7eb0ae4794ba
--- /dev/null
+++ b/dev-db/plr/metadata.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!--
+This is the example metadata file.
+The root element of this file is <pkgmetadata>. Within this element a
+number of subelements are allowed, the most common being maintainer.
+
+For a full description look at:
+https://devmanual.gentoo.org/ebuild-writing/misc-files/metadata/
+
+Before committing, please remove the comments from this file. They are
+not relevant for general metadata.xml files.
+-->
+<pkgmetadata>
+<maintainer type="person">
+ <email>axs@gentoo.org</email>
+ <name>Ian Stakenvicius</name>
+ <description>Primary maintainer</description>
+</maintainer>
+<longdescription>
+An extension for postgresql databases to allow direct usage of <pkg>dev-lang/R</pkg>
+in SQL queries and database functions
+</longdescription>
+</pkgmetadata>