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 50F5B138334 for ; Sun, 3 Jun 2018 20:45:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DB20E0A8E; Sun, 3 Jun 2018 20:45:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 567F4E0A8E for ; Sun, 3 Jun 2018 20:45:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3FDC6335C60 for ; Sun, 3 Jun 2018 20:45:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAD8E2A4 for ; Sun, 3 Jun 2018 20:45:54 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1528058749.989b0455c7dc09eebdd4e139be83a97881876e65.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ostree/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ostree/Manifest dev-util/ostree/metadata.xml dev-util/ostree/ostree-2018.5.ebuild X-VCS-Directories: dev-util/ostree/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 989b0455c7dc09eebdd4e139be83a97881876e65 X-VCS-Branch: master Date: Sun, 3 Jun 2018 20:45:54 +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: 64198fff-3a23-4b52-8dbc-3e53fab43f1f X-Archives-Hash: f675d3c7c2b37da47f0550a7f34bbf4f commit: 989b0455c7dc09eebdd4e139be83a97881876e65 Author: Dan Molik danmolik com> AuthorDate: Sun Jun 3 19:05:44 2018 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun Jun 3 20:45:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=989b0455 dev-util/ostree: new package (from defiance-overlay) Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-util/ostree/Manifest | 1 + dev-util/ostree/metadata.xml | 39 +++++++++++++++++++++++++++ dev-util/ostree/ostree-2018.5.ebuild | 51 ++++++++++++++++++++++++++++++++++++ 3 files changed, 91 insertions(+) diff --git a/dev-util/ostree/Manifest b/dev-util/ostree/Manifest new file mode 100644 index 00000000000..efb030b2fe2 --- /dev/null +++ b/dev-util/ostree/Manifest @@ -0,0 +1 @@ +DIST ostree-2018.5.tar.xz 1937184 BLAKE2B ff126d2963296eb9ac270816efed7d2fbfdbcc7b0dba69007ae83e4499a46ef21a5b4e5d387de9bd387af0fe8d4086427d1aa9043c246a49676d116e919a93e6 SHA512 03854c662cddc1e0c7150bb62bbdd2990cf091ef126ddc5bb94494fee2ffb0383afb067b89d63c3e4f39849e2c8b7cabfd887d0d6fc1e7a43fda4fe7da1dc2e8 diff --git a/dev-util/ostree/metadata.xml b/dev-util/ostree/metadata.xml new file mode 100644 index 00000000000..d31a8226768 --- /dev/null +++ b/dev-util/ostree/metadata.xml @@ -0,0 +1,39 @@ + + + + + zmedico@gentoo.org + Zac Medico + + + This project is now known as "libostree", though it is + still appropriate to use the previous name: "OSTree" (or + "ostree"). The focus is on projects which use libostree's + shared library, rather than users directly invoking the command + line tools (except for build systems). However, in most of + the rest of the documentation, we will use the term "OSTree", + since it's slightly shorter, and changing all documentation + at once is impractical. We expect to transition to the new + name over time. + + As implied above, libostree is both a shared library and suite + of command line tools that combines a "git-like" model for + committing and downloading bootable filesystem trees, along + with a layer for deploying them and managing the bootloader + configuration. + + The core OSTree model is like git in that it checksums + individual files and has a content-addressed-object + store. It's unlike git in that it "checks out" the files + via hardlinks, and they thus need to be immutable to prevent + corruption. Therefore, another way to think of OSTree is that + it's just a more polished version of Linux VServer hardlinks. + + + Enable grub configuration generator + Use libsoup for networking + + + ostreedev/ostree + + diff --git a/dev-util/ostree/ostree-2018.5.ebuild b/dev-util/ostree/ostree-2018.5.ebuild new file mode 100644 index 00000000000..40ad547229e --- /dev/null +++ b/dev-util/ostree/ostree-2018.5.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Operating system and container binary deployment and upgrades" +HOMEPAGE="https://ostree.readthedocs.io/en/latest/" +SRC_URI="https://github.com/ostreedev/${PN}/releases/download/v${PV}/lib${P}.tar.xz -> ${P}.tar.xz" + +LICENSE="LGPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="grub selinux soup systemd zeroconf" +RESTRICT="test" + +S="${WORKDIR}/lib${P}" +COMMON_DEPEND=" + app-arch/libarchive:= + app-arch/xz-utils:= + app-crypt/gpgme:= + dev-libs/glib:= + dev-libs/libassuan:= + dev-libs/libgpg-error:= + dev-libs/openssl:= + net-misc/curl:= + sys-apps/util-linux:= + sys-fs/fuse:= + sys-libs/zlib:= + + grub? ( sys-boot/grub:* ) + selinux? ( sys-libs/libselinux:= ) + soup? ( net-libs/libsoup:= ) + systemd? ( sys-apps/systemd:= ) + zeroconf? ( net-dns/avahi:* ) +" +DEPEND=" + ${COMMON_DEPEND} + sys-devel/bison + sys-devel/flex +" +RDEPEND="${COMMON_DEPEND}" + +src_configure() { + econf \ + --with-crypto=openssl \ + --with-curl \ + --with-openssl \ + $(use_with soup) \ + $(use_with selinux ) \ + $(use_with zeroconf avahi) +}