From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4B0B4138A1A for ; Sun, 1 Feb 2015 18:19:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3866CE083D; Sun, 1 Feb 2015 18:19:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CAA91E083D for ; Sun, 1 Feb 2015 18:19:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 810B83406D8 for ; Sun, 1 Feb 2015 18:19:09 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2222) id 4629410D6E; Sun, 1 Feb 2015 18:19:07 +0000 (UTC) From: "Jesus Rivero (neurogeek)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, neurogeek@gentoo.org Subject: [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 X-VCS-Repository: gentoo-x86 X-VCS-Files: mysql-proxy-0.8.2-r1.ebuild ChangeLog mysql-proxy-0.8.2.ebuild mysql-proxy-0.8.0.ebuild X-VCS-Directories: dev-db/mysql-proxy X-VCS-Committer: neurogeek X-VCS-Committer-Name: Jesus Rivero Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150201181907.4629410D6E@oystercatcher.gentoo.org> Date: Sun, 1 Feb 2015 18:19:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: afc506d4-67ec-4d8a-8781-381ac61da762 X-Archives-Hash: 28016155a3939cdbead398541a10f126 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 -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 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/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 }