Remove Heimdall ebuilds. They are now in main tree.
--- a/dev-util/heimdall/Manifest Wed Jun 26 15:35:37 2013 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-EBUILD heimdall-1.1.1.ebuild 709 SHA256 2a24068cfaf2f8e61b06b1baca7333bc7824427fe8c502ce15723449fbc15969 SHA512 cd1224156caabea91ce3e95febad986329aa82f467b224f2b0a4f2d6011df8536d5c19147be399eda03e8656ca9d57be979fb3d576fe203c59933bafe52b8622 WHIRLPOOL d76e8ef58a4a84462c74da3fead928e0e1649dc5a39b012f09b90d458d5d3554b075678022933aa2d817adbea7f2c8d2c544eca6337a7391dd52e8dca5065246
-EBUILD heimdall-1.3.1.ebuild 850 SHA256 dd1c38f1d2590d91d0cafd0e84441cca25418ad1b509f1ff23c23cccbd1ccd36 SHA512 c9ca4670343a4e1f9291628800500a333deb47b8c4ccf4bffc98e31f5d9512a6a74aaafd890b253aa99c0e5ccf57d7807412e048d733239a69faa9aad7ca0623 WHIRLPOOL bc2313822501586be60ad16b3fa8e777355d42314862b2621c469501a057045d46f7e1dfd8cc5828c2fc5faeae9e521a24a4a7ed34b5ad76337a4141011d9c62
-EBUILD heimdall-1.4.0_rc1.ebuild 850 SHA256 dd1c38f1d2590d91d0cafd0e84441cca25418ad1b509f1ff23c23cccbd1ccd36 SHA512 c9ca4670343a4e1f9291628800500a333deb47b8c4ccf4bffc98e31f5d9512a6a74aaafd890b253aa99c0e5ccf57d7807412e048d733239a69faa9aad7ca0623 WHIRLPOOL bc2313822501586be60ad16b3fa8e777355d42314862b2621c469501a057045d46f7e1dfd8cc5828c2fc5faeae9e521a24a4a7ed34b5ad76337a4141011d9c62
-EBUILD heimdall-9999.ebuild 1195 SHA256 1817cb39f20855ef727fd7227323552e98f5f993251f5f2e40fde8cc6dda917a SHA512 f4757e576d34c960a8f26660e81f00d81e781de63f66d8e595c91674013bc738981bfd8dc91afd46837327bb63cf8291cc204c9c485f6f49d105d7c1e1017965 WHIRLPOOL 86e4a6bb9171d04290beceafa32800656994e8be6d0b2d6015d69c2268687d2f47281429b422cf75ede2f70517d0eb9ace2d26ec7b88a382ba5514b6cb6bc1ba
--- a/dev-util/heimdall/heimdall-1.1.1.ebuild Wed Jun 26 15:35:37 2013 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,42 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-inherit git-2
-
-DESCRIPTION="Tool suite used to flash firmware (aka ROMs) onto Samsung Galaxy S devices."
-HOMEPAGE="http://www.glassechidna.com.au/products/heimdall/"
-SRC_URI=""
-
-EGIT_REPO_URI="git://github.com/Benjamin-Dobell/Heimdall.git"
-EGIT_COMMIT="v${PV}"
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="virtual/libusb:1"
-
-src_prepare() {
- cd ${PN}
- sed "s:sudo:#sudo:" -i Makefile.in
-}
-
-src_configure() {
- cd ${PN}
- econf
-}
-
-src_compile() {
- cd ${PN}
- emake || die "emake failed"
-}
-
-src_install() {
- cd ${PN}
- emake DESTDIR="${D}" install || die "Install failed"
-
-}
--- a/dev-util/heimdall/heimdall-1.3.1.ebuild Wed Jun 26 15:35:37 2013 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,48 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-inherit git-2
-
-DESCRIPTION="Tool suite used to flash firmware (aka ROMs) onto Samsung Galaxy S devices."
-HOMEPAGE="http://www.glassechidna.com.au/products/heimdall/"
-SRC_URI=""
-
-EGIT_REPO_URI="git://github.com/Benjamin-Dobell/Heimdall.git"
-EGIT_COMMIT="v${PV}"
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="virtual/libusb:1"
-
-src_prepare() {
- cd ${PN}
- sed "s:sudo:#sudo:" -i Makefile.in
-}
-
-src_configure() {
- cd libpit
- econf
- cd ../heimdall
- econf
-}
-
-src_compile() {
- cd libpit
- emake || die "emake failed"
- cd ../heimdall
- emake || die "emake failed"
-}
-
-src_install() {
- cd libpit
- emake DESTDIR="${D}" install || die "Install failed"
- cd ../heimdall
- emake DESTDIR="${D}" install || die "Install failed"
-
-}
--- a/dev-util/heimdall/heimdall-9999.ebuild Wed Jun 26 15:35:37 2013 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,63 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-inherit qt4-r2 git-2
-
-DESCRIPTION="Tool suite used to flash firmware (aka ROMs) onto Samsung Galaxy S devices."
-HOMEPAGE="http://www.glassechidna.com.au/products/heimdall/"
-SRC_URI=""
-
-EGIT_REPO_URI="git://github.com/Benjamin-Dobell/Heimdall.git"
-
-LICENSE=""
-SLOT="0"
-KEYWORDS=""
-IUSE="X"
-
-DEPEND="virtual/libusb:1
- X? ( x11-libs/qt-core
- x11-libs/qt-gui
- )"
-
-src_prepare() {
- cd ${PN}
- sed "s:sudo:#sudo:" -i Makefile.in
-}
-
-src_configure() {
- cd libpit
- econf
- cd ../heimdall
- econf
- if use X; then
- cd ../heimdall-frontend
- eqmake4 OUTPUTDIR="/usr/bin" heimdall-frontend.pro
- fi
-}
-
-src_compile() {
- cd libpit
- emake || die "emake failed"
- cd ../heimdall
- emake || die "emake failed"
- if use X; then
- cd ../heimdall-frontend
- emake || die "emake failed"
- fi
-}
-
-src_install() {
- dodoc README || die "dodoc failed"
- cd libpit
- emake DESTDIR="${D}" install || die "Install failed"
- cd ../heimdall
- emake DESTDIR="${D}" install || die "Install failed"
- if use X; then
- cd ../heimdall-frontend
- emake INSTALL_ROOT="${D}" install || die "install failed"
- fi
-
-}