summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-06-27 22:26:21 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-06-27 22:26:21 +0000
commit3c7ce9bf925fc792c9f6613050b4f57324b53fc2 (patch)
tree9f339396e30ee49f7dd9f8401e3d59397dc0e597 /dev-db
parentRemove old. (diff)
downloadgentoo-2-3c7ce9bf925fc792c9f6613050b4f57324b53fc2.tar.gz
gentoo-2-3c7ce9bf925fc792c9f6613050b4f57324b53fc2.tar.bz2
gentoo-2-3c7ce9bf925fc792c9f6613050b4f57324b53fc2.zip
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/mysql-proxy/ChangeLog6
-rw-r--r--dev-db/mysql-proxy/mysql-proxy-0.8.0-r1.ebuild54
-rw-r--r--dev-db/mysql-proxy/mysql-proxy-0.8.2.ebuild54
3 files changed, 5 insertions, 109 deletions
diff --git a/dev-db/mysql-proxy/ChangeLog b/dev-db/mysql-proxy/ChangeLog
index 59c1f277c9e8..2b071a713ca8 100644
--- a/dev-db/mysql-proxy/ChangeLog
+++ b/dev-db/mysql-proxy/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/mysql-proxy
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-proxy/ChangeLog,v 1.14 2015/06/27 22:26:21 mrueg Exp $
+
+ 27 Jun 2015; Manuel Rüger <mrueg@gentoo.org> -mysql-proxy-0.8.0-r1.ebuild,
+ -mysql-proxy-0.8.2.ebuild:
+ Remove old.
*mysql-proxy-0.8.2-r1 (01 Feb 2015)
diff --git a/dev-db/mysql-proxy/mysql-proxy-0.8.0-r1.ebuild b/dev-db/mysql-proxy/mysql-proxy-0.8.0-r1.ebuild
deleted file mode 100644
index 34d93ee32084..000000000000
--- a/dev-db/mysql-proxy/mysql-proxy-0.8.0-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2012 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.0-r1.ebuild,v 1.3 2012/05/03 02:33:17 jdhore Exp $
-
-EAPI=2
-
-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-1.4
- >=dev-libs/glib-2.16
- >=dev-lang/lua-5.1"
-DEPEND="${RDEPEND}
- >=virtual/mysql-5.0
- virtual/pkgconfig"
-RESTRICT="test"
-
-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
-}
diff --git a/dev-db/mysql-proxy/mysql-proxy-0.8.2.ebuild b/dev-db/mysql-proxy/mysql-proxy-0.8.2.ebuild
deleted file mode 100644
index 7c15a9290c19..000000000000
--- a/dev-db/mysql-proxy/mysql-proxy-0.8.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# 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.2 2015/02/01 18:19:07 neurogeek Exp $
-
-EAPI=2
-
-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"
-RESTRICT="test"
-
-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
-}