diff options
author | Mike Gilbert <floppym@gentoo.org> | 2014-07-12 07:15:45 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2014-07-12 07:15:45 +0000 |
commit | 8d0ea78ab7d652f5183ee729165f50585b027007 (patch) | |
tree | 25b64d536de17cb05f2bef1f992361357077be65 /kde-misc/kdirstat | |
parent | Drop bitbucket. Sorry overlays, you're on your own. (diff) | |
download | gentoo-2-8d0ea78ab7d652f5183ee729165f50585b027007.tar.gz gentoo-2-8d0ea78ab7d652f5183ee729165f50585b027007.tar.bz2 gentoo-2-8d0ea78ab7d652f5183ee729165f50585b027007.zip |
Fix SRC_URI.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'kde-misc/kdirstat')
-rw-r--r-- | kde-misc/kdirstat/ChangeLog | 5 | ||||
-rw-r--r-- | kde-misc/kdirstat/kdirstat-2.7.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-misc/kdirstat/ChangeLog b/kde-misc/kdirstat/ChangeLog index 999438a258a3..cc19f014dbda 100644 --- a/kde-misc/kdirstat/ChangeLog +++ b/kde-misc/kdirstat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-misc/kdirstat # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kdirstat/ChangeLog,v 1.33 2014/06/11 15:47:07 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kdirstat/ChangeLog,v 1.34 2014/07/12 07:15:45 floppym Exp $ + + 12 Jul 2014; Mike Gilbert <floppym@gentoo.org> kdirstat-2.7.5.ebuild: + Fix SRC_URI. 11 Jun 2014; Manuel Rüger <mrueg@gentoo.org> kdirstat-2.7.5.ebuild: Use bitbucket mirror in SRC_URI. diff --git a/kde-misc/kdirstat/kdirstat-2.7.5.ebuild b/kde-misc/kdirstat/kdirstat-2.7.5.ebuild index 2baf1000255d..d620f971ce15 100644 --- a/kde-misc/kdirstat/kdirstat-2.7.5.ebuild +++ b/kde-misc/kdirstat/kdirstat-2.7.5.ebuild @@ -1,6 +1,6 @@ # 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.4 2014/06/11 15:47:07 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kdirstat/kdirstat-2.7.5.ebuild,v 1.5 2014/07/12 07:15:45 floppym Exp $ EAPI=5 @@ -9,7 +9,7 @@ inherit kde4-base DESCRIPTION="Nice KDE replacement to the du command" HOMEPAGE="https://bitbucket.org/jeromerobert/k4dirstat/" -SRC_URI="mirror://bitbucket.org/jeromerobert/k4dirstat/get/k4dirstat-${PV}.tar.bz2" +SRC_URI="https://bitbucket.org/jeromerobert/k4dirstat/get/k4dirstat-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="4" |