public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/scute/files/, app-crypt/scute/
@ 2018-04-19 22:20 Alon Bar-Lev
  0 siblings, 0 replies; only message in thread
From: Alon Bar-Lev @ 2018-04-19 22:20 UTC (permalink / raw
  To: gentoo-commits

commit:     81a7c380944d141171c5e4b0b4cb68fe25da8870
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 19 21:41:33 2018 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Thu Apr 19 22:20:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81a7c380

app-crypt/scute: cleanup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-crypt/scute/Manifest                          |  1 -
 app-crypt/scute/files/scute-1.2.0-noversion.patch | 14 -------
 app-crypt/scute/files/scute-1.4.0-tests.patch     | 13 ------
 app-crypt/scute/scute-1.4.0.ebuild                | 51 -----------------------
 4 files changed, 79 deletions(-)

diff --git a/app-crypt/scute/Manifest b/app-crypt/scute/Manifest
index f43468710bc..3881b06be2f 100644
--- a/app-crypt/scute/Manifest
+++ b/app-crypt/scute/Manifest
@@ -1,2 +1 @@
-DIST scute-1.4.0.tar.bz2 772986 BLAKE2B b03ed34d5bfcba13f21b73287e68d2e9add413c629e46fa159e0da48ec092f7fd89d079369efbde2808eb407e881d6eba199b6ace0f1e4b22fdd09b8054c2ccc SHA512 7961679ce3195aeb3ed1508557c767b59970cd221b569c0fa00cd419e4017b84a851f1fbe46323a4ffb6256c6b91bb037f93edb4f4f7f9f6e0add672b9cc2015
 DIST scute-1.5.0.tar.bz2 991598 BLAKE2B 3a5fdcb5c7d1ae50ce5aa508388e768c6f59c366d81d91312a60ff319b3ad7e01b3bfe5986ee880980b0f5371402c21bd8da963977459d3b90fbd607e64ea2ae SHA512 ad1dbdba5681a92696c851eca7e2bfb61f7bf84f5e02728efc1f72cd25c4ee2dc18fe975e2903d1a85c635d16be1e2085ff2305827b48d80e18c9354e555b39a

diff --git a/app-crypt/scute/files/scute-1.2.0-noversion.patch b/app-crypt/scute/files/scute-1.2.0-noversion.patch
deleted file mode 100644
index 41d188b5926..00000000000
--- a/app-crypt/scute/files/scute-1.2.0-noversion.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: scute-1.2.0/src/Makefile.am
-===================================================================
---- scute-1.2.0.orig/src/Makefile.am
-+++ scute-1.2.0/src/Makefile.am
-@@ -109,8 +109,7 @@ scute_deps =
- endif
- 
- libscute_la_LDFLAGS = $(scute_res_ldflag) $(no_undefined) $(export_symbols) \
--	$(scute_version_script_cmd) -version-info \
--	@LIBSCUTE_LT_CURRENT@:@LIBSCUTE_LT_REVISION@:@LIBSCUTE_LT_AGE@
-+	$(scute_version_script_cmd) -avoid-version
- libscute_la_DEPENDENCIES = @LTLIBOBJS@ $(srcdir)/libscute.vers $(scute_deps)
- libscute_la_LIBADD = @LTLIBOBJS@ @LIBASSUAN_LIBS@ @GPG_ERROR_LIBS@
- 

diff --git a/app-crypt/scute/files/scute-1.4.0-tests.patch b/app-crypt/scute/files/scute-1.4.0-tests.patch
deleted file mode 100644
index f06591f77e4..00000000000
--- a/app-crypt/scute/files/scute-1.4.0-tests.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: scute-1.4.0/tests/Makefile.am
-===================================================================
---- scute-1.4.0.orig/tests/Makefile.am
-+++ scute-1.4.0/tests/Makefile.am
-@@ -35,7 +35,7 @@ TESTS = t-link t-getfunctionlist t-initi
- 	t-opensession t-closeallsessions t-getsessioninfo \
- 	t-findobjects t-getattribute t-auth
- 
--noinst_PROGRAMS = $(TESTS)
-+check_PROGRAMS = $(TESTS)
- 
- INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src
- LDADD = ../src/libscute.la

diff --git a/app-crypt/scute/scute-1.4.0.ebuild b/app-crypt/scute/scute-1.4.0.ebuild
deleted file mode 100644
index 3f47609ca57..00000000000
--- a/app-crypt/scute/scute-1.4.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools ltprune
-
-DESCRIPTION="A PKCS #11 module for OpenPGP smartcards"
-HOMEPAGE="http://www.scute.org/"
-SRC_URI="mirror://gnupg/scute/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-# configure script try to check the version of gpgsm and gpg-agent when
-# non-crosscompiling so we need to have them as build-time dependency as
-# well as runtime.  Require a version of gnupg that is patched to have
-# gpgsm-gencert.sh working (as that's what the documentation describe).
-DEPEND="
-	>=dev-libs/libgpg-error-1.4
-	>=dev-libs/libassuan-2.0.0
-	>=app-crypt/pinentry-0.7.0
-	>=app-crypt/gnupg-2.0.17-r1[smartcard]"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-	# We need no ABI versioning, reduce the number of symlinks installed
-	"${FILESDIR}/scute-1.2.0-noversion.patch"
-
-	# Don't build tests during src_compile.
-	"${FILESDIR}/scute-1.4.0-tests.patch"
-)
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--libdir=/usr/$(get_libdir)/pkcs11 \
-		--with-gpgsm=/usr/bin/gpgsm \
-		--with-gpg-agent=/usr/bin/gpg-agent
-}
-
-src_install() {
-	default
-	prune_libtool_files --modules
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-04-19 22:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-19 22:20 [gentoo-commits] repo/gentoo:master commit in: app-crypt/scute/files/, app-crypt/scute/ Alon Bar-Lev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox