diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-09-15 16:48:38 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-09-15 16:53:53 -0500 |
commit | cc602a4519df71f31aee27351d9954b08283d03c (patch) | |
tree | 68898af480b729ed7de07c3e928a070b08f56a65 /app-admin | |
parent | app-admin/augeas: drop 1.14.0-r1 (diff) | |
download | gentoo-cc602a4519df71f31aee27351d9954b08283d03c.tar.gz gentoo-cc602a4519df71f31aee27351d9954b08283d03c.tar.bz2 gentoo-cc602a4519df71f31aee27351d9954b08283d03c.zip |
app-admin/augeas: drop 1.14.0-r2
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/augeas/Manifest | 1 | ||||
-rw-r--r-- | app-admin/augeas/augeas-1.14.0-r2.ebuild | 53 |
2 files changed, 0 insertions, 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 -} |