diff options
author | 2023-10-10 17:20:49 +0300 | |
---|---|---|
committer | 2023-10-10 17:20:49 +0300 | |
commit | 71a6d4b2031d8d47edcca2bb1f5fe7d74b0d47c0 (patch) | |
tree | ba899b899ba219b2a365c81e2e57061e32ce46a2 /app-misc/empty | |
parent | games-strategy/seven-kingdoms: version bump (diff) | |
download | gentoo-71a6d4b2031d8d47edcca2bb1f5fe7d74b0d47c0.tar.gz gentoo-71a6d4b2031d8d47edcca2bb1f5fe7d74b0d47c0.tar.bz2 gentoo-71a6d4b2031d8d47edcca2bb1f5fe7d74b0d47c0.zip |
app-misc/empty: drop old
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
Diffstat (limited to 'app-misc/empty')
-rw-r--r-- | app-misc/empty/Manifest | 1 | ||||
-rw-r--r-- | app-misc/empty/empty-0.6.21b.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/app-misc/empty/Manifest b/app-misc/empty/Manifest index 6b2ba48dc606..fe47d9523d42 100644 --- a/app-misc/empty/Manifest +++ b/app-misc/empty/Manifest @@ -1,2 +1 @@ -DIST empty-0.6.21b.tgz 26793 BLAKE2B d7266c03ef1580bf9871c294e54e292ba264ef6b72c4be1db8e408696bc8327891cb7827de68e429b0496165bc7e105c697c76f29267b3f10030bc6b183a4910 SHA512 4aef74a61161e8d6b6b5159adfa5b7f2779798fddfdbc070b15ca3f747081eb2f7984b58b0a0cef4452892712d274580cf33c64ffddaee3f70ac9bacfc2f7e09 DIST empty-0.6.23c.tgz 17665 BLAKE2B cac050f1f8c55462c988a3558e89c1b1a6f85d5e72b740a849f902da4ee3c31917cb20440165980e1025d29ba366d4757aad1f3b2c42b3097eebeb5529940706 SHA512 14331b0c2e572b90cb1ebd97e296b16ebd9fb34415f2b8cac67972da4db3504baa26ecf8370e67b3e6f5607b4ea08effe86610a0bd067dfce71c1183d3fd8b93 diff --git a/app-misc/empty/empty-0.6.21b.ebuild b/app-misc/empty/empty-0.6.21b.ebuild deleted file mode 100644 index ab9493016850..000000000000 --- a/app-misc/empty/empty-0.6.21b.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="Small shell utility, similar to expect(1)" -HOMEPAGE="http://empty.sourceforge.net" -SRC_URI="https://download.sourceforge.net/empty/${P}.tgz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~riscv x86" - -RDEPEND="virtual/logger" - -PATCHES=( "${FILESDIR}/${PN}-respect-LDFLAGS.patch" ) - -S="${WORKDIR}" - -src_compile() { - emake CC="$(tc-getCC)" -} - -src_install() { - dobin empty - doman empty.1 - dodoc README - dodoc -r examples -} |