summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-25 10:55:11 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-25 12:19:17 +0200
commit2a7217dafee396a1a76ef5f6d4d025c11a8c99dd (patch)
treed513eb969189c5cccb56780715db8c13509de211
parentmedia-gfx/mypaint: Remove old (diff)
downloadgentoo-2a7217dafee396a1a76ef5f6d4d025c11a8c99dd.tar.gz
gentoo-2a7217dafee396a1a76ef5f6d4d025c11a8c99dd.tar.bz2
gentoo-2a7217dafee396a1a76ef5f6d4d025c11a8c99dd.zip
media-gfx/mypaint-brushes: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--media-gfx/mypaint-brushes/Manifest1
-rw-r--r--media-gfx/mypaint-brushes/mypaint-brushes-1.3.0-r1.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/media-gfx/mypaint-brushes/Manifest b/media-gfx/mypaint-brushes/Manifest
index 655508e6c202..69ab7282754f 100644
--- a/media-gfx/mypaint-brushes/Manifest
+++ b/media-gfx/mypaint-brushes/Manifest
@@ -1,2 +1 @@
-DIST mypaint-brushes-1.3.0.tar.gz 2447093 BLAKE2B 26fc22ef7669f5d88b1cb2bbc4562baffe257c112baf4a782f5045becd17a0bea577f79f290ae51b38cb3030478ea9d2e251033cc95101caacc823d139fe4ce1 SHA512 f8e0050cd700358d75cd25e40acd73905e2a53f21c6177cf67e8012aa4fbba8dc445109f07601c3846f95532a40feff4441081c0aa4e958049fc0ed8008fb414
DIST mypaint-brushes-2.0.2.tar.gz 1564926 BLAKE2B 68a244f42cd5d9b1f96466f5409f0c7ebae257f6dbbfdc5139cb9fda86ee4898ce8fda2a35e96f3a65f41333f7f689edb85445bcd88dc0fc4b428d05ba2870fe SHA512 89cecd9d78f4de84ada97a3e33fd67b86dfd259880da15c0ecbfad0fceb8c3b0e93790f3c0bff0cc375959bdf6921b01d1f3646e27c3f961715219a349017556
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
deleted file mode 100644
index c217baafef18..000000000000
--- a/media-gfx/mypaint-brushes/mypaint-brushes-1.3.0-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Default MyPaint brushes"
-HOMEPAGE="https://github.com/mypaint/mypaint-brushes"
-SRC_URI="https://github.com/mypaint/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="CC0-1.0"
-SLOT="1.0" # due to pkgconfig name "mypaint-brushes-1.0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ppc64 x86"
-IUSE=""
-
-DOCS=( AUTHORS NEWS README.md ) # to exclude README symlink
-
-src_prepare() {
- eapply_user
- eautoreconf
-}