diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-05-11 23:13:25 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-05-11 23:46:08 +0200 |
commit | 2de492f66f593f97c84056a21259aaa5653681dd (patch) | |
tree | fe20d10d8a88b87b3b6ef55c8ac06f5b3621c0f0 /kde-apps/syndication | |
parent | kde5.eclass: Disable kdoctools_install(po) if KDE_HANDBOOK=forceoptional (diff) | |
download | gentoo-2de492f66f593f97c84056a21259aaa5653681dd.tar.gz gentoo-2de492f66f593f97c84056a21259aaa5653681dd.tar.bz2 gentoo-2de492f66f593f97c84056a21259aaa5653681dd.zip |
kde-apps: Add KDE Applications 17.04.1
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'kde-apps/syndication')
-rw-r--r-- | kde-apps/syndication/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/syndication/syndication-17.04.1.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/kde-apps/syndication/Manifest b/kde-apps/syndication/Manifest index c16feea14d47..21cdbfb2669b 100644 --- a/kde-apps/syndication/Manifest +++ b/kde-apps/syndication/Manifest @@ -1 +1,2 @@ DIST syndication-17.04.0.tar.xz 160100 SHA256 8297a96b95c3e8a3453dae1b792ace7c234d4607a39716fa4eddc307889635c7 SHA512 1e09d97541e9d122dba99483de812f98ebd357ae73c3b44cf2f99b1c0dad71167def773b0657d7564339d00d73109c282b1e461ae70f55ab9a1ce8c06ac5f1db WHIRLPOOL 2e5f81632a0be7253d47e5577c03a8bbdd6b5737d7c8cc8505f08219ec6ff0dc99155fd9b954911c4e42eb12ca0bd30af1631ca28e36887874cd90f2a2700130 +DIST syndication-17.04.1.tar.xz 160112 SHA256 35687aff44e32f01dce550cf3ab91373b1202bff41c7fbe4862c524d37168243 SHA512 4c158a9c6e214f75261fc3b909be246fe1618aab429a1e86e7d2c6bf5b897c01b93f1947b42973514069d55573197b616676ca6702eaff6cbed1f16730723826 WHIRLPOOL a1e2fd1ed3dcd19faa07fc1f92f7119e29cd62975d472ee28ed5b8801f68568e29e68ffffbf01aa53dfb34599e6a8fdaa9743de356371c424072fcf5a4a216f7 diff --git a/kde-apps/syndication/syndication-17.04.1.ebuild b/kde-apps/syndication/syndication-17.04.1.ebuild new file mode 100644 index 000000000000..f8aebffd02a2 --- /dev/null +++ b/kde-apps/syndication/syndication-17.04.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 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}" |