public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/mgorny:master commit in: x11-misc/sw-notify-send/
Date: Fri, 19 Aug 2011 17:02:10 +0000 (UTC)	[thread overview]
Message-ID: <e0b2367bdecdecb8b3fd36f282abebe5778433e5.mgorny@gentoo> (raw)

commit:     e0b2367bdecdecb8b3fd36f282abebe5778433e5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 19 17:03:42 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 19 17:03:42 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=e0b2367b

x11-misc/sw-notify-send: Introduce a live ebuild for sw-notify-send.

(Portage version: 2.2.0_alpha51_p4/git/Linux x86_64, signed Manifest commit with key 42B9401D)

---
 x11-misc/sw-notify-send/Manifest                   |   14 ++++++++
 x11-misc/sw-notify-send/metadata.xml               |   16 +++++++++
 x11-misc/sw-notify-send/sw-notify-send-9999.ebuild |   36 ++++++++++++++++++++
 3 files changed, 66 insertions(+), 0 deletions(-)

diff --git a/x11-misc/sw-notify-send/Manifest b/x11-misc/sw-notify-send/Manifest
new file mode 100644
index 0000000..5d652c1
--- /dev/null
+++ b/x11-misc/sw-notify-send/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+EBUILD sw-notify-send-9999.ebuild 710 RMD160 9d8d394b9fbce88d87904cfca4a42eec8b6ab7af SHA1 101cbce189fecf07cf098b015821d5bb7273b9fd SHA256 fdeed14745de273288aeb77bf2e070348644517a55432511b0a60648c806060a
+MISC metadata.xml 545 RMD160 7c294594b06340127479bec6e94d070d3ea41870 SHA1 8cf4578ce17232ed85bd65dd8d7808c1164571b1 SHA256 8b88607ce4c50a61019d92f617922636e15a293fe9489279a844b1099b447f4a
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.18 (GNU/Linux)
+
+iJwEAQEIAAYFAk5Ol24ACgkQfXuS5UK5QB2n5gP/UKumrlUd54FaJ7X+czeHI283
+cm5haDUGp3gyFbJuJR4W2LVxw4VHrCx4tBReAtBzoUk4iOiSBcjo0UuZyM5tlwO5
+KQvl8tPK4BtuXzaGB74pvY3pVU3Ff9pWRTxxVlgwccI2cZTJjSwxD+oyptRVPNWF
+WpwWUr8iiFJINkoYw44=
+=+CNf
+-----END PGP SIGNATURE-----

diff --git a/x11-misc/sw-notify-send/metadata.xml b/x11-misc/sw-notify-send/metadata.xml
new file mode 100644
index 0000000..03944ee
--- /dev/null
+++ b/x11-misc/sw-notify-send/metadata.xml
@@ -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-misc/sw-notify-send:%20</bugs-to>
+	</upstream>
+</pkgmetadata>

diff --git a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
new file mode 100644
index 0000000..1fcce83
--- /dev/null
+++ b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
@@ -0,0 +1,36 @@
+# 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 system-wide notification submitting utility"
+HOMEPAGE="https://github.com/mgorny/sw-notify-send/"
+SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="sys-process/procps
+	x11-libs/libtinynotify[cli]"
+DEPEND="${RDEPEND}"
+
+DOCS=( README )
+#if LIVE
+KEYWORDS=
+SRC_URI=
+
+src_prepare() {
+	autotools-utils_src_prepare
+	eautoreconf
+}
+#endif



             reply	other threads:[~2011-08-19 17:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-19 17:02 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-08-20 21:13 [gentoo-commits] dev/mgorny:master commit in: x11-misc/sw-notify-send/ 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:14 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=e0b2367bdecdecb8b3fd36f282abebe5778433e5.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