diff options
author | 2009-01-21 11:50:23 +0000 | |
---|---|---|
committer | 2009-01-21 11:50:23 +0000 | |
commit | e367cf7566717195ac3fb3738c350836f748f4fd (patch) | |
tree | d5a3e9c8680d503c1de2a58be67a90106f25d9bc /app-pda/synce-gnomevfs/synce-gnomevfs-0.13.ebuild | |
parent | version bump, fixes bug #255729 (diff) | |
download | historical-e367cf7566717195ac3fb3738c350836f748f4fd.tar.gz historical-e367cf7566717195ac3fb3738c350836f748f4fd.tar.bz2 historical-e367cf7566717195ac3fb3738c350836f748f4fd.zip |
better version handling
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'app-pda/synce-gnomevfs/synce-gnomevfs-0.13.ebuild')
-rw-r--r-- | app-pda/synce-gnomevfs/synce-gnomevfs-0.13.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/app-pda/synce-gnomevfs/synce-gnomevfs-0.13.ebuild b/app-pda/synce-gnomevfs/synce-gnomevfs-0.13.ebuild index c9bf0578e44e..bd28cc6c088a 100644 --- a/app-pda/synce-gnomevfs/synce-gnomevfs-0.13.ebuild +++ b/app-pda/synce-gnomevfs/synce-gnomevfs-0.13.ebuild @@ -1,17 +1,21 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-gnomevfs/synce-gnomevfs-0.13.ebuild,v 1.2 2009/01/21 11:20:39 mescalinum Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-gnomevfs/synce-gnomevfs-0.13.ebuild,v 1.3 2009/01/21 11:45:12 mescalinum Exp $ + +inherit versionator DESCRIPTION="SynCE - Gnome VFS extensions" HOMEPAGE="http://sourceforge.net/projects/synce/" LICENSE="MIT" +synce_PV=$(get_version_component_range 1-2) + SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="debug" DEPEND=">=gnome-base/gnome-vfs-2.0 - =app-pda/synce-libsynce-${PV}* - =app-pda/synce-librapi2-${PV}*" + =app-pda/synce-libsynce-${synce_PV}* + =app-pda/synce-librapi2-${synce_PV}*" RDEPEND="${DEPEND}" SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" |