summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2014-07-12 10:11:34 +0000
committerYixun Lan <dlan@gentoo.org>2014-07-12 10:11:34 +0000
commitb0abdd19e85ce0db12882e98828b5d47a1ad4853 (patch)
treee52f04e94faf2d41bc67b0a815cc623d1320a1f8 /dev-util/vmtouch
parentDisable tests (not a regression) (diff)
downloadgentoo-2-b0abdd19e85ce0db12882e98828b5d47a1ad4853.tar.gz
gentoo-2-b0abdd19e85ce0db12882e98828b5d47a1ad4853.tar.bz2
gentoo-2-b0abdd19e85ce0db12882e98828b5d47a1ad4853.zip
initial version added by me
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'dev-util/vmtouch')
-rw-r--r--dev-util/vmtouch/ChangeLog10
-rw-r--r--dev-util/vmtouch/Manifest4
-rw-r--r--dev-util/vmtouch/metadata.xml13
-rw-r--r--dev-util/vmtouch/vmtouch-0.8.0.ebuild26
4 files changed, 53 insertions, 0 deletions
diff --git a/dev-util/vmtouch/ChangeLog b/dev-util/vmtouch/ChangeLog
new file mode 100644
index 000000000000..3c41ffd744e1
--- /dev/null
+++ b/dev-util/vmtouch/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-util/vmtouch
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/vmtouch/ChangeLog,v 1.1 2014/07/12 10:11:34 dlan Exp $
+
+*vmtouch-0.8.0 (12 Jul 2014)
+
+ 12 Jul 2014; Yixun Lan <dlan@gentoo.org> +vmtouch-0.8.0.ebuild,
+ +metadata.xml:
+ initial version added by me
+
diff --git a/dev-util/vmtouch/Manifest b/dev-util/vmtouch/Manifest
new file mode 100644
index 000000000000..bd86e27148ce
--- /dev/null
+++ b/dev-util/vmtouch/Manifest
@@ -0,0 +1,4 @@
+DIST vmtouch-0.8.0.tar.gz 224882 SHA256 6848b9355451e8ab848501b5604f47a396bce1ef1dcb613577feaaaea1dfe262 SHA512 71756a2b93545f916441913b11a6d366fe886df99d131303df2ae2ac382346321f47809620711f57f0a2df4133c175524234128abafdea47747b5c74017062bb WHIRLPOOL 54b645fa1a7eeb5fe86182de0bb3c9f54684698f9da0ad5392910bf8316008560a6f4592bf3c7720519db11bbd3759c306637acfb3f33e76c163b697936e459d
+EBUILD vmtouch-0.8.0.ebuild 509 SHA256 f968d78a006734627705d6584b143f92fd1b82905b10214f29518a1346e85834 SHA512 57b6e6ca6aa7d5a6a786852c859c652747ffb5332fcf6ba233d2dd270a647653d4c72cb7fdb0cfebab77554c8e18c68d50e868e3ae31450f992832a83fe89886 WHIRLPOOL ce20ef8e059cd7e4cdc74c90becc3eaf874251e4284b9eee1a99daec106ee5603d94dd49232a4ae813014236c5490923aa971e8dcd4c784da255a8e40ffdb2a9
+MISC ChangeLog 261 SHA256 beac4d72d3db7ed3a961c14742b5e3a18492c97569ca0deac543a8d0064b831c SHA512 a2176e508eecfaf7e2a0eb52ca7ad270750bda8dba25f3d11efc04c85092ad625dff4593a3ad9c25ae6a4e58b2cc9149dbfb50c1a2cd75b12ad8816ddf30cc2b WHIRLPOOL 6916675c23548cb46bd78baad78e9b9218de7bf97c4baa4ba52f68c026906045651de4a2a2307a3e1fcc609347965f3e3fd7213a9600b2553aade5fbce560f1d
+MISC metadata.xml 456 SHA256 5165b258ea1442ebfeb2646da5e29ec41d0b322e4c9cc959fd021643230f3645 SHA512 f3171f73439dd4b95614c9ead019d62f985fc205eee4a33cd9b1e0efc894e66cb5135d3a70bfea32249f27462f0f56c407486064d40fe4960c497b9ee851929c WHIRLPOOL 6bc27bbcca5a24c8e5478cb8701614e3e2632bfc9b3b5bfa1d821d7543058fe261cc0322123e79bf8326f6b9fd4be50684abf21ac6d4b09f0abbaf66cb887c66
diff --git a/dev-util/vmtouch/metadata.xml b/dev-util/vmtouch/metadata.xml
new file mode 100644
index 000000000000..bed02fb05051
--- /dev/null
+++ b/dev-util/vmtouch/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>dlan@gentoo.org</email>
+ <name>Yixun Lan</name>
+ </maintainer>
+ <longdescription>
+ vmtouch is a tool for learning about and controlling the file system cache
+ of unix and unix-like systems. It is BSD licensed so you can basically
+ do whatever you want with it.
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-util/vmtouch/vmtouch-0.8.0.ebuild b/dev-util/vmtouch/vmtouch-0.8.0.ebuild
new file mode 100644
index 000000000000..655972960062
--- /dev/null
+++ b/dev-util/vmtouch/vmtouch-0.8.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/vmtouch/vmtouch-0.8.0.ebuild,v 1.1 2014/07/12 10:11:34 dlan Exp $
+
+EAPI=5
+
+inherit toolchain-funcs
+
+DESCRIPTION="Virtual Memory Toucher, portable file system cache diagnostics and control"
+HOMEPAGE="http://hoytech.com/vmtouch/"
+SRC_URI="https://github.com/hoytech/${PN}/archive/${P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+S="${WORKDIR}"/${PN}-${P}
+
+src_install() {
+ default
+ doman vmtouch.8
+}