From: "Amy Liffey" <amynka@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/pesign/, app-crypt/pesign/files/
Date: Thu, 18 Jan 2018 20:16:49 +0000 (UTC) [thread overview]
Message-ID: <1516306602.0a25e904e02b68c65ab23fafce917e08e0b73e70.amynka@gentoo> (raw)
commit: 0a25e904e02b68c65ab23fafce917e08e0b73e70
Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 18 20:14:58 2018 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 20:16:42 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a25e904
app-crypt/pesign: remove old
Package-Manager: Portage-2.3.13, Repoman-2.3.3
app-crypt/pesign/Manifest | 1 -
app-crypt/pesign/files/destdir.patch | 10 -------
app-crypt/pesign/pesign-0.108.ebuild | 55 ------------------------------------
3 files changed, 66 deletions(-)
diff --git a/app-crypt/pesign/Manifest b/app-crypt/pesign/Manifest
index 1af642830c5..51dcd1c94d6 100644
--- a/app-crypt/pesign/Manifest
+++ b/app-crypt/pesign/Manifest
@@ -1,2 +1 @@
-DIST pesign-0.108.tar.gz 96838 BLAKE2B ae17d48af15f031ef982d915c61c9c0b647c3a01beb106e9f0dbdcc9c47f2a56b211fd2c23dc0e1131c52b4a12034227bfeeddb0ecb9531201b7762374d8b787 SHA512 f72fb9c3e843341300b68e06bb153690734f6e506cdd9f0d9362c760ff48194ed1ed29e0b58a5050e7331069ad47a9902cc9e34bf616667baf84208f2b69a918
DIST pesign-0.112.tar.gz 107632 BLAKE2B 737b75aec7efa9f41dbdb509405dede914cd5aa563572f0d2ede96a321f4a669170c696c7bd93bad1a5c1a6f2c65715b66317544fa6fc55d6b7f85436d778e8a SHA512 9a0cd266f973fbd7bbbd23939d0be3c34dbccd9ab20941bf967ca1b18aa5bf5d2c41cdef0799399e09e7b0fc59a0b34bc660afb6da292eb1c127db2893362018
diff --git a/app-crypt/pesign/files/destdir.patch b/app-crypt/pesign/files/destdir.patch
deleted file mode 100644
index 70332410a3c..00000000000
--- a/app-crypt/pesign/files/destdir.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-diff --git a/Make.defaults b/Make.defaults
-index 864f98b..e2c967b 100644
---- a/Make.defaults
-+++ b/Make.defaults
-@@ -1,4 +1,4 @@
--INSTALLROOT:= /
-+INSTALLROOT:= $(DESTDIR)
- PREFIX := /usr
-
- HOSTARCH = $(shell uname -m | sed s,i[3456789]86,ia32,)
diff --git a/app-crypt/pesign/pesign-0.108.ebuild b/app-crypt/pesign/pesign-0.108.ebuild
deleted file mode 100644
index 6413ee2491d..00000000000
--- a/app-crypt/pesign/pesign-0.108.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib
-
-DESCRIPTION="Tools for manipulating signed PE-COFF binaries"
-HOMEPAGE="https://github.com/vathpela/pesign"
-SRC_URI="https://github.com/vathpela/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libressl"
-
-RDEPEND="
- dev-libs/nspr
- dev-libs/nss
- dev-libs/popt
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
- sys-apps/util-linux
-"
-DEPEND="${RDEPEND}
- sys-apps/help2man
- sys-boot/gnu-efi
- virtual/pkgconfig
-"
-
-src_prepare() {
- epatch "${FILESDIR}"/destdir.patch
-}
-
-src_install() {
- default
-
- # remove some files that don't make sense for Gentoo installs
- rm -rf "${ED}/etc/" "${ED}/usr/share/doc/pesign/" || die
-
- # create .so symlink
- ln -s libdpe.so "${ED}/usr/$(get_libdir)/libdpe.so.0"
-}
-#
-#src_prepare() {
-# local iarch
-# case ${ARCH} in
-# ia64) iarch=ia64 ;;
-# x86) iarch=ia32 ;;
-# amd64) iarch=x86_64 ;;
-# *) die "unsupported architecture: ${ARCH}" ;;
-# esac
-# sed -i "/^EFI_ARCH=/s:=.*:=${iarch}:" configure || die
-# sed -i 's/-m64$/& -march=x86-64/' tests/Makefile.in || die
-#}
next reply other threads:[~2018-01-18 20:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-18 20:16 Amy Liffey [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-03-11 18:27 [gentoo-commits] repo/gentoo:master commit in: app-crypt/pesign/, app-crypt/pesign/files/ Mike Gilbert
2022-02-14 19:48 Sam James
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=1516306602.0a25e904e02b68c65ab23fafce917e08e0b73e70.amynka@gentoo \
--to=amynka@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