diff options
author | 2014-06-02 18:11:06 +0000 | |
---|---|---|
committer | 2014-06-02 18:11:06 +0000 | |
commit | 4c1e0204f86a3c469af5ef7e0cd24dbebbbddd07 (patch) | |
tree | f9c1a7474acde27c6c6201d53a3379176cdb3a17 /x11-misc | |
parent | hide warning if there are no plugins selected (diff) | |
download | gentoo-2-4c1e0204f86a3c469af5ef7e0cd24dbebbbddd07.tar.gz gentoo-2-4c1e0204f86a3c469af5ef7e0cd24dbebbbddd07.tar.bz2 gentoo-2-4c1e0204f86a3c469af5ef7e0cd24dbebbbddd07.zip |
Since 0.5.0 was updated to EAPI5, update 0.7.x from EAPI4 to EAPI5 too.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/notification-daemon/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/notification-daemon/notification-daemon-0.7.6.ebuild | 11 |
2 files changed, 10 insertions, 7 deletions
diff --git a/x11-misc/notification-daemon/ChangeLog b/x11-misc/notification-daemon/ChangeLog index 7b03cacfc9f8..9f0a6f2c5996 100644 --- a/x11-misc/notification-daemon/ChangeLog +++ b/x11-misc/notification-daemon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/notification-daemon # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.97 2014/06/02 17:56:49 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.98 2014/06/02 18:11:06 ssuominen Exp $ + + 02 Jun 2014; Samuli Suominen <ssuominen@gentoo.org> + notification-daemon-0.7.6.ebuild: + Since 0.5.0 was updated to EAPI5, update 0.7.x from EAPI4 to EAPI5 too. 02 Jun 2014; Samuli Suominen <ssuominen@gentoo.org> +files/notification-daemon-0.5.0-underlinking.patch, diff --git a/x11-misc/notification-daemon/notification-daemon-0.7.6.ebuild b/x11-misc/notification-daemon/notification-daemon-0.7.6.ebuild index 522a1cf2c3df..0b2f1efaf386 100644 --- a/x11-misc/notification-daemon/notification-daemon-0.7.6.ebuild +++ b/x11-misc/notification-daemon/notification-daemon-0.7.6.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.7.6.ebuild,v 1.6 2014/02/22 22:57:25 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.7.6.ebuild,v 1.7 2014/06/02 18:11:06 ssuominen Exp $ -EAPI=4 +EAPI=5 inherit gnome.org DESCRIPTION="Notification daemon" @@ -22,10 +22,9 @@ RDEPEND=">=dev-libs/glib-2.28 !x11-misc/notify-osd !x11-misc/qtnotifydaemon" DEPEND="${RDEPEND} - app-arch/xz-utils - >=dev-util/intltool-0.40 - virtual/pkgconfig - sys-devel/gettext" + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" DOCS=( AUTHORS ChangeLog NEWS ) |