summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ferri <mescalinum@gentoo.org>2009-01-21 11:45:54 +0000
committerFederico Ferri <mescalinum@gentoo.org>2009-01-21 11:45:54 +0000
commit281fb805538ac17ecccdb5328913419a49b9ef30 (patch)
tree2e765dca5b92241039064c41c8c0219786b35905 /app-pda
parentbetter version handling (diff)
downloadgentoo-2-281fb805538ac17ecccdb5328913419a49b9ef30.tar.gz
gentoo-2-281fb805538ac17ecccdb5328913419a49b9ef30.tar.bz2
gentoo-2-281fb805538ac17ecccdb5328913419a49b9ef30.zip
better version handling
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/synce-librra/ChangeLog6
-rw-r--r--app-pda/synce-librra/synce-librra-0.13.ebuild10
2 files changed, 12 insertions, 4 deletions
diff --git a/app-pda/synce-librra/ChangeLog b/app-pda/synce-librra/ChangeLog
index 2bfc91177544..685a66fa4d89 100644
--- a/app-pda/synce-librra/ChangeLog
+++ b/app-pda/synce-librra/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-pda/synce-librra
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librra/ChangeLog,v 1.3 2009/01/21 11:19:23 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librra/ChangeLog,v 1.4 2009/01/21 11:45:54 mescalinum Exp $
+
+ 21 Jan 2009; Federico Ferri <mescalinum@gentoo.org>
+ synce-librra-0.13.ebuild:
+ better version handling
21 Jan 2009; Federico Ferri <mescalinum@gentoo.org>
synce-librra-0.13.ebuild:
diff --git a/app-pda/synce-librra/synce-librra-0.13.ebuild b/app-pda/synce-librra/synce-librra-0.13.ebuild
index 568aed29ab1e..835502a936bb 100644
--- a/app-pda/synce-librra/synce-librra-0.13.ebuild
+++ b/app-pda/synce-librra/synce-librra-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-librra/synce-librra-0.13.ebuild,v 1.2 2009/01/21 11:19:23 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librra/synce-librra-0.13.ebuild,v 1.3 2009/01/21 11:45:54 mescalinum Exp $
+
+inherit versionator
DESCRIPTION="SynCE - RRA protocol library"
HOMEPAGE="http://sourceforge.net/projects/synce/"
LICENSE="MIT"
+synce_PV=$(get_version_component_range 1-2)
+
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
@@ -13,8 +17,8 @@ DEPEND="dev-lang/python
dev-python/pyrex
dev-libs/libmimedir
!app-pda/synce-rra
- =app-pda/synce-libsynce-${PV}*
- =app-pda/synce-librapi2-${PV}*"
+ =app-pda/synce-libsynce-${synce_PV}*
+ =app-pda/synce-librapi2-${synce_PV}*"
RDEPEND="${RDEPEND}"
MY_P="librra-${PV}"