diff options
author | Federico Ferri <mescalinum@gentoo.org> | 2008-12-19 22:07:20 +0000 |
---|---|---|
committer | Federico Ferri <mescalinum@gentoo.org> | 2008-12-19 22:07:20 +0000 |
commit | 0ff7842045d8356663f246e94f6453116143ba55 (patch) | |
tree | d7c477b9817d920569e42fa0587ea3f5b68c9ebe /app-pda/synce-librapi2 | |
parent | Add ledger-2.6.1 w.r.t. bug 183938, thus fixing also bug 239608. (diff) | |
download | gentoo-2-0ff7842045d8356663f246e94f6453116143ba55.tar.gz gentoo-2-0ff7842045d8356663f246e94f6453116143ba55.tar.bz2 gentoo-2-0ff7842045d8356663f246e94f6453116143ba55.zip |
depend on >=dev-python/pyrex-0.9.6 to solve some python RAPIError exceptions
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-pda/synce-librapi2')
-rw-r--r-- | app-pda/synce-librapi2/ChangeLog | 11 | ||||
-rw-r--r-- | app-pda/synce-librapi2/synce-librapi2-0.11.1-r1.ebuild (renamed from app-pda/synce-librapi2/synce-librapi2-0.11.1.ebuild) | 4 | ||||
-rw-r--r-- | app-pda/synce-librapi2/synce-librapi2-0.12-r1.ebuild (renamed from app-pda/synce-librapi2/synce-librapi2-0.12.ebuild) | 4 |
3 files changed, 14 insertions, 5 deletions
diff --git a/app-pda/synce-librapi2/ChangeLog b/app-pda/synce-librapi2/ChangeLog index 9a171029b985..5903f52268e0 100644 --- a/app-pda/synce-librapi2/ChangeLog +++ b/app-pda/synce-librapi2/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for app-pda/synce-librapi2 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/ChangeLog,v 1.25 2008/11/13 06:15:06 mescalinum Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/ChangeLog,v 1.26 2008/12/19 22:07:20 mescalinum Exp $ + +*synce-librapi2-0.12-r1 (19 Dec 2008) +*synce-librapi2-0.11.1-r1 (19 Dec 2008) + + 19 Dec 2008; Federico Ferri <mescalinum@gentoo.org> + -synce-librapi2-0.11.1.ebuild, +synce-librapi2-0.11.1-r1.ebuild, + -synce-librapi2-0.12.ebuild, +synce-librapi2-0.12-r1.ebuild: + depend on >=dev-python/pyrex-0.9.6 to solve some python RAPIError + exceptions *synce-librapi2-0.12 (13 Nov 2008) *synce-librapi2-0.11.1 (13 Nov 2008) diff --git a/app-pda/synce-librapi2/synce-librapi2-0.11.1.ebuild b/app-pda/synce-librapi2/synce-librapi2-0.11.1-r1.ebuild index c2c90a235a63..d6b673dedd82 100644 --- a/app-pda/synce-librapi2/synce-librapi2-0.11.1.ebuild +++ b/app-pda/synce-librapi2/synce-librapi2-0.11.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.11.1.ebuild,v 1.1 2008/11/13 06:15:06 mescalinum Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.11.1-r1.ebuild,v 1.1 2008/12/19 22:07:20 mescalinum Exp $ DESCRIPTION="SynCE - RAPI communication library" HOMEPAGE="http://sourceforge.net/projects/synce/" @@ -10,7 +10,7 @@ SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="dev-lang/python - dev-python/pyrex + >=dev-python/pyrex-0.9.6 >=dev-libs/check-0.8.2 ~app-pda/synce-libsynce-0.11.1" diff --git a/app-pda/synce-librapi2/synce-librapi2-0.12.ebuild b/app-pda/synce-librapi2/synce-librapi2-0.12-r1.ebuild index 63da37528130..3da90fea5e61 100644 --- a/app-pda/synce-librapi2/synce-librapi2-0.12.ebuild +++ b/app-pda/synce-librapi2/synce-librapi2-0.12-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.12.ebuild,v 1.1 2008/11/13 06:15:06 mescalinum Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.12-r1.ebuild,v 1.1 2008/12/19 22:07:20 mescalinum Exp $ inherit eutils @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="dev-lang/python - dev-python/pyrex + >=dev-python/pyrex-0.9.6 >=dev-libs/check-0.8.2 ~app-pda/synce-libsynce-0.12" |