2020-01-29 10:10:20 +03:00
|
|
|
# Copyright 1999-2020 Gentoo Authors
|
2018-01-09 23:16:56 +03:00
|
|
|
# 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"
|
2020-05-06 13:04:04 +03:00
|
|
|
KEYWORDS="~alpha amd64 arm64 ~ia64 ppc64 x86"
|
2018-01-09 23:16:56 +03:00
|
|
|
IUSE=""
|
|
|
|
|
2018-07-09 13:50:05 +03:00
|
|
|
DOCS=( AUTHORS NEWS README.md ) # to exclude README symlink
|
2018-01-09 23:16:56 +03:00
|
|
|
|
|
|
|
src_prepare() {
|
|
|
|
eapply_user
|
|
|
|
eautoreconf
|
|
|
|
}
|