public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Brian Evans" <grknight@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql++/
Date: Thu, 17 Sep 2015 18:45:25 +0000 (UTC)	[thread overview]
Message-ID: <1442515500.af6161b28465e7d681dc639e3cca7471769674e3.grknight@gentoo> (raw)

commit:     af6161b28465e7d681dc639e3cca7471769674e3
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 17 18:19:34 2015 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Sep 17 18:45:00 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af6161b2

dev-db/mysql++: Version bump

Package-Manager: portage-2.2.20.1

 dev-db/mysql++/Manifest             |  1 +
 dev-db/mysql++/mysql++-3.2.2.ebuild | 37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-db/mysql++/Manifest b/dev-db/mysql++/Manifest
index 97fa3e5..69e3fd7 100644
--- a/dev-db/mysql++/Manifest
+++ b/dev-db/mysql++/Manifest
@@ -1,3 +1,4 @@
 DIST mysql++-2.3.2.tar.gz 1627115 SHA256 3544b964964bc8981118119e82e4883dc9d1de8a72861a19e6687719ed3efce9 SHA512 b546c8369550e541c1a0b1b0e301fdd298a771cb709ad6c6ea3450a8f8bbe7533989a82d1c19cd9bf9a261d7a1fc4c3760919d3d5e3e43b5d698b75b7abf07f7 WHIRLPOOL 2bfc961193baad0053ff9909075db9f5ccfc7c00334483842bc25a94044a1331392f3dc0283bf5f33e69f67c20505bf5b12a01635a0f92716a0c341af5fe637e
 DIST mysql++-3.1.0.tar.gz 1944101 SHA256 256c39a583e7d60947916851754c626312428e9b1d8af3309e34d64ff8404e92 SHA512 bb57bbf03c80edabff701132877f407ecfa1b76958d7655415c59ec939e80fbe250951a16c3d5ea6988dd2c778b623605cb65bf810501f392be2f6b6ad07ad90 WHIRLPOOL 0b5274e0fbc1b2cb40ade9699ddc46d5837e66f3a506502f4dae5f5de4689ac2ccf3989a674db073a36075c541046b174e80bbac3d7df393bd61ef3bfc99fd32
 DIST mysql++-3.2.1.tar.gz 2256735 SHA256 aee521873d4dbb816d15f22ee93b6aced789ce4e3ca59f7c114a79cb72f75d20 SHA512 936021dcf8568d3ee0c935e5c552acc6fd2b57849d1cc60e68b45b690d798d7bfbc1dedc04e21417d1b4c27017b471e4f6cb70de7f1904949b9222090a777de9 WHIRLPOOL 56579d4a1afb5985dc8487d211ea7e5aedfe7acfbcd6130b28b07364e66d6b0142831296a6c6ce2f4de78f45e94572c1ef289db41ee504b05d04f3623d48b2aa
+DIST mysql++-3.2.2.tar.gz 3257359 SHA256 55667bee79a5981b1a04e57e3a4fd8b03bf330e4e3371b023c2bf5ba0f50ed17 SHA512 eb4250394027f1baafa660711d8221c9eb3a70ff2a37331c58807a97a67b84f792290b24830e851b2421f6ccf2867e9f3597af3af41530256c44521a4c4a55b1 WHIRLPOOL c344e77edf8fb5d09fc82c716441ecc53b00b97076d696c52072c79b0c754b7852959c4adac02240cf37ca9159a8f8174a086d43f7cd36388a2c26f2bec38a12

diff --git a/dev-db/mysql++/mysql++-3.2.2.ebuild b/dev-db/mysql++/mysql++-3.2.2.ebuild
new file mode 100644
index 0000000..a5b37f6
--- /dev/null
+++ b/dev-db/mysql++/mysql++-3.2.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils
+
+DESCRIPTION="C++ API interface to the MySQL database"
+HOMEPAGE="http://tangentsoft.net/mysql++/"
+SRC_URI="http://www.tangentsoft.net/mysql++/releases/${P}.tar.gz"
+
+LICENSE="LGPL-2"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE=""
+
+RDEPEND="virtual/libmysqlclient:="
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	epatch "${FILESDIR}/${PN}-3.2.1-gold.patch"
+	epatch_user
+}
+
+src_configure() {
+	local myconf="--enable-thread-check --with-mysql=${EPREFIX}/usr"
+	econf ${myconf}
+}
+
+src_install() {
+	default
+	# install the docs and HTML pages
+	dodoc CREDITS* HACKERS.txt Wishlist doc/ssqls-pretty
+	dodoc -r doc/pdf/ doc/refman/ doc/userman/
+	dohtml -r doc/html/
+}


             reply	other threads:[~2015-09-17 18:45 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-17 18:45 Brian Evans [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-02-05 15:53 [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql++/ Brian Evans
2018-07-24 20:04 Brian Evans
2018-07-24 20:04 Brian Evans
2018-09-19  8:55 Mikle Kolyada
2018-09-19 17:35 Thomas Deutschmann
2018-09-22 11:31 Sergei Trofimovich
2018-10-11 16:50 Tobias Klausmann
2018-11-23 16:49 Sergei Trofimovich
2019-01-09 20:52 Sergei Trofimovich
2019-02-08 18:50 Brian Evans
2019-08-24 10:30 Thomas Deutschmann
2019-08-28 11:17 Thomas Deutschmann
2020-02-21 15:57 Agostino Sarubbo
2020-02-22 14:19 Sergei Trofimovich
2020-02-24 11:43 Agostino Sarubbo
2020-02-26  9:02 Agostino Sarubbo
2020-03-02 11:49 Sergei Trofimovich
2021-01-06 18:43 Fabian Groffen
2021-04-30 13:08 Thomas Deutschmann
2021-09-05 16:33 Sam James
2021-09-05 20:04 Agostino Sarubbo
2021-09-07 11:55 Agostino Sarubbo
2021-09-07 11:57 Agostino Sarubbo

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=1442515500.af6161b28465e7d681dc639e3cca7471769674e3.grknight@gentoo \
    --to=grknight@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