Gentoo Archives: gentoo-commits

From: "Wolfram Schlich (wschlich)" <wschlich@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/mysql-proxy: mysql-proxy-0.6.0.ebuild metadata.xml ChangeLog Manifest
Date: Wed, 03 Oct 2007 15:47:15
Message-Id: E1Id6Gt-0006lS-GZ@stork.gentoo.org
1 wschlich 07/10/03 15:36:23
2
3 Added: mysql-proxy-0.6.0.ebuild metadata.xml ChangeLog
4 Manifest
5 Log:
6 initial import
7 (Portage version: 2.1.3.7)
8
9 Revision Changes Path
10 1.1 dev-db/mysql-proxy/mysql-proxy-0.6.0.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql-proxy/mysql-proxy-0.6.0.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql-proxy/mysql-proxy-0.6.0.ebuild?rev=1.1&content-type=text/plain
14
15 Index: mysql-proxy-0.6.0.ebuild
16 ===================================================================
17 # Copyright 1999-2007 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-proxy/mysql-proxy-0.6.0.ebuild,v 1.1 2007/10/03 15:36:22 wschlich Exp $
20
21 inherit eutils
22
23 DESCRIPTION="A Proxy for the MySQL Client/Server protocol"
24 HOMEPAGE="http://forge.mysql.com/wiki/MySQL_Proxy"
25 SRC_URI="mirror://mysql/Downloads/MySQL-Proxy/${P}.tar.gz"
26 LICENSE="GPL-2"
27 SLOT="0"
28 KEYWORDS="~x86"
29 IUSE="lua examples"
30 DEPEND=">=dev-libs/libevent-1.0
31 >=dev-libs/glib-2.0
32 >=virtual/mysql-4.0
33 lua? ( >=dev-lang/lua-5.1 )"
34
35 src_compile() {
36 econf \
37 --with-mysql \
38 $(use_with lua) \
39 || die "econf failed"
40 emake || die "emake failed"
41 }
42
43 src_install() {
44 dosbin src/mysql-proxy
45 if useq lua; then
46 dodir /usr/share/${PN}
47 insinto /usr/share/${PN}
48 doins lib/*.lua
49 dodir /usr/share/${PN}/proxy
50 insinto /usr/share/${PN}/proxy
51 doins lib/proxy/*.lua
52 if useq examples; then
53 dodir /usr/share/${PN}/examples
54 insinto /usr/share/${PN}/examples
55 doins examples/*.lua
56 fi
57 fi
58 dodoc README INSTALL NEWS
59 newinitd "${FILESDIR}/${PV}/${PN}.initd" ${PN}
60 newconfd "${FILESDIR}/${PV}/${PN}.confd" ${PN}
61 }
62
63 pkg_postinst() {
64 einfo
65 einfo "You might want to have a look at"
66 einfo "http://dev.mysql.com/tech-resources/articles/proxy-gettingstarted.html"
67 einfo "on how to get started with MySQL Proxy."
68 einfo
69 }
70
71
72
73 1.1 dev-db/mysql-proxy/metadata.xml
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql-proxy/metadata.xml?rev=1.1&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql-proxy/metadata.xml?rev=1.1&content-type=text/plain
77
78 Index: metadata.xml
79 ===================================================================
80 <?xml version="1.0" encoding="UTF-8"?>
81 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
82 <pkgmetadata>
83 <herd>no-herd</herd>
84 <maintainer>
85 <email>wschlich@g.o</email>
86 <name>Wolfram Schlich</name> <description>Primary maintainer</description>
87 </maintainer>
88 <longdescription>
89 MySQL Proxy is a simple program that sits between your client and MySQL
90 server(s) that can monitor, analyze or transform their communication. Its
91 flexibility allows for unlimited uses; common ones include: load balancing;
92 failover; query analysis; query filtering and modification; and many more.
93 </longdescription>
94 </pkgmetadata>
95
96
97
98 1.1 dev-db/mysql-proxy/ChangeLog
99
100 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql-proxy/ChangeLog?rev=1.1&view=markup
101 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql-proxy/ChangeLog?rev=1.1&content-type=text/plain
102
103 Index: ChangeLog
104 ===================================================================
105 # ChangeLog for dev-db/mysql-proxy
106 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
107 # $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-proxy/ChangeLog,v 1.1 2007/10/03 15:36:22 wschlich Exp $
108
109 *mysql-proxy-0.6.0 (03 Oct 2007)
110
111 03 Oct 2007; Wolfram Schlich <wschlich@g.o>
112 +files/0.6.0/mysql-proxy.confd, +files/0.6.0/mysql-proxy.initd,
113 +metadata.xml, +mysql-proxy-0.6.0.ebuild:
114 initial import
115
116
117
118
119 1.1 dev-db/mysql-proxy/Manifest
120
121 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql-proxy/Manifest?rev=1.1&view=markup
122 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql-proxy/Manifest?rev=1.1&content-type=text/plain
123
124 Index: Manifest
125 ===================================================================
126 AUX 0.6.0/mysql-proxy.confd 325 RMD160 026445eda05254b1ed4f26ee29941c6a6562d004 SHA1 b6c347a96ecc3b5524e01eecb71e4e3108ab55a7 SHA256 7e7ba5478b13f7c736413f799dfbb55a692fc6507d88740c7e902084c52359c8
127 MD5 068d3ca9ace3c4db6905586df0b72376 files/0.6.0/mysql-proxy.confd 325
128 RMD160 026445eda05254b1ed4f26ee29941c6a6562d004 files/0.6.0/mysql-proxy.confd 325
129 SHA256 7e7ba5478b13f7c736413f799dfbb55a692fc6507d88740c7e902084c52359c8 files/0.6.0/mysql-proxy.confd 325
130 AUX 0.6.0/mysql-proxy.initd 432 RMD160 91570cc6dd1cb362ef881cb44432dbe49960a643 SHA1 17fa8ff1468ed92fb3c1d1df82f9bf51104edc86 SHA256 b0a33c5cf9a6862cbd6c30be0cfdf247f86524f5da2738ee4fe84506d4a0593c
131 MD5 021d73e693831cfb486da78cf3b07743 files/0.6.0/mysql-proxy.initd 432
132 RMD160 91570cc6dd1cb362ef881cb44432dbe49960a643 files/0.6.0/mysql-proxy.initd 432
133 SHA256 b0a33c5cf9a6862cbd6c30be0cfdf247f86524f5da2738ee4fe84506d4a0593c files/0.6.0/mysql-proxy.initd 432
134 DIST mysql-proxy-0.6.0.tar.gz 480322 RMD160 ff881fab8d637f080dbfec46f05bf43398306980 SHA1 854a2c2e2689bd51361e7f74bfa344f8497a65dc SHA256 1035ad33a4712100add30ae928f4db4710d9ed25c5f7e8f517827ed86ad17ea9
135 EBUILD mysql-proxy-0.6.0.ebuild 1271 RMD160 5efdc91fdb25bcb8b7914ebf02e264b1409e330e SHA1 17c27f337252b4cf090356762149dac301091740 SHA256 a342fb1fdc947f57077f49ce3e5ff24efe19619049904c297056e37cd0ebcb93
136 MD5 392b5ffa16fae9cfd7d2138368136895 mysql-proxy-0.6.0.ebuild 1271
137 RMD160 5efdc91fdb25bcb8b7914ebf02e264b1409e330e mysql-proxy-0.6.0.ebuild 1271
138 SHA256 a342fb1fdc947f57077f49ce3e5ff24efe19619049904c297056e37cd0ebcb93 mysql-proxy-0.6.0.ebuild 1271
139 MISC ChangeLog 334 RMD160 d6af1f957ee5a44b949800abb4d74628038d7c61 SHA1 0b21afc7dee39ec7cdc2994a4b005b09b2a5937b SHA256 2759fb809d68ca2ac7380c11732cd2079e7ef01c76eb9bdee6a03b43f8cd9594
140 MD5 dfb23a3be5d4a7ff9ef98d666f05a7cc ChangeLog 334
141 RMD160 d6af1f957ee5a44b949800abb4d74628038d7c61 ChangeLog 334
142 SHA256 2759fb809d68ca2ac7380c11732cd2079e7ef01c76eb9bdee6a03b43f8cd9594 ChangeLog 334
143 MISC metadata.xml 633 RMD160 efd7ca376088a162dff4a59a472199c295e67e7d SHA1 6bdbf3cbc0132ab61396b0686b5f0b9cd7e46e94 SHA256 546a964acfb02356fea5e663900d3fc6e79f5d085fcb66e0646715d0750fed92
144 MD5 78a5e42bdb657c26cf4c3e0de1e3578f metadata.xml 633
145 RMD160 efd7ca376088a162dff4a59a472199c295e67e7d metadata.xml 633
146 SHA256 546a964acfb02356fea5e663900d3fc6e79f5d085fcb66e0646715d0750fed92 metadata.xml 633
147 MD5 ec4c72f68b89853bb54af85b78570fbb files/digest-mysql-proxy-0.6.0 253
148 RMD160 ae149490547a4e529cfbdb7770d61e2528b27b35 files/digest-mysql-proxy-0.6.0 253
149 SHA256 52271cce025f4d458573e3620efa81aaa2cb90436d5d6c2d702faf727cfe9baa files/digest-mysql-proxy-0.6.0 253
150
151
152
153 --
154 gentoo-commits@g.o mailing list