diff options
author | Sam James <sam@gentoo.org> | 2022-12-21 22:12:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-21 22:25:38 +0000 |
commit | eed700a4386592e21450826e88d06a5a60ca524d (patch) | |
tree | 46b1a5491bf6df56810391e1780666a78b57355d /x11-libs/libast | |
parent | net-analyzer/darkstat: drop 3.0.719-r3, 3.0.719-r4 (diff) | |
download | gentoo-eed700a4386592e21450826e88d06a5a60ca524d.tar.gz gentoo-eed700a4386592e21450826e88d06a5a60ca524d.tar.bz2 gentoo-eed700a4386592e21450826e88d06a5a60ca524d.zip |
x11-libs/libast: drop 0.7-r2
Bug: https://bugs.gentoo.org/886809
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-libs/libast')
-rw-r--r-- | x11-libs/libast/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libast/libast-0.7-r2.ebuild | 40 |
2 files changed, 0 insertions, 41 deletions
diff --git a/x11-libs/libast/Manifest b/x11-libs/libast/Manifest index 588b0f8da273..79bb2f02304b 100644 --- a/x11-libs/libast/Manifest +++ b/x11-libs/libast/Manifest @@ -1,2 +1 @@ -DIST libast-0.7.tar.gz 508654 BLAKE2B 0c5bf31d5b73fe11d4665bc0d8e1c9a987b944fcdcd89106a47ebf01eb90c2895b3e74e39874b360e91f027b8beaf5698363e9920ad879bfd241b13ef0232870 SHA512 0af1d508af88ce0a2f29fe7841e23759be7c6540a1e2698980c289245ba284fdbf76c593e457c0cd6cfc54dcb6d891b01a3fd4d4a6ecc511fb2de698c9a3046d DIST libast-0.8.tar.gz 254188 BLAKE2B 02fc2872218f11cb4083d451377fdc46369c2ef7d1f0e547831dfdf4ecec2cd6aaf3453e9e8ef8431fbd5e3cd75e828e3c5967a6311853e7e87f583ef2be72c8 SHA512 266a479fdbfc479e233675fa7623488135c633fed9cb236ec0cee578fc5be83b88a2dbda8a304ee3a27384c96e93a4bdf40f60597660e09841380e0930dd93d9 diff --git a/x11-libs/libast/libast-0.7-r2.ebuild b/x11-libs/libast/libast-0.7-r2.ebuild deleted file mode 100644 index 3d1a4a61c04e..000000000000 --- a/x11-libs/libast/libast-0.7-r2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="LIBrary of Assorted Spiffy Things" -HOMEPAGE="http://www.eterm.org/download/" -SRC_URI="http://www.eterm.org/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="imlib cpu_flags_x86_mmx pcre" - -RDEPEND=" - !sci-astronomy/ast - x11-base/xorg-proto - x11-libs/libXt - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - media-libs/freetype - imlib? ( media-libs/imlib2 ) - pcre? ( dev-libs/libpcre )" -DEPEND="${RDEPEND}" - -src_configure() { - econf \ - $(use_with imlib) \ - $(use_enable cpu_flags_x86_mmx mmx) \ - --with-regexp=$(usex pcre pcre posix) \ - --disable-static -} - -src_install() { - default - dodoc DESIGN - - find "${ED}" -name '*.la' -delete || die -} |