diff options
author | David Seifert <soap@gentoo.org> | 2021-05-10 16:43:34 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-10 16:43:34 +0200 |
commit | ff4ee2ae4bf2971f7d77dc4f0e996648e4ab0710 (patch) | |
tree | 8a5effaec0fe2ab7ba01d2acf4497c53bc61ce3f /sys-apps/ed | |
parent | net-misc/iputils: Remove old 20190709-r1, 20200821-r2 (diff) | |
download | gentoo-ff4ee2ae4bf2971f7d77dc4f0e996648e4ab0710.tar.gz gentoo-ff4ee2ae4bf2971f7d77dc4f0e996648e4ab0710.tar.bz2 gentoo-ff4ee2ae4bf2971f7d77dc4f0e996648e4ab0710.zip |
sys-apps/ed: Remove old 1.16
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-apps/ed')
-rw-r--r-- | sys-apps/ed/Manifest | 1 | ||||
-rw-r--r-- | sys-apps/ed/ed-1.16.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/sys-apps/ed/Manifest b/sys-apps/ed/Manifest index 60e1d6360eec..7d34d8566af4 100644 --- a/sys-apps/ed/Manifest +++ b/sys-apps/ed/Manifest @@ -1,2 +1 @@ -DIST ed-1.16.tar.xz 68432 BLAKE2B 222ab30f72fb466372cd7ced75807e9324a916ca5962c6829d562476ae1d9ae9c01235a130e58f952bd6029b931f6362d2a695b35963ca32bb3cfa539dceab0d SHA512 45b29fb86c7e7d8569c02c8177a9c7f7e691e08e913bc07b301b34210b6dc27377858ce60dd695feb950ef436c86d7059ade90396364c95aefa3c1e7a9d3a2a4 DIST ed-1.17.tar.xz 68516 BLAKE2B 975e6547f0062dc980bf4490bbbc98e0ac77fc18b2960e18a4c86a6c9190dbd6e1afb155678a1b7d891dc6cb1c5f5c07612365bbf3ffae15bf7575989e4b67d7 SHA512 ebe755ea7d12a7f54379ad8e03b703e9c0dd9aec26b4a79e5014db4368ab2d2926ae094f2ef1aef90cc9b2d541746a81af472578fa44cdf5bfe78aff5882451d diff --git a/sys-apps/ed/ed-1.16.ebuild b/sys-apps/ed/ed-1.16.ebuild deleted file mode 100644 index 36d23d4f679a..000000000000 --- a/sys-apps/ed/ed-1.16.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -inherit toolchain-funcs - -MY_P="${PN}-${PV/_/-}" - -DESCRIPTION="Your basic line editor" -HOMEPAGE="https://www.gnu.org/software/ed/" -#SRC_URI="mirror://gnu/ed/${P}.tar.lz" -# Using gzip instead -- the filesize diff is small and lzip uncommon #545344 -SRC_URI="https://dev.gentoo.org/~polynomial-c/dist/${MY_P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -[[ "${PV}" == *_rc* ]] || \ -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND="sys-apps/texinfo" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" - -src_configure() { - # Upstream configure script is moronic. - ./configure \ - CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS}" \ - LDFLAGS="${LDFLAGS}" \ - CPPFLAGS="${CPPFLAGS}" \ - --bindir="${EPREFIX}/bin" \ - --prefix="${EPREFIX}/usr" -} |