From 0cf1b86929c247db1a286705755338560f88a2fd Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sun, 8 Jul 2018 20:30:24 +0200 Subject: media-gfx/mypaint-brushes: Address broken README symlink Closes: https://bugs.gentoo.org/659908 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- .../mypaint-brushes-1.3.0-r1.ebuild | 22 ++++++++++++++++++++++ .../mypaint-brushes/mypaint-brushes-1.3.0.ebuild | 22 ---------------------- 2 files changed, 22 insertions(+), 22 deletions(-) create mode 100644 media-gfx/mypaint-brushes/mypaint-brushes-1.3.0-r1.ebuild delete mode 100644 media-gfx/mypaint-brushes/mypaint-brushes-1.3.0.ebuild (limited to 'media-gfx/mypaint-brushes') diff --git a/media-gfx/mypaint-brushes/mypaint-brushes-1.3.0-r1.ebuild b/media-gfx/mypaint-brushes/mypaint-brushes-1.3.0-r1.ebuild new file mode 100644 index 000000000000..5cf603c4f1d6 --- /dev/null +++ b/media-gfx/mypaint-brushes/mypaint-brushes-1.3.0-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools + +DESCRIPTION="Default MyPaint brushes" +HOMEPAGE="https://github.com/Jehan/mypaint-brushes" +SRC_URI="https://github.com/Jehan/mypaint-brushes/archive/v1.3.0.tar.gz -> ${P}.tar.gz" + +LICENSE="CC0-1.0" +SLOT="1.0" # due to pkgconfig name "mypaint-brushes-1.0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DOCS=( AUTHORS NEWS README.md ) # to exclude README symlink + +src_prepare() { + eapply_user + eautoreconf +} diff --git a/media-gfx/mypaint-brushes/mypaint-brushes-1.3.0.ebuild b/media-gfx/mypaint-brushes/mypaint-brushes-1.3.0.ebuild deleted file mode 100644 index 67caf0132e3d..000000000000 --- a/media-gfx/mypaint-brushes/mypaint-brushes-1.3.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DESCRIPTION="Default MyPaint brushes" -HOMEPAGE="https://github.com/Jehan/mypaint-brushes" -SRC_URI="https://github.com/Jehan/mypaint-brushes/archive/v1.3.0.tar.gz -> ${P}.tar.gz" - -LICENSE="CC0-1.0" -SLOT="1.0" # due to pkgconfig name "mypaint-brushes-1.0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DOCS=( AUTHORS NEWS README ) # to exclude README.md - -src_prepare() { - eapply_user - eautoreconf -} -- cgit v1.2.3-65-gdbad