public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/doas/
Date: Sat, 15 Oct 2016 15:14:00 +0000 (UTC)	[thread overview]
Message-ID: <1476544281.40ac03c6a01b8cfac6c5a5335fcc6786dfd22a3a.monsieurp@gentoo> (raw)

commit:     40ac03c6a01b8cfac6c5a5335fcc6786dfd22a3a
Author:     Felix Janda <felix.janda <AT> posteo <DOT> de>
AuthorDate: Fri Oct 14 23:18:23 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 15:11:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40ac03c6

app-admin/doas: new package.

doas allows to run programs as another user, and is a lightweight
alternative to sys-apps/sudo.

Gentoo-Bug: https://bugs.gentoo.org/597010
Closes: https://github.com/gentoo/gentoo/pull/2560

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-admin/doas/Manifest        |  1 +
 app-admin/doas/doas-6.0.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++
 app-admin/doas/metadata.xml    | 15 +++++++++++++++
 3 files changed, 56 insertions(+)

diff --git a/app-admin/doas/Manifest b/app-admin/doas/Manifest
new file mode 100644
index 00000000..2c56823
--- /dev/null
+++ b/app-admin/doas/Manifest
@@ -0,0 +1 @@
+DIST OpenDoas-6.0.tar.gz 28482 SHA256 59b5ce734591e0e5142f9cb27aaa56a4d5ce470d1f7ad85e9679cd91d2dd2058 SHA512 2bf5e00895a45d87785e7a494a1506844afd843ef5375e0b0e3795ebc24712bb941c6feeb87e426e41a240d40aca9b4c099f77220745bb7142a7a4b303441f60 WHIRLPOOL 037154c8aa81dd33a253a7d8837183d9cd4652ad1a333c1a8771a31cb31fc4721fdcdfc29c786c4bb9f011a61ef978b8e04e75336ea4628673405a68b3a2b839

diff --git a/app-admin/doas/doas-6.0.ebuild b/app-admin/doas/doas-6.0.ebuild
new file mode 100644
index 00000000..5469c66
--- /dev/null
+++ b/app-admin/doas/doas-6.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="Run commands as super user or another user, alternative to sudo from OpenBSD"
+
+MY_PN=OpenDoas
+MY_P=${MY_PN}-${PV}
+HOMEPAGE="https://github.com/Duncaen/OpenDoas"
+SRC_URI="https://github.com/Duncaen/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
+S="${WORKDIR}"/${MY_P}
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm"
+IUSE="pam"
+
+RDEPEND="pam? ( virtual/pam )"
+DEPEND="${RDEPEND}
+	virtual/yacc"
+
+src_prepare()
+{
+	default
+	sed -i 's/-Werror //' Makefile || die
+}
+
+src_configure()
+{
+	tc-export CC AR
+	./configure \
+		--prefix="${EPREFIX}"/usr \
+		--sysconfdir="${EPREFIX}"/etc \
+		$(use_with pam) \
+		|| die
+}

diff --git a/app-admin/doas/metadata.xml b/app-admin/doas/metadata.xml
new file mode 100644
index 00000000..90a63f8
--- /dev/null
+++ b/app-admin/doas/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+	<email>felix.janda@posteo.de</email>
+	<name>Felix Janda</name>
+</maintainer>
+<maintainer type="project">
+	<email>proxy-maint@gentoo.org</email>
+	<name>Proxy Maintainers</name>
+</maintainer>
+<upstream>
+	<remote-id type="github">Duncaen/OpenDoas</remote-id>
+</upstream>
+</pkgmetadata>


             reply	other threads:[~2016-10-15 15:14 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-15 15:14 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-12-16  8:20 [gentoo-commits] repo/gentoo:master commit in: app-admin/doas/ Tobias Klausmann
2018-04-16  7:00 Mikle Kolyada
2019-10-12 18:33 Mikle Kolyada
2020-03-15 17:52 Joonas Niilola
2020-07-06 11:27 Mart Raudsepp
2020-08-08  9:04 Joonas Niilola
2020-11-03 11:57 Joonas Niilola
2020-11-05 14:32 Joonas Niilola
2020-11-06  5:21 Sam James
2020-11-06 11:17 Sam James
2020-12-04 20:45 Sergei Trofimovich
2021-01-27  0:21 Sam James
2021-01-27 17:45 Sergei Trofimovich
2021-01-30 21:37 Sam James
2021-01-31 20:23 Sam James
2021-02-01  8:26 Sam James
2021-02-01  8:27 Sam James
2021-02-01  8:28 Sam James
2021-02-05  2:06 Sam James
2021-02-07 18:19 Sergei Trofimovich
2021-02-10 14:48 Sam James
2021-02-11  7:36 Sergei Trofimovich
2021-02-18  7:27 Sam James
2021-06-30 18:40 Sam James
2021-08-18  3:15 Yixun Lan
2022-04-15  6:18 Joonas Niilola
2022-04-15  6:18 Joonas Niilola
2022-10-28 14:55 Arthur Zamarin
2022-10-28 14:55 Arthur Zamarin
2022-10-28 18:55 Sam James
2024-01-03  2:24 Sam James

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=1476544281.40ac03c6a01b8cfac6c5a5335fcc6786dfd22a3a.monsieurp@gentoo \
    --to=monsieurp@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