summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Munteanu <ceamac.paragon@gmail.com>2021-03-09 17:27:12 +0200
committerJoonas Niilola <juippis@gentoo.org>2021-03-12 13:29:06 +0200
commit052606a007d6cb7551054958354769b4fa4d3144 (patch)
tree97dd4edf674a177f0c3f0f35674024dbe81d1a62 /dev-libs/libthreadar/metadata.xml
parentapp-backup/dar: remove USE static and static-libs (diff)
downloadgentoo-052606a007d6cb7551054958354769b4fa4d3144.tar.gz
gentoo-052606a007d6cb7551054958354769b4fa4d3144.tar.bz2
gentoo-052606a007d6cb7551054958354769b4fa4d3144.zip
dev-libs/libthreadar: add this library
Add dependency of `app-backup/dar` with all needed keywords Package-Manager: Portage-3.0.13, Repoman-3.0.2 Co-authored-by: Doug Freed <dwfreed@mtu.edu> Signed-off-by: Viorel Munteanu <ceamac.paragon@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs/libthreadar/metadata.xml')
-rw-r--r--dev-libs/libthreadar/metadata.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-libs/libthreadar/metadata.xml b/dev-libs/libthreadar/metadata.xml
new file mode 100644
index 000000000000..ff22d4ec0241
--- /dev/null
+++ b/dev-libs/libthreadar/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>ceamac.paragon@gmail.com</email>
+ <name>Viorel Munteanu</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription>
+Libthreadar is a C++ library providing an abstracted set of C++ *classes* to manipulate threads in a very simple and efficient way from your C++ code.
+It also handles exceptions thrown from a thread and propagated to another one, when the latter is calling the thread::join() method. This lets one manage exceptions as simply as it is in C++ single threaded context.
+ </longdescription>
+ <upstream>
+ <remote-id type="sourceforge">libthreadar</remote-id>
+ </upstream>
+</pkgmetadata>