summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-benchmarks/sysbench: drop oldTomáš Mózes2020-03-183-124/+0
| | | | | | | Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14512 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-benchmarks/sysbench: bump to 1.0.19Tomáš Mózes2020-03-182-0/+62
| | | | | | Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-112-0/+2
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-benchmarks/sysbench: rev bump to ease migration to dev-db/mysql-connector-cThomas Deutschmann2019-08-283-1/+1
| | | | | | | | | | | | | | | Commit 7cbe173b8792bc61ef6ccf10a490bf4b143f3fd2 replaced virtual/libmysqlclient dependency with dev-db/mysql-connector-c atom without a rev bump. To avoid unecessary user interaction for users not using emerge's --changed-deps=y because we are already pushing towards removal of virtual/libmysqlclient (see commit 08b83d736f77fd5dffa9cd5f6b1b44771726ce94), this commit will now force the re-installation through rev bump to ease migration. Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-benchmarks/sysbench: [QA] Remove unnecessary slash stripDavid Seifert2019-08-281-1/+1
| | | | | Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: David Seifert <soap@gentoo.org>
* app-benchmarks/sysbench: migrate to dev-db/mysql-connector-cThomas Deutschmann2019-08-244-5/+5
| | | | | Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-benchmarks/sysbench: drop oldTomas Mozes2019-08-172-64/+0
| | | | | | Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12725 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-benchmarks/sysbench: sync live ebuildTomas Mozes2019-08-171-11/+13
| | | | | Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-benchmarks/sysbench: bump to 1.0.17Tomas Mozes2019-08-172-0/+62
| | | | | Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-benchmarks/sysbench: amd64 stable wrt bug #673514Mikle Kolyada2018-12-281-1/+1
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* app-benchmarks/sysbench: x86 stable (bug #673514)Thomas Deutschmann2018-12-221-2/+2
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-benchmarks/sysbench: bump to 1.0.16.Tomas Mozes2018-12-222-0/+61
| | | | | | | | | | | MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10674 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* app-benchmarks/sysbench: drop oldTomas Mozes2018-07-122-61/+0
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* app-benchmarks/sysbench: bump to 1.0.15Tomas Mozes2018-07-122-0/+61
| | | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/9195
* app-benchmarks/sysbench: remove unused patchMichael Mair-Keimberger2018-04-281-21/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/8184
* app-benchmarks/sysbench: drop oldTomas Mozes2018-04-263-129/+0
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* app-benchmarks/sysbench: bump to 1.0.14Tomas Mozes2018-04-262-0/+61
| | | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/8122
* app-benchmarks/sysbench: drop libtool subslotMike Frysinger2018-02-264-4/+4
| | | | | | Depending on libtool's subslot doesn't make sense as it doesn't have one, and is only a build-time tool. The runtime lib is in the libltdl package instead (which sysbench doesn't care about).
* app-benchmarks/sysbench: move luajit to RDEPENDMike Frysinger2018-02-264-10/+10
| | | | | Since we link sysbench against it and force the system version, make sure it's listed as a runtime dep.
* app-benchmarks/sysbench: x86 stable (bug #642006)Thomas Deutschmann2018-02-061-2/+2
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* app-benchmarks/sysbench: bump to 1.0.12Tomas Mozes2018-01-273-0/+86
| | | | | Closes: https://github.com/gentoo/gentoo/pull/6598 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* app-benchmarks/sysbench-1.0.10-r0: amd64 stableTobias Klausmann2018-01-151-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/642006
* app-benchmarks/*: Update Manifest hashesMichał Górny2017-12-091-2/+2
|
* app-benchmarks/sysbench: drop old.Tomas Mozes2017-10-315-208/+0
| | | | | Package-Manager: Portage-2.3.12, Repoman-2.3.4 Closes: https://github.com/gentoo/gentoo/pull/6080
* app-benchmarks/sysbench: version bump to 1.0.10.Tomas Mozes2017-10-312-0/+64
| | | | | Package-Manager: Portage-2.3.12, Repoman-2.3.4 Closes: https://github.com/gentoo/gentoo/pull/6080
* app-benchmarks/sysbench: x86 stable (bug #624414)Thomas Deutschmann2017-10-291-1/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4
* app-benchmarks/sysbench: bump to 1.0.9Tomáš Mózes2017-10-083-0/+88
| | | | Closes:#5870
* app-benchmarks/sysbench-1.0.7-r0: add amd64 keywordTobias Klausmann2017-07-151-1/+1
| | | | Gentoo-Bug: 624414
* app-benchmarks/sysbench: drop oldTomas Mozes2017-07-132-56/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* app-benchmarks/sysbench: bump to 1.0.8Tomas Mozes2017-07-132-0/+64
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* app-benchmarks/sysbench: bump to 1.0.7Tomas Mozes2017-05-262-0/+64
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* app-benchmarks/sysbench: x86 stable wrt bug #619660Agostino Sarubbo2017-05-261-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-benchmarks/sysbench: amd64 stable wrt bug #619660Agostino Sarubbo2017-05-251-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-benchmarks/sysbench: bump to 1.0.6, drop oldTomas Mozes2017-04-273-60/+1
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* app-benchmarks/sysbench: x86 stable wrt bug #614842Agostino Sarubbo2017-04-171-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-benchmarks/sysbench: bump to 1.0.5, drop oldTomas Mozes2017-04-072-1/+1
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* app-benchmarks/sysbench: amd64 stable wrt bug #614842Agostino Sarubbo2017-04-071-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-benchmarks/sysbench: bump to 1.0.4Tomas Mozes2017-03-163-1/+57
| | | | | | Closes: #4212 Package-Manager: Portage-2.3.4, Repoman-2.3.2
* app-benchmarks/sysbench: sync live ebuildTomas Mozes2017-03-071-3/+1
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-benchmarks/sysbench: bump to 1.0.3, drop oldTomas Mozes2017-03-072-1/+1
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-benchmarks/sysbench: bump to 1.0.2, drop oldTomas Mozes2017-03-022-1/+1
| | | | Package-Manager: portage-2.3.3
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-283-3/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* app-benchmarks/sysbench: bump to 1.0.1Tomas Mozes2017-02-062-7/+2
|
* app-benchmarks/sysbench: drop oldTomáš Mózes2017-01-282-40/+0
|
* app-benchmarks/sysbench: sync live ebuildTomáš Mózes2017-01-281-10/+12
|
* app-benchmarks/sysbench: bump to 1.0_pre20170122Tomáš Mózes2017-01-282-15/+17
|
* app-benchmarks/sysbench: x86 stable wrt bug #603524Agostino Sarubbo2016-12-291-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-benchmarks/sysbench: amd64 stableAaron Bauman2016-12-281-1/+1
|
* app-benchmarks/sysbench: bump to 1.0_pre20161223Tomáš Mózes2016-12-272-0/+60
|
* app-benchmarks/sysbench: improve live ebuildTomas Mozes2016-10-311-10/+21
| | | | Package-Manager: portage-2.3.1