summaryrefslogtreecommitdiff
path: root/net-p2p/syncthing-conf/syncthing-conf-1.0.ebuild
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2019-02-24 20:55:17 +0100
committerKarel Kočí <cynerd@email.cz>2019-02-24 20:55:17 +0100
commitbc557e1675932bf498d076cae95e5e5732f3b6d0 (patch)
tree97236e63269db7a1b0d63d179e945adf35078d9d /net-p2p/syncthing-conf/syncthing-conf-1.0.ebuild
parentc6efbe8d2fac3cb962b0b1fc62ac234afa19be55 (diff)
downloadgentoo-personal-overlay-bc557e1675932bf498d076cae95e5e5732f3b6d0.tar.gz
gentoo-personal-overlay-bc557e1675932bf498d076cae95e5e5732f3b6d0.tar.bz2
gentoo-personal-overlay-bc557e1675932bf498d076cae95e5e5732f3b6d0.zip
syncthing-conf: fix invalid path
Diffstat (limited to 'net-p2p/syncthing-conf/syncthing-conf-1.0.ebuild')
-rw-r--r--net-p2p/syncthing-conf/syncthing-conf-1.0.ebuild16
1 files changed, 0 insertions, 16 deletions
diff --git a/net-p2p/syncthing-conf/syncthing-conf-1.0.ebuild b/net-p2p/syncthing-conf/syncthing-conf-1.0.ebuild
deleted file mode 100644
index 5fa3e84..0000000
--- a/net-p2p/syncthing-conf/syncthing-conf-1.0.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-EAPI=6
-
-DESCRIPTION="Additional system configuration for syncthing"
-HOMEPAGE="http://git.cynerd.cz/gentoo-personal-overlay/"
-S="${WORKDIR}"
-
-LICENSE="GPL-3.0+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="net-p2p/syncthing"
-
-src_install() {
- insinto /etc/sysctl.d
- doexe "${FILESDIR}/syncthing.conf"
-}