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 3DDD2139085 for ; Sat, 14 Jan 2017 10:13:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6914D234033; Sat, 14 Jan 2017 10:13:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 35B90234033 for ; Sat, 14 Jan 2017 10:13:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DE3A8341842 for ; Sat, 14 Jan 2017 10:13:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52C8C26A9 for ; Sat, 14 Jan 2017 10:13:12 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1484388757.fa87e35f256a5f3b87ea3e7f1e7c2122cc470659.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/appstream/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/appstream/Manifest dev-libs/appstream/appstream-0.10.5.ebuild dev-libs/appstream/metadata.xml X-VCS-Directories: dev-libs/appstream/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: fa87e35f256a5f3b87ea3e7f1e7c2122cc470659 X-VCS-Branch: master Date: Sat, 14 Jan 2017 10:13:12 +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: fbaca9be-48b4-453b-9f81-4cea301e07c1 X-Archives-Hash: 1e00b05b5539a6047ba6891fcff29717 commit: fa87e35f256a5f3b87ea3e7f1e7c2122cc470659 Author: Johannes Huber gentoo org> AuthorDate: Sat Jan 14 10:12:37 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Jan 14 10:12:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa87e35f dev-libs/appstream: New package Import from kde overlay. Ebuild by me. Requuired for Plasma 5.9 + KDE Frameworks 5.30. Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-libs/appstream/Manifest | 1 + dev-libs/appstream/appstream-0.10.5.ebuild | 56 ++++++++++++++++++++++++++++++ dev-libs/appstream/metadata.xml | 11 ++++++ 3 files changed, 68 insertions(+) diff --git a/dev-libs/appstream/Manifest b/dev-libs/appstream/Manifest new file mode 100644 index 00000000..f1bb86e --- /dev/null +++ b/dev-libs/appstream/Manifest @@ -0,0 +1 @@ +DIST appstream-0.10.5.tar.gz 1797978 SHA256 b3f17f49c4ad7a503954f7baee16f47ba0f845c5e684798b1109db881bba2a06 SHA512 c427234049c8e8e158a7d64dc2dab6c3ea155dfe6fc0df1c2a5cd5ab611c65e36bf86ac57de69eb3dcff5ed5f71f37aef5d239e356e8e0a7a4fa763f246efb14 WHIRLPOOL bc127f66a20df1a946cdf64e66c6e4e3ea4c50653f174d6afc6f7eaa136d55352c7df2bb178ce452100ba95ab59304009546f5515f11221145b5be4274eb6841 diff --git a/dev-libs/appstream/appstream-0.10.5.ebuild b/dev-libs/appstream/appstream-0.10.5.ebuild new file mode 100644 index 00000000..55829e7 --- /dev/null +++ b/dev-libs/appstream/appstream-0.10.5.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +KDE_AUTODEPS="false" +KDE_TEST="true" +inherit kde5 + +if [[ ${KDE_BUILD_TYPE} = live ]]; then + EGIT_REPO_URI="https://github.com/ximion/${PN}" +else + inherit versionator + MY_PV="$(replace_all_version_separators '_')" + MY_P="APPSTREAM_${MY_PV}" + SRC_URI="https://github.com/ximion/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" + S="${WORKDIR}/${PN}-${MY_P}" +fi + +DESCRIPTION="Cross-distro effort for providing metadata for software in the Linux ecosystem" +HOMEPAGE="https://www.freedesktop.org/wiki/Distributions/AppStream/" + +LICENSE="LGPL-2.1+ GPL-2+" +# check APPSTREAM_LIB_API_LEVEL +SLOT="0/4" +IUSE="apt doc qt5" + +RDEPEND=" + dev-libs/glib:2 + dev-libs/libxml2:2 + dev-libs/libyaml + dev-libs/snowball-stemmer + qt5? ( dev-qt/qtcore:5 ) +" +DEPEND="${RDEPEND} + dev-util/itstool + sys-devel/gettext +" + +src_configure() { + local mycmakeargs=( + -DSTEMMING=ON + -DL18N=ON + -DVAPI=OFF + -DMAINTAINER=OFF + -DSANITIZERS=OFF + -DDOCUMENTATION=OFF + -DAPT_SUPPORT=$(usex apt) + -DINSTALL_PREBUILT_DOCS=$(usex doc) + -DQT=$(usex qt5) + ) + + kde5_src_configure +} diff --git a/dev-libs/appstream/metadata.xml b/dev-libs/appstream/metadata.xml new file mode 100644 index 00000000..245719f --- /dev/null +++ b/dev-libs/appstream/metadata.xml @@ -0,0 +1,11 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + + + Enables Debians APT support + +