diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-19 15:33:18 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-19 15:33:37 +0200 |
commit | 1d72a0a1cd87d7401ef850a98513c7e080d7d2e1 (patch) | |
tree | cb93e377edcbd097f32d02b97f3a1a9a5d851b10 /kde-apps/syndication | |
parent | sys-kernel/gentoo-sources: Linux patch 4.16.3 (diff) | |
download | gentoo-1d72a0a1cd87d7401ef850a98513c7e080d7d2e1.tar.gz gentoo-1d72a0a1cd87d7401ef850a98513c7e080d7d2e1.tar.bz2 gentoo-1d72a0a1cd87d7401ef850a98513c7e080d7d2e1.zip |
kde-apps: Add KDE Applications 18.04.0
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'kde-apps/syndication')
-rw-r--r-- | kde-apps/syndication/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/syndication/syndication-18.04.0.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/kde-apps/syndication/Manifest b/kde-apps/syndication/Manifest index 8730177be9f0..91d7f3029158 100644 --- a/kde-apps/syndication/Manifest +++ b/kde-apps/syndication/Manifest @@ -1 +1,2 @@ DIST syndication-17.12.3.tar.xz 159804 BLAKE2B bf89604b4976a28016720d74ab5c36de7bbaca08cc15c1db2d03ccad339049fae5fd06eced4e8c60ee278ad4fcaac3ceca3ee8f217839936cc79ea995f4de31f SHA512 a1f2c472194355b570e4128ab4e4be70d6baa3d1c91e35706b7ec242caa950ec3686ab20772aec6fc2ecc7b0d6b390195e6bca5ec8a130951886589df73c1f9c +DIST syndication-18.04.0.tar.xz 159864 BLAKE2B e86d7c58c84b92bbbf8e517f01df9b2d3bd97f986bd9231e0eaa349f76eb8d92942a13ab0de467208b482bb1ade6f878b6cbd2f8344a8fa2128331f8c03de7a4 SHA512 75dd0c14f22e1fb2cfbb3d11fb242471c8e1dc89f3a79568363ac70eba7ac68ec2c7ec6f9e0d49108621c43fb2d63912ecf2709210e274a65b183b8f147e3ab7 diff --git a/kde-apps/syndication/syndication-18.04.0.ebuild b/kde-apps/syndication/syndication-18.04.0.ebuild new file mode 100644 index 000000000000..3ee4afc41ebb --- /dev/null +++ b/kde-apps/syndication/syndication-18.04.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Library for parsing RSS and Atom feeds" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kio) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND}" |