diff options
Diffstat (limited to 'kde-base/ksync')
-rw-r--r-- | kde-base/ksync/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/ksync/files/digest-ksync-3.5.6 | 3 | ||||
-rw-r--r-- | kde-base/ksync/ksync-3.5.6.ebuild | 20 |
3 files changed, 30 insertions, 2 deletions
diff --git a/kde-base/ksync/ChangeLog b/kde-base/ksync/ChangeLog index 31819ee5b222..835e8c8145a0 100644 --- a/kde-base/ksync/ChangeLog +++ b/kde-base/ksync/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/ksync -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksync/ChangeLog,v 1.63 2006/12/11 13:30:38 kloeri Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksync/ChangeLog,v 1.64 2007/01/16 21:26:06 flameeyes Exp $ + +*ksync-3.5.6 (16 Jan 2007) + + 16 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> +ksync-3.5.6.ebuild: + Bump to 3.5.6 (prerelease). 11 Dec 2006; <kloeri@gentoo.org> ksync-3.5.5.ebuild: Stable on ia64. diff --git a/kde-base/ksync/files/digest-ksync-3.5.6 b/kde-base/ksync/files/digest-ksync-3.5.6 new file mode 100644 index 000000000000..48727dabc040 --- /dev/null +++ b/kde-base/ksync/files/digest-ksync-3.5.6 @@ -0,0 +1,3 @@ +MD5 06744c36252414c809d6df46058f1bfd kdepim-3.5.6.tar.bz2 13645180 +RMD160 c68a01d9ce29d3ad41e18a79f39a961d2ef2383a kdepim-3.5.6.tar.bz2 13645180 +SHA256 018027c75944ef9ea471c1422269832fc890f004c2684144859c301c6d7d5bf6 kdepim-3.5.6.tar.bz2 13645180 diff --git a/kde-base/ksync/ksync-3.5.6.ebuild b/kde-base/ksync/ksync-3.5.6.ebuild new file mode 100644 index 000000000000..cc4beee027c1 --- /dev/null +++ b/kde-base/ksync/ksync-3.5.6.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksync/ksync-3.5.6.ebuild,v 1.1 2007/01/16 21:26:06 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/" |