--- /dev/null
+# ChangeLog for x11-libs/libtinynotify-cli
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify-cli/ChangeLog,v 1.1 2011/08/21 20:48:24 mgorny Exp $
+
+*libtinynotify-cli-0.0.1 (21 Aug 2011)
+
+ 21 Aug 2011; Michał Górny <mgorny@gentoo.org>
+ +libtinynotify-cli-0.0.1.ebuild, +metadata.xml:
+ Introduce the first ebuild for libtinynotify-cli.
+
--- /dev/null
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST libtinynotify-cli-0.0.1.tar.bz2 254137 RMD160 24d8c8f6ebe2513f8787f3b02030c40c5ff49e3c SHA1 cb5fc2471293201000179ea25cf96b90e04b5bc2 SHA256 0247c4ad1f364395597ad6eb48f0bd9f13f94c8f8a1e17bedfeea86472946f3e
+EBUILD libtinynotify-cli-0.0.1.ebuild 710 RMD160 1f1f2d24ad9c39c8fd320f3967f9908781c942b6 SHA1 a5a50744e5edcbd530608916e973345b82f0f1fd SHA256 f1ddc6dfc84aaf71a16b8a1c52c8dfa7bda580257691d9e33d28044d540751f9
+MISC ChangeLog 418 RMD160 33c8aab48f3720d5cecbeb49df76f825f77edf88 SHA1 a382553887fcd549f10bc8d1c0281a3bb6477d25 SHA256 2814401d22314531205bab4456bb23928b0fa11b419f4150fe611d468069c140
+MISC metadata.xml 548 RMD160 78172fd64586e805192dddbbc55b0710f5a88abf SHA1 46c2697e568ee8e93680f80412ff0cff3d49433c SHA256 f812ea69c6d17112e4bf36ee88fca7264eaefae9621ba225490d046910540e83
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.18 (GNU/Linux)
+
+iJwEAQEIAAYFAk5Rb4UACgkQfXuS5UK5QB0/fgP+OS8MmnVyK4OLF0rawf2Tl5++
+IJxGZ9246yQyk9vu0d8eRURVZH4pKfPS+S6UY6b7y+jlgxIpFjIW/BqTh55awUVO
+ddt31T5UZyVl0wCUKWCefD1C4tUnUGMXX0jBJUAFouYpCCji6ZFocQbiwbeJjbFb
+NlDNWNhFoyERXVRn8es=
+=cMi0
+-----END PGP SIGNATURE-----
--- /dev/null
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify-cli/libtinynotify-cli-0.0.1.ebuild,v 1.1 2011/08/21 20:48:24 mgorny Exp $
+
+EAPI=4
+inherit autotools-utils
+
+DESCRIPTION="A CLI module for libtinynotify"
+HOMEPAGE="https://github.com/mgorny/libtinynotify-cli/"
+SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc static-libs"
+
+RDEPEND="x11-libs/libtinynotify"
+DEPEND="${RDEPEND}
+ doc? ( dev-util/gtk-doc )"
+
+DOCS=( README )
+
+src_configure() {
+ myeconfargs=(
+ $(use_enable doc gtk-doc)
+ )
+
+ autotools-utils_src_configure
+}
--- /dev/null
+<?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&component=Applications&short_desc=x11-libs/libtinynotify-cli:%20</bugs-to>
+ </upstream>
+</pkgmetadata>