Introduce the first ebuild for libtinynotify-systemwide.
authorMichał Górny <mgorny@gentoo.org>
Sun, 21 Aug 2011 21:07:05 +0000 (21:07 +0000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 21 Aug 2011 21:07:05 +0000 (21:07 +0000)
Package-Manager: portage-2.2.0_alpha51_p4/cvs/Linux x86_64

x11-libs/libtinynotify-systemwide/ChangeLog [new file with mode: 0644]
x11-libs/libtinynotify-systemwide/Manifest [new file with mode: 0644]
x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.0.1.ebuild [new file with mode: 0644]
x11-libs/libtinynotify-systemwide/metadata.xml [new file with mode: 0644]

diff --git a/x11-libs/libtinynotify-systemwide/ChangeLog b/x11-libs/libtinynotify-systemwide/ChangeLog
new file mode 100644 (file)
index 0000000..35a6a75
--- /dev/null
@@ -0,0 +1,10 @@
+# ChangeLog for x11-libs/libtinynotify-systemwide
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify-systemwide/ChangeLog,v 1.1 2011/08/21 21:07:05 mgorny Exp $
+
+*libtinynotify-systemwide-0.0.1 (21 Aug 2011)
+
+  21 Aug 2011; Michał Górny <mgorny@gentoo.org>
+  +libtinynotify-systemwide-0.0.1.ebuild, +metadata.xml:
+  Introduce the first ebuild for libtinynotify-systemwide.
+
diff --git a/x11-libs/libtinynotify-systemwide/Manifest b/x11-libs/libtinynotify-systemwide/Manifest
new file mode 100644 (file)
index 0000000..eb982d7
--- /dev/null
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST libtinynotify-systemwide-0.0.1.tar.bz2 255123 RMD160 3e11304c2fcf22051846dd728050cea61ac4c5e9 SHA1 dcf2d53cec803f632e26f7fea1a2c7a24d83ac21 SHA256 4724d5d003de1c3cfe47d17733f8f59d3c4c42c431e79775f4a297ffbbe39106
+EBUILD libtinynotify-systemwide-0.0.1.ebuild 773 RMD160 7b3da80ae1f86e42ce578c7257489b652657584a SHA1 5b42844ed31acc49bc0468391b0f1f2753da9bc4 SHA256 c57546c4e63e839fb1eba35a2e2ad6a5d9c15a3504afd561a81fb0074cc4f685
+MISC ChangeLog 453 RMD160 ca987bc1236b5860eb4ef300a9621323e95bed1e SHA1 61ca17dd94191babeb81efb40d6884e25906527d SHA256 39633a8de45e7e4a19c660f2b442b13293dabb619941b8476308e67eb651fad1
+MISC metadata.xml 555 RMD160 a5c7294c5282ab997a9176a2c117538f44633236 SHA1 0599d577e28d42ce34f4501291316006243a2aef SHA256 a402738464da4854ad956e342ce740e042bc3c42abed3d00a3a33a2acafa4848
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.18 (GNU/Linux)
+
+iJwEAQEIAAYFAk5Rc+cACgkQfXuS5UK5QB3m5gQAgetUQ5oxmTnfrf1EK51H+YUa
+CphwbM78slfWVO/1KoM728u+MSZNBHC+xc+/TQVV4piKyRlUmYcTPyUmpsdi7chL
+B1TgjK/l+9rE6Id+HD89eswT5eHgPp+7GdRDpnnJ8c3omfjVVsnZLH3iGU+Sf6da
+Pk8Tt/HdehLgLgnx04I=
+=6lEa
+-----END PGP SIGNATURE-----
diff --git a/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.0.1.ebuild b/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.0.1.ebuild
new file mode 100644 (file)
index 0000000..3a4d66e
--- /dev/null
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.0.1.ebuild,v 1.1 2011/08/21 21:07:05 mgorny Exp $
+
+EAPI=4
+inherit autotools-utils
+
+DESCRIPTION="A system-wide notifications module for libtinynotify"
+HOMEPAGE="https://github.com/mgorny/libtinynotify-systemwide/"
+SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc static-libs"
+
+RDEPEND="sys-process/procps
+       x11-libs/libtinynotify"
+DEPEND="${RDEPEND}
+       doc? ( dev-util/gtk-doc )"
+
+DOCS=( README )
+
+src_configure() {
+       myeconfargs=(
+               $(use_enable doc gtk-doc)
+       )
+
+       autotools-utils_src_configure
+}
diff --git a/x11-libs/libtinynotify-systemwide/metadata.xml b/x11-libs/libtinynotify-systemwide/metadata.xml
new file mode 100644 (file)
index 0000000..f57da15
--- /dev/null
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <herd>no-herd</herd>
+       <maintainer>
+               <email>mgorny@gentoo.org</email>
+               <name>Michał Górny</name>
+       </maintainer>
+       <upstream>
+               <maintainer status="active">
+                       <email>mgorny@gentoo.org</email>
+                       <name>Michał Górny</name>
+               </maintainer>
+               <bugs-to>http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20Linux&amp;component=Applications&amp;short_desc=x11-libs/libtinynotify-systemwide:%20</bugs-to>
+       </upstream>
+</pkgmetadata>