Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/mypaint-brushes/
Date: Mon, 08 Jan 2018 00:26:20
Message-Id: 1515371161.0f3bc67c8584766f78cf970a451ba45f228ed2f8.sping@gentoo
1 commit: 0f3bc67c8584766f78cf970a451ba45f228ed2f8
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 8 00:24:57 2018 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 8 00:26:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f3bc67c
7
8 media-gfx/mypaint-brushes: 1.3.0, new package
9
10 Bug: https://bugs.gentoo.org/643416
11 Package-Manager: Portage-2.3.19, Repoman-2.3.6
12
13 media-gfx/mypaint-brushes/Manifest | 1 +
14 media-gfx/mypaint-brushes/metadata.xml | 7 +++++++
15 .../mypaint-brushes/mypaint-brushes-1.3.0.ebuild | 22 ++++++++++++++++++++++
16 3 files changed, 30 insertions(+)
17
18 diff --git a/media-gfx/mypaint-brushes/Manifest b/media-gfx/mypaint-brushes/Manifest
19 new file mode 100644
20 index 00000000000..1755ba55535
21 --- /dev/null
22 +++ b/media-gfx/mypaint-brushes/Manifest
23 @@ -0,0 +1 @@
24 +DIST mypaint-brushes-1.3.0.tar.gz 2447093 BLAKE2B 26fc22ef7669f5d88b1cb2bbc4562baffe257c112baf4a782f5045becd17a0bea577f79f290ae51b38cb3030478ea9d2e251033cc95101caacc823d139fe4ce1 SHA512 f8e0050cd700358d75cd25e40acd73905e2a53f21c6177cf67e8012aa4fbba8dc445109f07601c3846f95532a40feff4441081c0aa4e958049fc0ed8008fb414
25
26 diff --git a/media-gfx/mypaint-brushes/metadata.xml b/media-gfx/mypaint-brushes/metadata.xml
27 new file mode 100644
28 index 00000000000..82b7b795379
29 --- /dev/null
30 +++ b/media-gfx/mypaint-brushes/metadata.xml
31 @@ -0,0 +1,7 @@
32 +<?xml version="1.0" encoding="UTF-8"?>
33 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 +<pkgmetadata>
35 + <maintainer type="person">
36 + <email>sping@g.o</email>
37 + </maintainer>
38 +</pkgmetadata>
39
40 diff --git a/media-gfx/mypaint-brushes/mypaint-brushes-1.3.0.ebuild b/media-gfx/mypaint-brushes/mypaint-brushes-1.3.0.ebuild
41 new file mode 100644
42 index 00000000000..67caf0132e3
43 --- /dev/null
44 +++ b/media-gfx/mypaint-brushes/mypaint-brushes-1.3.0.ebuild
45 @@ -0,0 +1,22 @@
46 +# Copyright 1999-2018 Gentoo Foundation
47 +# Distributed under the terms of the GNU General Public License v2
48 +
49 +EAPI=6
50 +
51 +inherit autotools
52 +
53 +DESCRIPTION="Default MyPaint brushes"
54 +HOMEPAGE="https://github.com/Jehan/mypaint-brushes"
55 +SRC_URI="https://github.com/Jehan/mypaint-brushes/archive/v1.3.0.tar.gz -> ${P}.tar.gz"
56 +
57 +LICENSE="CC0-1.0"
58 +SLOT="1.0" # due to pkgconfig name "mypaint-brushes-1.0"
59 +KEYWORDS="~amd64 ~x86"
60 +IUSE=""
61 +
62 +DOCS=( AUTHORS NEWS README ) # to exclude README.md
63 +
64 +src_prepare() {
65 + eapply_user
66 + eautoreconf
67 +}