Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/mypaint-brushes/
Date: Sun, 16 Aug 2020 20:06:35
Message-Id: 1597607320.b39dae554729c7948cf0a09abfb197a390b223b3.sam@gentoo
1 commit: b39dae554729c7948cf0a09abfb197a390b223b3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 16 19:48:40 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 16 19:48:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b39dae55
7
8 media-gfx/mypaint-brushes: bump to 2.0.2
9
10 Bug: https://bugs.gentoo.org/701098
11 Closes: https://bugs.gentoo.org/701100
12 Package-Manager: Portage-3.0.2, Repoman-2.3.23
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 media-gfx/mypaint-brushes/Manifest | 1 +
16 .../mypaint-brushes/mypaint-brushes-2.0.2.ebuild | 21 +++++++++++++++++++++
17 2 files changed, 22 insertions(+)
18
19 diff --git a/media-gfx/mypaint-brushes/Manifest b/media-gfx/mypaint-brushes/Manifest
20 index 1755ba55535..655508e6c20 100644
21 --- a/media-gfx/mypaint-brushes/Manifest
22 +++ b/media-gfx/mypaint-brushes/Manifest
23 @@ -1 +1,2 @@
24 DIST mypaint-brushes-1.3.0.tar.gz 2447093 BLAKE2B 26fc22ef7669f5d88b1cb2bbc4562baffe257c112baf4a782f5045becd17a0bea577f79f290ae51b38cb3030478ea9d2e251033cc95101caacc823d139fe4ce1 SHA512 f8e0050cd700358d75cd25e40acd73905e2a53f21c6177cf67e8012aa4fbba8dc445109f07601c3846f95532a40feff4441081c0aa4e958049fc0ed8008fb414
25 +DIST mypaint-brushes-2.0.2.tar.gz 1564926 BLAKE2B 68a244f42cd5d9b1f96466f5409f0c7ebae257f6dbbfdc5139cb9fda86ee4898ce8fda2a35e96f3a65f41333f7f689edb85445bcd88dc0fc4b428d05ba2870fe SHA512 89cecd9d78f4de84ada97a3e33fd67b86dfd259880da15c0ecbfad0fceb8c3b0e93790f3c0bff0cc375959bdf6921b01d1f3646e27c3f961715219a349017556
26
27 diff --git a/media-gfx/mypaint-brushes/mypaint-brushes-2.0.2.ebuild b/media-gfx/mypaint-brushes/mypaint-brushes-2.0.2.ebuild
28 new file mode 100644
29 index 00000000000..41606195eab
30 --- /dev/null
31 +++ b/media-gfx/mypaint-brushes/mypaint-brushes-2.0.2.ebuild
32 @@ -0,0 +1,21 @@
33 +# Copyright 1999-2020 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +inherit autotools
39 +
40 +DESCRIPTION="Default MyPaint brushes"
41 +HOMEPAGE="https://github.com/mypaint/mypaint-brushes"
42 +SRC_URI="https://github.com/mypaint/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 +
44 +LICENSE="CC0-1.0"
45 +SLOT="2.0" # due to pkgconfig name "mypaint-brushes-2.0"
46 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
47 +
48 +DOCS=( AUTHORS NEWS README.md ) # to exclude README symlink
49 +
50 +src_prepare() {
51 + eapply_user
52 + eautoreconf
53 +}