diff options
author | 2018-01-11 18:35:33 +0100 | |
---|---|---|
committer | 2018-01-11 18:36:52 +0100 | |
commit | b446c3076ed3c6c8e2af7a8b692dba0c7d1088e3 (patch) | |
tree | 62a2c14b3cbe4f4c39fc06fa1071f5a116bea3da /kde-apps/kmailtransport | |
parent | app-admin/rsyslog: Bump to v8.32.0 (diff) | |
download | gentoo-b446c3076ed3c6c8e2af7a8b692dba0c7d1088e3.tar.gz gentoo-b446c3076ed3c6c8e2af7a8b692dba0c7d1088e3.tar.bz2 gentoo-b446c3076ed3c6c8e2af7a8b692dba0c7d1088e3.zip |
kde-apps: Drop KDE Applications 17.12.0
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'kde-apps/kmailtransport')
-rw-r--r-- | kde-apps/kmailtransport/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kmailtransport/kmailtransport-17.12.0.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/kde-apps/kmailtransport/Manifest b/kde-apps/kmailtransport/Manifest index b9b8255c0888..14414b8693f0 100644 --- a/kde-apps/kmailtransport/Manifest +++ b/kde-apps/kmailtransport/Manifest @@ -1,3 +1,2 @@ DIST kmailtransport-17.08.3.tar.xz 232936 BLAKE2B dd6f69e110dcb775e6cfacaaeb51acabda8d50a471e64ea9579313fef4a641a250245b8244c43f9c648a2e38d175d70012af0ca2a7be6ca7918d147e0f79693c SHA512 ad7d4edfcc63945c270e4b89f0b48be47ceddb1962e8051a6d3419bf41ada6c00739e6c75d8af1e30240c01721088e2e78e53227f96dd118da2d243468cdb66f -DIST kmailtransport-17.12.0.tar.xz 165152 BLAKE2B 0b31513448e7731b2fb0209814aed93e4971eee3d296f145674857954e446a4ce67c0f38e00f159df25f9472db50cae228fb1ff03587ca5a0cda11c9832e65a5 SHA512 9806ab9b8b010bf79eab7c7e41f0d461f94580b92a473736f30a07734f404f6498aca88286edafe765d87e9a1405537982d45591510e7751dd34a15d6fa9a009 DIST kmailtransport-17.12.1.tar.xz 165220 BLAKE2B 0939b06f55aea75ede4121b9f6a8215c018ecf65e35e2a356948316df338fb783008818d4c66e89dab59fdf4076439517e983d73a1c56af7c5d6a9e7c7ec7215 SHA512 56a9e2dffe6418f71587aadd98a98044fabb1fb5818aa52597904071c2301c53425e42759c240ef36c49df70708bbae83b1ebb78b31869ed65624e6eb09c892b diff --git a/kde-apps/kmailtransport/kmailtransport-17.12.0.ebuild b/kde-apps/kmailtransport/kmailtransport-17.12.0.ebuild deleted file mode 100644 index 735ef60287ee..000000000000 --- a/kde-apps/kmailtransport/kmailtransport-17.12.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_TEST="true" -inherit kde5 - -DESCRIPTION="Mail transport service" -LICENSE="LGPL-2.1+" -KEYWORDS="~amd64 ~x86" -IUSE="" - -COMMON_DEPEND=" - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep kwallet) - $(add_frameworks_dep kwidgetsaddons) - $(add_kdeapps_dep akonadi) - $(add_kdeapps_dep akonadi-mime) - $(add_kdeapps_dep kmime) - $(add_kdeapps_dep ksmtp) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtwidgets) -" -DEPEND="${COMMON_DEPEND} - test? ( $(add_frameworks_dep ktextwidgets) ) -" -RDEPEND="${COMMON_DEPEND} - !kde-apps/kdepim-l10n - !kde-apps/kdepimlibs:4 -" - -PATCHES=( "${FILESDIR}/${PN}-17.11.80-deps.patch" ) - -RESTRICT+=" test" |