summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-09-21 13:21:03 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-09-21 13:21:19 +0300
commit1394c577295df2ffae15dad8a2883a482c7038b8 (patch)
treeefa12b3d7cf4a89bff8cae902b962dcb2c30bd33 /app-forensics
parentapp-forensics/cmospwd: amd64 stable wrt bug #665788 (diff)
downloadgentoo-1394c577295df2ffae15dad8a2883a482c7038b8.tar.gz
gentoo-1394c577295df2ffae15dad8a2883a482c7038b8.tar.bz2
gentoo-1394c577295df2ffae15dad8a2883a482c7038b8.zip
app-forensics/cmospwd: Drop old
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'app-forensics')
-rw-r--r--app-forensics/cmospwd/cmospwd-5.1.ebuild25
1 files changed, 0 insertions, 25 deletions
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
-}