diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-05-29 11:19:38 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-05-29 11:23:18 -0400 |
commit | 940dbd49123237d66be61ec49e9d475e367f5ed6 (patch) | |
tree | d1a79b6d62393d619e4454fe91bc98b809bb713b /x11-misc/util-macros | |
parent | x11-misc/imake: Drop old versions (diff) | |
download | gentoo-940dbd49123237d66be61ec49e9d475e367f5ed6.tar.gz gentoo-940dbd49123237d66be61ec49e9d475e367f5ed6.tar.bz2 gentoo-940dbd49123237d66be61ec49e9d475e367f5ed6.zip |
x11-misc/util-macros: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-misc/util-macros')
-rw-r--r-- | x11-misc/util-macros/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/util-macros/util-macros-1.19.2-r2.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/x11-misc/util-macros/Manifest b/x11-misc/util-macros/Manifest index 758c91219317..f3c30837f360 100644 --- a/x11-misc/util-macros/Manifest +++ b/x11-misc/util-macros/Manifest @@ -1,2 +1 @@ -DIST util-macros-1.19.2.tar.bz2 84139 BLAKE2B 94eeeca771042671c6915c562e055c8b965f874c3a5aa1c8107abe38ca984ee32293f68a51ca73d65ac82d245dec6e02ddd62939ab14aee12b4b6fbf350b8c39 SHA512 3f51504b27f0478c136126f15110cf3cdbba218c4d74a8e974cca1381c6e8364609bd0c444f2fb19aa86a7f4e848dfce4f4da940463b224036f75a60b3d88619 DIST util-macros-1.19.3.tar.bz2 84690 BLAKE2B 95f6bd6cca47111f973eef60915ab0b0a1c6a6b15facb08da138df100c27caacce28866c5ac05aae79116fe3bafa15f454ea6cb9997069f0b5fab7968777d383 SHA512 b9c7398a912c688a782eab5b1e0f6da2df11a430775c5c98fc3269f73a665de6eeb60d300a849e38d345714a6e51f74e9334cb6039767304cca4b93d823a53a2 diff --git a/x11-misc/util-macros/util-macros-1.19.2-r2.ebuild b/x11-misc/util-macros/util-macros-1.19.2-r2.ebuild deleted file mode 100644 index 933fe66464b7..000000000000 --- a/x11-misc/util-macros/util-macros-1.19.2-r2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="X.Org autotools utility macros" -HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/util/macros" -SRC_URI="https://www.x.org/releases/individual/util/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~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" - -PATCHES=( - "${FILESDIR}"/${P}-CPP.patch -) - -# there is nothing to compile for this package, all its contents are produced by -# configure. the only make job that matters is make install -src_compile() { true; } |