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-libs/libtinynotify-cli/
Date: Mon, 29 Aug 2011 16:32:58 +0000 (UTC)	[thread overview]
Message-ID: <9a72c2a7f952aa2e50b5aaebb4090fc1cebdc67b.mgorny@gentoo> (raw)

commit:     9a72c2a7f952aa2e50b5aaebb4090fc1cebdc67b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 16:29:33 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 16:29:33 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=9a72c2a7

x11-libs/libtinynotify-cli: Update to use merged tinynotify-send sources.

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

---
 x11-libs/libtinynotify-cli/Manifest                |   12 ++++++------
 .../libtinynotify-cli-9999.ebuild                  |   17 +++++++++++------
 2 files changed, 17 insertions(+), 12 deletions(-)

diff --git a/x11-libs/libtinynotify-cli/Manifest b/x11-libs/libtinynotify-cli/Manifest
index 3b8a194..9531385 100644
--- a/x11-libs/libtinynotify-cli/Manifest
+++ b/x11-libs/libtinynotify-cli/Manifest
@@ -1,14 +1,14 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA256
 
-EBUILD libtinynotify-cli-9999.ebuild 1020 RMD160 5d4d2617adb2c876cb35cf69458640e07cc090f7 SHA1 0685cd89d92fcad64a03e0f5528734c5883f3013 SHA256 3cc875d816e94c791e43ce96304094dd37791d06e92cd8ae5307856e64441a7e
+EBUILD libtinynotify-cli-9999.ebuild 1112 RMD160 a14bf8f56299a42d09277d5262459c169c650e58 SHA1 852c67ed69b5940f3fbf34ef19418a760077ed79 SHA256 b0f7670a1d7395451e0ec5281aa8fd26776bdff8758be582b9bf2a5ab6f351e2
 MISC metadata.xml 548 RMD160 78172fd64586e805192dddbbc55b0710f5a88abf SHA1 46c2697e568ee8e93680f80412ff0cff3d49433c SHA256 f812ea69c6d17112e4bf36ee88fca7264eaefae9621ba225490d046910540e83
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.18 (GNU/Linux)
 
-iJwEAQEIAAYFAk5TxaYACgkQfXuS5UK5QB3w4wP/TlcI7+yIq6/o+ITaAs1x+/uj
-cEvZA9i5M1aX5UuG1nhqLLNhQoJ2jqVteeEV6NYnwPYyEg1XR9Ohp34GnUU0BQD+
-5Q4+z12yKoI3450Y/Iz1Z9reqTHfgA9mz0Vyjdq34Szbc73F1llIkmml9IHrJ9dO
-Gpal3c8ZAXnjwX0tXEc=
-=alFM
+iJwEAQEIAAYFAk5bvm0ACgkQfXuS5UK5QB0KFAP/Vur89urBzGyqOOjPEpAWkoOM
+8WFsdAFMnBEBQQ/0H6yW/8mYmIpDTeBcy83EB8NamtUjjqP5wNb+qowsFQe8t23d
+xe1CzKY31EKaYLmNIWTHtr2FmOSDz1t5S3/tqu3ysgPNNi+YWErcqk1O75FsJvLC
+RGEg/oaE4qAxWNaiZsc=
+=ddIj
 -----END PGP SIGNATURE-----

diff --git a/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild b/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild
index a9e2841..87409d3 100644
--- a/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild
+++ b/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild
@@ -5,22 +5,25 @@
 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 CLI module for libtinynotify"
-HOMEPAGE="https://github.com/mgorny/libtinynotify-cli/"
-SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
+DESCRIPTION="Common CLI routines for tinynotify-send & sw-notify-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"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc static-libs"
 
-RDEPEND="x11-libs/libtinynotify[-cli(-)]"
+RDEPEND=""
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig
 	doc? ( dev-util/gtk-doc )"
@@ -48,6 +51,8 @@ src_prepare() {
 src_configure() {
 	myeconfargs=(
 		$(use_enable doc gtk-doc)
+		--disable-regular
+		--disable-system-wide
 	)
 
 	autotools-utils_src_configure



             reply	other threads:[~2011-08-29 16:33 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-29 16:32 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-08-30  9:54 [gentoo-commits] dev/mgorny:master commit in: x11-libs/libtinynotify-cli/ Michał Górny
2011-09-18 11:30 Michał Górny
2011-09-18  9:42 Michał Górny
2011-08-29 22:19 Michał Górny
2011-08-29 22:10 Michał Górny
2011-08-23 15:29 Michał Górny
2011-08-21 21:21 Michał Górny
2011-08-21 11:21 Michał Górny
2011-08-21 10:19 Michał Górny
2011-08-20 21:13 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=9a72c2a7f952aa2e50b5aaebb4090fc1cebdc67b.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