diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-05-02 22:29:10 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-05-02 22:29:10 +0000 |
commit | 93ea09b2b586446e2040f1e20ccd68ed6025780f (patch) | |
tree | 312cb3d35ac64a27d8f18cf38f8c791cf28d3a94 /dev-libs/libunique/metadata.xml | |
parent | Version bump. (diff) | |
download | gentoo-2-93ea09b2b586446e2040f1e20ccd68ed6025780f.tar.gz gentoo-2-93ea09b2b586446e2040f1e20ccd68ed6025780f.tar.bz2 gentoo-2-93ea09b2b586446e2040f1e20ccd68ed6025780f.zip |
Original ebuild is courtesy of Christoph Brill <egore@gmx.de>, closes bug #236899.
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libunique/metadata.xml')
-rw-r--r-- | dev-libs/libunique/metadata.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-libs/libunique/metadata.xml b/dev-libs/libunique/metadata.xml new file mode 100644 index 000000000000..6b9f0a40af6d --- /dev/null +++ b/dev-libs/libunique/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>gnome</herd> +<longdescription lang="en"> +Unique is a library for writing single instance application. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance. +</longdescription> +</pkgmetadata> + |