diff options
author | Johannes Huber <johu@gentoo.org> | 2014-03-20 21:58:29 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2014-03-20 21:58:29 +0000 |
commit | 0794748e4fa063d994d648cec659f37176ce08c4 (patch) | |
tree | 332298223c87c2b26ee98cca0f2a807d6f4e6f5a /kde-misc/gx-mail-notify | |
parent | Revision bump to EAPI 5. (diff) | |
download | gentoo-2-0794748e4fa063d994d648cec659f37176ce08c4.tar.gz gentoo-2-0794748e4fa063d994d648cec659f37176ce08c4.tar.bz2 gentoo-2-0794748e4fa063d994d648cec659f37176ce08c4.zip |
Bump to EAPI 5.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-misc/gx-mail-notify')
-rw-r--r-- | kde-misc/gx-mail-notify/ChangeLog | 8 | ||||
-rw-r--r-- | kde-misc/gx-mail-notify/gx-mail-notify-0.4.4.ebuild | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/kde-misc/gx-mail-notify/ChangeLog b/kde-misc/gx-mail-notify/ChangeLog index 27bda2f8d93c..55107167df7d 100644 --- a/kde-misc/gx-mail-notify/ChangeLog +++ b/kde-misc/gx-mail-notify/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-misc/gx-mail-notify -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/gx-mail-notify/ChangeLog,v 1.4 2011/10/29 00:42:11 abcd Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/gx-mail-notify/ChangeLog,v 1.5 2014/03/20 21:58:29 johu Exp $ + + 20 Mar 2014; Johannes Huber <johu@gentoo.org> gx-mail-notify-0.4.4.ebuild: + Bump to EAPI 5. 29 Oct 2011; Jonathan Callen <abcd@gentoo.org> gx-mail-notify-0.4.4.ebuild: Bump to EAPI=4 @@ -21,4 +24,3 @@ 03 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> +gx-mail-notify-0.4.2.ebuild: Initial commit wrt #291438, thanks to Andreas Grundler for ebuild. - diff --git a/kde-misc/gx-mail-notify/gx-mail-notify-0.4.4.ebuild b/kde-misc/gx-mail-notify/gx-mail-notify-0.4.4.ebuild index 718dcc328afd..d8c052be31e7 100644 --- a/kde-misc/gx-mail-notify/gx-mail-notify-0.4.4.ebuild +++ b/kde-misc/gx-mail-notify/gx-mail-notify-0.4.4.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/gx-mail-notify/gx-mail-notify-0.4.4.ebuild,v 1.2 2011/10/29 00:42:11 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/gx-mail-notify/gx-mail-notify-0.4.4.ebuild,v 1.3 2014/03/20 21:58:28 johu Exp $ -EAPI=4 +EAPI=5 OPENGL_REQUIRED=always inherit kde4-base MY_P=gx_mail_notify-${PV} -DESCRIPTION="A plasmoid for checking unread mail" +DESCRIPTION="Plasmoid for checking unread mail" HOMEPAGE="http://www.kde-look.org/content/show.php/GX+Mail+Notify?content=99617" SRC_URI="http://www.kde-look.org/CONTENT/content-files/99617-${MY_P}.tar.bz2" |