* [gentoo-commits] dev/dev-zero:master commit in: sys-fs/nocache/
@ 2013-04-15 8:22 Tiziano Müller
0 siblings, 0 replies; only message in thread
From: Tiziano Müller @ 2013-04-15 8:22 UTC (permalink / raw
To: gentoo-commits
commit: 89b0af77352998997fe768f95701c04f54e3cda9
Author: Tiziano Müller <tm <AT> dev-zero <DOT> ch>
AuthorDate: Mon Apr 15 08:21:54 2013 +0000
Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Mon Apr 15 08:21:54 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=89b0af77
Initial commit.
---
sys-fs/nocache/Manifest | 1 +
sys-fs/nocache/nocache-9999.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/sys-fs/nocache/Manifest b/sys-fs/nocache/Manifest
new file mode 100644
index 0000000..439509a
--- /dev/null
+++ b/sys-fs/nocache/Manifest
@@ -0,0 +1 @@
+EBUILD nocache-9999.ebuild 502 SHA256 3efbb5a708168163d8d9383078178fbcab34144275fd86dc18ca05d966fff074 SHA512 d8f53ce61a4302e88bd5d7def30e0d4ffd2865c3e66cc7bfaf33e4c8a7b3d319befebc746044b986e6861f4af15eadbf6e37325da7f89cf20d942671b30a626d WHIRLPOOL 28e73467a497b83aba36dd189bc0cdabf9a38e28fd85ac14560c208da3969f776a59d7aa53e1385224ce8f1ea9bdffe854c8ad0cff891deffcc1a328a0f6b4f7
diff --git a/sys-fs/nocache/nocache-9999.ebuild b/sys-fs/nocache/nocache-9999.ebuild
new file mode 100644
index 0000000..ced22b6
--- /dev/null
+++ b/sys-fs/nocache/nocache-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit git-2
+
+DESCRIPTION="Minimize filesystem caching effects"
+HOMEPAGE="https://github.com/Feh/nocache"
+EGIT_REPO_URI="https://github.com/Feh/nocache.git"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+# TODO:
+# * fix build system
+
+src_install() {
+ dolib.so nocache.so
+ newbin nocache.global nocache
+ dobin cachestats cachedel
+ doman man/*
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-04-15 8:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-15 8:22 [gentoo-commits] dev/dev-zero:master commit in: sys-fs/nocache/ Tiziano Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox