| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-db/SchemaSync/SchemaSync-0.9.2.ebuild,v 1.1 2012/04/28 00:22:41 blueness Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-db/SchemaSync/SchemaSync-0.9.2.ebuild,v 1.2 2012/07/04 00:44:59 blueness Exp $ |
| 4 | |
4 | |
| 5 | EAPI="4" |
5 | EAPI="4" |
| 6 | |
6 | |
| 7 | PYTHON_DEPEND="2:2.5:2.6" |
7 | PYTHON_DEPEND="2:2.5:2.7" |
| 8 | |
8 | |
| 9 | inherit distutils |
9 | inherit distutils |
| 10 | |
10 | |
| 11 | DESCRIPTION="MySQL Schema Versioning and Migration Utility" |
11 | DESCRIPTION="MySQL Schema Versioning and Migration Utility" |
| 12 | HOMEPAGE="http://schemasync.org/" |
12 | HOMEPAGE="http://schemasync.org/" |