summaryrefslogtreecommitdiff
path: root/app-crypt/bsign
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-crypt/bsign
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-crypt/bsign')
-rw-r--r--app-crypt/bsign/Manifest6
-rw-r--r--app-crypt/bsign/bsign-0.4.5-r1.ebuild38
-rw-r--r--app-crypt/bsign/files/bsign-0.4.5-build.patch31
-rw-r--r--app-crypt/bsign/files/bsign-0.4.5-non-gnu.patch42
-rw-r--r--app-crypt/bsign/files/bsign-0.4.5-scripts.patch48
-rw-r--r--app-crypt/bsign/metadata.xml16
6 files changed, 0 insertions, 181 deletions
diff --git a/app-crypt/bsign/Manifest b/app-crypt/bsign/Manifest
deleted file mode 100644
index 9038927071b8..000000000000
--- a/app-crypt/bsign/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-AUX bsign-0.4.5-build.patch 993 BLAKE2B e126f5082cdba6665c9bba9d3138ffdb060ecac7811b5811bdabc8ffee48e421edb3eae8ca2c5ef01df94d6688924626d9f1dc2a45ce16d274443c6137212411 SHA512 367596ffc688f679bfe160731a57e191894794f7de522f3390dd494fa0757b8bcf1da2d7618e4652b355b18dedc69d402abb0879b440d41227ce4b2b3b384d8e
-AUX bsign-0.4.5-non-gnu.patch 1409 BLAKE2B 3975f1d0e6d70c30f1fa01444ff6dd547f5d0509e594ac9bbea0ac721de05a7d8d4fe59414a71f268564a9143f85b7b3ef34f4de5193ab3d70ee926c18ce490f SHA512 800e04dfe4c6242c250167076eaa360e626cdff9beb63ab2043611a10331a20f9354380bda2b387f0bb63a06fac9372502166bf49ec025945be1c2dc84ce0c88
-AUX bsign-0.4.5-scripts.patch 2172 BLAKE2B e39883e0f89bcf28ce9f0b7b5c65d2756bf9f6c1a98b7ce50097724e93d92661b65a5fd7b6bd889d0f3bffa44152a22869b4fecd5477b5a6e18c20c98c955b55 SHA512 fbf7e3fadbbcc82b6647f77232715d7baaef5d0ead5065e27e10f038e9cf5734808d29e8814762014d3d26ec4473a86ab9da139dc7f2d1b16770db3e7ddfb494
-DIST bsign_0.4.5.tar.gz 77471 BLAKE2B 6d9a386d608a75443e7ccd5c8d284f773ac7568754b4bdc96c6a6de0f77aad53a9bdaa6a3cec4701668d1de902a226f1e193599545c96abc21abb2b598e4d74b SHA512 a4dba37d648f683bb5b14bc9aafeb72fb0bd06e21cedb1a4bbd73dfc0a5f7bb22b5b33ef8727b5070d727afb2d97489ed4b9be28bf1025c9e618ccf47f1ef634
-EBUILD bsign-0.4.5-r1.ebuild 872 BLAKE2B 461b17c8474da0d1c834d7ded3c2ccdec28274096ae87bad719b27a3f45ca38472cc921d79b2f4e999ff57bafea1e3e08050f15d30cefa987ea6e86c414ed97b SHA512 4d52c7a8148f76d0b9566e16c717638768b004c5643221146a55f85ebb38fde93eb9631f4caedf9b698c6f2f17973023a486b4bea375ba29fcf9b16ca9a09471
-MISC metadata.xml 645 BLAKE2B 96fd50b4433323b224ceea3389b8dcb5e9b4cf88efe559198dc49477b18ec7b639dac61ee951ff9ba0b0c334adb078563d3507270cddfff6225ad5cd246e28d5 SHA512 2201dd583881aa72a4cff33b4a6d226dab5e1fbf49d9ea52dd85ad9437fd2bc54858824aa361ea9b473df43d211bddc96830c83fb8275c4db7a91cb3735d4919
diff --git a/app-crypt/bsign/bsign-0.4.5-r1.ebuild b/app-crypt/bsign/bsign-0.4.5-r1.ebuild
deleted file mode 100644
index 11ef50052dbb..000000000000
--- a/app-crypt/bsign/bsign-0.4.5-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools flag-o-matic
-
-DESCRIPTION="embed secure hashes (SHA1) and digital signatures (GNU Privacy Guard) into files"
-HOMEPAGE="http://packages.debian.org/sid/bsign"
-SRC_URI="mirror://debian/pool/main/b/${PN}/${PN}_${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc ~x86 ~x86-linux ~ppc-macos"
-IUSE="static-libs"
-
-PATCHES=(
- "${FILESDIR}"/${P}-non-gnu.patch # for Darwin, BSD, Solaris, etc.
- "${FILESDIR}"/${P}-build.patch
- "${FILESDIR}"/${P}-scripts.patch
-)
-
-src_prepare() {
- default
- mv configure.in configure.ac
- eautoreconf
-}
-
-src_configure() {
- use static-libs && append-ldflags -static
- default
-}
-
-src_install() {
- einstalldocs
- dobin bsign_sign bsign_verify bsign_hash bsign_check
- newbin o/bsign-unstripped bsign
- doman bsign.1
-}
diff --git a/app-crypt/bsign/files/bsign-0.4.5-build.patch b/app-crypt/bsign/files/bsign-0.4.5-build.patch
deleted file mode 100644
index c6e40ada4cb2..000000000000
--- a/app-crypt/bsign/files/bsign-0.4.5-build.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-diff -urNp bsign-0.4.5/configure.in bsign-0.4.5.new/configure.in
---- bsign-0.4.5/configure.in 2002-01-18 03:16:44.000000000 +0200
-+++ bsign-0.4.5.new/configure.in 2013-06-16 00:54:36.470673947 +0300
-@@ -14,12 +14,8 @@ AC_PROG_LN_S
- AC_PROG_MAKE_SET
- AC_PROG_INSTALL
-
--CFLAGS=-g
--CXXFLAGS=-g
--
- if test "${GXX}" = "yes" ; then
- CFLAGS_W=" -Wall -Wno-parentheses -Wno-unused"
-- CFLAGS="${CFLAGS}"
- fi
-
- dnl Checks for header files.
-diff -urNp bsign-0.4.5/Makefile.in bsign-0.4.5.new/Makefile.in
---- bsign-0.4.5/Makefile.in 2002-01-27 22:56:56.000000000 +0200
-+++ bsign-0.4.5.new/Makefile.in 2013-06-16 00:56:30.254676986 +0300
-@@ -56,9 +56,8 @@ CFLAGS=@CFLAGS@ @DEFS@
- #CFLAGS_O=-O2 -fomit-frame-pointer
- #CFLAGS_P=$(CFLAGS) -pg
- CFLAGS_=-g $(CFLAGS_I)@CFLAGS_W@ $(CFLAGS_O) $(CFLAGS_P)
--CXXFLAGS=$(CFLAGS)
--CXXFLAGS_=$(CFLAGS_)
--LFLAGS=-g -static @LDFLAGS@ @LIBS@
-+CXXFLAGS=@CXXFLAGS@ @DEFS@
-+LFLAGS=-g @LDFLAGS@ @LIBS@
- #LFLAGS=-g @LDFLAGS@ @LIBS@
- #LFLAGS=-pg ${LFLAGS}
- DEPEND=depend.m
diff --git a/app-crypt/bsign/files/bsign-0.4.5-non-gnu.patch b/app-crypt/bsign/files/bsign-0.4.5-non-gnu.patch
deleted file mode 100644
index 3ba133b4f869..000000000000
--- a/app-crypt/bsign/files/bsign-0.4.5-non-gnu.patch
+++ /dev/null
@@ -1,42 +0,0 @@
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -62,7 +62,7 @@
- #LFLAGS=-g @LDFLAGS@ @LIBS@
- #LFLAGS=-pg ${LFLAGS}
- DEPEND=depend.m
--ECHO=@/bin/echo
-+ECHO=@echo
- INSTALL=@INSTALL@
- INSTALL_PROGRAM=@INSTALL_PROGRAM@
- INSTALL_DATA=@INSTALL_DATA@
-@@ -192,11 +192,11 @@
- #
-
- .version: .version_major .version_minor .version_patch
-- @/bin/echo -n `cat .version_major`.`cat .version_minor`.`cat \
-+ @printf "%s" `cat .version_major`.`cat .version_minor`.`cat \
- .version_patch` > .version
-
- _version.h: .version
-- @/bin/echo -e \#define SZ_VERSION \"`cat .version`\" > _version.h
-+ @echo "#define SZ_VERSION \"`cat .version`\"" > _version.h
-
- .PHONY: transmit
- transmit: # distribution-archive
-@@ -209,12 +209,12 @@
-
- version.sed: _version.h
- @echo Creating version-specific sed script...
-- @/bin/echo s/\<\<version\>\>/`cat .version`/ > version.sed
-- @/bin/echo s/\<\<date\>\>/`date +"%d%b%y" \
-+ @echo s/\<\<version\>\>/`cat .version`/ > version.sed
-+ @echo s/\<\<date\>\>/`date +"%d%b%y" \
- | sed -e y/abceglnoprtuvy/ABCEGLNOPRTUVY/`/ >> version.sed
-- @/bin/echo s/\<\<tar-file\>\>/${PACKAGE}-`cat .version`.tar.gz/ \
-+ @echo s/\<\<tar-file\>\>/${PACKAGE}-`cat .version`.tar.gz/ \
- >> version.sed
-- @/bin/echo s/\<\<lsm-file\>\>/${PACKAGE}-`cat .version`.lsm/ >> version.sed
-+ @echo s/\<\<lsm-file\>\>/${PACKAGE}-`cat .version`.lsm/ >> version.sed
-
- .PHONY: ${PACKAGE}.lsm
- ${PACKAGE}.lsm: version.sed LSM
diff --git a/app-crypt/bsign/files/bsign-0.4.5-scripts.patch b/app-crypt/bsign/files/bsign-0.4.5-scripts.patch
deleted file mode 100644
index 97f79e68e29c..000000000000
--- a/app-crypt/bsign/files/bsign-0.4.5-scripts.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-diff -urNp bsign-0.4.5/bsign_check bsign-0.4.5.new2/bsign_check
---- bsign-0.4.5/bsign_check 2002-01-27 22:49:04.000000000 +0200
-+++ bsign-0.4.5.new2/bsign_check 2013-06-16 01:00:55.862655310 +0300
-@@ -9,7 +9,7 @@
- # LOCATIONS gives the path includes and excludes that guide where
- # bsign looks for input files.
-
--LOCATIONS=-i / -e /boot -e /cdrom -e /dev -e /proc -e $BASE_PATH
-+LOCATIONS="-i / -e /boot -e /cdrom -e /dev -e /proc -e $BASE_PATH"
-
- # MAIL_TO is the list of email addresses that will receive email when
- # this script terminates. The mail will contain the output of
-diff -urNp bsign-0.4.5/bsign_hash bsign-0.4.5.new2/bsign_hash
---- bsign-0.4.5/bsign_hash 2002-01-27 22:49:04.000000000 +0200
-+++ bsign-0.4.5.new2/bsign_hash 2013-06-16 01:00:43.543657092 +0300
-@@ -9,7 +9,7 @@
- # LOCATIONS gives the path includes and excludes that guide where
- # bsign looks for input files.
-
--LOCATIONS=-i / -e /boot -e /cdrom -e /dev -e /proc
-+LOCATIONS="-i / -e /boot -e /cdrom -e /dev -e /proc"
-
- # --- End of customization macros
-
-diff -urNp bsign-0.4.5/bsign_sign bsign-0.4.5.new2/bsign_sign
---- bsign-0.4.5/bsign_sign 2002-01-27 20:44:09.000000000 +0200
-+++ bsign-0.4.5.new2/bsign_sign 2013-06-16 01:00:17.737660680 +0300
-@@ -23,7 +23,7 @@ KEY_PATH=$BASE_PATH
- # LOCATIONS gives the path includes and excludes that guide where
- # bsign looks for input files.
-
--LOCATIONS=-i / -e /boot -e /cdrom -e /dev -e /proc -e $BASE_PATH
-+LOCATIONS="-i / -e /boot -e /cdrom -e /dev -e /proc -e $BASE_PATH"
-
- # --- End of customization macros
-
-diff -urNp bsign-0.4.5/bsign_verify bsign-0.4.5.new2/bsign_verify
---- bsign-0.4.5/bsign_verify 2002-01-27 20:44:09.000000000 +0200
-+++ bsign-0.4.5.new2/bsign_verify 2013-06-16 01:00:28.114659254 +0300
-@@ -23,7 +23,7 @@ KEY_PATH=$BASE_PATH
- # LOCATIONS gives the path includes and excludes that guide where
- # bsign looks for input files.
-
--LOCATIONS=-i / -e /boot -e /cdrom -e /dev -e /proc -e $BASE_PATH
-+LOCATIONS="-i / -e /boot -e /cdrom -e /dev -e /proc -e $BASE_PATH"
- #LOCATIONS=-i /bin -i /sbin -i /usr/bin -i /usr/sbin
-
- # MAIL_TO is the list of email addresses that will receive email when
diff --git a/app-crypt/bsign/metadata.xml b/app-crypt/bsign/metadata.xml
deleted file mode 100644
index a79daae298c8..000000000000
--- a/app-crypt/bsign/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>crypto@gentoo.org</email>
- <name>Crypto</name>
- </maintainer>
- <longdescription>
- This package embeds secure hashes (SHA1) and digital signatures (GNU
- Privacy Guard) into files for verification and authentication.
- Currently, target file types are all ELF format: executables, kernel
- modules, schared and static link libraries. This program has
- functionality similar to tripwire and integrit without the need to
- maintain a database.
- </longdescription>
-</pkgmetadata>