From 454de691f3543d47dc89cd0b137eaa9ea4640cd3 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 21 Dec 2022 13:54:09 +0000 Subject: gentoo auto-resync : 21:12:2022 - 13:54:08 --- mate-base/mate-common/mate-common-1.24.2.ebuild | 32 ------------------------- 1 file changed, 32 deletions(-) delete mode 100644 mate-base/mate-common/mate-common-1.24.2.ebuild (limited to 'mate-base/mate-common/mate-common-1.24.2.ebuild') diff --git a/mate-base/mate-common/mate-common-1.24.2.ebuild b/mate-base/mate-common/mate-common-1.24.2.ebuild deleted file mode 100644 index 3a962cd177fa..000000000000 --- a/mate-base/mate-common/mate-common-1.24.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit mate-desktop.org - -if [[ ${PV} == 9999 ]]; then - inherit autotools -else - KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" -fi - -DESCRIPTION="Common files for development of MATE packages" -LICENSE="GPL-3+" -SLOT="0" - -src_prepare() { - default - if [[ ${PV} == 9999 ]]; then - eautoreconf - fi -} - -src_install() { - mv doc-build/README README.doc-build \ - || die "Failed to rename doc-build/README." - - default - - dodoc doc/usage.txt -} -- cgit v1.2.3