commit:     0f3bc67c8584766f78cf970a451ba45f228ed2f8
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  8 00:24:57 2018 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Jan  8 00:26:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f3bc67c

media-gfx/mypaint-brushes: 1.3.0, new package

Bug: https://bugs.gentoo.org/643416
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-gfx/mypaint-brushes/Manifest                 |  1 +
 media-gfx/mypaint-brushes/metadata.xml             |  7 +++++++
 .../mypaint-brushes/mypaint-brushes-1.3.0.ebuild   | 22 ++++++++++++++++++++++
 3 files changed, 30 insertions(+)

diff --git a/media-gfx/mypaint-brushes/Manifest 
b/media-gfx/mypaint-brushes/Manifest
new file mode 100644
index 00000000000..1755ba55535
--- /dev/null
+++ b/media-gfx/mypaint-brushes/Manifest
@@ -0,0 +1 @@
+DIST mypaint-brushes-1.3.0.tar.gz 2447093 BLAKE2B 
26fc22ef7669f5d88b1cb2bbc4562baffe257c112baf4a782f5045becd17a0bea577f79f290ae51b38cb3030478ea9d2e251033cc95101caacc823d139fe4ce1
 SHA512 
f8e0050cd700358d75cd25e40acd73905e2a53f21c6177cf67e8012aa4fbba8dc445109f07601c3846f95532a40feff4441081c0aa4e958049fc0ed8008fb414

diff --git a/media-gfx/mypaint-brushes/metadata.xml 
b/media-gfx/mypaint-brushes/metadata.xml
new file mode 100644
index 00000000000..82b7b795379
--- /dev/null
+++ b/media-gfx/mypaint-brushes/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>sp...@gentoo.org</email>
+       </maintainer>
+</pkgmetadata>

diff --git a/media-gfx/mypaint-brushes/mypaint-brushes-1.3.0.ebuild 
b/media-gfx/mypaint-brushes/mypaint-brushes-1.3.0.ebuild
new file mode 100644
index 00000000000..67caf0132e3
--- /dev/null
+++ b/media-gfx/mypaint-brushes/mypaint-brushes-1.3.0.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 )  # to exclude README.md
+
+src_prepare() {
+       eapply_user
+       eautoreconf
+}

Reply via email to