diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-02-27 20:21:43 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-02-27 20:21:43 +0000 |
commit | eb00931a65b01c6559e9cf4565d5263b8e4d2a4e (patch) | |
tree | 26e99fc434b21328d349949a5cf9a31a1c232c6a /kde-base/ksync | |
parent | Added ~sparc keyword. (diff) | |
download | gentoo-2-eb00931a65b01c6559e9cf4565d5263b8e4d2a4e.tar.gz gentoo-2-eb00931a65b01c6559e9cf4565d5263b8e4d2a4e.tar.bz2 gentoo-2-eb00931a65b01c6559e9cf4565d5263b8e4d2a4e.zip |
3.4.0 RC1 split ebuilds
(Portage version: 2.0.51-r15)
Diffstat (limited to 'kde-base/ksync')
-rw-r--r-- | kde-base/ksync/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/ksync/Manifest | 2 | ||||
-rw-r--r-- | kde-base/ksync/files/digest-ksync-3.4.0_rc1 | 5 | ||||
-rw-r--r-- | kde-base/ksync/ksync-3.4.0_rc1.ebuild | 19 |
4 files changed, 30 insertions, 1 deletions
diff --git a/kde-base/ksync/ChangeLog b/kde-base/ksync/ChangeLog index baf1597a5b67..4a263f8a5c0d 100644 --- a/kde-base/ksync/ChangeLog +++ b/kde-base/ksync/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/ksync # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksync/ChangeLog,v 1.2 2005/02/05 11:39:24 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksync/ChangeLog,v 1.3 2005/02/27 20:21:40 danarmak Exp $ + + 27 Feb 2005; Dan Armak <danarmak@gentoo.org> : + Ebuild for 3.4.0 RC1. *ksync-3.4.0_beta2 (05 Feb 2005) diff --git a/kde-base/ksync/Manifest b/kde-base/ksync/Manifest index d51530d64c76..6431e42c5d16 100644 --- a/kde-base/ksync/Manifest +++ b/kde-base/ksync/Manifest @@ -1,6 +1,8 @@ +MD5 5cae128efb51906022e803bbbdcbc45d ksync-3.4.0_rc1.ebuild 510 MD5 3cdaae2bab4d6f029238c970d2762f30 ksync-3.4.0_beta1.ebuild 515 MD5 7d967e208b5d121e143770c94ae309bc ChangeLog 714 MD5 14889ab75f97d76e58b0c1154e7683a9 metadata.xml 161 MD5 5cae128efb51906022e803bbbdcbc45d ksync-3.4.0_beta2.ebuild 510 +MD5 35ccfa3433a499de2fd98af78d32b7db files/digest-ksync-3.4.0_rc1 373 MD5 91d4f5b007e372c77780c153cb54c612 files/digest-ksync-3.4.0_beta1 213 MD5 47c329442cef798bbff590c1c0c9e5f3 files/digest-ksync-3.4.0_beta2 290 diff --git a/kde-base/ksync/files/digest-ksync-3.4.0_rc1 b/kde-base/ksync/files/digest-ksync-3.4.0_rc1 new file mode 100644 index 000000000000..dd13a38183bd --- /dev/null +++ b/kde-base/ksync/files/digest-ksync-3.4.0_rc1 @@ -0,0 +1,5 @@ +MD5 34648142149b729874b85a5eb8841a98 kdepim-3.3.90.tar.bz2 10972445 +MD5 cb6ca0130ceea840d4766a395fcc1dd6 kdepim-3.3.90-3.3.91.tar.xdelta 1307949 +MD5 7a8548002969c1be86ac8ad0dea2a917 kdepim-3.3.91-3.3.92.tar.xdelta 1225057 +MD5 b9f1081e21e50102bde489d28439a1ca kdepim-3.3.92-3.4.0-rc1.tar.xdelta 1608262 +MD5 8077a37f0f0bc18db41ed08df8e51e26 kdepim-3.4.0-rc1.tar.bz2 11421066 diff --git a/kde-base/ksync/ksync-3.4.0_rc1.ebuild b/kde-base/ksync/ksync-3.4.0_rc1.ebuild new file mode 100644 index 000000000000..d99c1bbdc488 --- /dev/null +++ b/kde-base/ksync/ksync-3.4.0_rc1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksync/ksync-3.4.0_rc1.ebuild,v 1.1 2005/02/27 20:21:40 danarmak Exp $ + +KMNAME=kdepim +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="KDE pda synchronizer" +KEYWORDS="~x86" +IUSE="" +DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkcal)" +OLDDEPEND="~kde-base/libkcal-$PV" + +KMCOPYLIB=" + libkcal libkcal" +KMEXTRACTONLY=" + libkcal/" |