app-forensics/cmospwd: Drop old
authorMikle Kolyada <zlogene@gentoo.org>
Fri, 21 Sep 2018 10:21:03 +0000 (13:21 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Fri, 21 Sep 2018 10:21:19 +0000 (13:21 +0300)
Package-Manager: Portage-2.3.49, Repoman-2.3.10

app-forensics/cmospwd/cmospwd-5.1.ebuild [deleted file]

diff --git a/app-forensics/cmospwd/cmospwd-5.1.ebuild b/app-forensics/cmospwd/cmospwd-5.1.ebuild
deleted file mode 100644 (file)
index 5d8abd9..0000000
+++ /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
-}