diff options
author | Andrey Utkin <andrey_utkin@gentoo.org> | 2019-05-06 19:20:19 +0100 |
---|---|---|
committer | Andrey Utkin <andrey_utkin@gentoo.org> | 2019-05-06 20:17:47 +0100 |
commit | 3c12b68547436990731331971833beff76d501eb (patch) | |
tree | 7b82360511b10abb21243504a049b2c94c802078 /dev-libs/libstrophe/metadata.xml | |
parent | media-libs/raptor-2.0.15-r2: alpha stable (diff) | |
download | gentoo-3c12b68547436990731331971833beff76d501eb.tar.gz gentoo-3c12b68547436990731331971833beff76d501eb.tar.bz2 gentoo-3c12b68547436990731331971833beff76d501eb.zip |
dev-libs/libstrophe: add new package
A dependency of net-im/profanity.
Based on chaoslab-overlay.
Thanks Ian Moone for high quality work!
Changes made to original work are motivated by avoidance of
overcomplication, and conformance to current practices.
Changes are:
* USE flag 'xml' changed to existing global flag 'expat'
* USE flag 'doc' now also installs examples
* README file is not installed anymore, as it contains mostly
compilation advise, which is useless once you have it installed
* USE flags 'static-libs', 'ssl' are dropped
* RESTRICT="mirror" dropped as unreasonable.
Bug: https://bugs.gentoo.org/show_bug.cgi?id=558840
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
Diffstat (limited to 'dev-libs/libstrophe/metadata.xml')
-rw-r--r-- | dev-libs/libstrophe/metadata.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-libs/libstrophe/metadata.xml b/dev-libs/libstrophe/metadata.xml new file mode 100644 index 000000000000..66bfa18199e7 --- /dev/null +++ b/dev-libs/libstrophe/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>andrey_utkin@gentoo.org</email> + <name>Andrey Utkin</name> + </maintainer> + <upstream> + <remote-id type="github">strophe/libstrophe</remote-id> + <bugs-to>https://github.com/strophe/libstrophe/issues</bugs-to> + </upstream> + <longdescription lang="en"> + libstrophe is a lightweight XMPP client library written + in C. It has minimal dependencies and is configurable + for various environments. + </longdescription> +</pkgmetadata> |