commit:     f0895463cd1b23d79aee7ae4a9a8703eb460f264
Author:     Diogo Pereira <sir.suriv <AT> gmail <DOT> com>
AuthorDate: Wed Jan 10 16:05:42 2018 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 20:09:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0895463

media-plugins/gimp-resynthesizer: bump to 2.0.3

Closes: https://bugs.gentoo.org/364619
Closes: #6820
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 media-plugins/gimp-resynthesizer/Manifest          |  1 +
 .../gimp-resynthesizer-2.0.3.ebuild                | 28 ++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/media-plugins/gimp-resynthesizer/Manifest 
b/media-plugins/gimp-resynthesizer/Manifest
index 06639fd6053..5aa67576f9e 100644
--- a/media-plugins/gimp-resynthesizer/Manifest
+++ b/media-plugins/gimp-resynthesizer/Manifest
@@ -1 +1,2 @@
+DIST gimp-resynthesizer-2.0.3.tar.gz 11097693 BLAKE2B 
51e064ed1a5d31dc3162a27b76c8b68d7652e3efdf2acad1844f4c76b47a6485b4e43788993c344a7154cddd8d2ac1ebda7c24f871ea8d6af332b1f15759f396
 SHA512 
de18fa41f5c3feaeff3365cc57b49f404f20439c6f84b212bc5cc76ee21f34566b8d093bebef1e6f27dbe3df6a23570dc091d23044a0967957ec0e97a16fa7c4
 DIST resynthesizer-0.16.tar.gz 18241 BLAKE2B 
d042220a1d9f71af6be16fd9a0c0b81cf46911dc22ae123915455e4952e3dbe4ba3f87098cbb05ab679090beb590f5943db76d8f923c2a67d6aaa18758004dc7
 SHA512 
6838dfe919e45bd8e8eea570127a586dc5718ee57504748d1de192bd627e26670bd7d82a25b7cb56a4fe597f3eb2c9d0c922da318fec5b6bf8a52801a856b662

diff --git a/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3.ebuild 
b/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3.ebuild
new file mode 100644
index 00000000000..1a6a43534b3
--- /dev/null
+++ b/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+MY_PN="${PN#gimp-}"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Suite of GIMP plugins for texture synthesis"
+HOMEPAGE="https://github.com/bootchk/resynthesizer";
+SRC_URI="https://github.com/bootchk/resynthesizer/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="media-gfx/gimp"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+       default
+       eautoreconf
+}

Reply via email to