public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/tinynotify-send: tinynotify-send-1.2.1-r1.ebuild ChangeLog tinynotify-send-9999.ebuild
Date: Tue, 19 Mar 2013 16:16:25 +0000 (UTC)	[thread overview]
Message-ID: <20130319161626.060C92171D@flycatcher.gentoo.org> (raw)

ssuominen    13/03/19 16:16:25

  Modified:             ChangeLog tinynotify-send-9999.ebuild
  Added:                tinynotify-send-1.2.1-r1.ebuild
  Log:
  Remove flawed USE="symlink" logic for /usr/bin/notify-send and convert to app-admin/eselect-notify-send wrt #379941 by Michał Górny
  
  (Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.10                 x11-misc/tinynotify-send/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	15 Dec 2012 12:48:13 -0000	1.9
+++ ChangeLog	19 Mar 2013 16:16:25 -0000	1.10
@@ -1,6 +1,13 @@
 # ChangeLog for x11-misc/tinynotify-send
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/ChangeLog,v 1.9 2012/12/15 12:48:13 mgorny Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/ChangeLog,v 1.10 2013/03/19 16:16:25 ssuominen Exp $
+
+*tinynotify-send-1.2.1-r1 (19 Mar 2013)
+
+  19 Mar 2013; Samuli Suominen <ssuominen@gentoo.org>
+  +tinynotify-send-1.2.1-r1.ebuild, tinynotify-send-9999.ebuild:
+  Remove flawed USE="symlink" logic for /usr/bin/notify-send and convert to
+  app-admin/eselect-notify-send wrt #379941 by Michał Górny
 
 *tinynotify-send-9999 (15 Dec 2012)
 



1.2                  x11-misc/tinynotify-send/tinynotify-send-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild?r1=1.1&r2=1.2

Index: tinynotify-send-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tinynotify-send-9999.ebuild	15 Dec 2012 12:48:13 -0000	1.1
+++ tinynotify-send-9999.ebuild	19 Mar 2013 16:16:25 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild,v 1.1 2012/12/15 12:48:13 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild,v 1.2 2013/03/19 16:16:25 ssuominen Exp $
 
 EAPI=4
 
@@ -20,11 +20,11 @@
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="symlink"
+IUSE=""
 
-RDEPEND="x11-libs/libtinynotify
-	~x11-libs/libtinynotify-cli-${PV}
-	symlink? ( !x11-libs/libnotify[symlink] )"
+RDEPEND="app-admin/eselect-notify-send
+	x11-libs/libtinynotify
+	~x11-libs/libtinynotify-cli-${PV}"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 
@@ -46,8 +46,10 @@
 	autotools-utils_src_configure
 }
 
-src_install() {
-	autotools-utils_src_install
+pkg_postinst() {
+	eselect notify-send update ifunset
+}
 
-	use symlink && dosym tinynotify-send /usr/bin/notify-send
+pkg_postrm() {
+	eselect notify-send update ifunset
 }



1.1                  x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: tinynotify-send-1.2.1-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild,v 1.1 2013/03/19 16:16:25 ssuominen Exp $

EAPI=4

inherit autotools-utils

DESCRIPTION="A notification sending utility (using libtinynotify)"
HOMEPAGE="https://bitbucket.org/mgorny/tinynotify-send/"
SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="app-admin/eselect-notify-send
	x11-libs/libtinynotify
	~x11-libs/libtinynotify-cli-${PV}"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

src_configure() {
	myeconfargs=(
		--disable-library
		--enable-regular
		--disable-system-wide
		--with-system-wide-exec=/usr/bin/sw-notify-send
	)

	autotools-utils_src_configure
}

pkg_postinst() {
	eselect notify-send update ifunset
}

pkg_postrm() {
	eselect notify-send update ifunset
}





             reply	other threads:[~2013-03-19 16:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-19 16:16 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-03-31 20:27 [gentoo-commits] gentoo-x86 commit in x11-misc/tinynotify-send: tinynotify-send-1.2.1-r1.ebuild ChangeLog tinynotify-send-9999.ebuild Ulrich Mueller (ulm)

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=20130319161626.060C92171D@flycatcher.gentoo.org \
    --to=ssuominen@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