summaryrefslogtreecommitdiff
path: root/x11-misc/grsync/grsync-1.2.8.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-09-16 23:15:49 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-09-16 23:15:49 +0100
commit3b827127cdc24d49f3dbaa82def6c80501d2cd87 (patch)
tree4e3f67cb234339d4cb7c29ee99550a3362d5a1ca /x11-misc/grsync/grsync-1.2.8.ebuild
parent6e356edde093fb3589ab7a5859685e85c2873ab0 (diff)
gentoo auto-resync : 16:09:2022 - 23:15:49
Diffstat (limited to 'x11-misc/grsync/grsync-1.2.8.ebuild')
-rw-r--r--x11-misc/grsync/grsync-1.2.8.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/x11-misc/grsync/grsync-1.2.8.ebuild b/x11-misc/grsync/grsync-1.2.8.ebuild
deleted file mode 100644
index d866f840856b..000000000000
--- a/x11-misc/grsync/grsync-1.2.8.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg
-
-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
-}