diff options
author | 2017-03-28 21:12:16 +0300 | |
---|---|---|
committer | 2017-04-01 12:22:12 +0200 | |
commit | bc0dac5c54acd4a8e15b407f5c80b1aea7d38fe8 (patch) | |
tree | cf83affc21086c82671663112c7f843633e3bb9f /x11-misc/grsync | |
parent | x11-misc/grabc: Remove old (diff) | |
download | gentoo-bc0dac5c54acd4a8e15b407f5c80b1aea7d38fe8.tar.gz gentoo-bc0dac5c54acd4a8e15b407f5c80b1aea7d38fe8.tar.bz2 gentoo-bc0dac5c54acd4a8e15b407f5c80b1aea7d38fe8.zip |
x11-misc/grsync: Remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4319
Diffstat (limited to 'x11-misc/grsync')
-rw-r--r-- | x11-misc/grsync/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/grsync/grsync-1.2.5.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/x11-misc/grsync/Manifest b/x11-misc/grsync/Manifest index fe61dbb63d08..e9714eb8d48f 100644 --- a/x11-misc/grsync/Manifest +++ b/x11-misc/grsync/Manifest @@ -1,2 +1 @@ -DIST grsync-1.2.5.tar.gz 324655 SHA256 4f1443154f7c85ca7b0e93d5fea438e2709776005e7cfc97da89f4899b1c12e5 SHA512 68000d729d8c15ac439fb8b66df80892c8df3acf8497635836b3be585ba3028a95d158afe6ca63976f8d893af2da209b567e1ff61a6e008dd16e498d83882e9f WHIRLPOOL 08a0935168ae570327cd5763307fbcadf48730984b08d4ad4dc1a66d5734c265d6c316969005b8afe9facc5487750ceeca25556fc53b48aed7079f7348b90323 DIST grsync-1.2.6.tar.gz 333540 SHA256 66d5acea5e6767d6ed2082e1c6e250fe809cb1e797cbbee5c8e8a2d28a895619 SHA512 a7aac0cf264c968d50896156730dc0b925045def6e513adf1f2783e19fd1cdd423aa69480963479b95927fb4e863f110f3fc0439661ef7cfcacc7376fe95ff1d WHIRLPOOL 7e4a9095e35358388464767cd418d7b4f268e65955260cf2caf7e3110a434fd386ac733527bf56821492468dc88c71f8891f51c5490d2cc331ec10fded126963 diff --git a/x11-misc/grsync/grsync-1.2.5.ebuild b/x11-misc/grsync/grsync-1.2.5.ebuild deleted file mode 100644 index a919578c0a29..000000000000 --- a/x11-misc/grsync/grsync-1.2.5.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit gnome2 - -DESCRIPTION="A gtk frontend to rsync" -HOMEPAGE="http://www.opbyte.it/grsync/" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86 ~x86-fbsd" -IUSE="" -SRC_URI="http://www.opbyte.it/release/${P}.tar.gz" - -RDEPEND=">=x11-libs/gtk+-2.16:2 - net-misc/rsync" -DEPEND="${RDEPEND} - virtual/pkgconfig - dev-util/intltool" - -DOCS="AUTHORS NEWS README" - -src_configure() { - econf --disable-unity -} |