diff options
Diffstat (limited to 'kde-base/kde-dev-scripts')
-rw-r--r-- | kde-base/kde-dev-scripts/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kde-dev-scripts/kde-dev-scripts-4.13.1.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/kde-base/kde-dev-scripts/ChangeLog b/kde-base/kde-dev-scripts/ChangeLog index 8a667e63242b..d20af4cc693d 100644 --- a/kde-base/kde-dev-scripts/ChangeLog +++ b/kde-base/kde-dev-scripts/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kde-dev-scripts # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-dev-scripts/ChangeLog,v 1.39 2014/05/08 10:32:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-dev-scripts/ChangeLog,v 1.40 2014/05/13 17:42:55 johu Exp $ + +*kde-dev-scripts-4.13.1 (13 May 2014) + + 13 May 2014; Johannes Huber <johu@gentoo.org> +kde-dev-scripts-4.13.1.ebuild: + Version bump KDE SC 4.13.1 08 May 2014; Agostino Sarubbo <ago@gentoo.org> -kde-dev-scripts-4.11.5.ebuild: Remove old diff --git a/kde-base/kde-dev-scripts/kde-dev-scripts-4.13.1.ebuild b/kde-base/kde-dev-scripts/kde-dev-scripts-4.13.1.ebuild new file mode 100644 index 000000000000..4c1a4f2396c7 --- /dev/null +++ b/kde-base/kde-dev-scripts/kde-dev-scripts-4.13.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-dev-scripts/kde-dev-scripts-4.13.1.ebuild,v 1.1 2014/05/13 17:42:56 johu Exp $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE Development Scripts" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + !kde-base/kdesdk-scripts:4 + app-arch/advancecomp + media-gfx/optipng + dev-perl/XML-DOM +" + +src_prepare() { + # bug 275069 + sed -ie 's:colorsvn::' CMakeLists.txt || die + + kde4-base_src_prepare +} |