summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2013-07-11 13:24:09 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2013-07-11 13:24:09 +0000
commit026a04f8f2dd8f1172fd724b956edf6bc4149ccf (patch)
tree107afc145998a25477c87477482fe576a9dc5c50 /x11-misc
parentUse normal blocker instead of custom add_blocker function. (diff)
downloadgentoo-2-026a04f8f2dd8f1172fd724b956edf6bc4149ccf.tar.gz
gentoo-2-026a04f8f2dd8f1172fd724b956edf6bc4149ccf.tar.bz2
gentoo-2-026a04f8f2dd8f1172fd724b956edf6bc4149ccf.zip
Version bump
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/grsync/ChangeLog7
-rw-r--r--x11-misc/grsync/grsync-1.2.4.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/x11-misc/grsync/ChangeLog b/x11-misc/grsync/ChangeLog
index 3360a9eb2cd2..5e437d12e42d 100644
--- a/x11-misc/grsync/ChangeLog
+++ b/x11-misc/grsync/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/grsync
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/ChangeLog,v 1.32 2013/01/17 19:41:29 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/ChangeLog,v 1.33 2013/07/11 13:24:09 voyageur Exp $
+
+*grsync-1.2.4 (11 Jul 2013)
+
+ 11 Jul 2013; Bernard Cafarelli <voyageur@gentoo.org> +grsync-1.2.4.ebuild:
+ Version bump
*grsync-1.2.3 (17 Jan 2013)
diff --git a/x11-misc/grsync/grsync-1.2.4.ebuild b/x11-misc/grsync/grsync-1.2.4.ebuild
new file mode 100644
index 000000000000..cf2cce83ac0d
--- /dev/null
+++ b/x11-misc/grsync/grsync-1.2.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/grsync-1.2.4.ebuild,v 1.1 2013/07/11 13:24:09 voyageur Exp $
+
+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
+}