summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortocaro <tocaro@thocar.org>2013-11-16 22:20:35 +0100
committertocaro <tocaro@thocar.org>2013-11-16 22:20:35 +0100
commitf92d7083bf674f2ddf09633644eecc0fd4ef5369 (patch)
tree1d572d6ec0a726c47a3c9a553a2cdd42aa37e644
parentok (diff)
downloadtocaro-f92d7083bf674f2ddf09633644eecc0fd4ef5369.tar.gz
tocaro-f92d7083bf674f2ddf09633644eecc0fd4ef5369.tar.bz2
tocaro-f92d7083bf674f2ddf09633644eecc0fd4ef5369.zip
new ebuild
-rw-r--r--.gitignore1
-rw-r--r--net-misc/tho-rsync/ChangeLog8
-rw-r--r--net-misc/tho-rsync/Manifest4
-rw-r--r--net-misc/tho-rsync/metadata.xml10
-rw-r--r--net-misc/tho-rsync/tho-rsync-0.1.ebuild23
5 files changed, 46 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1377554
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.swp
diff --git a/net-misc/tho-rsync/ChangeLog b/net-misc/tho-rsync/ChangeLog
new file mode 100644
index 0000000..e39ad55
--- /dev/null
+++ b/net-misc/tho-rsync/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for x11-misc/tho-rsync
+# Copyright 2013-2013 Thomas Carrie; Distributed under the GPL v2
+# $Header: $
+
+*tho-rsync-0.1-r1 (08 May 2013)
+
+ 16 Nov 2013; Thomas Carrie <tocaro@thocar.org> :
+ Initial import.
diff --git a/net-misc/tho-rsync/Manifest b/net-misc/tho-rsync/Manifest
new file mode 100644
index 0000000..5a13a49
--- /dev/null
+++ b/net-misc/tho-rsync/Manifest
@@ -0,0 +1,4 @@
+DIST tho-rsync-0.1.tar.gz 860 SHA256 e93e5a439e300432b463b1f96d09bdf6fcf5b27faa9fb3b5ddfebbf21ac68bde SHA512 3161d3dd75f1fcd072fd2a697b1ae598fd56aee5c7cbf16dbeed3addfeb777b72b17035c72feac9a3531cec976afdf3202a27dcab2d250dd8d6216ceadd32f97 WHIRLPOOL 75d6942770e2f76c6b42341a12cd1ce049e930e902c41baafe1ea0850268f66c46c34bc5876fbfbea3674592164c0b6e92b0c0fe64d7aeaf7edf52eb57f81bd6
+EBUILD tho-rsync-0.1.ebuild 526 SHA256 16f704d3f2b302ffd0bb59f12ba060562a02a379d8ca6252c086f2824e68da7b SHA512 f35179576b1b51040f0d7d5d5bd6437d5785f7db06cba5d26b98d05815c37c5a5759c5b5d168124c431b70d80c208ffb83e955a3ea8e577f13b8edf94de0acb9 WHIRLPOOL 895c9cae1b9e4bf3c98fb253bcd4e04ae3f7f5378f5d41142fe1c281405e0fece0afcf5422bc2b0cf5ec9febe32ee8d3ef482fc8261651c3d3ea8acefc717d33
+MISC ChangeLog 217 SHA256 b7ba7f2a137f698b84183aedbf84e1125e1d3cb9400e2c4034b3c2301af60826 SHA512 0a217d791738a3ed53eb2dd7f24dc55ec41677583e38b916f4b011c12656582e44b9ece4c07fea15bb6f3fe67ad2dc7fc8ff8431b6cfad06437d24105458a87d WHIRLPOOL 0dc4b57a6da05146eab2c6d4f386dc26bdce8348e52b1478a65a0426afe0e424809c6f134c7dadae0f35b045520f982aec6eea75b98b496ad0b1b867fef297b9
+MISC metadata.xml 441 SHA256 ad094504b5f795c6f39f1819d8621f8a7b99c053220ee9c79e9c6d8b8e7c7c96 SHA512 81f388df2a6aa4a037c0892279bc712931503f171b1cd75774624eed2b83daf8467c07bfc5ea05897de6f0d552db30bffba42962e8854eaada9668548f06d56d WHIRLPOOL 3bcbe4047a3c32a0d77d18d93d8f406576a7a42ca358ee5bb39158774c46e194bf081345d4876bdedea25285f5502dc7fc30112650e605d12e65ff51f1df10f0
diff --git a/net-misc/tho-rsync/metadata.xml b/net-misc/tho-rsync/metadata.xml
new file mode 100644
index 0000000..875c13b
--- /dev/null
+++ b/net-misc/tho-rsync/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <!-- http://devmanual.gentoo.org/ebuild-writing/misc-files/metadata/ -->
+ <!-- herd>not maintained by a herd</herd-->
+ <maintainer>
+ <email>tocaro@thocar.org</email>
+ </maintainer>
+ <longdescription>Script that sync directories using rsync and a config file in the target directory</longdescription>
+</pkgmetadata>
diff --git a/net-misc/tho-rsync/tho-rsync-0.1.ebuild b/net-misc/tho-rsync/tho-rsync-0.1.ebuild
new file mode 100644
index 0000000..12bc052
--- /dev/null
+++ b/net-misc/tho-rsync/tho-rsync-0.1.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
+}