kensington 15/02/21 12:22:55 Modified: ChangeLog Added: krecipes-2.0.0.ebuild Log: Version bump. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Revision Changes Path 1.48 kde-misc/krecipes/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/krecipes/ChangeLog?rev=1.48&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/krecipes/ChangeLog?rev=1.48&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/krecipes/ChangeLog?r1=1.47&r2=1.48 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-misc/krecipes/ChangeLog,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- ChangeLog 21 Mar 2014 18:13:19 -0000 1.47 +++ ChangeLog 21 Feb 2015 12:22:55 -0000 1.48 @@ -1,6 +1,11 @@ # ChangeLog for kde-misc/krecipes -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/krecipes/ChangeLog,v 1.47 2014/03/21 18:13:19 johu Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/krecipes/ChangeLog,v 1.48 2015/02/21 12:22:55 kensington Exp $ + +*krecipes-2.0.0 (21 Feb 2015) + + 21 Feb 2015; Michael Palimaka <[email protected]> +krecipes-2.0.0.ebuild: + Version bump. 21 Mar 2014; Johannes Huber <[email protected]> krecipes-2.0_beta2-r1.ebuild: Bump to EAPI 5. 1.1 kde-misc/krecipes/krecipes-2.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/krecipes/krecipes-2.0.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/krecipes/krecipes-2.0.0.ebuild?rev=1.1&content-type=text/plain Index: krecipes-2.0.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-misc/krecipes/krecipes-2.0.0.ebuild,v 1.1 2015/02/21 12:22:55 kensington Exp $ EAPI=5 KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fr ga gl hi hne hr hu is it ja kk lt mai mr nb nds nl nn pl pt pt_BR ro sk sl sv tr uk zh_TW" KDE_HANDBOOK="optional" VIRTUALX_REQUIRED="test" inherit kde4-base DESCRIPTION="A KDE4 recipe application" HOMEPAGE="http://krecipes.sourceforge.net/" SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" LICENSE="GPL-2 LGPL-2.1" SLOT="4" KEYWORDS="~amd64 ~ppc ~x86" IUSE="debug" DEPEND=" dev-db/sqlite:3 dev-libs/libxml2 dev-libs/libxslt media-libs/qimageblitz " RDEPEND="${DEPEND}" DOCS=( AUTHORS BUGS README TODO ChangeLog )
