From: "Alex Brandt" <alunduil@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/lxd/, app-emulation/lxd/files/
Date: Sun, 9 Aug 2015 20:49:07 +0000 (UTC) [thread overview]
Message-ID: <1439153284.f61098fef54895ee4874d9bbc3694310322e06f7.alunduil@gentoo> (raw)
commit: f61098fef54895ee4874d9bbc3694310322e06f7
Author: Alex Brandt <alunduil <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 9 20:47:22 2015 +0000
Commit: Alex Brandt <alunduil <AT> gentoo <DOT> org>
CommitDate: Sun Aug 9 20:48:04 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f61098fe
app-emulation/lxd: add version 0.14
Submitted by Erik Mackdanz.
Package-Manager: portage-2.2.20
app-emulation/lxd/Manifest | 1 +
.../lxd/files/lxd-0.14-nc-binary-name.patch | 11 ++
app-emulation/lxd/files/lxd.initd | 2 +-
app-emulation/lxd/lxd-0.14.ebuild | 137 +++++++++++++++++++++
4 files changed, 150 insertions(+), 1 deletion(-)
diff --git a/app-emulation/lxd/Manifest b/app-emulation/lxd/Manifest
index fe7eddb..79b1749 100644
--- a/app-emulation/lxd/Manifest
+++ b/app-emulation/lxd/Manifest
@@ -1 +1,2 @@
DIST lxd-0.13.tar.bz2 3336161 SHA256 4228979ea9a856647f75f0230f58cc577c111a287f148787af766ab36c55f756 SHA512 12cd865ef63702674342df23ebb298b6ba39f0d44e9bfe91c643820be06ff30910145388a4daa2d63fbcb53c236e3cd4eb84e3e0bc617c85247322b0024c4920 WHIRLPOOL 82e788e9b35429df308d498955bd0cab06eb7d1a09c0a20bddad78490900b2cb78a44da9970db149ebfda546250a1d5aa2204e5f6f98b81a228310bfee3003a7
+DIST lxd-0.14.tar.bz2 2526939 SHA256 c0c51ac5b3d30c7906323eba965011073b412a3c354ce095e46f14df4298c46c SHA512 d3f9eb38cdf71add270c895c1583dab85b0e0dba0d956900628b519881b41582113d6c25d37b9522493de069ad6a43b197ae895aefeb83391337273a4b60953e WHIRLPOOL 2b9c6931b81df7e60b13e35bfcd5272a46fb29377e11f6326616f55bf6c583db7be82d41273369518e9b9e434bee3b30f989b6816cd8dbdd40cc2cc1effac7b4
diff --git a/app-emulation/lxd/files/lxd-0.14-nc-binary-name.patch b/app-emulation/lxd/files/lxd-0.14-nc-binary-name.patch
new file mode 100644
index 0000000..40e1224
--- /dev/null
+++ b/app-emulation/lxd/files/lxd-0.14-nc-binary-name.patch
@@ -0,0 +1,11 @@
+--- lxd/migration/rsync.go.orig 2015-07-11 09:33:18.012425011 -0500
++++ lxd/migration/rsync.go 2015-07-11 09:33:34.881423857 -0500
+@@ -84,7 +84,7 @@
+ * command (i.e. the command to run on --server). However, we're
+ * hardcoding that at the other end, so we can just ignore it.
+ */
+- rsyncCmd := fmt.Sprintf("sh -c \"nc -U %s\"", f.Name())
++ rsyncCmd := fmt.Sprintf("sh -c \"nc.openbsd -U %s\"", f.Name())
+ cmd := exec.Command("rsync", "-arvPz", "--devices", "--partial", path, "localhost:/tmp/foo", "-e", rsyncCmd)
+ if err := cmd.Start(); err != nil {
+ return nil, nil, err
diff --git a/app-emulation/lxd/files/lxd.initd b/app-emulation/lxd/files/lxd.initd
index fa72002..2c50c78 100644
--- a/app-emulation/lxd/files/lxd.initd
+++ b/app-emulation/lxd/files/lxd.initd
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxd/files/lxd.initd,v 1.1 2015/07/19 20:36:34 alunduil Exp $
DAEMON=/usr/sbin/lxd
PIDFILE=/run/lxd.pid
diff --git a/app-emulation/lxd/lxd-0.14.ebuild b/app-emulation/lxd/lxd-0.14.ebuild
new file mode 100644
index 0000000..7ba3a8e
--- /dev/null
+++ b/app-emulation/lxd/lxd-0.14.ebuild
@@ -0,0 +1,137 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxd/lxd-0.13.ebuild,v 1.1 2015/07/19 20:36:34 alunduil Exp $
+
+EAPI=5
+
+DESCRIPTION="Fast, dense and secure container management"
+HOMEPAGE="https://linuxcontainers.org/lxd/introduction/"
+EGO_PN_PARENT="github.com/lxc"
+EGO_PN="${EGO_PN_PARENT}/lxd"
+SRC_URI="http://961db08fe45d5f5dd062-b8a7a040508aea6d369676e49b80719d.r29.cf2.rackcdn.com/${P}.tar.bz2"
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+PLOCALES="de fr ja"
+IUSE="nls test +image"
+
+# IUSE and PLOCALES must be defined before l10n inherited
+inherit bash-completion-r1 eutils golang-build l10n systemd user vcs-snapshot
+
+DEPEND="
+ dev-go/go-crypto
+ >=dev-lang/go-1.4.2:=
+ dev-libs/protobuf
+ dev-vcs/git
+ nls? ( sys-devel/gettext )
+ test? (
+ app-misc/jq
+ dev-db/sqlite
+ net-misc/curl
+ sys-devel/gettext
+ )
+"
+
+RDEPEND="
+ app-admin/cgmanager
+ app-arch/xz-utils
+ app-emulation/lxc[cgmanager]
+ net-analyzer/openbsd-netcat
+ net-misc/bridge-utils
+ virtual/acl
+ image? (
+ app-crypt/gnupg
+ >=dev-lang/python-3.2
+ )
+"
+
+# KNOWN ISSUES:
+# - Translations may not work. I've been unsuccessful in forcing
+# localized output. Anyway, upstream (Canonical) doesn't install the
+# message files.
+
+src_prepare() {
+ cd "${S}/src/${EGO_PN}"
+
+ # Upstream requires the openbsd flavor of netcat (with -U), but
+ # Gentoo installs that with a renamed binary
+ epatch "${FILESDIR}/${P}-nc-binary-name.patch"
+
+ # Warn on unhandled locale changes
+ l10n_find_plocales_changes po "" .po
+}
+
+src_compile() {
+ golang-build_src_compile
+
+ cd "${S}/src/${EGO_PN}"
+
+ # Build binaries
+ GOPATH="${S}" emake
+
+ use nls && emake build-mo
+}
+
+src_test() {
+ # Go native tests should succeed
+ golang-build_src_test
+}
+
+src_install() {
+ # Installs all src,pkg to /usr/lib/go-gentoo
+ golang-build_src_install
+
+ cd "${S}"
+
+ dobin bin/fuidshift
+ dobin bin/lxc
+
+ dosbin bin/lxd
+
+ cd "src/${EGO_PN}"
+
+ use image && dobin scripts/lxd-images
+
+ if use nls; then
+ for lingua in ${PLOCALES}; do
+ if use linguas_${lingua}; then
+ domo po/${lingua}.mo
+ fi
+ done
+ fi
+
+ newinitd "${FILESDIR}"/lxd.initd lxd
+ newconfd "${FILESDIR}"/lxd.confd lxd
+
+ systemd_dounit "${FILESDIR}"/lxd.service
+
+ newbashcomp config/bash/lxc.in lxc
+
+ dodoc AUTHORS CONTRIBUTING.md README.md
+
+ docinto specs
+ dodoc specs/*
+}
+
+pkg_config() {
+ if brctl show lxcbr0 2>&1 | grep "No such device" >/dev/null; then
+ brctl addbr lxcbr0
+ fi
+}
+
+pkg_postinst() {
+ # The control socket will be owned by (and writeable by) this group.
+ enewgroup lxd
+
+ # Ubuntu also defines an lxd user but it appears unused (the daemon
+ # must run as root)
+
+ # precedent: sys-libs/timezone-data
+ pkg_config
+
+ einfo
+ einfo "To interact with the service as a non-root user, add yourself to the"
+ einfo "lxd group. This requires you to log out and log in again."
+ einfo
+}
next reply other threads:[~2015-08-09 20:49 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-09 20:49 Alex Brandt [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-10-11 14:39 [gentoo-commits] repo/gentoo:master commit in: app-emulation/lxd/, app-emulation/lxd/files/ Alex Brandt
2015-11-06 4:23 Erik Mackdanz
2015-11-06 4:27 Erik Mackdanz
2015-11-12 15:59 Erik Mackdanz
2015-12-12 5:38 Erik Mackdanz
2015-12-29 1:39 Erik Mackdanz
2015-12-29 1:41 Erik Mackdanz
2016-01-06 3:22 Erik Mackdanz
2016-01-06 3:24 Erik Mackdanz
2016-01-25 0:10 Erik Mackdanz
2016-02-03 23:55 Erik Mackdanz
2016-02-28 18:08 Erik Mackdanz
2016-03-08 9:45 Erik Mackdanz
2016-04-14 3:43 Erik Mackdanz
2016-05-20 4:08 Erik Mackdanz
2016-08-24 10:38 Pacho Ramos
2016-09-04 17:51 Erik Mackdanz
2016-10-04 1:39 Erik Mackdanz
2016-10-04 1:46 Erik Mackdanz
2016-10-11 4:22 Erik Mackdanz
2017-01-03 4:05 Erik Mackdanz
2017-01-30 1:54 Erik Mackdanz
2017-03-20 4:37 Erik Mackdanz
2017-03-20 4:54 Erik Mackdanz
2017-06-08 8:43 Zac Medico
2017-08-16 15:20 Michał Górny
2017-08-20 8:53 Michał Górny
2017-09-21 12:41 Amy Liffey
2017-11-29 11:21 Agostino Sarubbo
2017-11-29 11:21 Agostino Sarubbo
2018-01-26 21:22 Patrice Clement
2018-01-26 21:22 Patrice Clement
2018-07-01 17:10 Erik Mackdanz
2018-07-01 17:15 Erik Mackdanz
2018-08-19 22:20 Erik Mackdanz
2018-08-19 22:27 Erik Mackdanz
2018-09-15 13:09 Erik Mackdanz
2020-06-23 7:25 Joonas Niilola
2020-06-26 8:13 Joonas Niilola
2020-07-13 7:16 Joonas Niilola
2020-10-21 6:04 Joonas Niilola
2021-02-16 8:29 Joonas Niilola
2021-09-24 8:15 Florian Schmaus
2021-11-09 11:44 Joonas Niilola
2021-11-16 13:24 Joonas Niilola
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=1439153284.f61098fef54895ee4874d9bbc3694310322e06f7.alunduil@gentoo \
--to=alunduil@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