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

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

diff --git a/x11-libs/libtinynotify/ChangeLog b/x11-libs/libtinynotify/ChangeLog
new file mode 100644 (file)
index 0000000..db29940
--- /dev/null
@@ -0,0 +1,10 @@
+# ChangeLog for x11-libs/libtinynotify
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify/ChangeLog,v 1.1 2011/08/21 20:36:02 mgorny Exp $
+
+*libtinynotify-0.0.1 (21 Aug 2011)
+
+  21 Aug 2011; Michał Górny <mgorny@gentoo.org> +libtinynotify-0.0.1.ebuild,
+  +metadata.xml:
+  Introduce the first ebuild for libtinynotify.
+
diff --git a/x11-libs/libtinynotify/Manifest b/x11-libs/libtinynotify/Manifest
new file mode 100644 (file)
index 0000000..a063bf4
--- /dev/null
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST libtinynotify-0.0.1.tar.bz2 263612 RMD160 55cb6ac7257db2ff753a4dc42b725fd6d973c899 SHA1 59a14c2e8ea9405e44178d01c5a6c6de6089213f SHA256 368b860736d3980ad8b46dc2ad1186b6705878f25ef085a13ed275c9612f90dd
+EBUILD libtinynotify-0.0.1.ebuild 737 RMD160 51a5a25d31c56fb76f8ab1ae2bc3609a2bbba84c SHA1 0eea1efa333a68db9e00aa53115575c46dfd227c SHA256 f915527be1a6c1bd3607f6886b97cf05ef4c5c755b17617d3670c31d43e92669
+MISC ChangeLog 398 RMD160 88d60d97ab83a69bbb02cdc88425e938cc98b666 SHA1 61bcac92b93968b37f44cf602e72e2ca89479d99 SHA256 5eba7359c0e393007ca58e4b6081d4cd7b7b495f34234cb777c361f7bb24374c
+MISC metadata.xml 544 RMD160 9892c7ba36692fac581d487cfc95967ce29b250c SHA1 5360e9c106e67226fb1a14ef905317c600585b24 SHA256 1a235d6555291a5ae1380c9bacf4f3e2a636d120d3995974af75d2e181254b09
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.18 (GNU/Linux)
+
+iJwEAQEIAAYFAk5RbJ8ACgkQfXuS5UK5QB3PAAP/ZcuiHoMCditHrOcWD8exPjlr
+pAQ7yTn/i8Y3YqdPbKScYPQlqHvA1AnIX/bGrRGZgAFvhiz2p9oYBUXttPZWdKXB
+kKw5bX07O7KyL7A43hI4Z9qQJZ0rxDxvJs1dRs9MWkBjXTPu77HjvrY5XdfbdCia
+wutezMtSj3vqjk1+UZs=
+=QkPZ
+-----END PGP SIGNATURE-----
diff --git a/x11-libs/libtinynotify/libtinynotify-0.0.1.ebuild b/x11-libs/libtinynotify/libtinynotify-0.0.1.ebuild
new file mode 100644 (file)
index 0000000..aa3fa41
--- /dev/null
@@ -0,0 +1,31 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify/libtinynotify-0.0.1.ebuild,v 1.1 2011/08/21 20:36:02 mgorny Exp $
+
+EAPI=4
+inherit autotools-utils
+
+DESCRIPTION="A lightweight implementation of Desktop Notification Spec"
+HOMEPAGE="https://github.com/mgorny/libtinynotify/"
+SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug doc static-libs"
+
+RDEPEND="sys-apps/dbus"
+DEPEND="${RDEPEND}
+       doc? ( dev-util/gtk-doc )"
+
+DOCS=( README )
+
+RESTRICT=test
+
+src_configure() {
+       myeconfargs=(
+               $(use_enable doc gtk-doc)
+       )
+
+       autotools-utils_src_configure
+}
diff --git a/x11-libs/libtinynotify/metadata.xml b/x11-libs/libtinynotify/metadata.xml
new file mode 100644 (file)
index 0000000..e97da50
--- /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:%20</bugs-to>
+       </upstream>
+</pkgmetadata>