Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/mypaint-brushes/
Date: Fri, 25 Sep 2020 10:20:22
Message-Id: 1601029157.2a7217dafee396a1a76ef5f6d4d025c11a8c99dd.mgorny@gentoo
1 commit: 2a7217dafee396a1a76ef5f6d4d025c11a8c99dd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 25 08:55:11 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 10:19:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a7217da
7
8 media-gfx/mypaint-brushes: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 media-gfx/mypaint-brushes/Manifest | 1 -
13 .../mypaint-brushes-1.3.0-r1.ebuild | 22 ----------------------
14 2 files changed, 23 deletions(-)
15
16 diff --git a/media-gfx/mypaint-brushes/Manifest b/media-gfx/mypaint-brushes/Manifest
17 index 655508e6c20..69ab7282754 100644
18 --- a/media-gfx/mypaint-brushes/Manifest
19 +++ b/media-gfx/mypaint-brushes/Manifest
20 @@ -1,2 +1 @@
21 -DIST mypaint-brushes-1.3.0.tar.gz 2447093 BLAKE2B 26fc22ef7669f5d88b1cb2bbc4562baffe257c112baf4a782f5045becd17a0bea577f79f290ae51b38cb3030478ea9d2e251033cc95101caacc823d139fe4ce1 SHA512 f8e0050cd700358d75cd25e40acd73905e2a53f21c6177cf67e8012aa4fbba8dc445109f07601c3846f95532a40feff4441081c0aa4e958049fc0ed8008fb414
22 DIST mypaint-brushes-2.0.2.tar.gz 1564926 BLAKE2B 68a244f42cd5d9b1f96466f5409f0c7ebae257f6dbbfdc5139cb9fda86ee4898ce8fda2a35e96f3a65f41333f7f689edb85445bcd88dc0fc4b428d05ba2870fe SHA512 89cecd9d78f4de84ada97a3e33fd67b86dfd259880da15c0ecbfad0fceb8c3b0e93790f3c0bff0cc375959bdf6921b01d1f3646e27c3f961715219a349017556
23
24 diff --git a/media-gfx/mypaint-brushes/mypaint-brushes-1.3.0-r1.ebuild b/media-gfx/mypaint-brushes/mypaint-brushes-1.3.0-r1.ebuild
25 deleted file mode 100644
26 index c217baafef1..00000000000
27 --- a/media-gfx/mypaint-brushes/mypaint-brushes-1.3.0-r1.ebuild
28 +++ /dev/null
29 @@ -1,22 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -inherit autotools
36 -
37 -DESCRIPTION="Default MyPaint brushes"
38 -HOMEPAGE="https://github.com/mypaint/mypaint-brushes"
39 -SRC_URI="https://github.com/mypaint/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
40 -
41 -LICENSE="CC0-1.0"
42 -SLOT="1.0" # due to pkgconfig name "mypaint-brushes-1.0"
43 -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ppc64 x86"
44 -IUSE=""
45 -
46 -DOCS=( AUTHORS NEWS README.md ) # to exclude README symlink
47 -
48 -src_prepare() {
49 - eapply_user
50 - eautoreconf
51 -}