From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QaWdn-00036B-Mg for garchives@archives.gentoo.org; Sat, 25 Jun 2011 17:27:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BA011C15C; Sat, 25 Jun 2011 17:21:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CF7E61C158 for ; Sat, 25 Jun 2011 17:21:58 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7FA402AC068 for ; Sat, 25 Jun 2011 17:21:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id DEBD88003F for ; Sat, 25 Jun 2011 17:21:57 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: Subject: [gentoo-commits] proj/sci:master commit in: sci-geosciences/pydap_handlers_sql/ X-VCS-Repository: proj/sci X-VCS-Files: sci-geosciences/pydap_handlers_sql/ChangeLog sci-geosciences/pydap_handlers_sql/metadata.xml sci-geosciences/pydap_handlers_sql/pydap_handlers_sql-0.1.0.ebuild X-VCS-Directories: sci-geosciences/pydap_handlers_sql/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c83be174e27770b192d84365757288b12e7b83b1 Date: Sat, 25 Jun 2011 17:21:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: bc9ea37680442c9c6bde0d91a7cfd674 commit: c83be174e27770b192d84365757288b12e7b83b1 Author: Justin Lecher gentoo org> AuthorDate: Sat Jun 25 13:05:06 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Jun 25 13:05:06 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Dc83be174 Cleaned repoman issues, don't know if ebuild is still working (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- sci-geosciences/pydap_handlers_sql/ChangeLog | 6 +++++- sci-geosciences/pydap_handlers_sql/metadata.xml | 12 ++++++------ .../pydap_handlers_sql-0.1.0.ebuild | 13 +++++++------ 3 files changed, 18 insertions(+), 13 deletions(-) diff --git a/sci-geosciences/pydap_handlers_sql/ChangeLog b/sci-geoscienc= es/pydap_handlers_sql/ChangeLog index e98c5e7..c180cfe 100644 --- a/sci-geosciences/pydap_handlers_sql/ChangeLog +++ b/sci-geosciences/pydap_handlers_sql/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-geosciences/pydap_handlers_sql -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 25 Jun 2011; Justin Lecher pydap_handlers_sql-0.1.0.= ebuild, + metadata.xml: + Cleaned repoman issues, don't know if ebuild is still working + *pydap_handlers_sql-0.1.0 (09 Aug 2010) =20 09 Aug 2010; Tim Cera diff --git a/sci-geosciences/pydap_handlers_sql/metadata.xml b/sci-geosci= ences/pydap_handlers_sql/metadata.xml index b946abd..c9ce2a9 100644 --- a/sci-geosciences/pydap_handlers_sql/metadata.xml +++ b/sci-geosciences/pydap_handlers_sql/metadata.xml @@ -1,12 +1,12 @@ -sci - -timcera@earthlink.net -Tim Cera - - + sci + + timcera@earthlink.net + Tim Cera + + Pydap is a pure Python library implementing the Data Access Protocol. pydap_handlers_sql allows Pydap server to serve data from SQL databases= . diff --git a/sci-geosciences/pydap_handlers_sql/pydap_handlers_sql-0.1.0.= ebuild b/sci-geosciences/pydap_handlers_sql/pydap_handlers_sql-0.1.0.ebui= ld index 753fda3..3f5d90e 100644 --- a/sci-geosciences/pydap_handlers_sql/pydap_handlers_sql-0.1.0.ebuild +++ b/sci-geosciences/pydap_handlers_sql/pydap_handlers_sql-0.1.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -EAPI=3D"2" +EAPI=3D3 =20 PYTHON_DEPEND=3D"2" SUPPORT_PYTHON_ABIS=3D"1" @@ -13,7 +13,7 @@ inherit distutils MY_PN=3D${PN//_/.} MY_P=3D${P//_/.} =20 -DESCRIPTION=3D"SQL handler for Pydap server that allows serving data fro= m SQL databases." +DESCRIPTION=3D"SQL handler for Pydap server that allows serving data fro= m SQL databases" HOMEPAGE=3D"http://pydap.org/handlers.html#cdms" SRC_URI=3D"mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" =20 @@ -23,11 +23,12 @@ KEYWORDS=3D"~amd64" IUSE=3D"" =20 DEPEND=3D">=3Ddev-python/setuptools-0.6_rc3" -RDEPEND=3D">=3Dsci-geosciences/pydap-3.0_rc8 +RDEPEND=3D" + >=3Dsci-geosciences/pydap-3.0_rc8 >=3Dsci-geosciences/cdat-lite-5.2 >=3Ddev-python/arrayterator-1.0.1 - postgresql? ( >=3Ddev-python/psycopg-2 ) - mysql? ( >=3Ddev-python/mysql-python-1.2.3_rc1 )" + >=3Ddev-python/psycopg-2 + >=3Ddev-python/mysql-python-1.2.3_rc1" =20 # When cx_oracle is available... # oracle? >=3Ddev-python/cx_oracle