diff options
author | Federico Ferri <mescalinum@gentoo.org> | 2009-01-21 11:43:48 +0000 |
---|---|---|
committer | Federico Ferri <mescalinum@gentoo.org> | 2009-01-21 11:43:48 +0000 |
commit | ef4374e43da17274b3f32784c68a90618c519fe1 (patch) | |
tree | 82c9065032d16a8bede78fb0fe2b76f4d74147f5 /app-pda/synce-librapi2 | |
parent | version bump, fixes bug #255729 (diff) | |
download | gentoo-2-ef4374e43da17274b3f32784c68a90618c519fe1.tar.gz gentoo-2-ef4374e43da17274b3f32784c68a90618c519fe1.tar.bz2 gentoo-2-ef4374e43da17274b3f32784c68a90618c519fe1.zip |
better version handling
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'app-pda/synce-librapi2')
-rw-r--r-- | app-pda/synce-librapi2/ChangeLog | 6 | ||||
-rw-r--r-- | app-pda/synce-librapi2/synce-librapi2-0.13.ebuild | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/app-pda/synce-librapi2/ChangeLog b/app-pda/synce-librapi2/ChangeLog index 711b1ddd7928..9b23fea476fc 100644 --- a/app-pda/synce-librapi2/ChangeLog +++ b/app-pda/synce-librapi2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/synce-librapi2 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/ChangeLog,v 1.29 2009/01/21 11:27:43 mescalinum Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/ChangeLog,v 1.30 2009/01/21 11:43:48 mescalinum Exp $ + + 21 Jan 2009; Federico Ferri <mescalinum@gentoo.org> + synce-librapi2-0.13.ebuild: + better version handling *synce-librapi2-0.13.1 (21 Jan 2009) diff --git a/app-pda/synce-librapi2/synce-librapi2-0.13.ebuild b/app-pda/synce-librapi2/synce-librapi2-0.13.ebuild index 61b6ad74ee4f..0c1fad5a6de8 100644 --- a/app-pda/synce-librapi2/synce-librapi2-0.13.ebuild +++ b/app-pda/synce-librapi2/synce-librapi2-0.13.ebuild @@ -1,20 +1,22 @@ # Copyright 1999-2009 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.13.ebuild,v 1.2 2009/01/21 11:22:26 mescalinum Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.13.ebuild,v 1.3 2009/01/21 11:43:48 mescalinum Exp $ -inherit eutils +inherit eutils versionator DESCRIPTION="SynCE - RAPI communication library" HOMEPAGE="http://sourceforge.net/projects/synce/" LICENSE="MIT" +synce_PV=$(get_version_component_range 1-2) + SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-lang/python >=dev-python/pyrex-0.9.6 >=dev-libs/check-0.8.2 - =app-pda/synce-libsynce-${PV}*" + =app-pda/synce-libsynce-${synce_PV}*" RDEPEND="${DEPEND}" SRC_URI="mirror://sourceforge/synce/librapi2-${PV}.tar.gz" |