diff options
author | Johannes Huber <johu@gentoo.org> | 2017-02-20 17:58:10 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-02-20 18:01:56 +0100 |
commit | 5cecdd201bc2318c8cfdd10db563ae196a9f43ca (patch) | |
tree | 678029826eaf1c9c7747a5cbc45ff2f1b5501c19 /kde-misc | |
parent | kde-misc/plasma-emergelog: Remove last-rited pkg (diff) | |
download | gentoo-5cecdd201bc2318c8cfdd10db563ae196a9f43ca.tar.gz gentoo-5cecdd201bc2318c8cfdd10db563ae196a9f43ca.tar.bz2 gentoo-5cecdd201bc2318c8cfdd10db563ae196a9f43ca.zip |
kde-misc/plasma-lionmail: Remove last-rited pkg
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/plasma-lionmail/Manifest | 1 | ||||
-rw-r--r-- | kde-misc/plasma-lionmail/metadata.xml | 8 | ||||
-rw-r--r-- | kde-misc/plasma-lionmail/plasma-lionmail-0_p20121020.ebuild | 28 |
3 files changed, 0 insertions, 37 deletions
diff --git a/kde-misc/plasma-lionmail/Manifest b/kde-misc/plasma-lionmail/Manifest deleted file mode 100644 index bd23926aeae2..000000000000 --- a/kde-misc/plasma-lionmail/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST plasma-lionmail-0_p20121020.tar.xz 38840 SHA256 30c773a274bff567ba9b1b4cc6a2acbb2587f7665a407125b5e004afa822e765 SHA512 f66d7a1b71a357c06bca0a7057ba6f0b15e6ea59d3bf3639baabf89de6d87ecbd2ba77199fa1a430f4a65fabb279c30d7bbea78796445098a2f24527897a89e3 WHIRLPOOL 653bfef94498ac246e66be656b38aa40cbdbb90eba1b34fbcf1c4602adfad6854046446a61a843d0ba06c1e02fd7a9928ec2924bd9a7bec50a35b819787eae30 diff --git a/kde-misc/plasma-lionmail/metadata.xml b/kde-misc/plasma-lionmail/metadata.xml deleted file mode 100644 index 2fdbf33d963d..000000000000 --- a/kde-misc/plasma-lionmail/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> diff --git a/kde-misc/plasma-lionmail/plasma-lionmail-0_p20121020.ebuild b/kde-misc/plasma-lionmail/plasma-lionmail-0_p20121020.ebuild deleted file mode 100644 index 64723321371d..000000000000 --- a/kde-misc/plasma-lionmail/plasma-lionmail-0_p20121020.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit kde4-base - -DESCRIPTION="Plasma widget displaying new and important email" -HOMEPAGE="https://www.kde.org http://www.vizzzion.org" -SRC_URI="https://dev.gentoo.org/~creffett/distfiles/${P}.tar.xz" - -LICENSE="GPL-2 LGPL-2" -SLOT="4" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DEPEND=" - $(add_kdeapps_dep kdepimlibs) - kde-apps/akonadi:4 - kde-frameworks/kdelibs:4 - dev-qt/qtcore:4 - dev-qt/qtgui:4 - dev-qt/qtwebkit:4 -" -RDEPEND="${DEPEND} - $(add_kdeapps_dep kdepim-runtime) -" |