From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/flatpak-builder/
Date: Sun, 18 Oct 2020 07:39:14 +0000 (UTC) [thread overview]
Message-ID: <1603006748.5f004fb352078a90d7c3ddb990ab211e45ce6aac.zmedico@gentoo> (raw)
commit: 5f004fb352078a90d7c3ddb990ab211e45ce6aac
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 18 04:48:08 2020 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Oct 18 07:39:08 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f004fb3
sys-apps/flatpak: Initial import
Closes: https://bugs.gentoo.org/722680
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
dev-util/flatpak-builder/Manifest | 1 +
.../flatpak-builder/flatpak-builder-1.0.11.ebuild | 41 ++++++++++++++++++++++
dev-util/flatpak-builder/metadata.xml | 14 ++++++++
3 files changed, 56 insertions(+)
diff --git a/dev-util/flatpak-builder/Manifest b/dev-util/flatpak-builder/Manifest
new file mode 100644
index 00000000000..7285b316088
--- /dev/null
+++ b/dev-util/flatpak-builder/Manifest
@@ -0,0 +1 @@
+DIST flatpak-builder-1.0.11.tar.xz 459500 BLAKE2B aa5edebaa6a52a7dbf5cd68bfc356617e13556036979575369ee65e919b267f0ec6838524668793c394b9024f97309d71ceb094c26e3893dedc8884ea8d18d1f SHA512 27c15ecccee79c6a7545f11d7c8cd7b80d4e99dc9c48818dd722934dfbe61e02b258b3db59946badfe5e1e189b39b509a2dbff1404a31a42c29ed4993fb5ec26
diff --git a/dev-util/flatpak-builder/flatpak-builder-1.0.11.ebuild b/dev-util/flatpak-builder/flatpak-builder-1.0.11.ebuild
new file mode 100644
index 00000000000..144d221bdac
--- /dev/null
+++ b/dev-util/flatpak-builder/flatpak-builder-1.0.11.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+SRC_URI="https://github.com/flatpak/${PN}/releases/download/${PV}/${P}.tar.xz"
+DESCRIPTION="Tool to build flatpaks from source"
+HOMEPAGE="http://flatpak.org/"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc +yaml"
+
+RDEPEND="
+ >=sys-apps/flatpak-0.99.1
+ >=dev-util/ostree-2019.5:=
+ >=net-libs/libsoup-2.4:=
+ >=dev-libs/elfutils-0.8.12:=
+ >=dev-libs/glib-2.44:2=
+ >=dev-libs/libxml2-2.4:=
+ dev-libs/json-glib:=
+ net-misc/curl:=
+ yaml? ( dev-libs/libyaml:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ >=sys-devel/gettext-0.18.2
+ virtual/pkgconfig
+ doc? (
+ app-text/xmlto
+ dev-libs/libxslt
+ )
+"
+
+src_configure() {
+ econf \
+ $(use_enable doc documentation) \
+ $(use_enable doc docbook-docs) \
+ $(use_with yaml)
+}
diff --git a/dev-util/flatpak-builder/metadata.xml b/dev-util/flatpak-builder/metadata.xml
new file mode 100644
index 00000000000..f5e4a2806dc
--- /dev/null
+++ b/dev-util/flatpak-builder/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>zmedico@gentoo.org</email>
+ <name>Zac Medico</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">flatpak/flatpak-builder</remote-id>
+ </upstream>
+ <use>
+ <flag name="yaml">Use libyaml for yaml support</flag>
+ </use>
+</pkgmetadata>
next reply other threads:[~2020-10-18 7:39 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-18 7:39 Zac Medico [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-10-20 8:18 [gentoo-commits] repo/gentoo:master commit in: dev-util/flatpak-builder/ Sam James
2020-10-28 16:23 Sam James
2020-10-29 18:24 Georgy Yakovlev
2020-11-13 0:32 Thomas Deutschmann
2022-04-07 1:35 Zac Medico
2022-11-17 1:22 Zac Medico
2022-11-17 1:22 Zac Medico
2023-02-04 5:07 Zac Medico
2023-05-26 4:24 Zac Medico
2023-05-26 4:24 Zac Medico
2025-01-19 23:40 Zac Medico
2025-01-19 23:55 Zac Medico
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1603006748.5f004fb352078a90d7c3ddb990ab211e45ce6aac.zmedico@gentoo \
--to=zmedico@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox