diff options
author | tocaro <tocaro@thocar.org> | 2014-01-06 19:28:03 +0100 |
---|---|---|
committer | tocaro <tocaro@thocar.org> | 2014-01-06 19:28:03 +0100 |
commit | a3486bdd6f28716b4aadffc300659e00eeb863f2 (patch) | |
tree | 8ba2a2b450044d8f7f98ae2e61f413b1d5f862e1 | |
parent | Support for alternative config file name that does not start with dot (diff) | |
download | tocaro-a3486bdd6f28716b4aadffc300659e00eeb863f2.tar.gz tocaro-a3486bdd6f28716b4aadffc300659e00eeb863f2.tar.bz2 tocaro-a3486bdd6f28716b4aadffc300659e00eeb863f2.zip |
ok
-rw-r--r-- | net-misc/tho-rsync/tho-rsync-0.1.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/net-misc/tho-rsync/tho-rsync-0.1.ebuild b/net-misc/tho-rsync/tho-rsync-0.1.ebuild deleted file mode 100644 index 12bc052..0000000 --- a/net-misc/tho-rsync/tho-rsync-0.1.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 -} |