commit: f8106894a0d4a5098c1b4a74c1b60979daf45038 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun May 11 15:21:10 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun May 11 15:21:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8106894
media-gfx/mypaint-brushes: drop eautoreconf Not needed if using release tarballs. Signed-off-by: Sam James <sam <AT> gentoo.org> media-gfx/mypaint-brushes/mypaint-brushes-1.3.1.ebuild | 9 +-------- media-gfx/mypaint-brushes/mypaint-brushes-2.0.2-r2.ebuild | 7 ------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/media-gfx/mypaint-brushes/mypaint-brushes-1.3.1.ebuild b/media-gfx/mypaint-brushes/mypaint-brushes-1.3.1.ebuild index eb24226d67e6..f243dc70983b 100644 --- a/media-gfx/mypaint-brushes/mypaint-brushes-1.3.1.ebuild +++ b/media-gfx/mypaint-brushes/mypaint-brushes-1.3.1.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit autotools - DESCRIPTION="Default MyPaint brushes" HOMEPAGE="https://github.com/mypaint/mypaint-brushes" SRC_URI="https://github.com/mypaint/mypaint-brushes/releases/download/v${PV}/${P}.tar.xz" @@ -12,8 +10,3 @@ SRC_URI="https://github.com/mypaint/mypaint-brushes/releases/download/v${PV}/${P LICENSE="CC0-1.0" SLOT="1.0" # due to pkgconfig name "mypaint-brushes-1.0" KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv x86" - -src_prepare() { - default - eautoreconf -} diff --git a/media-gfx/mypaint-brushes/mypaint-brushes-2.0.2-r2.ebuild b/media-gfx/mypaint-brushes/mypaint-brushes-2.0.2-r2.ebuild index 90ca540c4eb5..54952c429303 100644 --- a/media-gfx/mypaint-brushes/mypaint-brushes-2.0.2-r2.ebuild +++ b/media-gfx/mypaint-brushes/mypaint-brushes-2.0.2-r2.ebuild @@ -3,8 +3,6 @@ EAPI=8 -inherit autotools - DESCRIPTION="Default MyPaint brushes" HOMEPAGE="https://github.com/mypaint/mypaint-brushes" SRC_URI="https://github.com/mypaint/mypaint-brushes/releases/download/v${PV}/${P}.tar.xz" @@ -12,8 +10,3 @@ SRC_URI="https://github.com/mypaint/mypaint-brushes/releases/download/v${PV}/${P LICENSE="CC0-1.0" SLOT="2.0" # due to pkgconfig name "mypaint-brushes-2.0" KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv x86" - -src_prepare() { - default - eautoreconf -}
