public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/sysbench/
Date: Wed,  8 Jun 2016 20:18:35 +0000 (UTC)	[thread overview]
Message-ID: <1465415440.0ad2107e16f9f5b64b94ebd7bac12d930db4ac12.monsieurp@gentoo> (raw)

commit:     0ad2107e16f9f5b64b94ebd7bac12d930db4ac12
Author:     Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Wed Jun  8 13:40:38 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Jun  8 19:50:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ad2107e

app-benchmarks/sysbench: adding live ebuild

Package-Manager: portage-2.3.0_rc1
Closes: https://github.com/gentoo/gentoo/pull/1628

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-benchmarks/sysbench/sysbench-9999.ebuild | 46 ++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

diff --git a/app-benchmarks/sysbench/sysbench-9999.ebuild b/app-benchmarks/sysbench/sysbench-9999.ebuild
new file mode 100644
index 0000000..e82c950
--- /dev/null
+++ b/app-benchmarks/sysbench/sysbench-9999.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+inherit git-r3
+
+DESCRIPTION="System performance benchmark"
+HOMEPAGE="https://github.com/akopytov/sysbench"
+
+EGIT_REPO_URI="https://github.com/akopytov/sysbench.git"
+EGIT_BRANCH="1.0"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE="aio mysql"
+
+DEPEND="aio? ( dev-libs/libaio )
+	mysql? ( virtual/libmysqlclient )"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	default
+
+	sed -i -e "/^htmldir =/s:=.*:=/usr/share/doc/${PF}/html:" doc/Makefile.am || die
+
+	./autogen.sh || die
+}
+
+src_configure() {
+	local myeconfargs=(
+		$(use_enable aio aio)
+		$(use_with mysql mysql)
+	)
+
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	default
+
+	insinto /usr/share/${PN}/tests/db
+	doins sysbench/tests/db/*.lua || die
+}


             reply	other threads:[~2016-06-08 20:18 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-08 20:18 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-10-27 14:44 [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/sysbench/ Göktürk Yüksek
2016-10-27 14:44 Göktürk Yüksek
2016-10-27 14:44 Göktürk Yüksek
2016-10-31 15:07 Göktürk Yüksek
2016-12-27 22:36 Göktürk Yüksek
2016-12-28  8:34 Aaron Bauman
2017-01-29  4:40 Göktürk Yüksek
2017-01-29  4:40 Göktürk Yüksek
2017-01-29  4:40 Göktürk Yüksek
2017-02-06 20:55 Göktürk Yüksek
2017-03-02  5:50 Göktürk Yüksek
2017-03-07 20:49 Göktürk Yüksek
2017-03-07 20:49 Göktürk Yüksek
2017-03-16 11:13 Amy Liffey
2017-04-07 16:05 Agostino Sarubbo
2017-04-08  3:09 Göktürk Yüksek
2017-04-17  8:02 Agostino Sarubbo
2017-04-27 23:00 Göktürk Yüksek
2017-05-25 10:44 Agostino Sarubbo
2017-05-26 14:05 Agostino Sarubbo
2017-05-26 18:46 Göktürk Yüksek
2017-07-13 21:53 Göktürk Yüksek
2017-07-13 21:53 Göktürk Yüksek
2017-07-15 16:42 Tobias Klausmann
2017-10-29 22:08 Thomas Deutschmann
2017-10-30 23:17 Patrice Clement
2018-02-06 15:10 Thomas Deutschmann
2018-02-26 22:51 Mike Frysinger
2018-02-26 22:51 Mike Frysinger
2018-04-26 15:24 Aaron Bauman
2018-04-26 15:24 Aaron Bauman
2018-07-12  9:14 Tony Vroon
2018-07-12  9:15 Tony Vroon
2018-12-22 13:44 Patrice Clement
2018-12-22 22:25 Thomas Deutschmann
2018-12-28  8:11 Mikle Kolyada
2019-08-17 15:49 Joonas Niilola
2019-08-17 15:49 Joonas Niilola
2019-08-17 15:49 Joonas Niilola
2019-08-24 10:30 Thomas Deutschmann
2019-08-28  9:11 David Seifert
2019-08-28 11:17 Thomas Deutschmann
2020-03-18  8:30 Joonas Niilola
2020-03-18  8:30 Joonas Niilola
2020-11-21 18:27 Conrad Kostecki
2020-11-21 18:27 Conrad Kostecki
2020-11-21 23:40 Conrad Kostecki
2020-11-21 23:40 Conrad Kostecki
2020-12-23 20:00 Sam James
2020-12-23 21:49 Sam James
2021-01-03 23:17 Conrad Kostecki
2021-01-10 21:58 Sam James
2021-01-10 22:31 Sam James
2021-01-10 23:21 Conrad Kostecki
2021-01-27 18:35 Conrad Kostecki
2021-07-01 21:15 Conrad Kostecki
2022-02-10  2:53 Sam James
2022-11-03 22:37 Conrad Kostecki
2024-03-09 17:41 Conrad Kostecki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1465415440.0ad2107e16f9f5b64b94ebd7bac12d930db4ac12.monsieurp@gentoo \
    --to=monsieurp@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox