public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/mysql-proxy: mysql-proxy-0.8.2-r1.ebuild ChangeLog mysql-proxy-0.8.2.ebuild mysql-proxy-0.8.0.ebuild
@ 2015-02-01 18:19 Jesus Rivero (neurogeek)
  0 siblings, 0 replies; only message in thread
From: Jesus Rivero (neurogeek) @ 2015-02-01 18:19 UTC (permalink / raw
  To: gentoo-commits

neurogeek    15/02/01 18:19:07

  Modified:             ChangeLog mysql-proxy-0.8.2.ebuild
  Added:                mysql-proxy-0.8.2-r1.ebuild
  Removed:              mysql-proxy-0.8.0.ebuild
  Log:
  Patched for >=libevent-2.1, restricted <libevent-2.1 for older ebuilds and removed older version. Closes bug #538158.
  
  (Portage version: 2.2.14/cvs/Linux i686, signed Manifest commit with key 748B2C601F6F0683)

Revision  Changes    Path
1.13                 dev-db/mysql-proxy/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-proxy/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-proxy/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-proxy/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql-proxy/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	3 Mar 2013 16:50:46 -0000	1.12
+++ ChangeLog	1 Feb 2015 18:19:07 -0000	1.13
@@ -1,6 +1,13 @@
 # ChangeLog for dev-db/mysql-proxy
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-proxy/ChangeLog,v 1.12 2013/03/03 16:50:46 wschlich Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-proxy/ChangeLog,v 1.13 2015/02/01 18:19:07 neurogeek Exp $
+
+*mysql-proxy-0.8.2-r1 (01 Feb 2015)
+
+  01 Feb 2015; Jesus Rivero <neurogeek@gentoo.org> -mysql-proxy-0.8.0.ebuild,
+  mysql-proxy-0.8.2.ebuild, +mysql-proxy-0.8.2-r1.ebuild:
+  Patched for >=libevent-2.1, restricted <libevent-2.1 for older ebuilds and
+  removed older version. Closes bug #538158.
 
   03 Mar 2013; Wolfram Schlich <wschlich@gentoo.org> metadata.xml:
   removed myself from metadata.xml



1.2                  dev-db/mysql-proxy/mysql-proxy-0.8.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-proxy/mysql-proxy-0.8.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-proxy/mysql-proxy-0.8.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-proxy/mysql-proxy-0.8.2.ebuild?r1=1.1&r2=1.2

Index: mysql-proxy-0.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql-proxy/mysql-proxy-0.8.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mysql-proxy-0.8.2.ebuild	5 Dec 2012 15:27:40 -0000	1.1
+++ mysql-proxy-0.8.2.ebuild	1 Feb 2015 18:19:07 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-proxy/mysql-proxy-0.8.2.ebuild,v 1.1 2012/12/05 15:27:40 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-proxy/mysql-proxy-0.8.2.ebuild,v 1.2 2015/02/01 18:19:07 neurogeek Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="examples"
-RDEPEND=">=dev-libs/libevent-1.4
+RDEPEND="<dev-libs/libevent-2.1
 	>=dev-libs/glib-2.16
 	>=dev-lang/lua-5.1"
 DEPEND="${RDEPEND}



1.1                  dev-db/mysql-proxy/mysql-proxy-0.8.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-proxy/mysql-proxy-0.8.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-proxy/mysql-proxy-0.8.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: mysql-proxy-0.8.2-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-proxy/mysql-proxy-0.8.2-r1.ebuild,v 1.1 2015/02/01 18:19:07 neurogeek Exp $

EAPI=5

inherit eutils

DESCRIPTION="A Proxy for the MySQL Client/Server protocol"
HOMEPAGE="http://forge.mysql.com/wiki/MySQL_Proxy"
SRC_URI="mirror://mysql/Downloads/MySQL-Proxy/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples"
RDEPEND=">=dev-libs/libevent-2.1
	>=dev-libs/glib-2.16
	>=dev-lang/lua-5.1"
DEPEND="${RDEPEND}
	>=virtual/mysql-5.0
	virtual/pkgconfig"

src_prepare() {
	sed -i \
		-e 's|_EVENT_VERSION|LIBEVENT_VERSION|g' \
			src/chassis-mainloop.c || die
}

src_configure() {
	econf \
		--includedir=/usr/include/${PN} \
		--with-mysql \
		--with-lua \
		|| die "econf failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	newinitd "${FILESDIR}"/${PN}.initd ${PN} || die
	newconfd "${FILESDIR}"/${PN}.confd-0.8.0-r1 ${PN} || die
	dodoc ChangeLog NEWS README
	if use examples; then
		docinto examples
		dodoc examples/*.lua || die
		dodoc lib/*.lua || die
	fi
	# mysql-proxy will refuse to start unless the config file is at most 0660.
	insinto /etc/mysql
	insopts -m0660
	doins "${FILESDIR}"/${PN}.cnf || die
}

pkg_postinst() {
	einfo
	einfo "You might want to have a look at"
	einfo "http://dev.mysql.com/tech-resources/articles/proxy-gettingstarted.html"
	einfo "on how to get started with MySQL Proxy."
	einfo
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-01 18:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-01 18:19 [gentoo-commits] gentoo-x86 commit in dev-db/mysql-proxy: mysql-proxy-0.8.2-r1.ebuild ChangeLog mysql-proxy-0.8.2.ebuild mysql-proxy-0.8.0.ebuild Jesus Rivero (neurogeek)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox