commit: c3ae02b7b9c03ef3bb079f885cca21473c9d74f3 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Mon Dec 22 14:21:00 2014 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Mon Dec 22 14:21:00 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c3ae02b7
[kde-misc/about-distro] Master is now KF5-based. Package-Manager: portage-2.2.15 --- kde-misc/about-distro/about-distro-4.9999.ebuild | 39 ------------------------ kde-misc/about-distro/about-distro-9999.ebuild | 1 - 2 files changed, 40 deletions(-) diff --git a/kde-misc/about-distro/about-distro-4.9999.ebuild b/kde-misc/about-distro/about-distro-4.9999.ebuild deleted file mode 100644 index d7ea704..0000000 --- a/kde-misc/about-distro/about-distro-4.9999.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -KDE_LINGUAS="bg bs ca cs da de el es fi fr gl hu ja ko lt nl pl pt pt_BR ro ru -sk sl sv tr ug uk" -inherit kde4-base - -DESCRIPTION="KCM displaying distribution and system information" -HOMEPAGE="https://projects.kde.org/projects/playground/base/about-distro" -SRC_URI="http://www.gentoo.org/images/glogo-small.png" - -if [[ ${KDE_BUILD_TYPE} != live ]]; then - SRC_URI+=" mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" -else - EGIT_REPO_URI="git://anongit.kde.org/${PN}" - KEYWORDS="" -fi - -LICENSE="GPL-3" -SLOT="4" -IUSE="debug" - -RDEPEND="${DEPEND} - sys-apps/lsb-release -" - -src_install() { - kde4-base_src_install - - insinto /usr/share/config - doins "${FILESDIR}"/kcm-about-distrorc - - insinto /usr/share/${PN} - doins "${DISTDIR}"/glogo-small.png -} diff --git a/kde-misc/about-distro/about-distro-9999.ebuild b/kde-misc/about-distro/about-distro-9999.ebuild index 06bed86..af2b264 100644 --- a/kde-misc/about-distro/about-distro-9999.ebuild +++ b/kde-misc/about-distro/about-distro-9999.ebuild @@ -4,7 +4,6 @@ EAPI=5 -EGIT_BRANCH="frameworks" inherit kde5 DESCRIPTION="KCM displaying distribution and system information"
