commit: c4f27d67300453b6605fa2bf33465a9d50b4c651
Author: Mike Auty <mike.auty <AT> gmail <DOT> com>
AuthorDate: Fri Jun 13 14:00:32 2014 +0000
Commit: Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Fri Jun 13 14:00:32 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=dev/ikelos.git;a=commit;h=c4f27d67
Get rid of the buggy xortool.
---
app-crypt/xortool/Manifest | 1 -
app-crypt/xortool/xortool-9999.ebuild | 28 ----------------------------
2 files changed, 29 deletions(-)
diff --git a/app-crypt/xortool/Manifest b/app-crypt/xortool/Manifest
deleted file mode 100644
index 2183e9e..0000000
--- a/app-crypt/xortool/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD xortool-9999.ebuild 469 SHA256
33ee5396e378960de95fa5e3e4ead48725f7889cda4257a49513b8155d55f832 SHA512
f296e7cc0bf31b05bef621238dbaf28de2dbf48e17477235db10aaba61d057057f127e8aac3754374ea479f4e6c3df8c6aa05059c96987915ec8683464033edd
WHIRLPOOL
d745d384398e0bed72b4e5798599f069232e368e131fd6cc009807e10639185c2deafa633e7c632febd316929d74dc7bb635a4e05b7822885514082a9e50a91d
diff --git a/app-crypt/xortool/xortool-9999.ebuild
b/app-crypt/xortool/xortool-9999.ebuild
deleted file mode 100644
index 5911fd3..0000000
--- a/app-crypt/xortool/xortool-9999.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit git-2 eutils
-
-DESCRIPTION=""
-HOMEPAGE=""
-SRC_URI=""
-EGIT_REPO_URI="git://github.com/hellman/xortool.git"
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_install() {
- insinto /usr/share/${PN}
- doins ${S}/*.py
- dodoc ${S}/README.md
- make_wrapper ${PN} "/usr/bin/python /usr/share/${PN}/${PN}.py"
-}
-