From: "Petr Vaněk" <arkamar@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/onak/
Date: Fri, 1 Nov 2024 17:53:46 +0000 (UTC) [thread overview]
Message-ID: <1730483599.28d101f536f98daaa3ff0b2b3cb5d16474a777ef.arkamar@gentoo> (raw)
commit: 28d101f536f98daaa3ff0b2b3cb5d16474a777ef
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 1 17:39:03 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Fri Nov 1 17:53:19 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28d101f5
app-crypt/onak: drop 0.5.0
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
app-crypt/onak/onak-0.5.0.ebuild | 50 ----------------------------------------
1 file changed, 50 deletions(-)
diff --git a/app-crypt/onak/onak-0.5.0.ebuild b/app-crypt/onak/onak-0.5.0.ebuild
deleted file mode 100644
index 258e3d778a1e..000000000000
--- a/app-crypt/onak/onak-0.5.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="onak is an OpenPGP keyserver"
-HOMEPAGE="http://www.earth.li/projectpurple/progs/onak.html"
-SRC_URI="http://www.earth.li/projectpurple/files/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="berkdb postgres"
-
-DEPEND="berkdb? ( >=sys-libs/db-4 )
- postgres? ( dev-db/postgresql[server] )"
-
-DOCS=(
- apache2 README LICENSE onak.sql
-)
-
-# it tries to use all backends?
-RESTRICT="test"
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- local backend="fs"
- use berkdb && backend="db4"
- use postgres && backend="pg"
- if use berkdb && use postgres; then
- ewarn "berkdb and postgres requested, postgres was preferred"
- fi
- econf --localstatedir=/var --enable-backend="${backend}"
-}
-
-src_install() {
- default
- insinto /etc
- doins onak.ini
- keepdir /var/lib/onak
- dodir /usr/lib/cgi-bin/pks
- insinto /usr/lib/cgi-bin/pks
- doins add gpgwww lookup
-}
next reply other threads:[~2024-11-01 17:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-01 17:53 Petr Vaněk [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-12 7:50 [gentoo-commits] repo/gentoo:master commit in: app-crypt/onak/ Petr Vaněk
2017-03-03 12:45 Alon Bar-Lev
2017-02-04 21:40 Alon Bar-Lev
2017-01-13 23:32 Alon Bar-Lev
2017-01-13 23:32 Alon Bar-Lev
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=1730483599.28d101f536f98daaa3ff0b2b3cb5d16474a777ef.arkamar@gentoo \
--to=arkamar@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