From: Michał Górny Date: Sun, 21 Aug 2011 20:48:24 +0000 (+0000) Subject: Introduce the first ebuild for libtinynotify-cli. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3776e8ba2ac00ddb3011d015c9e86eddf3293104;p=gentoo.git Introduce the first ebuild for libtinynotify-cli. Package-Manager: portage-2.2.0_alpha51_p4/cvs/Linux x86_64 --- diff --git a/x11-libs/libtinynotify-cli/ChangeLog b/x11-libs/libtinynotify-cli/ChangeLog new file mode 100644 index 000000000000..680493ff1806 --- /dev/null +++ b/x11-libs/libtinynotify-cli/ChangeLog @@ -0,0 +1,10 @@ +# 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 + +libtinynotify-cli-0.0.1.ebuild, +metadata.xml: + Introduce the first ebuild for libtinynotify-cli. + diff --git a/x11-libs/libtinynotify-cli/Manifest b/x11-libs/libtinynotify-cli/Manifest new file mode 100644 index 000000000000..e441e5704066 --- /dev/null +++ b/x11-libs/libtinynotify-cli/Manifest @@ -0,0 +1,16 @@ +-----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----- diff --git a/x11-libs/libtinynotify-cli/libtinynotify-cli-0.0.1.ebuild b/x11-libs/libtinynotify-cli/libtinynotify-cli-0.0.1.ebuild new file mode 100644 index 000000000000..0f134acdb1e7 --- /dev/null +++ b/x11-libs/libtinynotify-cli/libtinynotify-cli-0.0.1.ebuild @@ -0,0 +1,29 @@ +# 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 +} diff --git a/x11-libs/libtinynotify-cli/metadata.xml b/x11-libs/libtinynotify-cli/metadata.xml new file mode 100644 index 000000000000..e1248d375803 --- /dev/null +++ b/x11-libs/libtinynotify-cli/metadata.xml @@ -0,0 +1,16 @@ + + + + no-herd + + mgorny@gentoo.org + Michał Górny + + + + mgorny@gentoo.org + Michał Górny + + http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20Linux&component=Applications&short_desc=x11-libs/libtinynotify-cli:%20 + +