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 3FC1B139695 for ; Fri, 3 Mar 2017 12:45:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FFEA21C028; Fri, 3 Mar 2017 12:45:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C66C21C012 for ; Fri, 3 Mar 2017 12:45:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE9FD341771 for ; Fri, 3 Mar 2017 12:45:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 331E45AF2 for ; Fri, 3 Mar 2017 12:45:29 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1488545117.390a49a0fd82b6e6f1015499e45d1366b6a19dc6.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/onak/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/onak/Manifest app-crypt/onak/onak-0.4.0.ebuild X-VCS-Directories: app-crypt/onak/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 390a49a0fd82b6e6f1015499e45d1366b6a19dc6 X-VCS-Branch: master Date: Fri, 3 Mar 2017 12:45:29 +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: bcf6cf11-a857-48d3-ba8e-5e281a6baf6b X-Archives-Hash: 8440cdfde299631ee225033d06605e6d commit: 390a49a0fd82b6e6f1015499e45d1366b6a19dc6 Author: Alon Bar-Lev gentoo org> AuthorDate: Fri Mar 3 08:03:41 2017 +0000 Commit: Alon Bar-Lev gentoo 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" -}