summaryrefslogtreecommitdiff
path: root/app-forensics
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-09-21 18:00:10 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-09-21 18:00:10 +0100
commit265dbe5dbc14c199299496c6db8fce3f76647015 (patch)
treeab18b5617d138f6684566b619405090989d55a2c /app-forensics
parent586819755b4dbfdffdc8a725ab7c0f86095b8489 (diff)
gentoo resync : 21.09.2018
Diffstat (limited to 'app-forensics')
-rw-r--r--app-forensics/Manifest.gzbin5221 -> 5216 bytes
-rw-r--r--app-forensics/cmospwd/Manifest3
-rw-r--r--app-forensics/cmospwd/cmospwd-5.1-r1.ebuild2
-rw-r--r--app-forensics/cmospwd/cmospwd-5.1.ebuild25
4 files changed, 2 insertions, 28 deletions
diff --git a/app-forensics/Manifest.gz b/app-forensics/Manifest.gz
index 0f00e3e937ec..ae6c4ec6d385 100644
--- a/app-forensics/Manifest.gz
+++ b/app-forensics/Manifest.gz
Binary files differ
diff --git a/app-forensics/cmospwd/Manifest b/app-forensics/cmospwd/Manifest
index 4d20c1cb3ece..93613aaacff0 100644
--- a/app-forensics/cmospwd/Manifest
+++ b/app-forensics/cmospwd/Manifest
@@ -1,4 +1,3 @@
DIST cmospwd-5.1.tar.bz2 36792 BLAKE2B 763bf04af7591843190570d7084e16c2a4490319bc4a3aba9b4a32e440c66ee981f8d90749dca9df69f963294a29500da4641b51e74c7bb6f0f0e4f23a165d63 SHA512 eb76bbab2e686b54421556c5228b90a35c2883d59b31815ab04494df8e2d03e7193abdd83c4a7fa5915abdff1f189eb69bd29fc02ea9d84565ea8767e2c455a8
-EBUILD cmospwd-5.1-r1.ebuild 533 BLAKE2B 10cdc2d513942f6930a3c51ca4c53d448d2a2b241966ff4b8e9335046d5067ae06464aebdb36bb59a1976fdadc3b4cbed73d7b3dd1f0de9ecb0c37a2b24a22e9 SHA512 121aeabe4ca7cf83de26531a3629bf5a3e5b5fd3aa17f7c1a604354d594bdf085e34bfbdacf458d2348bfac9e9c7108aad413d7e3b2d03c2f2c0d8b7a520e48d
-EBUILD cmospwd-5.1.ebuild 525 BLAKE2B aacc16565496c67f20b8c7ec394cddfda840f8d34b240d962128c6b74252e25e87b226225db4d71f5e716eb23b95739bd1a171a7cf553c5d885841cf63e2c3f4 SHA512 aba354443e4bd2aea621a045ffd93ce074a40588ea99131a5a451fa13c3d0dd3e75472091fb2707de1030813f03ce1d77bf0773ec09d5b662a6145c30b860314
+EBUILD cmospwd-5.1-r1.ebuild 532 BLAKE2B 83d6be1185b239122ae7e27452bfe21f30880cc8ccc61c0ddfefc1ff9da892ca1b6755c9d74e1a70cb3718e2afdb741e83f5aaeeb74558477a226fec09e5ef48 SHA512 b42571b32308722bceb5d4c18c3a1b23f5e4beae8e4375ad4321456cafdbac6d06b17cf7c3165179c164646d20250d0d56463f616a6dd5fa72956b372e1a045b
MISC metadata.xml 675 BLAKE2B e1dec7335653927acf2ffbe7bfded2d55711d7df2585c4458c2e26e9f5a8d43f9943bae98f12554e669ba6b5438345024df2b11a9bbd161885436377a036e2ed SHA512 4caf9543690502df3320fcd85b841a2a17cad7d4a309bc40d539b23fcc260ffaf25ae3b0d62f7dd84319251bf65cd2e2fc997e9f8a196a15e016b795efc5f0ff
diff --git a/app-forensics/cmospwd/cmospwd-5.1-r1.ebuild b/app-forensics/cmospwd/cmospwd-5.1-r1.ebuild
index 18e68229053d..c982da0f0866 100644
--- a/app-forensics/cmospwd/cmospwd-5.1-r1.ebuild
+++ b/app-forensics/cmospwd/cmospwd-5.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.cgsecurity.org/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE=""
src_compile() {
diff --git a/app-forensics/cmospwd/cmospwd-5.1.ebuild b/app-forensics/cmospwd/cmospwd-5.1.ebuild
deleted file mode 100644
index 5d8abd99a5cd..000000000000
--- a/app-forensics/cmospwd/cmospwd-5.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit toolchain-funcs
-
-DESCRIPTION="CmosPwd decrypts password stored in cmos used to access BIOS SETUP"
-HOMEPAGE="https://www.cgsecurity.org/wiki/CmosPwd"
-SRC_URI="https://www.cgsecurity.org/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-src_compile() {
- cd src
- $(tc-getCC) ${CFLAGS} ${LDFLAGS} cmospwd.c -o cmospwd || die
-}
-
-src_install() {
- dosbin src/cmospwd
- dodoc cmospwd.txt
-}