* [gentoo-commits] gentoo-x86 commit in x11-misc/tinynotify-send: tinynotify-send-1.2.1-r1.ebuild ChangeLog tinynotify-send-9999.ebuild
@ 2013-03-19 16:16 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-03-19 16:16 UTC (permalink / raw
To: gentoo-commits
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
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/tinynotify-send: tinynotify-send-1.2.1-r1.ebuild ChangeLog tinynotify-send-9999.ebuild
@ 2015-03-31 20:27 Ulrich Mueller (ulm)
0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2015-03-31 20:27 UTC (permalink / raw
To: gentoo-commits
ulm 15/03/31 20:27:30
Modified: tinynotify-send-1.2.1-r1.ebuild ChangeLog
tinynotify-send-9999.ebuild
Log:
Update dependency after package move of eselect modules to app-eselect.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path
1.3 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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild?r1=1.2&r2=1.3
Index: tinynotify-send-1.2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tinynotify-send-1.2.1-r1.ebuild 6 Jul 2014 13:24:12 -0000 1.2
+++ tinynotify-send-1.2.1-r1.ebuild 31 Mar 2015 20:27:30 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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.2 2014/07/06 13:24:12 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild,v 1.3 2015/03/31 20:27:30 ulm Exp $
EAPI=4
@@ -15,7 +15,7 @@
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND="app-admin/eselect-notify-send
+RDEPEND="app-eselect/eselect-notify-send
x11-libs/libtinynotify
~x11-libs/libtinynotify-cli-${PV}"
DEPEND="${RDEPEND}
1.14 x11-misc/tinynotify-send/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 6 Jul 2014 13:24:12 -0000 1.13
+++ ChangeLog 31 Mar 2015 20:27:30 -0000 1.14
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/tinynotify-send
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/ChangeLog,v 1.13 2014/07/06 13:24:12 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/ChangeLog,v 1.14 2015/03/31 20:27:30 ulm Exp $
+
+ 31 Mar 2015; Ulrich Müller <ulm@gentoo.org> tinynotify-send-1.2.1-r1.ebuild,
+ tinynotify-send-9999.ebuild:
+ Update dependency after package move of eselect modules to app-eselect.
06 Jul 2014; Michał Górny <mgorny@gentoo.org> tinynotify-send-1.2.1-r1.ebuild,
tinynotify-send-9999.ebuild:
1.5 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.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild?r1=1.4&r2=1.5
Index: tinynotify-send-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tinynotify-send-9999.ebuild 6 Jul 2014 13:24:12 -0000 1.4
+++ tinynotify-send-9999.ebuild 31 Mar 2015 20:27:30 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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.4 2014/07/06 13:24:12 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild,v 1.5 2015/03/31 20:27:30 ulm Exp $
EAPI=5
@@ -22,7 +22,7 @@
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND="app-admin/eselect-notify-send
+RDEPEND="app-eselect/eselect-notify-send
x11-libs/libtinynotify:0=
~x11-libs/libtinynotify-cli-${PV}"
DEPEND="${RDEPEND}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-31 20:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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)
-- strict thread matches above, loose matches on Subject: below --
2013-03-19 16:16 Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox