public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alon Bar-Lev" <alonbl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/onak/
Date: Fri,  3 Mar 2017 12:45:29 +0000 (UTC)	[thread overview]
Message-ID: <1488545117.390a49a0fd82b6e6f1015499e45d1366b6a19dc6.alonbl@gentoo> (raw)

commit:     390a49a0fd82b6e6f1015499e45d1366b6a19dc6
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  3 08:03:41 2017 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Fri Mar  3 12:45:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=390a49a0

app-crypt/onak: cleanup

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-crypt/onak/Manifest          |  1 -
 app-crypt/onak/onak-0.4.0.ebuild | 54 ----------------------------------------
 2 files changed, 55 deletions(-)

diff --git a/app-crypt/onak/Manifest b/app-crypt/onak/Manifest
index 2c3e04d0f32..c2de91ac13e 100644
--- a/app-crypt/onak/Manifest
+++ b/app-crypt/onak/Manifest
@@ -1,2 +1 @@
-DIST onak-0.4.0.tar.gz 230996 SHA256 e402042d2cbcbe34cfac1d737a564054fea84ad5c00386ab0c877698c3076ecd SHA512 0cf8960652cda242fde2e834953581312431136fe380076bc3b76b42ef11ff1c83975d6d4fc8463466ce37b84c71c83fbbdfb08cd5eefb9928814b550c08ce67 WHIRLPOOL 7a56f17a856e297853e3872ac7b7f712c07e44d071d71f198785ddd5e61300b471e70b6829193ec0c01fb883f5668151f157f229d979df883ae9178cb3834177
 DIST onak-0.5.0.tar.xz 240764 SHA256 24cc12b41dec9f8a53baeeaf9ab6f9f82e7d6ea795c48c37421e8d7184a8b1fa SHA512 db38793acc82089089ac0b9fb6db9989b6bb8e94c35c14112d028d12f7bb7553b7409121378346625528c4916506d007bf40963f4a346483f51a23b670680a7d WHIRLPOOL 85cebf7807922d3c1d8c85cce23c960078971c8c74ac29ecfa9379b55fb1f8a9a8333f775935566aa2dfa27636a02d09700642e10d6605f204ab1c984ef47ccf

diff --git a/app-crypt/onak/onak-0.4.0.ebuild b/app-crypt/onak/onak-0.4.0.ebuild
deleted file mode 100644
index 0dccff84ba4..00000000000
--- a/app-crypt/onak/onak-0.4.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-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.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="berkdb postgres"
-
-DEPEND="berkdb? ( >=sys-libs/db-4 )
-	postgres? ( dev-db/postgresql[server] )"
-
-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 --enable-backend="${backend}"
-}
-
-src_install() {
-	keepdir /var/lib/onak
-	dosbin onak maxpath sixdegrees onak-mail.pl
-	dobin splitkeys stripkey
-	doman *[^0].[1-8]
-	insinto /etc
-	doins onak.conf
-	dodir /var/lib/onak/doc
-	insinto /var/lib/onak/doc
-	doins apache2 README LICENSE onak.sql
-	dodir /usr/lib/cgi-bin/pks
-	insinto /usr/lib/cgi-bin/pks
-	doins add gpgwww lookup
-
-	sed -i \
-		-e 's,^www_port 11371,www_port 0,g' \
-		-e 's,^db_dir /var/lib/lib/onak,db_dir /var/lib/onak,g' \
-		-e 's,^logfile /var/lib/log/onak.log,logfile /var/log/onak.log,g' \
-		-e 's,^max_last 1,max_last 0,g' \
-		"${D}/etc/onak.conf"
-}


             reply	other threads:[~2017-03-03 12:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-03 12:45 Alon Bar-Lev [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
2024-11-01 17:53 Petr Vaněk
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=1488545117.390a49a0fd82b6e6f1015499e45d1366b6a19dc6.alonbl@gentoo \
    --to=alonbl@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