Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-super-smack/
Date: Fri, 08 Feb 2019 17:34:50
Message-Id: 1549647263.40b1bc6d199f24942b5fc0ec527be8504d283bd9.grknight@gentoo
1 commit: 40b1bc6d199f24942b5fc0ec527be8504d283bd9
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 8 17:34:23 2019 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 8 17:34:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b1bc6d
7
8 dev-db/mysql-super-smack: Mark stable for amd64 and x86; drop old
9
10 Closes: https://bugs.gentoo.org/665852
11 Package-Manager: Portage-2.3.59, Repoman-2.3.12
12 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
13
14 .../mysql-super-smack-1.3-r3.ebuild | 58 ----------------------
15 .../mysql-super-smack-1.3-r4.ebuild | 4 +-
16 2 files changed, 2 insertions(+), 60 deletions(-)
17
18 diff --git a/dev-db/mysql-super-smack/mysql-super-smack-1.3-r3.ebuild b/dev-db/mysql-super-smack/mysql-super-smack-1.3-r3.ebuild
19 deleted file mode 100644
20 index d7cbc48eae6..00000000000
21 --- a/dev-db/mysql-super-smack/mysql-super-smack-1.3-r3.ebuild
22 +++ /dev/null
23 @@ -1,58 +0,0 @@
24 -# Copyright 1999-2015 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=5
28 -WANT_AUTOMAKE="1.13"
29 -AUTOTOOLS_AUTORECONF="YES"
30 -#AUTOTOOLS_IN_SOURCE_BUILD="YES"
31 -
32 -inherit eutils autotools-utils
33 -
34 -MY_PN="super-smack"
35 -MY_P="${MY_PN}-${PV}"
36 -DESCRIPTION="Benchmarking, stress testing, and load generation tool for MySQL & PostGreSQL"
37 -HOMEPAGE="http://vegan.net/tony/supersmack/"
38 -SRC_URI="http://vegan.net/tony/supersmack/${MY_P}.tar.gz"
39 -
40 -LICENSE="GPL-2"
41 -SLOT="0"
42 -KEYWORDS="amd64 ~ppc x86"
43 -IUSE="+mysql postgres"
44 -REQUIRED_USE="|| ( mysql postgres )"
45 -
46 -DEPEND="mysql? ( virtual/mysql )
47 - postgres? ( dev-db/postgresql[server] )"
48 -RDEPEND="${DEPEND}"
49 -
50 -S="${WORKDIR}/${MY_P}"
51 -
52 -PATCHES=(
53 - "${FILESDIR}"/${PN}-1.2.destdir.patch
54 - "${FILESDIR}"/${PN}-1.3.amd64.patch
55 - "${FILESDIR}"/${PN}-1.3.gcc4.3.patch
56 - "${FILESDIR}"/${PN}-1.3-gen-data.patch
57 - "${FILESDIR}"/${PN}-1.3-automake-1.13.patch
58 -)
59 -DOCS=( CHANGES INSTALL MANUAL README TUTORIAL )
60 -
61 -src_prepare() {
62 - # Clean up files so eautoreconf does not pick up any
63 - # deprecated autotools macros.
64 - rm acinclude.m4 aclocal.m4 acconfig.h config.status config.h || die
65 - mv configure.in configure.ac || die
66 - autotools-utils_src_prepare
67 -}
68 -
69 -src_configure() {
70 - local myeconfargs=(
71 - $(usex mysql --with-mysql "")
72 - $(usex postgres --with-pgsql "")
73 - --with-datadir=/var/tmp/${MY_PN}
74 - --with-smacks-dir=/usr/share/${MY_PN}
75 - )
76 - autotools-utils_src_configure
77 -}
78 -
79 -pkg_postinst() {
80 - elog "The gen-data binary is now installed as super-smack-gen-data"
81 -}
82
83 diff --git a/dev-db/mysql-super-smack/mysql-super-smack-1.3-r4.ebuild b/dev-db/mysql-super-smack/mysql-super-smack-1.3-r4.ebuild
84 index cece7edde03..453fcaa21ab 100644
85 --- a/dev-db/mysql-super-smack/mysql-super-smack-1.3-r4.ebuild
86 +++ b/dev-db/mysql-super-smack/mysql-super-smack-1.3-r4.ebuild
87 @@ -1,4 +1,4 @@
88 -# Copyright 1999-2018 Gentoo Foundation
89 +# Copyright 1999-2019 Gentoo Authors
90 # Distributed under the terms of the GNU General Public License v2
91
92 EAPI=6
93 @@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
94
95 LICENSE="GPL-2"
96 SLOT="0"
97 -KEYWORDS="~amd64 ~ppc ~x86"
98 +KEYWORDS="amd64 ~ppc x86"
99 IUSE="+mysql postgres"
100 REQUIRED_USE="|| ( mysql postgres )"