diff options
author | Johannes Huber <johu@gentoo.org> | 2014-03-20 22:23:32 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2014-03-20 22:23:32 +0000 |
commit | 16188ab2b206ff832203a6d182b9162fefe95bbf (patch) | |
tree | 9d014575310666a87d0f115a2bd2b08240f1a370 /kde-misc | |
parent | Remove old. (diff) | |
download | gentoo-2-16188ab2b206ff832203a6d182b9162fefe95bbf.tar.gz gentoo-2-16188ab2b206ff832203a6d182b9162fefe95bbf.tar.bz2 gentoo-2-16188ab2b206ff832203a6d182b9162fefe95bbf.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')
-rw-r--r-- | kde-misc/kookie/ChangeLog | 8 | ||||
-rw-r--r-- | kde-misc/kookie/kookie-0.1.1.ebuild | 9 |
2 files changed, 10 insertions, 7 deletions
diff --git a/kde-misc/kookie/ChangeLog b/kde-misc/kookie/ChangeLog index b775f1a90b9e..be27439c2055 100644 --- a/kde-misc/kookie/ChangeLog +++ b/kde-misc/kookie/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-misc/kookie -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kookie/ChangeLog,v 1.4 2011/10/29 00:35:18 abcd Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kookie/ChangeLog,v 1.5 2014/03/20 22:23:32 johu Exp $ + + 20 Mar 2014; Johannes Huber <johu@gentoo.org> kookie-0.1.1.ebuild: + Bump to EAPI 5. 29 Oct 2011; Jonathan Callen <abcd@gentoo.org> kookie-0.1.1.ebuild: Bump to EAPI=4 @@ -18,4 +21,3 @@ 30 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> +kookie-0.1.ebuild: Initial commit. - diff --git a/kde-misc/kookie/kookie-0.1.1.ebuild b/kde-misc/kookie/kookie-0.1.1.ebuild index bbf305c6e225..fa550c143e65 100644 --- a/kde-misc/kookie/kookie-0.1.1.ebuild +++ b/kde-misc/kookie/kookie-0.1.1.ebuild @@ -1,11 +1,12 @@ -# 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/kookie/kookie-0.1.1.ebuild,v 1.2 2011/10/29 00:35:18 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kookie/kookie-0.1.1.ebuild,v 1.3 2014/03/20 22:23:32 johu Exp $ + +EAPI=5 -EAPI=4 inherit kde4-base -DESCRIPTION="Program to manage recipes and shopping lists" +DESCRIPTION="Manage recipes and shopping lists" HOMEPAGE="http://www.kde-apps.org/content/show.php/Kookie?content=117806" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" |