From 71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:52:04 +0100 Subject: gentoo resync : 14.07.2018 --- media-gfx/mypaint-brushes/Manifest | 2 +- .../mypaint-brushes-1.3.0-r1.ebuild | 22 ++++++++++++++++++++++ .../mypaint-brushes/mypaint-brushes-1.3.0.ebuild | 22 ---------------------- 3 files changed, 23 insertions(+), 23 deletions(-) create mode 100644 media-gfx/mypaint-brushes/mypaint-brushes-1.3.0-r1.ebuild delete mode 100644 media-gfx/mypaint-brushes/mypaint-brushes-1.3.0.ebuild (limited to 'media-gfx/mypaint-brushes') diff --git a/media-gfx/mypaint-brushes/Manifest b/media-gfx/mypaint-brushes/Manifest index 0785ba4f94c1..46534209ee24 100644 --- a/media-gfx/mypaint-brushes/Manifest +++ b/media-gfx/mypaint-brushes/Manifest @@ -1,3 +1,3 @@ DIST mypaint-brushes-1.3.0.tar.gz 2447093 BLAKE2B 26fc22ef7669f5d88b1cb2bbc4562baffe257c112baf4a782f5045becd17a0bea577f79f290ae51b38cb3030478ea9d2e251033cc95101caacc823d139fe4ce1 SHA512 f8e0050cd700358d75cd25e40acd73905e2a53f21c6177cf67e8012aa4fbba8dc445109f07601c3846f95532a40feff4441081c0aa4e958049fc0ed8008fb414 -EBUILD mypaint-brushes-1.3.0.ebuild 520 BLAKE2B 74cdd57d777c4c58d69c295a6feb173504e1033a3c966421509aa96f574bf198f2d921045d137b670d82f657312cb00d7a0e57ca92f134805bdb562f17bfafd7 SHA512 d2dcb6d1b44c27a618a88ce3a531d3a50731242bc4fc4818baee207bf7100ee4945737a1b9ba147c1cc604190fce792ad0e785e990ebf461622321da4fb829fb +EBUILD mypaint-brushes-1.3.0-r1.ebuild 528 BLAKE2B 1e75e64a45364f2bff22dc7bfb298d5c6464036a9094e114ff42fcd7c1d808c3717e354ef47a814ea3745ebf0fc52ee0537e93404f65225efa900fb816f173a9 SHA512 4b1a783a7ae8ef88b15935bf6f7691f4c90d8cb23b34e39f3a355c59a271b34a55521596581d0c88b13599e6662b534d9ef6fdd285aebcd53d9bb044fd735b22 MISC metadata.xml 216 BLAKE2B a7f17874d9514cafd0bbab739d143a00ac66ad8446bce8e05932d122c1631d29ad8077c2bcda021bc92b7e89b77c03d55e8997cf250f3bb55f8a1aca046bb2a7 SHA512 1de1c9f4b223876125a0321126f2d7b1b564a113d24ae86b380c4d67bdf58ed4f2ae1a1f5d686211ccf4851eea8e970c20109977abbc79d0cd855164b6474e23 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 new file mode 100644 index 000000000000..5cf603c4f1d6 --- /dev/null +++ b/media-gfx/mypaint-brushes/mypaint-brushes-1.3.0-r1.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.md ) # to exclude README symlink + +src_prepare() { + eapply_user + eautoreconf +} diff --git a/media-gfx/mypaint-brushes/mypaint-brushes-1.3.0.ebuild b/media-gfx/mypaint-brushes/mypaint-brushes-1.3.0.ebuild deleted file mode 100644 index 67caf0132e3d..000000000000 --- a/media-gfx/mypaint-brushes/mypaint-brushes-1.3.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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 -} -- cgit v1.2.3