summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ferri <mescalinum@gentoo.org>2009-01-21 11:49:29 +0000
committerFederico Ferri <mescalinum@gentoo.org>2009-01-21 11:49:29 +0000
commit6f066047ed4b155eb6ba7a29edb5e65bf61da205 (patch)
treeb821dae8632beb7a65d604d1eb12dceded57831b /app-pda/synce-hal
parentbetter version handling (diff)
downloadgentoo-2-6f066047ed4b155eb6ba7a29edb5e65bf61da205.tar.gz
gentoo-2-6f066047ed4b155eb6ba7a29edb5e65bf61da205.tar.bz2
gentoo-2-6f066047ed4b155eb6ba7a29edb5e65bf61da205.zip
better version handling
(Portage version: 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"