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-hal
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-hal')
-rw-r--r--app-pda/synce-hal/ChangeLog5
-rw-r--r--app-pda/synce-hal/synce-hal-0.13.ebuild14
2 files changed, 13 insertions, 6 deletions
diff --git a/app-pda/synce-hal/ChangeLog b/app-pda/synce-hal/ChangeLog
index 71b62ce2ee4c..63ea3272c33a 100644
--- a/app-pda/synce-hal/ChangeLog
+++ b/app-pda/synce-hal/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-pda/synce-hal
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/ChangeLog,v 1.4 2009/01/21 11:06:13 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/ChangeLog,v 1.5 2009/01/21 11:49:29 mescalinum Exp $
+
+ 21 Jan 2009; Federico Ferri <mescalinum@gentoo.org> synce-hal-0.13.ebuild:
+ better version handling
21 Jan 2009; Federico Ferri <mescalinum@gentoo.org> synce-hal-0.13.ebuild:
changing synce deps from ~atom-${PV} to =atom-${PV}*
diff --git a/app-pda/synce-hal/synce-hal-0.13.ebuild b/app-pda/synce-hal/synce-hal-0.13.ebuild
index f03b976a62ca..dd2f9029efce 100644
--- a/app-pda/synce-hal/synce-hal-0.13.ebuild
+++ b/app-pda/synce-hal/synce-hal-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-hal/synce-hal-0.13.ebuild,v 1.2 2009/01/21 11:06:13 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/synce-hal-0.13.ebuild,v 1.3 2009/01/21 11:49:29 mescalinum Exp $
+
+inherit versionator
DESCRIPTION="SynCE - hal 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,11 +18,11 @@ DEPEND="sys-apps/hal
!app-pda/synce-dccm
!app-pda/synce-vdccm
!app-pda/synce-odccm
- =app-pda/synce-libsynce-${PV}*
- =app-pda/synce-librapi2-${PV}*
- =app-pda/synce-librra-${PV}*"
+ =app-pda/synce-libsynce-${synce_PV}*
+ =app-pda/synce-librapi2-${synce_PV}*
+ =app-pda/synce-librra-${synce_PV}*"
RDEPEND="${DEPEND}
- =app-pda/synce-sync-engine-${PV}*
+ =app-pda/synce-sync-engine-${synce_PV}*
app-pda/synce-serial
net-misc/dhcp"