commit: cc602a4519df71f31aee27351d9954b08283d03c Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Fri Sep 15 21:48:38 2023 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Fri Sep 15 21:53:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc602a45
app-admin/augeas: drop 1.14.0-r2 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> app-admin/augeas/Manifest | 1 - app-admin/augeas/augeas-1.14.0-r2.ebuild | 53 -------------------------------- 2 files changed, 54 deletions(-) diff --git a/app-admin/augeas/Manifest b/app-admin/augeas/Manifest index d06a206ea77b..43fdf3c50b0e 100644 --- a/app-admin/augeas/Manifest +++ b/app-admin/augeas/Manifest @@ -1,2 +1 @@ -DIST augeas-1.14.0.tar.gz 2651463 BLAKE2B 428e708cfdc485feeb7fe80b8642c5b63a8563f508350ae4751a718888d187bab5d8ca8e82b5e9106527b86bb53d3c5a5a2a6e9ef35d18dae308030286039b6a SHA512 06ef6f735686ae09ec8733a3daf36f6838fa56e761dc6d89e5c44420ea2403a4649bec162b8e49b2c3fe32f0eced8413eba1f2c551103a43860bba823315f1ef DIST augeas-1.14.1.tar.gz 2653776 BLAKE2B 65a0403f5fcaa1b1dfe7493e0f6ee6a8d73ce69f4c2c9a35f5f7842b6db537a5d7b9c33e1989f43636122da4b0a0d97d69bbce50b944d6d1e14c8e77ebddc5e0 SHA512 fddb2e243f979e71fc09f9d45d569d6307b35485b2d885bf7bcbc032ba5617fe7ab2071a041422c3efe2dd62eda74aba41016d248c0636e947d4f1c9144375aa diff --git a/app-admin/augeas/augeas-1.14.0-r2.ebuild b/app-admin/augeas/augeas-1.14.0-r2.ebuild deleted file mode 100644 index a8fbc7adbc26..000000000000 --- a/app-admin/augeas/augeas-1.14.0-r2.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="A library for changing configuration files" -HOMEPAGE="http://augeas.net/" -SRC_URI="https://github.com/hercules-team/augeas/releases/download/release-${PV}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-libs/libxml2 - sys-libs/readline:=" -DEPEND="${RDEPEND}" -BDEPEND=" - >=app-doc/NaturalDocs-1.40 - virtual/pkgconfig - test? ( dev-lang/ruby ) -" - -PATCHES=( - "${FILESDIR}"/${PN}-1.14.0-musl-strerror_r.patch -) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - # selinux needs to be implemented - econf --without-selinux -} - -src_compile() { - addpredict /usr/share/NaturalDocs/Config/Languages.txt - addpredict /usr/share/NaturalDocs/Config/Topics.txt - - default -} - -src_install() { - default - - find "${ED}" -name '*.la' -delete || die -}
