summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-08-16 19:48:40 +0000
committerSam James <sam@gentoo.org>2020-08-16 19:48:40 +0000
commitb39dae554729c7948cf0a09abfb197a390b223b3 (patch)
treeadfa927a37db19e5b105b065f222088e4960b414 /media-gfx/mypaint-brushes/mypaint-brushes-2.0.2.ebuild
parentmedia-libs/libmypaint: bump to 1.6.1 (diff)
downloadgentoo-b39dae554729c7948cf0a09abfb197a390b223b3.tar.gz
gentoo-b39dae554729c7948cf0a09abfb197a390b223b3.tar.bz2
gentoo-b39dae554729c7948cf0a09abfb197a390b223b3.zip
media-gfx/mypaint-brushes: bump to 2.0.2
Bug: https://bugs.gentoo.org/701098 Closes: https://bugs.gentoo.org/701100 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/mypaint-brushes/mypaint-brushes-2.0.2.ebuild')
-rw-r--r--media-gfx/mypaint-brushes/mypaint-brushes-2.0.2.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/media-gfx/mypaint-brushes/mypaint-brushes-2.0.2.ebuild b/media-gfx/mypaint-brushes/mypaint-brushes-2.0.2.ebuild
new file mode 100644
index 000000000000..41606195eab1
--- /dev/null
+++ b/media-gfx/mypaint-brushes/mypaint-brushes-2.0.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Default MyPaint brushes"
+HOMEPAGE="https://github.com/mypaint/mypaint-brushes"
+SRC_URI="https://github.com/mypaint/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="CC0-1.0"
+SLOT="2.0" # due to pkgconfig name "mypaint-brushes-2.0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+
+DOCS=( AUTHORS NEWS README.md ) # to exclude README symlink
+
+src_prepare() {
+ eapply_user
+ eautoreconf
+}