diff options
author | tocaro <tocaro@thocar.org> | 2014-03-17 19:33:55 +0000 |
---|---|---|
committer | tocaro <tocaro@thocar.org> | 2014-03-17 19:33:55 +0000 |
commit | e40fd99f59089bdd647e33311fe6611a578cc801 (patch) | |
tree | 8d4a43ffe688b82405c0e4138eef1091599e0f77 | |
parent | ok (diff) | |
download | tocaro-e40fd99f59089bdd647e33311fe6611a578cc801.tar.gz tocaro-e40fd99f59089bdd647e33311fe6611a578cc801.tar.bz2 tocaro-e40fd99f59089bdd647e33311fe6611a578cc801.zip |
ok
-rw-r--r-- | net-misc/tho-rsync/ChangeLog | 2 | ||||
-rw-r--r-- | net-misc/tho-rsync/tho-rsync-0.3.ebuild | 23 |
2 files changed, 1 insertions, 24 deletions
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 <tocaro@thocar.org> : 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 -} |