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/signing-party/
Date: Thu,  5 Oct 2017 16:08:50 +0000 (UTC)	[thread overview]
Message-ID: <1507219701.9bdd4dbfc2af3aecdfca5e59a3f4eb202873d845.alonbl@gentoo> (raw)

commit:     9bdd4dbfc2af3aecdfca5e59a3f4eb202873d845
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  5 16:08:09 2017 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Thu Oct  5 16:08:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bdd4dbf

app-crypt/signing-party: clenaup

Package-Manager: Portage-2.3.8, Repoman-2.3.3
Gentoo-Bug: 6118484

 app-crypt/signing-party/Manifest                 |   1 -
 app-crypt/signing-party/signing-party-2.4.ebuild | 114 -----------------------
 2 files changed, 115 deletions(-)

diff --git a/app-crypt/signing-party/Manifest b/app-crypt/signing-party/Manifest
index 955310ae4c8..72091f7b688 100644
--- a/app-crypt/signing-party/Manifest
+++ b/app-crypt/signing-party/Manifest
@@ -1,3 +1,2 @@
-DIST signing-party_2.4.orig.tar.gz 197731 SHA256 02b3487ab80cb3030d33317ce1290c2700241fd2138f6768a49c63a55a6a62fe SHA512 0ab18af70314839193d25053c6b3de31afba173ae70a39b84e19aad8ec4864bbd95f9b685b3bc807674310c35af2dc75145eb6eb9d03d6a0ce84ce45ac7f29c0 WHIRLPOOL fb6892338c110751f7332905afd0336dae667104650a1bc10422111d169a398cfebbe2753202d8a64643eb0bd1a16bb0424b7e71be8651077985cbdb1bc51b99
 DIST signing-party_2.5.orig.tar.gz 198105 SHA256 62db91ccbde650ffbb332beab9cba0676b0d42fc46034fa3c28a471cc0ec4bf8 SHA512 a04875bfaef791a6505134dd2530148d5e6baaa8aa5610e75d42fbf59e884fafffb5de2486425bb53e6464ff3fd35b974684d8bc85291750e4a7bd8bb82b0da3 WHIRLPOOL 7c070f194a67de7fe4ac2f479c6e15a96bf3f182a9065f293b60f5fb979f035c160860ec25ffe0fcc64b30561af94db40b3d8cb113dc8e8cf17cfe2f9bec5248
 DIST signing-party_2.6.orig.tar.gz 201210 SHA256 d9458db6c5a01298838af99655c0edbebd0c955f50866c6e0f6f277a1dbbabd8 SHA512 094af9b354d958d382bf99a1f10a9f12585f85769686e3bc9b9b813016f68232775e4002c0a7accbc894c946f7532b32ee7f9b3e23d467b973041c092ba4efb9 WHIRLPOOL 4e8c873d0b7aa36442e82cfa204aa900bddd037b00d6bfdf12b18fe6a47acaff6c621956576d0371ed00b0b3985e0a40d6cc2e124f2649367d407ffe8433e0fe

diff --git a/app-crypt/signing-party/signing-party-2.4.ebuild b/app-crypt/signing-party/signing-party-2.4.ebuild
deleted file mode 100644
index cd322004511..00000000000
--- a/app-crypt/signing-party/signing-party-2.4.ebuild
+++ /dev/null
@@ -1,114 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils toolchain-funcs autotools
-
-DESCRIPTION="A collection of several tools related to OpenPGP"
-HOMEPAGE="http://pgp-tools.alioth.debian.org/"
-SRC_URI="mirror://debian/pool/main/s/signing-party/${PN}_${PV}.orig.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}
-	>=app-crypt/gnupg-1.3.92
-	app-crypt/libmd
-	dev-perl/GnuPG-Interface
-	dev-perl/Text-Template
-	dev-perl/MIME-tools
-	net-mail/qprint
-	>=dev-perl/MailTools-1.62
-	dev-perl/Net-IDN-Encode
-	virtual/mailx
-	virtual/mta
-	|| (
-		dev-perl/libintl-perl
-		dev-perl/Text-Iconv
-		app-text/recode
-	)"
-S=$WORKDIR
-
-src_prepare() {
-	# app-crypt/keylookup
-	rm -r keylookup || die
-	# media-gfx/springgraph
-	rm -r springgraph || die
-
-	cd keyanalyze/pgpring || die
-	sed -i 's/AM_C_PROTOTYPES//' configure.ac || die
-	eautoreconf
-	cd "${WORKDIR}" || die
-
-	find . -name Makefile | xargs sed -i -e 's/CFLAGS:=/CFLAGS=/' -e 's/CPPFLAGS:=/CPPFLAGS=/' -e 's/LDFLAGS:=/LDFLAGS=/'
-
-	sed -i "s:/usr/share/doc/signing-party/caff/caffrc.sample:${EPREFIX}/usr/share/doc/${P}/caff/caffrc.sample.gz:g" \
-		caff/caff || die
-	sed -i -e 's/automake[^ ]*/true/g' -e 's/autoconf[^ ]*/true/g' keyanalyze/Makefile || die
-	sed -i 's/make /\$(MAKE) /' keyanalyze/Makefile || die
-}
-
-src_compile() {
-	emake \
-		CC="$(tc-getCC)" \
-		CPPFLAGS="${CPPFLAGS}" \
-		CFLAGS="${CFLAGS}" \
-		LDFLAGS="${LDFLAGS}" \
-		STRIP=true
-}
-
-src_install() {
-	# Check Makefile when a new tool is introduced to this package.
-	# caff
-	dobin caff/caff caff/pgp-clean caff/pgp-fixkey
-	docinto caff
-	dodoc caff/{README*,THANKS,TODO,caffrc.sample}
-	# gpgdir
-	dobin gpgdir/gpgdir
-	docinto gpgdir
-	dodoc gpgdir/{VERSION,LICENSE,README,INSTALL,CREDITS,ChangeLog*}
-	# gpg-key2ps
-	dobin gpg-key2ps/gpg-key2ps
-	docinto gpg-key2ps
-	dodoc gpg-key2ps/README
-	# gpglist
-	dobin gpglist/gpglist
-	# gpg-mailkeys
-	dobin gpg-mailkeys/gpg-mailkeys
-	docinto gpg-mailkeys
-	dodoc gpg-mailkeys/{example.gpg-mailkeysrc,README}
-	# gpgparticipants
-	dobin gpgparticipants/gpgparticipants
-	# gpgwrap
-	dobin gpgwrap/bin/gpgwrap
-	docinto gpgwrap
-	dodoc gpgwrap/{LICENSE,NEWS,README}
-	doman gpgwrap/doc/gpgwrap.1
-	# gpgsigs
-	dobin gpgsigs/gpgsigs
-	insinto /usr/share/signing-party
-	# keyanalyze
-	# TODO: some of the scripts are intended for webpages, and not really
-	# packaging, so they are NOT installed yet.
-	newbin keyanalyze/pgpring/pgpring pgpring-keyanalyze
-	dobin keyanalyze/{keyanalyze,process_keys}
-	docinto keyanalyze
-	dodoc keyanalyze/{README,Changelog}
-	# See app-crypt/keylookup instead
-	#dobin keylookup/keylookup
-	#docinto keylookup
-	#dodoc keylookup/NEWS
-	# sig2dot
-	dobin sig2dot/sig2dot
-	dodoc sig2dot/README.sig2dot
-	# See media-gfx/springgraph instead
-	#dobin springgraph/springgraph
-	#dodoc springgraph/README.springgraph
-	# all other manpages, and the root doc
-	doman */*.1
-	dodoc README
-}


             reply	other threads:[~2017-10-05 16:08 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-05 16:08 Alon Bar-Lev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-05-06 19:57 [gentoo-commits] repo/gentoo:master commit in: app-crypt/signing-party/ Mikle Kolyada
2022-05-06 19:57 Mikle Kolyada
2020-07-12 16:47 Mikle Kolyada
2020-01-10  8:54 Mikle Kolyada
2020-01-10  8:54 Mikle Kolyada
2019-12-01 13:28 Mikle Kolyada
2019-12-01 13:28 Mikle Kolyada
2019-05-26 17:16 Alon Bar-Lev
2019-05-26  7:33 Sergei Trofimovich
2019-04-28 20:34 Thomas Deutschmann
2019-04-28 19:39 Mikle Kolyada
2019-04-13  8:07 Alon Bar-Lev
2019-04-10 18:54 Alon Bar-Lev
2018-05-26 10:09 Alon Bar-Lev
2018-05-26 10:01 Mikle Kolyada
2018-04-20  1:28 Aaron Bauman
2018-02-01 18:42 Alon Bar-Lev
2017-10-13 16:41 Alon Bar-Lev
2017-10-13 14:31 Thomas Deutschmann
2017-10-13 11:02 Manuel Rüger
2017-10-12 19:04 Sergei Trofimovich
2017-10-05 11:07 Sergei Trofimovich
2017-09-08 19:39 Alon Bar-Lev
2017-08-13  9:57 Sergei Trofimovich
2017-03-25 21:46 Alon Bar-Lev
2017-03-04 13:38 Agostino Sarubbo
2017-02-04  1:31 Alon Bar-Lev
2017-01-02 10:02 Alon Bar-Lev
2016-12-19 14:14 Tobias Klausmann
2016-10-15 21:30 Manuel Rüger
2016-10-09 12:43 Diego Elio Pettenò
2016-09-05  0:21 Manuel Rüger
2016-06-12 13:41 Alon Bar-Lev
2016-04-26 20:03 Andreas Hüttel
2015-12-20 15:56 Alon Bar-Lev
2015-08-21  9:57 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=1507219701.9bdd4dbfc2af3aecdfca5e59a3f4eb202873d845.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