aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-fs/fstrimDaemon/Manifest1
-rw-r--r--sys-fs/fstrimDaemon/fstrimDaemon-9999.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/sys-fs/fstrimDaemon/Manifest b/sys-fs/fstrimDaemon/Manifest
deleted file mode 100644
index 060cf31..0000000
--- a/sys-fs/fstrimDaemon/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD fstrimDaemon-9999.ebuild 769 SHA256 260ac0a8c2c1f7ec079f4d784b2b9f8781828afa4477327776f267f88bb17244 SHA512 872c2a76d23be97d8efa41ca5d58a96821b5183532cd11824bdb0098c2e305e94a09e186b766ac59cc8cb5215cfba5bc3926b4d45887587ed95c4ad66e82f70e WHIRLPOOL 8bbeee7440cb587eabd25732cdfa908e94ce2b39123ae1b9e3cf5f33edf4a2524fd852371340f8b89e67d2f65c846769e94d96fc13f9ce7ca8ff18b6ce7b4bfe
diff --git a/sys-fs/fstrimDaemon/fstrimDaemon-9999.ebuild b/sys-fs/fstrimDaemon/fstrimDaemon-9999.ebuild
deleted file mode 100644
index e24f85d..0000000
--- a/sys-fs/fstrimDaemon/fstrimDaemon-9999.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-EGIT_REPO_URI="https://github.com/dobek/fstrimDaemon.git"
-
-inherit git-2
-
-DESCRIPTION="Shell script daemon for fstrim to maintain ssd drive performance"
-HOMEPAGE="https://github.com/dobek/fstrimDaemon"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE="systemd"
-
-RDEPEND="sys-apps/util-linux"
-
-DEPEND="${RDEPEND}"
-
-src_compile() {
- :
-}
-
-src_install() {
- dosbin usr/sbin/fstrimDaemon.sh
- dodoc README.md
- if ! use systemd ; then
- doinitd etc/init.d/fstrimDaemon
- doconfd etc/conf.d/fstrimDaemon
- else
- systemd_dounit usr/lib/systemd/system/fstrimDaemon.service
- fi
-}
-