From e40fd99f59089bdd647e33311fe6611a578cc801 Mon Sep 17 00:00:00 2001 From: tocaro Date: Mon, 17 Mar 2014 19:33:55 +0000 Subject: ok --- net-misc/tho-rsync/ChangeLog | 2 +- net-misc/tho-rsync/tho-rsync-0.3.ebuild | 23 ----------------------- 2 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 net-misc/tho-rsync/tho-rsync-0.3.ebuild diff --git a/net-misc/tho-rsync/ChangeLog b/net-misc/tho-rsync/ChangeLog index 72d5143..2b4402f 100644 --- a/net-misc/tho-rsync/ChangeLog +++ b/net-misc/tho-rsync/ChangeLog @@ -2,7 +2,7 @@ # Copyright 2013-2013 Thomas Carrie; Distributed under the GPL v2 # $Header: $ -*tho-rsync-0.3 (17 Mar 2014) +*tho-rsync-0.4 (17 Mar 2014) 17 Mar 2014; Thomas Carrie : Better documentation. diff --git a/net-misc/tho-rsync/tho-rsync-0.3.ebuild b/net-misc/tho-rsync/tho-rsync-0.3.ebuild deleted file mode 100644 index 12bc052..0000000 --- a/net-misc/tho-rsync/tho-rsync-0.3.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 -} -- cgit v1.2.3-65-gdbad