From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/mgorny:master commit in: x11-misc/tinynotify-send/
Date: Sun, 21 Aug 2011 10:19:22 +0000 (UTC) [thread overview]
Message-ID: <6d5be74313adaafccc91c72c3e182e2aeffed07e.mgorny@gentoo> (raw)
commit: 6d5be74313adaafccc91c72c3e182e2aeffed07e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 21 10:20:53 2011 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 21 10:20:53 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=6d5be743
x11-misc/tinynotify-send: Introduce a split-ebuild for tinynotify-send.
(Portage version: 2.2.0_alpha51_p4/git/Linux x86_64, signed Manifest commit with key 42B9401D)
---
x11-misc/tinynotify-send/Manifest | 14 ++++++
x11-misc/tinynotify-send/metadata.xml | 19 +++++++++
.../tinynotify-send/tinynotify-send-9999.ebuild | 43 ++++++++++++++++++++
3 files changed, 76 insertions(+), 0 deletions(-)
diff --git a/x11-misc/tinynotify-send/Manifest b/x11-misc/tinynotify-send/Manifest
new file mode 100644
index 0000000..083886a
--- /dev/null
+++ b/x11-misc/tinynotify-send/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+EBUILD tinynotify-send-9999.ebuild 847 RMD160 3e00857d2eefbb22bea0e617545681fbbee141c9 SHA1 4ee7dbacf08feff79fdcfa230748fd8ea9f75981 SHA256 71e97fdb95d028c1aacbac72d9ee1129981d7f5c9862395aee485aa2c445d7e2
+MISC metadata.xml 631 RMD160 7649d0735014759d7dc8d8aa3ab1018243b6424d SHA1 c587cdcea4981c68e718cafd92f4f2cb91c1a9d2 SHA256 bab9224bd72784736c7801b20b694bf7e0d1d54d581cb63e9ac4904beee31c92
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.18 (GNU/Linux)
+
+iJwEAQEIAAYFAk5Q3AUACgkQfXuS5UK5QB0y0AP/bfnGTN6U4ZI6c7D9w5JUt2z3
+LrtUq27p9rFI88uIWaByt6BzGrf1mDfHhc2W7qFwR4nCoxIo1EzcQhgn/vi3Zrkf
+EpGYugyKBjqxBUmXjfbCeqeEW4UZyyMFiD4g9ELWmxecVvkuo2CbJ2SwRj0MybrI
+E2+KnXQfsBeoUgSGhQw=
+=fSxE
+-----END PGP SIGNATURE-----
diff --git a/x11-misc/tinynotify-send/metadata.xml b/x11-misc/tinynotify-send/metadata.xml
new file mode 100644
index 0000000..0198c17
--- /dev/null
+++ b/x11-misc/tinynotify-send/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-misc/tinynotify-send:%20</bugs-to>
+ </upstream>
+</pkgmetadata>
diff --git a/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild b/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild
new file mode 100644
index 0000000..ccb5609
--- /dev/null
+++ b/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild
@@ -0,0 +1,43 @@
+# 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 notification sending utility (using libtinynotify)"
+HOMEPAGE="https://github.com/mgorny/tinynotify-send/"
+SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="symlink"
+
+RDEPEND="x11-libs/libtinynotify-cli
+ symlink? ( !x11-libs/libnotify )"
+DEPEND="${RDEPEND}"
+
+DOCS=( README )
+
+#if LIVE
+KEYWORDS=
+SRC_URI=
+
+src_prepare() {
+ autotools-utils_src_prepare
+ eautoreconf
+}
+#endif
+
+src_install() {
+ autotools-utils_src_install
+
+ use symlink && dosym tinynotify-send /usr/bin/notify-send
+}
next reply other threads:[~2011-08-21 10:19 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-21 10:19 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-08-21 11:21 [gentoo-commits] dev/mgorny:master commit in: x11-misc/tinynotify-send/ 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:14 Michał Górny
2012-08-31 9:15 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=6d5be74313adaafccc91c72c3e182e2aeffed07e.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