From 8b6ce71f3cc5faf34a1e1e3260a3c314c78551ee Mon Sep 17 00:00:00 2001 From: tocaro Date: Sun, 20 Apr 2014 19:45:02 +0200 Subject: bug fix --- net-misc/tho-rsync/tho-rsync-0.4.ebuild | 23 ----------------------- net-misc/tho-rsync/tho-rsync-0.5.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 net-misc/tho-rsync/tho-rsync-0.4.ebuild create mode 100644 net-misc/tho-rsync/tho-rsync-0.5.ebuild diff --git a/net-misc/tho-rsync/tho-rsync-0.4.ebuild b/net-misc/tho-rsync/tho-rsync-0.4.ebuild deleted file mode 100644 index 12bc052..0000000 --- a/net-misc/tho-rsync/tho-rsync-0.4.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 2013-2013 Thomas Carrie -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit eutils - -DESCRIPTION="Script that sync directories using rsync and a config file in the target directory" -HOMEPAGE="http://thocar.org/tarballs/" -SRC_URI="http://thocar.org/tarballs/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="" -RDEPEND=">=net-misc/rsync-3.0.0" - -src_install() { - # http://devmanual.gentoo.org/function-reference/install-functions/ - dobin thoRsync -} diff --git a/net-misc/tho-rsync/tho-rsync-0.5.ebuild b/net-misc/tho-rsync/tho-rsync-0.5.ebuild new file mode 100644 index 0000000..12bc052 --- /dev/null +++ b/net-misc/tho-rsync/tho-rsync-0.5.ebuild @@ -0,0 +1,23 @@ +# Copyright 2013-2013 Thomas Carrie +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit eutils + +DESCRIPTION="Script that sync directories using rsync and a config file in the target directory" +HOMEPAGE="http://thocar.org/tarballs/" +SRC_URI="http://thocar.org/tarballs/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="" +RDEPEND=">=net-misc/rsync-3.0.0" + +src_install() { + # http://devmanual.gentoo.org/function-reference/install-functions/ + dobin thoRsync +} -- cgit v1.2.3-65-gdbad