diff options
author | Johannes Huber <johu@gentoo.org> | 2017-02-20 17:55:39 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-02-20 18:01:48 +0100 |
commit | f99c011cc7faa1cbc0dc1e79a69282bc4e0a5e61 (patch) | |
tree | 0a59c354f4add7a0d9a7395d6f4a2039d4d73446 /kde-misc | |
parent | x11-themes/smaragd: Remove last-rited pkg (diff) | |
download | gentoo-f99c011cc7faa1cbc0dc1e79a69282bc4e0a5e61.tar.gz gentoo-f99c011cc7faa1cbc0dc1e79a69282bc4e0a5e61.tar.bz2 gentoo-f99c011cc7faa1cbc0dc1e79a69282bc4e0a5e61.zip |
kde-misc/about-distro: Remove last-rited pkg
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/about-distro/Manifest | 2 | ||||
-rw-r--r-- | kde-misc/about-distro/about-distro-1.1.0.ebuild | 39 | ||||
-rw-r--r-- | kde-misc/about-distro/files/kcm-about-distrorc | 4 | ||||
-rw-r--r-- | kde-misc/about-distro/metadata.xml | 8 |
4 files changed, 0 insertions, 53 deletions
diff --git a/kde-misc/about-distro/Manifest b/kde-misc/about-distro/Manifest deleted file mode 100644 index e1ab6ba577c0..000000000000 --- a/kde-misc/about-distro/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST about-distro-1.1.0.tar.xz 26508 SHA256 829f97a27a882877cca51cfb084dfdf33670fb1bc9ccbf0b2d05187de87e721b SHA512 89b1c4a614b3ca36e6df956b8a0e82994cef4f091e789af5419fafa02ba10298e5082e22b7666647f57279cc7b3603c4fdbab675473a89eddffd137b2aa949be WHIRLPOOL ab95750073fad3eb29446470b18f896b9e259249e2ccb436b2fb61558aba1a999f49d961c22cfd7f4af57653246e8314ec3c962bd2257a7c892e964ca8a20e11 -DIST glogo-small.png 24583 SHA256 0afc3eca084c327f8059166b86769f03c9c23e1e765bb47dc3229505abbac0c6 SHA512 648be463ec3812a2edcdab54d7a230bf2bd7e6895f4ffe72321d8fca28a5e1e0980f6e3b9a32f369c8369943ceb802a65a94b9dad820dcf2c81d4581d814cb48 WHIRLPOOL e161bf40c5e16180fa65217cb49314fb230c45329f4c518d6014083bd71da82d4aa048811ee814fde7fa300105cef16c182688445164ae84d0d700e23641b342 diff --git a/kde-misc/about-distro/about-distro-1.1.0.ebuild b/kde-misc/about-distro/about-distro-1.1.0.ebuild deleted file mode 100644 index 5dd2ee4acc4a..000000000000 --- a/kde-misc/about-distro/about-distro-1.1.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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="https://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/files/kcm-about-distrorc b/kde-misc/about-distro/files/kcm-about-distrorc deleted file mode 100644 index 05aac0a2c55a..000000000000 --- a/kde-misc/about-distro/files/kcm-about-distrorc +++ /dev/null @@ -1,4 +0,0 @@ -[General] -Name=Gentoo Linux -LogoPath=/usr/share/about-distro/glogo-small.png -Website=http://www.gentoo.org diff --git a/kde-misc/about-distro/metadata.xml b/kde-misc/about-distro/metadata.xml deleted file mode 100644 index 2fdbf33d963d..000000000000 --- a/kde-misc/about-distro/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>kde@gentoo.org</email> - <name>Gentoo KDE Project</name> - </maintainer> -</pkgmetadata> |