johu 14/03/18 17:09:07 Modified: ChangeLog Added: kdirstat-2.7.5.ebuild Log: Version bump wrt bug #504994. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Revision Changes Path 1.29 kde-misc/kdirstat/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kdirstat/ChangeLog?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kdirstat/ChangeLog?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kdirstat/ChangeLog?r1=1.28&r2=1.29 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-misc/kdirstat/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 24 Sep 2012 14:29:14 -0000 1.28 +++ ChangeLog 18 Mar 2014 17:09:07 -0000 1.29 @@ -1,6 +1,11 @@ # ChangeLog for kde-misc/kdirstat -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kdirstat/ChangeLog,v 1.28 2012/09/24 14:29:14 johu Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kdirstat/ChangeLog,v 1.29 2014/03/18 17:09:07 johu Exp $ + +*kdirstat-2.7.5 (18 Mar 2014) + + 18 Mar 2014; Johannes Huber <[email protected]> +kdirstat-2.7.5.ebuild: + Version bump wrt bug #504994. 24 Sep 2012; Johannes Huber <[email protected]> kdirstat-2.7.3.ebuild: Stable for x86, wrt bug #435666 1.1 kde-misc/kdirstat/kdirstat-2.7.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kdirstat/kdirstat-2.7.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kdirstat/kdirstat-2.7.5.ebuild?rev=1.1&content-type=text/plain Index: kdirstat-2.7.5.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-misc/kdirstat/kdirstat-2.7.5.ebuild,v 1.1 2014/03/18 17:09:07 johu Exp $ EAPI=5 KDE_LINGUAS="de fr hu it ja" inherit kde4-base DESCRIPTION="Nice KDE replacement to the du command" HOMEPAGE="https://bitbucket.org/jeromerobert/k4dirstat/" SRC_URI="${HOMEPAGE}get/k4dirstat-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="4" KEYWORDS="~amd64 ~x86" IUSE="debug" DEPEND="$(add_kdebase_dep libkonq) sys-libs/zlib " RDEPEND="${DEPEND}" DOCS=( AUTHORS CREDITS TODO ) src_unpack() { # tarball contains git revision hash, which we don't want in the ebuild. default mv "${WORKDIR}"/*k4dirstat-* "${S}" || die }
