From 9693ad0dc712e93b08305dc8a0b0e450c66a4ec8 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 22 May 2018 00:52:05 +0200 Subject: [PATCH] changed hashboot-9999.ebuild --- sys-apps/hashboot/Manifest | 1 - sys-apps/hashboot/hashboot-9999.ebuild | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 sys-apps/hashboot/Manifest diff --git a/sys-apps/hashboot/Manifest b/sys-apps/hashboot/Manifest deleted file mode 100644 index 9d252db..0000000 --- a/sys-apps/hashboot/Manifest +++ /dev/null @@ -1 +0,0 @@ -EBUILD hashboot-9999.ebuild 831 SHA256 f7a7a843db5503983bf28415fbc1274b0f4419905a16219a789229a23ffb9b15 SHA512 822bda6a705562f7e959eb37e17193562d5e849921a155ecb6fa055dd5a6f52cee25c9a1be9c7b8e5de2dad96ad22f00218fbebfe4df2aa7d08b2607f595f9f4 WHIRLPOOL 96ef748086b40b3a053f5e401ed69d77eae4dbe0329a172f2a4d1c08fa4240f6e752b4b34bad937e0735b0242f6d3ba34d67d6d7e7bcc3922ec4df1dea861898 diff --git a/sys-apps/hashboot/hashboot-9999.ebuild b/sys-apps/hashboot/hashboot-9999.ebuild index 2f21a6b..41e2c90 100644 --- a/sys-apps/hashboot/hashboot-9999.ebuild +++ b/sys-apps/hashboot/hashboot-9999.ebuild @@ -1,6 +1,6 @@ EAPI="4" -EGIT_REPO_URI="git://git.tastytea.de/repositories/hashboot.git" +EGIT_REPO_URI="https://github.com/tastytea/hashboot.git" inherit eutils git-2 @@ -8,7 +8,7 @@ DESCRIPTION="Check integrity of files in /boot" HOMEPAGE="https://git.tastytea.de/?p=hashboot.git" LICENSE="hug-ware" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="" IUSE="" RDEPEND=" @@ -45,8 +45,8 @@ src_prepare() { src_install() { dodoc README - # insinto /usr/portage/licenses - # doins HUG-WARE + insinto /usr/portage/licenses + doins HUG-WARE dobin hashboot doinitd init/hashboot