summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ferri <mescalinum@gentoo.org>2009-01-21 11:50:23 +0000
committerFederico Ferri <mescalinum@gentoo.org>2009-01-21 11:50:23 +0000
commite367cf7566717195ac3fb3738c350836f748f4fd (patch)
treed5a3e9c8680d503c1de2a58be67a90106f25d9bc /app-pda/synce-odccm/synce-odccm-0.13.ebuild
parentversion bump, fixes bug #255729 (diff)
downloadhistorical-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-odccm/synce-odccm-0.13.ebuild')
-rw-r--r--app-pda/synce-odccm/synce-odccm-0.13.ebuild10
1 files changed, 7 insertions, 3 deletions
diff --git a/app-pda/synce-odccm/synce-odccm-0.13.ebuild b/app-pda/synce-odccm/synce-odccm-0.13.ebuild
index 63f64eacdea0..237a87655831 100644
--- a/app-pda/synce-odccm/synce-odccm-0.13.ebuild
+++ b/app-pda/synce-odccm/synce-odccm-0.13.ebuild
@@ -1,11 +1,15 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-odccm/synce-odccm-0.13.ebuild,v 1.2 2009/01/21 11:16:04 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-odccm/synce-odccm-0.13.ebuild,v 1.3 2009/01/21 11:47:11 mescalinum Exp $
+
+inherit versionator
DESCRIPTION="SynCE - odccm connection manager"
HOMEPAGE="http://sourceforge.net/projects/synce/"
LICENSE="MIT"
+synce_PV=$(get_version_component_range 1-2)
+
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
@@ -14,8 +18,8 @@ DEPEND="sys-apps/dbus
>=net-libs/gnet-2.0.0
!app-pda/synce-dccm
!app-pda/synce-vdccm
- =app-pda/synce-libsynce-${PV}*
- =app-pda/synce-librapi2-${PV}*"
+ =app-pda/synce-libsynce-${synce_PV}*
+ =app-pda/synce-librapi2-${synce_PV}*"
RDEPEND="${DEPEND}"
MY_P="odccm-${PV}"