From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/mgorny:master commit in: x11-libs/libtinynotify-cli/
Date: Sat, 20 Aug 2011 21:13:20 +0000 (UTC) [thread overview]
Message-ID: <02e6760d2dba30d91af2bab6da94077a1f37c97b.mgorny@gentoo> (raw)
commit: 02e6760d2dba30d91af2bab6da94077a1f37c97b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 20 21:13:54 2011 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 20 21:13:54 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=02e6760d
x11-libs/libtinynotify-cli: Split out CLI module of libtinynotify.
(Portage version: 2.2.0_alpha51_p4/git/Linux x86_64, signed Manifest commit with key 42B9401D)
---
x11-libs/libtinynotify-cli/Manifest | 14 +++++
.../libtinynotify-cli-9999.ebuild | 60 ++++++++++++++++++++
x11-libs/libtinynotify-cli/metadata.xml | 19 ++++++
3 files changed, 93 insertions(+), 0 deletions(-)
diff --git a/x11-libs/libtinynotify-cli/Manifest b/x11-libs/libtinynotify-cli/Manifest
new file mode 100644
index 0000000..18dc3f6
--- /dev/null
+++ b/x11-libs/libtinynotify-cli/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+EBUILD libtinynotify-cli-9999.ebuild 1150 RMD160 60d54192bdf57da4cc6ffff8830ffa30154f37d0 SHA1 dba188a3bf533249a260d15f77a673c935a584bc SHA256 32754cc0f7b7b081f6306086cf8c94f275da81e119b879d984f3fb677fa2c0a4
+MISC metadata.xml 629 RMD160 7aaaa3f33853a84fb2db46d8d449df2ce928805c SHA1 16b74fe9445fa73a5394cc561090134ba1ac77a6 SHA256 bbff316989894428d3edc7e113cbb12fa9edb3e516cb13e5046c9eb0609b888f
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.18 (GNU/Linux)
+
+iJwEAQEIAAYFAk5QI5IACgkQfXuS5UK5QB09xQP/W4F9sOLa9pNeo7V8UiBfg5gv
+FCYDUBWtft8J3G6fMrT36thxHizZi3/QRjYK6wR7A/SLX6dc7Zj602YsGg62o9JU
+IE00UOt2gR1omNY8GlLr5AcHs7R5cqfw9Qxrb2dTDJhM7sqmfGDVa7Xpq3NC8vi/
+ZtDQqQ/cQ1j+4qr4QkM=
+=hK3D
+-----END PGP SIGNATURE-----
diff --git a/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild b/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild
new file mode 100644
index 0000000..35d2ed4
--- /dev/null
+++ b/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+inherit autotools-utils
+
+#if LIVE
+EGIT_REPO_URI="git://github.com/mgorny/${PN}.git
+ http://github.com/mgorny/${PN}.git"
+inherit autotools git-2
+#endif
+
+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 symlink"
+
+RDEPEND="x11-libs/libtinynotify[-cli(-)]
+ symlink? ( !x11-libs/libnotify )"
+DEPEND="${RDEPEND}
+ doc? ( dev-util/gtk-doc )"
+
+DOCS=( README )
+
+#if LIVE
+KEYWORDS=
+SRC_URI=
+DEPEND="${DEPEND}
+ dev-util/gtk-doc"
+#endif
+
+# due to gtk-doc, http://bugs.gentoo.org/show_bug.cgi?id=379415
+AUTOTOOLS_IN_SOURCE_BUILD=1
+
+src_prepare() {
+ autotools-utils_src_prepare
+#if LIVE
+ autotools_run_tool gtkdocize
+ eautoreconf
+#endif
+}
+
+src_configure() {
+ myeconfargs=(
+ $(use_enable doc gtk-doc)
+ )
+
+ autotools-utils_src_configure
+}
+
+src_install() {
+ autotools-utils_src_install
+
+ use symlink && dosym tinynotify-send /usr/bin/notify-send
+}
diff --git a/x11-libs/libtinynotify-cli/metadata.xml b/x11-libs/libtinynotify-cli/metadata.xml
new file mode 100644
index 0000000..dcede91
--- /dev/null
+++ b/x11-libs/libtinynotify-cli/metadata.xml
@@ -0,0 +1,19 @@
+<?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>
+ <use>
+ <flag name='symlink'>Symlink tinynotify-send to notify-send.</flag>
+ </use>
+ <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:%20</bugs-to>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2011-08-20 21:13 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-20 21:13 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-08-21 10:19 [gentoo-commits] dev/mgorny:master commit in: x11-libs/libtinynotify-cli/ Michał Górny
2011-08-21 11:21 Michał Górny
2011-08-21 21:21 Michał Górny
2011-08-23 15:29 Michał Górny
2011-08-29 16:32 Michał Górny
2011-08-29 22:10 Michał Górny
2011-08-29 22:19 Michał Górny
2011-09-18 9:42 Michał Górny
2011-09-18 11:30 Michał Górny
2012-08-30 9:54 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=02e6760d2dba30d91af2bab6da94077a1f37c97b.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox