diff options
author | 2018-02-18 13:15:46 +0100 | |
---|---|---|
committer | 2018-02-18 13:15:46 +0100 | |
commit | bb15e912cfee87c8140bb0f84bc08aea4e3a0ab1 (patch) | |
tree | b7e4d2f3b09fda1f7fed74afdb5b4a22e82b9945 /kde-misc | |
parent | sys-devel/gdb: fix gcore collision on freebsd (diff) | |
download | gentoo-bb15e912cfee87c8140bb0f84bc08aea4e3a0ab1.tar.gz gentoo-bb15e912cfee87c8140bb0f84bc08aea4e3a0ab1.tar.bz2 gentoo-bb15e912cfee87c8140bb0f84bc08aea4e3a0ab1.zip |
profiles: Remove last-rited packages
Bug: https://bugs.gentoo.org/634986
Bug: https://bugs.gentoo.org/641852
Bug: https://bugs.gentoo.org/642926
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/akonadi-ews/Manifest | 1 | ||||
-rw-r--r-- | kde-misc/akonadi-ews/akonadi-ews-0.8.1.ebuild | 36 | ||||
-rw-r--r-- | kde-misc/akonadi-ews/metadata.xml | 11 |
3 files changed, 0 insertions, 48 deletions
diff --git a/kde-misc/akonadi-ews/Manifest b/kde-misc/akonadi-ews/Manifest deleted file mode 100644 index f6b6dc1f79f3..000000000000 --- a/kde-misc/akonadi-ews/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST akonadi-ews-0.8.1.tar.gz 143994 BLAKE2B 1801e43b31782b7bc37b49fd4d3c96714ff88df66fd66b6a68d39180b71395e16f2d637fb1275392e7831909ff302764879c17bb0d6012dc1e68b09ac80ab0dd SHA512 dd9ce54cfde2fbba2d64fd3112581d63985cc05156abb859368d6337e711755d362f5935295c1ce7bbd7d6a2a4c471bce02449a8583d1c09cc384bee279ffd89 diff --git a/kde-misc/akonadi-ews/akonadi-ews-0.8.1.ebuild b/kde-misc/akonadi-ews/akonadi-ews-0.8.1.ebuild deleted file mode 100644 index 752aaaa3ea53..000000000000 --- a/kde-misc/akonadi-ews/akonadi-ews-0.8.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit kde5 - -DESCRIPTION="Akonadi resource for Microsoft Exchange Web Services" -HOMEPAGE="https://github.com/KrissN/akonadi-ews" - -if [[ ${KDE_BUILD_TYPE} = live ]] ; then - EGIT_REPO_URI="https://github.com/KrissN/${PN}.git" -else - SRC_URI="https://github.com/KrissN/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -fi - -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep kio) - $(add_frameworks_dep kwallet) - $(add_frameworks_dep kwidgetsaddons) - $(add_kdeapps_dep akonadi) - $(add_kdeapps_dep akonadi-mime) - $(add_kdeapps_dep kcalcore) - $(add_kdeapps_dep kcontacts) - $(add_kdeapps_dep kmime) -" -DEPEND="${RDEPEND} - dev-libs/libxslt" - -DOCS=( README.md ) diff --git a/kde-misc/akonadi-ews/metadata.xml b/kde-misc/akonadi-ews/metadata.xml deleted file mode 100644 index c3779b746ec1..000000000000 --- a/kde-misc/akonadi-ews/metadata.xml +++ /dev/null @@ -1,11 +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> - <upstream> - <remote-id type="github">KrissN/akonadi-ews</remote-id> - </upstream> -</pkgmetadata> |