diff options
-rw-r--r-- | kde-misc/krecipes/ChangeLog | 10 | ||||
-rw-r--r-- | kde-misc/krecipes/krecipes-2.0_alpha3.ebuild | 24 |
2 files changed, 32 insertions, 2 deletions
diff --git a/kde-misc/krecipes/ChangeLog b/kde-misc/krecipes/ChangeLog index 11ed34340dfa..3f4c38d0339d 100644 --- a/kde-misc/krecipes/ChangeLog +++ b/kde-misc/krecipes/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-misc/krecipes -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/krecipes/ChangeLog,v 1.31 2008/09/09 17:39:27 keytoaster Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/krecipes/ChangeLog,v 1.32 2009/10/24 09:33:25 ssuominen Exp $ + +*krecipes-2.0_alpha3 (24 Oct 2009) + + 24 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> + +krecipes-2.0_alpha3.ebuild: + Version bump wrt #290331, thanks to Mark Nowiasz for reporting. 09 Sep 2008; Tobias Heinlein <keytoaster@gentoo.org> +files/krecipes-0.9.1-gcc431.patch, diff --git a/kde-misc/krecipes/krecipes-2.0_alpha3.ebuild b/kde-misc/krecipes/krecipes-2.0_alpha3.ebuild new file mode 100644 index 000000000000..4a3d91a67b4d --- /dev/null +++ b/kde-misc/krecipes/krecipes-2.0_alpha3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/krecipes/krecipes-2.0_alpha3.ebuild,v 1.1 2009/10/24 09:33:25 ssuominen Exp $ + +EAPI=2 +KDE_MINIMAL=4.2 +KDE_LINGUAS="cs da de el en_GB es et fr ga gl hi hne is it ja lt nb nds nl nn +pl pt pt_BR ro sk sv tr uk zh_TW" +KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}" + +inherit kde4-base + +DESCRIPTION="A KDE4 recipe application" +HOMEPAGE="http://krecipes.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P/_/-}.tar.gz" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="4" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="debug +handbook" + +DEPEND="!${CATEGORY}/${PN}:0" + +S=${WORKDIR}/${P/_/-} |