diff options
author | Sebastian Pipping <sping@gentoo.org> | 2018-01-08 01:24:57 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2018-01-08 01:26:01 +0100 |
commit | 0f3bc67c8584766f78cf970a451ba45f228ed2f8 (patch) | |
tree | 6a5f394560016bb840bb80bc7e021fe26d583408 /media-gfx/mypaint-brushes | |
parent | media-video/vlc: Drop 2.2.8 (r0) (diff) | |
download | gentoo-0f3bc67c8584766f78cf970a451ba45f228ed2f8.tar.gz gentoo-0f3bc67c8584766f78cf970a451ba45f228ed2f8.tar.bz2 gentoo-0f3bc67c8584766f78cf970a451ba45f228ed2f8.zip |
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
Diffstat (limited to 'media-gfx/mypaint-brushes')
-rw-r--r-- | media-gfx/mypaint-brushes/Manifest | 1 | ||||
-rw-r--r-- | media-gfx/mypaint-brushes/metadata.xml | 7 | ||||
-rw-r--r-- | media-gfx/mypaint-brushes/mypaint-brushes-1.3.0.ebuild | 22 |
3 files changed, 30 insertions, 0 deletions
diff --git a/media-gfx/mypaint-brushes/Manifest b/media-gfx/mypaint-brushes/Manifest new file mode 100644 index 000000000000..1755ba555359 --- /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 000000000000..82b7b7953794 --- /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>sping@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 000000000000..67caf0132e3d --- /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 +} |