diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-08 16:30:29 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-08 16:30:29 +0000 |
commit | cc59ee5888669a27912f1f71c900181e26eee0e8 (patch) | |
tree | 9232087cfeb186cc5dc3f33a9beb4fc9bbc7413b /dev-db/pgasync | |
parent | Delete older ebuild. (diff) | |
download | historical-cc59ee5888669a27912f1f71c900181e26eee0e8.tar.gz historical-cc59ee5888669a27912f1f71c900181e26eee0e8.tar.bz2 historical-cc59ee5888669a27912f1f71c900181e26eee0e8.zip |
Fix dependencies. Set SUPPORT_PYTHON_ABIS (bug #312139).
Package-Manager: portage-2.2.0_alpha14/cvs/Linux x86_64
Diffstat (limited to 'dev-db/pgasync')
-rw-r--r-- | dev-db/pgasync/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/pgasync/Manifest | 4 | ||||
-rw-r--r-- | dev-db/pgasync/pgasync-2.01.ebuild | 18 |
3 files changed, 19 insertions, 9 deletions
diff --git a/dev-db/pgasync/ChangeLog b/dev-db/pgasync/ChangeLog index 88e91798a003..f4a28360d7b0 100644 --- a/dev-db/pgasync/ChangeLog +++ b/dev-db/pgasync/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/pgasync # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgasync/ChangeLog,v 1.5 2011/01/08 16:24:13 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgasync/ChangeLog,v 1.6 2011/01/08 16:30:29 arfrever Exp $ + + 08 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + pgasync-2.01.ebuild: + Fix dependencies. Set SUPPORT_PYTHON_ABIS (bug #312139). 08 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> -pgasync-1.15b.ebuild: diff --git a/dev-db/pgasync/Manifest b/dev-db/pgasync/Manifest index e5cd4ba4890d..e2a5c18d81b3 100644 --- a/dev-db/pgasync/Manifest +++ b/dev-db/pgasync/Manifest @@ -1,4 +1,4 @@ DIST pgasync-2.01.tar.gz 22314 RMD160 768b92a0b134245be153890530942aa2df106d81 SHA1 bab54f93cd22ccf3f2c9d99a0aaa7d88307d559b SHA256 c38ac6ae200d54c22ad480ea020e0019692e69992344abce287232b30ccfe56c -EBUILD pgasync-2.01.ebuild 661 RMD160 097694a4ac795d3b8764ecc10c9477fc51ce3591 SHA1 850d7b9809cfbdecdb20e22096a0b2d465fad03c SHA256 4b7f3f60f67d4cdc9d1220ff38c685ea2be0b1592b8ae47b785f817ce1b5e67b -MISC ChangeLog 864 RMD160 030ed97a60a5c3938f66a3a62414247b7732e5d3 SHA1 190e57ce06676901526ae9698f2b809800bf388a SHA256 89563a61e34d024b8311af5b370bfd5e2ed8797e5e6d18760e6d5042a224455d +EBUILD pgasync-2.01.ebuild 766 RMD160 74f51d3c43727f9de4a48a69a1aad492548a4cd4 SHA1 c592e84eaa383161b5eb561a7385457f0e790177 SHA256 bca97ff0f623d508aacf608c38ce4e45f2b34f2a8c4368fa6bed40afbfea4a60 +MISC ChangeLog 1020 RMD160 b6297f260c163a4995dd9238a3b767b51b58a7a2 SHA1 d1cb471a5ee792043a797e50dd526a91d9b8395b SHA256 9e19629cc8fc9e4f0fd93da75982fef24046013d97ce03202de01843ea64828a MISC metadata.xml 163 RMD160 70bbda1c1e8316a09d467334131898ae833a3205 SHA1 f43b9a4a2a82140936f9b04e4e63b3c9a495141f SHA256 f0699a4c3ad24cc38836c2d4a1ba03e4e403a9a5364b51df405db02014005891 diff --git a/dev-db/pgasync/pgasync-2.01.ebuild b/dev-db/pgasync/pgasync-2.01.ebuild index 8de26ca1cb71..d6b322237be6 100644 --- a/dev-db/pgasync/pgasync-2.01.ebuild +++ b/dev-db/pgasync/pgasync-2.01.ebuild @@ -1,6 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgasync/pgasync-2.01.ebuild,v 1.2 2010/02/06 10:40:34 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgasync/pgasync-2.01.ebuild,v 1.3 2011/01/08 16:30:29 arfrever Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.* *-jython" inherit distutils @@ -13,15 +18,16 @@ SLOT="0" KEYWORDS="~x86" IUSE="doc" -DEPEND=">=dev-python/twisted-1.3 - >=dev-lang/python-2.3" +DEPEND=">=dev-python/twisted-1.3" +RDEPEND="${DEPEND}" -DOCS="CHANGELOG LICENSE PKG-INFO README TODO" +DOCS="CHANGELOG PKG-INFO README TODO" src_install() { distutils_src_install + if use doc; then insinto /usr/share/doc/${PF} - doins -r examples + doins -r examples || die "doins failed" fi } |