summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortocaro <tocaro@thocar.org>2014-01-06 19:28:03 +0100
committertocaro <tocaro@thocar.org>2014-01-06 19:28:03 +0100
commita3486bdd6f28716b4aadffc300659e00eeb863f2 (patch)
tree8ba2a2b450044d8f7f98ae2e61f413b1d5f862e1 /net-misc
parentSupport for alternative config file name that does not start with dot (diff)
downloadtocaro-a3486bdd6f28716b4aadffc300659e00eeb863f2.tar.gz
tocaro-a3486bdd6f28716b4aadffc300659e00eeb863f2.tar.bz2
tocaro-a3486bdd6f28716b4aadffc300659e00eeb863f2.zip
ok
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/tho-rsync/tho-rsync-0.1.ebuild23
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
-}