From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 59121139085 for ; Wed, 18 Jan 2017 11:47:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB7E12340C0; Wed, 18 Jan 2017 11:47:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 99A972340C0 for ; Wed, 18 Jan 2017 11:47:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1FB33411D7 for ; Wed, 18 Jan 2017 11:47:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06BC42860 for ; Wed, 18 Jan 2017 11:47:03 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1484740012.65722a6c93c1f61e9d3c5d97a0ffc8cdb557049c.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/dikt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/dikt/Manifest app-dicts/dikt/dikt-2s_p1.ebuild X-VCS-Directories: app-dicts/dikt/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 65722a6c93c1f61e9d3c5d97a0ffc8cdb557049c X-VCS-Branch: master Date: Wed, 18 Jan 2017 11:47:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 51eea946-08e4-4a34-abf9-7de7f1a2a5c2 X-Archives-Hash: 0fd9a888e28c7be0ef080357560e511c commit: 65722a6c93c1f61e9d3c5d97a0ffc8cdb557049c Author: Michael Palimaka gentoo org> AuthorDate: Wed Jan 18 11:46:34 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Jan 18 11:46:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65722a6c app-dicts/dikt: version bump Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-dicts/dikt/Manifest | 1 + app-dicts/dikt/dikt-2s_p1.ebuild | 41 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/app-dicts/dikt/Manifest b/app-dicts/dikt/Manifest index 71ef57d..11255fc 100644 --- a/app-dicts/dikt/Manifest +++ b/app-dicts/dikt/Manifest @@ -1 +1,2 @@ DIST dikt-2s.tar.xz 52604 SHA256 92eaf11cd7dbc998933cfff61ac9564919b3a8bab1a89a453f82d9b9f471dd47 SHA512 2f3a21f5daed636123c3902959c5bbb292c566cb878dde94ea111f62c16a16aacb5ad99a8845f20e47081b26b7174c5f478269c30fa3369ccfaec2ede4676d72 WHIRLPOOL 9f913fd22f235dbbbea5b1a3d643c9c968a504c8bd1063fb074cde1d19764f610f2e0bb84609bd5008849846161fd6dc0003377404b34467d0a6b07d52e731c4 +DIST dikt-2s1.tar.xz 52620 SHA256 6bb87b32ae01acd5d2f1a48e9f40a824116dec5e4ced0f133b3fa6dfebf5fae7 SHA512 b7b26ace5ce6326191047d0d0515db2b88e790475be569d7bb994879046aa26c93a663d6bef31f8e8b233377ebd602355fb11b275f3aec910f99a5372fcde682 WHIRLPOOL 8862edec1c6b830d011503c25c819fd88c884068771723b6db4e3d31c5ff8c4c449cd10008029675a1e88902e47349dff5abfbf6dbceaab749aa8397bc06c225 diff --git a/app-dicts/dikt/dikt-2s_p1.ebuild b/app-dicts/dikt/dikt-2s_p1.ebuild new file mode 100644 index 00000000..bbb37e6 --- /dev/null +++ b/app-dicts/dikt/dikt-2s_p1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +MY_P=${P/_p/} + +inherit kde5 + +DESCRIPTION="A dictionary application that implements the Dict protocol" +HOMEPAGE="https://www.dikt.tv/" +SRC_URI="https://bitbucket.org/dikt/code/downloads/${MY_P}.txz -> ${MY_P}.tar.xz" + +LICENSE="BSD-2" +SLOT="5" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !app-dicts/dikt:4 +" + +S="${WORKDIR}/${MY_P}"