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: Sun, 21 Aug 2011 11:21:38 +0000 (UTC) [thread overview]
Message-ID: <124e1d651238a95adc2fa1885ddcb495b2337e61.mgorny@gentoo> (raw)
commit: 124e1d651238a95adc2fa1885ddcb495b2337e61
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 21 11:13:42 2011 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 21 11:13:42 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=124e1d65
x11-misc/sw-notify-send: Switch to build from tinynotify-send.
(Portage version: 2.2.0_alpha51_p4/git/Linux x86_64, signed Manifest commit with key 42B9401D)
---
x11-misc/sw-notify-send/Manifest | 12 ++++----
x11-misc/sw-notify-send/sw-notify-send-9999.ebuild | 27 +++++++++++++++----
2 files changed, 27 insertions(+), 12 deletions(-)
diff --git a/x11-misc/sw-notify-send/Manifest b/x11-misc/sw-notify-send/Manifest
index d827f09..3f00a8d 100644
--- a/x11-misc/sw-notify-send/Manifest
+++ b/x11-misc/sw-notify-send/Manifest
@@ -1,14 +1,14 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
-EBUILD sw-notify-send-9999.ebuild 733 RMD160 f559aec81af034442340422eaf93a5a68f35b93a SHA1 eabfaf270c4f2afb381677e155ac05528fe4a2cb SHA256 b4f08c22f61d5bcd04161c843c893f911388ff92b574a99d4892eb2502cae876
+EBUILD sw-notify-send-9999.ebuild 955 RMD160 66541d9c58c246b638c52214eb447e0014af10c1 SHA1 054936b1dff0e4c0bd441c9263e6669fd7fd3bd1 SHA256 0df6ceb1323b2a41e97f705819cf3f244bc083dfe81bd3f6974622f3187c3631
MISC metadata.xml 545 RMD160 7c294594b06340127479bec6e94d070d3ea41870 SHA1 8cf4578ce17232ed85bd65dd8d7808c1164571b1 SHA256 8b88607ce4c50a61019d92f617922636e15a293fe9489279a844b1099b447f4a
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)
-iJwEAQEIAAYFAk5QI78ACgkQfXuS5UK5QB0fTgP/bp7//kSjvmS1pW9o5UF/fjcw
-WFsKfkjzfvp3jg2vx+kTQJeap8wl7PZAhVV42ja8ApWno5Elib2pyHgguVbPUMPo
-V5XY1mWa8UIqA9o+j+sE4pBAi9Vg2dg66yeMVLkHgN7hazO1L2dWxhvk/hCJ7brW
-lPTV0C518v+u6e2PhZg=
-=45ZV
+iJwEAQEIAAYFAk5Q6GYACgkQfXuS5UK5QB2hZAP+IuJiMn0TE85eW25xd6CpHz9H
+dpOz4UJA7YMs3c6TlbjhaB/9pnuInP/m4FPn1sdQMY7DnmW31Hb0Uheab/8DEvxO
+flj3qxtqoydoHCkUxOJwurs+3lAx2BwMPuGtwJC8++lhjUwqOdi5/YQdNhiCPVfO
+1puZ8iB2bcKyDQIcBm0=
+=WJUc
-----END PGP SIGNATURE-----
diff --git a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
index 3362abd..337e0aa 100644
--- a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
+++ b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
@@ -5,15 +5,18 @@
EAPI=4
inherit autotools-utils
+MY_PN=tinynotify-send
+MY_P=${MY_PN}-${PV}
+
#if LIVE
-EGIT_REPO_URI="git://github.com/mgorny/${PN}.git
- http://github.com/mgorny/${PN}.git"
+EGIT_REPO_URI="git://github.com/mgorny/${MY_PN}.git
+ http://github.com/mgorny/${MY_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"
+DESCRIPTION="A system-wide variant of tinynotify-send"
+HOMEPAGE="https://github.com/mgorny/tinynotify-send/"
+SRC_URI="http://cloud.github.com/downloads/mgorny/${MY_PN}/${MY_P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
@@ -22,10 +25,13 @@ IUSE=""
RDEPEND="sys-process/procps
x11-libs/libtinynotify
- x11-libs/libtinynotify-cli"
+ x11-libs/libtinynotify-cli
+ x11-libs/libtinynotify-systemwide"
DEPEND="${RDEPEND}"
DOCS=( README )
+S=${WORKDIR}/${MY_P}
+
#if LIVE
KEYWORDS=
SRC_URI=
@@ -35,3 +41,12 @@ src_prepare() {
eautoreconf
}
#endif
+
+src_configure() {
+ myeconfargs=(
+ --disable-regular
+ --enable-system-wide
+ )
+
+ autotools-utils_src_configure
+}
next reply other threads:[~2011-08-21 11:21 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-21 11:21 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-08-29 22:14 [gentoo-commits] dev/mgorny:master commit in: x11-misc/sw-notify-send/ Michał Górny
2011-08-29 16:32 Michał Górny
2011-08-23 15:29 Michał Górny
2011-08-21 21:21 Michał Górny
2011-08-20 21:13 Michał Górny
2011-08-19 17:02 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=124e1d651238a95adc2fa1885ddcb495b2337e61.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