public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/blueness:master commit in: dev-db/SchemaSync/
Date: Thu, 26 Apr 2012 20:47:50 +0000 (UTC)	[thread overview]
Message-ID: <1335473263.93cb27e1d5c5cd4c1eb0bce55777c57d0e41bc89.blueness@gentoo> (raw)

commit:     93cb27e1d5c5cd4c1eb0bce55777c57d0e41bc89
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 26 20:47:43 2012 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Apr 26 20:47:43 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=commit;h=93cb27e1

dev-db/SchemaSync: initial commit

(Portage version: 2.1.10.49/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 0xD0455535)

---
 dev-db/SchemaSync/Manifest                |   13 +++++++++++
 dev-db/SchemaSync/SchemaSync-0.9.2.ebuild |   33 +++++++++++++++++++++++++++++
 dev-db/SchemaSync/metadata.xml            |    8 +++++++
 3 files changed, 54 insertions(+), 0 deletions(-)

diff --git a/dev-db/SchemaSync/Manifest b/dev-db/SchemaSync/Manifest
new file mode 100644
index 0000000..b477739
--- /dev/null
+++ b/dev-db/SchemaSync/Manifest
@@ -0,0 +1,13 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST SchemaSync-0.9.2.tar.gz 12828 RMD160 574dd4deef169306ae8ff99af69cba46fda10215 SHA1 2fc51a9107c30fc30cc93e20bc6bd4328eeb1c86 SHA256 3ee4e87e932c41e9fcbc534d662d6dc7be6ac29c2cd5ef3e6fd620fad6c2f3f5
+EBUILD SchemaSync-0.9.2.ebuild 608 RMD160 30d4736de23fc3780bb8daedbff0def1caa01a42 SHA1 313b649d4339dd64db49dbdbc04819623209be9f SHA256 64379f660a090d715ca4702ceaabc4d36ed2bb1809834adf0404db972553a41b
+MISC metadata.xml 238 RMD160 6401efde1642c40e91d5a41a966b9dbff0512eab SHA1 9751c07b46aec3d4f96133758cdd23a3e2ca2835 SHA256 f13e6e7b65d20beb9ae945d520160ef0dba80c1965754958945904d7e3c0a75f
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iEYEAREIAAYFAk+ZtG8ACgkQl5yvQNBFVTVeugCgkjXoh6nGDq3gYC+5jHRtz/5F
+I0IAn3IbDV9zeNwl5C0+VeMO4JR+xkjv
+=9AHo
+-----END PGP SIGNATURE-----

diff --git a/dev-db/SchemaSync/SchemaSync-0.9.2.ebuild b/dev-db/SchemaSync/SchemaSync-0.9.2.ebuild
new file mode 100644
index 0000000..ea9c745
--- /dev/null
+++ b/dev-db/SchemaSync/SchemaSync-0.9.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+PYTHON_DEPEND="2:2.4:2.6"
+
+inherit distutils
+
+DESCRIPTION="MySQL Schema Versioning and Migration Utility"
+HOMEPAGE="http://schemasync.org/"
+SRC_URI="http://www.schemasync.org/downloads/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-python/mysql-python
+	dev-python/SchemaObject"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+	python_set_active_version 2
+	python_pkg_setup
+}
+
+src_prepare() {
+	python_convert_shebangs -r 2 .
+	python_src_prepare
+}

diff --git a/dev-db/SchemaSync/metadata.xml b/dev-db/SchemaSync/metadata.xml
new file mode 100644
index 0000000..1e75873
--- /dev/null
+++ b/dev-db/SchemaSync/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer>
+		<email>blueness@gentoo.org</email>
+		<name>Anthony G. Basile</name>
+	</maintainer>
+</pkgmetadata>



             reply	other threads:[~2012-04-26 20:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-26 20:47 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-04-26 22:42 [gentoo-commits] dev/blueness:master commit in: dev-db/SchemaSync/ Anthony G. Basile
2012-04-26 22:47 Anthony G. Basile
2012-04-26 23:03 Anthony G. Basile
2012-04-28  0:24 Anthony G. Basile

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1335473263.93cb27e1d5c5cd4c1eb0bce55777c57d0e41bc89.blueness@gentoo \
    --to=blueness@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox