commit:     1f73508e0400c5d214694c2a58e176b714a836c1
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon May  4 15:51:46 2020 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon May  4 15:52:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f73508e

x11-misc/grsync: 1.2.8 bump

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 x11-misc/grsync/Manifest            |  1 +
 x11-misc/grsync/grsync-1.2.8.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/x11-misc/grsync/Manifest b/x11-misc/grsync/Manifest
index fa7e2c7db8b..a342125ea8a 100644
--- a/x11-misc/grsync/Manifest
+++ b/x11-misc/grsync/Manifest
@@ -1 +1,2 @@
 DIST grsync-1.2.6.tar.gz 333540 BLAKE2B 
20719580309aba5737b74e85629b21b9715ceb8d97bd00d1840a5eda0e04316439d90999b7b787cdf8b368fff90ba489dcfc3b91992dd599f7ae05f4a565f1e7
 SHA512 
a7aac0cf264c968d50896156730dc0b925045def6e513adf1f2783e19fd1cdd423aa69480963479b95927fb4e863f110f3fc0439661ef7cfcacc7376fe95ff1d
+DIST grsync-1.2.8.tar.gz 352885 BLAKE2B 
fc63db9b2739bc7a253b64cb1820a7c51c7408ebbe5bb950672b6ab08942726467a4966eea3da67c7c7e21e0acc703a06183d58e2fbcd1ec38370257b57bad63
 SHA512 
7feee6c405b20f147641e9a9a114645a7132345fcfc33c656a190aba0d2b7fedcd40f98328dfb0b123f38d8648d041a2f53cabbae0b8d53a243d3a6029bf0963

diff --git a/x11-misc/grsync/grsync-1.2.8.ebuild 
b/x11-misc/grsync/grsync-1.2.8.ebuild
new file mode 100644
index 00000000000..9a17e6b5c3f
--- /dev/null
+++ b/x11-misc/grsync/grsync-1.2.8.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A gtk frontend to rsync"
+HOMEPAGE="http://www.opbyte.it/grsync/";
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+SRC_URI="http://www.opbyte.it/release/${P}.tar.gz";
+
+DEPEND=">=x11-libs/gtk+-2.16:2"
+RDEPEND="${DEPEND}
+       net-misc/rsync"
+BDEPEND="virtual/pkgconfig
+       dev-util/intltool"
+
+DOCS="AUTHORS NEWS README"
+
+PATCHES=( "${FILESDIR}"/${PN}-1.2.6-gcc-10.patch )
+
+src_configure() {
+       econf --disable-unity
+}

Reply via email to