commit:     b39dae554729c7948cf0a09abfb197a390b223b3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 16 19:48:40 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 16 19:48:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b39dae55

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 <AT> gentoo.org>

 media-gfx/mypaint-brushes/Manifest                  |  1 +
 .../mypaint-brushes/mypaint-brushes-2.0.2.ebuild    | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/media-gfx/mypaint-brushes/Manifest 
b/media-gfx/mypaint-brushes/Manifest
index 1755ba55535..655508e6c20 100644
--- a/media-gfx/mypaint-brushes/Manifest
+++ b/media-gfx/mypaint-brushes/Manifest
@@ -1 +1,2 @@
 DIST mypaint-brushes-1.3.0.tar.gz 2447093 BLAKE2B 
26fc22ef7669f5d88b1cb2bbc4562baffe257c112baf4a782f5045becd17a0bea577f79f290ae51b38cb3030478ea9d2e251033cc95101caacc823d139fe4ce1
 SHA512 
f8e0050cd700358d75cd25e40acd73905e2a53f21c6177cf67e8012aa4fbba8dc445109f07601c3846f95532a40feff4441081c0aa4e958049fc0ed8008fb414
+DIST mypaint-brushes-2.0.2.tar.gz 1564926 BLAKE2B 
68a244f42cd5d9b1f96466f5409f0c7ebae257f6dbbfdc5139cb9fda86ee4898ce8fda2a35e96f3a65f41333f7f689edb85445bcd88dc0fc4b428d05ba2870fe
 SHA512 
89cecd9d78f4de84ada97a3e33fd67b86dfd259880da15c0ecbfad0fceb8c3b0e93790f3c0bff0cc375959bdf6921b01d1f3646e27c3f961715219a349017556

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 00000000000..41606195eab
--- /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
+}

Reply via email to