diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-03 12:21:31 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-03 12:21:31 +0000 |
commit | 4ae4c35da13090c0bac43feb001e4213a50a3cb5 (patch) | |
tree | e97afc21103cec422300c66500d1d246dd8d0a62 /kde-base/ksync/ksync-3.5.5.ebuild | |
parent | Bump to 3.5.5 (pre-release). (diff) | |
download | gentoo-2-4ae4c35da13090c0bac43feb001e4213a50a3cb5.tar.gz gentoo-2-4ae4c35da13090c0bac43feb001e4213a50a3cb5.tar.bz2 gentoo-2-4ae4c35da13090c0bac43feb001e4213a50a3cb5.zip |
Bump to 3.5.5 (pre-release).
(Portage version: 2.1.2_pre2-r1)
Diffstat (limited to 'kde-base/ksync/ksync-3.5.5.ebuild')
-rw-r--r-- | kde-base/ksync/ksync-3.5.5.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/kde-base/ksync/ksync-3.5.5.ebuild b/kde-base/ksync/ksync-3.5.5.ebuild new file mode 100644 index 000000000000..d9d3389f141b --- /dev/null +++ b/kde-base/ksync/ksync-3.5.5.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksync/ksync-3.5.5.ebuild,v 1.1 2006/10/03 12:21:31 flameeyes Exp $ + +KMNAME=kdepim +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="KDE pda synchronizer" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" +DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkcal)" + +RDEPEND="${DEPEND}" + +KMCOPYLIB=" + libkcal libkcal" +KMEXTRACTONLY=" + libkcal/" |