summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2010-12-04 05:08:26 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2010-12-04 05:08:26 +0000
commit274099029d8820db2a6e0af91f5461da2b1d747d (patch)
tree01fb59189703e54299ae954dbdb292dd099e9cb6 /dev-db/mysql-super-smack
parentVersion bump to support pcsc-lite 1.6.5 and the new pcscd group. (diff)
downloadgentoo-2-274099029d8820db2a6e0af91f5461da2b1d747d.tar.gz
gentoo-2-274099029d8820db2a6e0af91f5461da2b1d747d.tar.bz2
gentoo-2-274099029d8820db2a6e0af91f5461da2b1d747d.zip
Clean up unstable ebuilds.
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/mysql-super-smack')
-rw-r--r--dev-db/mysql-super-smack/ChangeLog6
-rw-r--r--dev-db/mysql-super-smack/mysql-super-smack-1.3-r1.ebuild59
-rw-r--r--dev-db/mysql-super-smack/mysql-super-smack-1.3.ebuild53
3 files changed, 5 insertions, 113 deletions
diff --git a/dev-db/mysql-super-smack/ChangeLog b/dev-db/mysql-super-smack/ChangeLog
index c489bc3a0f43..0990b12e6bc5 100644
--- a/dev-db/mysql-super-smack/ChangeLog
+++ b/dev-db/mysql-super-smack/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/mysql-super-smack
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-super-smack/ChangeLog,v 1.14 2010/06/17 21:28:30 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-super-smack/ChangeLog,v 1.15 2010/12/04 05:08:26 robbat2 Exp $
+
+ 04 Dec 2010; Robin H. Johnson <robbat2@gentoo.org>
+ -mysql-super-smack-1.3.ebuild, -mysql-super-smack-1.3-r1.ebuild:
+ Clean up unstable ebuilds.
17 Jun 2010; Patrick Lauer <patrick@gentoo.org>
mysql-super-smack-1.2.ebuild, mysql-super-smack-1.3.ebuild,
diff --git a/dev-db/mysql-super-smack/mysql-super-smack-1.3-r1.ebuild b/dev-db/mysql-super-smack/mysql-super-smack-1.3-r1.ebuild
deleted file mode 100644
index a95325cb3ba6..000000000000
--- a/dev-db/mysql-super-smack/mysql-super-smack-1.3-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-super-smack/mysql-super-smack-1.3-r1.ebuild,v 1.2 2010/06/17 21:28:30 patrick Exp $
-
-WANT_AUTOMAKE="1.4"
-
-inherit eutils autotools
-
-MY_PN="super-smack"
-MY_P="${MY_PN}-${PV}"
-DESCRIPTION="MySQL Super Smack is a benchmarking, stress testing, and load generation tool for MySQL & PostGreSQL."
-HOMEPAGE="http://vegan.net/tony/supersmack/"
-SRC_URI="http://vegan.net/tony/supersmack/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="mysql postgres"
-
-DEPEND="mysql? ( virtual/mysql )
- postgres? ( dev-db/postgresql-server )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
- use !mysql && use !postgres && die "You need to use at least one of USE=mysql or USE=postgres for benchmarking!"
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/${PN}-1.2.destdir.patch
- epatch "${FILESDIR}"/${PN}-1.3.amd64.patch
- epatch "${FILESDIR}"/${PN}-1.3.gcc4.3.patch
- epatch "${FILESDIR}"/${PN}-1.3-gen-data.patch
-
- eautomake || die "automake failed"
-}
-
-src_compile() {
- local myconf=""
- use mysql && myconf="${myconf} --with-mysql"
- use postgres && myconf="${myconf} --with-pgsql"
- myconf="${myconf} --with-datadir=/var/tmp/${MY_PN}"
- myconf="${myconf} --with-smacks-dir=/usr/share/${MY_PN}"
- econf ${myconf} || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc CHANGES INSTALL MANUAL README TUTORIAL
-}
-
-pkg_postinst() {
- elog "The gen-data binary is now installed as super-smack-gen-data"
-}
diff --git a/dev-db/mysql-super-smack/mysql-super-smack-1.3.ebuild b/dev-db/mysql-super-smack/mysql-super-smack-1.3.ebuild
deleted file mode 100644
index 38d1cac94000..000000000000
--- a/dev-db/mysql-super-smack/mysql-super-smack-1.3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-super-smack/mysql-super-smack-1.3.ebuild,v 1.8 2010/06/17 21:28:30 patrick Exp $
-
-WANT_AUTOMAKE="1.4"
-
-inherit eutils autotools
-
-MY_PN="super-smack"
-MY_P="${MY_PN}-${PV}"
-DESCRIPTION="MySQL Super Smack is a benchmarking, stress testing, and load generation tool for MySQL & PostGreSQL."
-HOMEPAGE="http://vegan.net/tony/supersmack/"
-SRC_URI="http://vegan.net/tony/supersmack/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="mysql postgres"
-
-DEPEND="mysql? ( virtual/mysql )
- postgres? ( dev-db/postgresql-server )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
- use !mysql && use !postgres && die "You need to use at least one of USE=mysql or USE=postgres for benchmarking!"
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${PN}-1.2.destdir.patch"
- epatch "${FILESDIR}/${PN}-1.3.amd64.patch"
-
- eautomake || die "eautomake failed"
-}
-
-src_compile() {
- local myconf=""
- use mysql && myconf="${myconf} --with-mysql"
- use postgres && myconf="${myconf} --with-pgsql"
- myconf="${myconf} --with-datadir=/var/tmp/${MY_PN}"
- myconf="${myconf} --with-smacks-dir=/usr/share/${MY_PN}"
- econf ${myconf} || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc CHANGES INSTALL MANUAL README TUTORIAL
-}