diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-10-16 13:38:07 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-10-16 13:38:07 +0000 |
commit | f5261ba15f441057d97a528e3d70031b7b3a40c5 (patch) | |
tree | 21b96563beee995496eb1ea4ed48c6c969a3cbe9 /x11-misc/sw-notify-send | |
parent | Stable for HPPA (bug #480908). (diff) | |
download | gentoo-2-f5261ba15f441057d97a528e3d70031b7b3a40c5.tar.gz gentoo-2-f5261ba15f441057d97a528e3d70031b7b3a40c5.tar.bz2 gentoo-2-f5261ba15f441057d97a528e3d70031b7b3a40c5.zip |
Switch to git-r3. Add SLOT operators to dependencies.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'x11-misc/sw-notify-send')
-rw-r--r-- | x11-misc/sw-notify-send/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/sw-notify-send/sw-notify-send-9999.ebuild | 13 |
2 files changed, 12 insertions, 8 deletions
diff --git a/x11-misc/sw-notify-send/ChangeLog b/x11-misc/sw-notify-send/ChangeLog index a2763cfc87bc..641ad3bf51a9 100644 --- a/x11-misc/sw-notify-send/ChangeLog +++ b/x11-misc/sw-notify-send/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/sw-notify-send -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/sw-notify-send/ChangeLog,v 1.9 2012/12/15 12:47:46 mgorny Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/sw-notify-send/ChangeLog,v 1.10 2013/10/16 13:38:07 mgorny Exp $ + + 16 Oct 2013; Michał Górny <mgorny@gentoo.org> sw-notify-send-9999.ebuild: + Switch to git-r3. Add SLOT operators to dependencies. *sw-notify-send-9999 (15 Dec 2012) 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 2c6a5780b7cc..d8dfd3e56520 100644 --- a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild +++ b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild @@ -1,14 +1,14 @@ -# 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/sw-notify-send/sw-notify-send-9999.ebuild,v 1.1 2012/12/15 12:47:46 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild,v 1.2 2013/10/16 13:38:07 mgorny Exp $ -EAPI=4 +EAPI=5 #if LIVE AUTOTOOLS_AUTORECONF=yes EGIT_REPO_URI="http://bitbucket.org/mgorny/tinynotify-send.git" -inherit git-2 +inherit git-r3 #endif inherit autotools-utils @@ -25,15 +25,16 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="x11-libs/libtinynotify +RDEPEND="x11-libs/libtinynotify:0= ~x11-libs/libtinynotify-cli-${PV} - x11-libs/libtinynotify-systemwide" + x11-libs/libtinynotify-systemwide:0=" DEPEND="${RDEPEND} virtual/pkgconfig" S=${WORKDIR}/${MY_P} #if LIVE +EGIT_CHECKOUT_DIR=${WORKDIR}/${MY_P} KEYWORDS= SRC_URI= DEPEND="${DEPEND} |