From 4d9072ea493addf55abdea2434ce5efffd641149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 9 Aug 2018 14:18:00 +0200 Subject: Fix syncthing-conf package --- net-p2p/syncthing-conf/files/syncthing.conf | 1 + net-p2p/syncthing-conf/syncthing-conf-1.0.ebuild | 16 ++++++++++++++++ net-p2p/synthing-conf/files/syncthing.conf | 1 - net-p2p/synthing-conf/syncthing-conf-1.0.ebuild | 16 ---------------- 4 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 net-p2p/syncthing-conf/files/syncthing.conf create mode 100644 net-p2p/syncthing-conf/syncthing-conf-1.0.ebuild delete mode 100644 net-p2p/synthing-conf/files/syncthing.conf delete mode 100644 net-p2p/synthing-conf/syncthing-conf-1.0.ebuild diff --git a/net-p2p/syncthing-conf/files/syncthing.conf b/net-p2p/syncthing-conf/files/syncthing.conf new file mode 100644 index 0000000..1e65bf9 --- /dev/null +++ b/net-p2p/syncthing-conf/files/syncthing.conf @@ -0,0 +1 @@ +fs.inotify.max_user_watches=204800 diff --git a/net-p2p/syncthing-conf/syncthing-conf-1.0.ebuild b/net-p2p/syncthing-conf/syncthing-conf-1.0.ebuild new file mode 100644 index 0000000..5fa3e84 --- /dev/null +++ b/net-p2p/syncthing-conf/syncthing-conf-1.0.ebuild @@ -0,0 +1,16 @@ +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" +} diff --git a/net-p2p/synthing-conf/files/syncthing.conf b/net-p2p/synthing-conf/files/syncthing.conf deleted file mode 100644 index 1e65bf9..0000000 --- a/net-p2p/synthing-conf/files/syncthing.conf +++ /dev/null @@ -1 +0,0 @@ -fs.inotify.max_user_watches=204800 diff --git a/net-p2p/synthing-conf/syncthing-conf-1.0.ebuild b/net-p2p/synthing-conf/syncthing-conf-1.0.ebuild deleted file mode 100644 index 5fa3e84..0000000 --- a/net-p2p/synthing-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" -} -- cgit v1.2.3