summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-06-05 12:03:23 +0000
committerJustin Lecher <jlec@gentoo.org>2015-06-05 12:03:23 +0000
commitf5694564920449e84d91531832046a3eee10ac2f (patch)
treea839039c76919b9d1234ef8fad7b4f90dddabe06 /app-benchmarks
parentDrop old (diff)
downloadgentoo-2-f5694564920449e84d91531832046a3eee10ac2f.tar.gz
gentoo-2-f5694564920449e84d91531832046a3eee10ac2f.tar.bz2
gentoo-2-f5694564920449e84d91531832046a3eee10ac2f.zip
Add github to remote-id in metadata.xml
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'app-benchmarks')
-rw-r--r--app-benchmarks/wrk/ChangeLog7
-rw-r--r--app-benchmarks/wrk/metadata.xml13
2 files changed, 13 insertions, 7 deletions
diff --git a/app-benchmarks/wrk/ChangeLog b/app-benchmarks/wrk/ChangeLog
index faca8703e8c4..68dc58968526 100644
--- a/app-benchmarks/wrk/ChangeLog
+++ b/app-benchmarks/wrk/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-benchmarks/wrk
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/wrk/ChangeLog,v 1.1 2014/10/02 19:09:59 vikraman Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/wrk/ChangeLog,v 1.2 2015/06/05 12:03:23 jlec Exp $
+
+ 05 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+ Add github to remote-id in metadata.xml
*wrk-3.1.1 (02 Oct 2014)
diff --git a/app-benchmarks/wrk/metadata.xml b/app-benchmarks/wrk/metadata.xml
index b73d00b06fa4..f218e1558d16 100644
--- a/app-benchmarks/wrk/metadata.xml
+++ b/app-benchmarks/wrk/metadata.xml
@@ -1,15 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer>
- <email>vikraman@gentoo.org</email>
- <name>Vikraman Choudhury (vikraman)</name>
- </maintainer>
- <longdescription lang="en">
+ <maintainer>
+ <email>vikraman@gentoo.org</email>
+ <name>Vikraman Choudhury (vikraman)</name>
+ </maintainer>
+ <longdescription lang="en">
wrk is a modern HTTP benchmarking tool capable of generating
significant load when run on a single multi-core CPU. It combines a
multithreaded design with scalable event notification systems such as
epoll and kqueue. An optional LuaJIT script can perform HTTP request
generation, response processing, and custom reporting.
</longdescription>
+ <upstream>
+ <remote-id type="github">wg/wrk</remote-id>
+ </upstream>
</pkgmetadata>