From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 01697138330 for ; Mon, 8 Jan 2018 00:26:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 351D8E0AE7; Mon, 8 Jan 2018 00:26:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10139E0AE7 for ; Mon, 8 Jan 2018 00:26:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 62105340DCE for ; Mon, 8 Jan 2018 00:26:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3C1B1A2 for ; Mon, 8 Jan 2018 00:26:16 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1515371161.0f3bc67c8584766f78cf970a451ba45f228ed2f8.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/mypaint-brushes/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/mypaint-brushes/Manifest media-gfx/mypaint-brushes/metadata.xml media-gfx/mypaint-brushes/mypaint-brushes-1.3.0.ebuild X-VCS-Directories: media-gfx/mypaint-brushes/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 0f3bc67c8584766f78cf970a451ba45f228ed2f8 X-VCS-Branch: master Date: Mon, 8 Jan 2018 00:26:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1340ebe5-cc25-40d8-9d71-c522bd9622ec X-Archives-Hash: d421724038fe4630abcaf55c2b24ffc7 commit: 0f3bc67c8584766f78cf970a451ba45f228ed2f8 Author: Sebastian Pipping gentoo org> AuthorDate: Mon Jan 8 00:24:57 2018 +0000 Commit: Sebastian Pipping gentoo 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 @@ + + + + + sping@gentoo.org + + 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 +}