remove app-misc/empty ebuild, because it is in main portage tree now(bug #97387)

This commit is contained in:
Sergey Popov 2012-06-18 20:52:30 +04:00
parent dcd989105f
commit 257cfdbe08
3 changed files with 0 additions and 39 deletions

View File

@ -1,3 +0,0 @@
DIST empty-0.6.18b.tgz 16166 RMD160 8c49eb2d2da2388386bd801f495b6645ee93298c SHA1 29f1ecda248bdec7998d7211bf3866d62ce93e06 SHA256 8ea08afd6b637c49125b2fa6f0b571fd72b3aa8547a8834266fcbf0302d1efd3
EBUILD empty-0.6.18b.ebuild 590 RMD160 fdd64bb31c204c0a73b02355cf1d27fa54298f03 SHA1 c891cc1162e8ab474bd97a83eca90cadd09fb9d4 SHA256 0067d74f126a2e63a5e655b7f98e2cfd1ac148f8c954b49c4c993e3e8ad03ba8
MISC metadata.xml 228 RMD160 c094ef51f89266d1142830d613f7cb6b4ac47d00 SHA1 2c5766848e374e13229de4df6384acf21415af06 SHA256 403575d5fe7c87bb9f8ddb897adfbbefb5dc2e873114cd3e7f7581bd5eac651a

View File

@ -1,30 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="4"
inherit eutils
DESCRIPTION="small shell-tool similar to expect(1)"
HOMEPAGE="http://empty.sourceforge.net"
SRC_URI="mirror://sourceforge/empty/${P}.tgz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="examples"
DEPEND=""
RDEPEND="virtual/logger"
src_install() {
# cd ${WORKDIR}/${P}
dobin empty
dodoc README
doman empty.1
if use examples; then
dodir usr/share/doc/${P}/examples/
insinto usr/share/doc/${P}/examples/
doins examples/*
fi
}

View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>Small automatization shell-tool similar to expect(1)</longdescription>
</pkgmetadata>