diff options
author | 2005-05-25 21:23:15 +0000 | |
---|---|---|
committer | 2005-05-25 21:23:15 +0000 | |
commit | 2c22cfa8ffcfc73043bf37aeee39170605f0eb4d (patch) | |
tree | d056634258bce285b9c3837f09ef42145572f845 /kde-base/ksync | |
parent | Add the missing HOMEPAGE variable so repoman doesn't complain. (diff) | |
download | gentoo-2-2c22cfa8ffcfc73043bf37aeee39170605f0eb4d.tar.gz gentoo-2-2c22cfa8ffcfc73043bf37aeee39170605f0eb4d.tar.bz2 gentoo-2-2c22cfa8ffcfc73043bf37aeee39170605f0eb4d.zip |
KDE 3.4.1 ebuilds; package.masked as they aren't released yet
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'kde-base/ksync')
-rw-r--r-- | kde-base/ksync/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/ksync/Manifest | 4 | ||||
-rw-r--r-- | kde-base/ksync/files/digest-ksync-3.4.1 | 2 | ||||
-rw-r--r-- | kde-base/ksync/ksync-3.4.1.ebuild | 19 |
4 files changed, 31 insertions, 2 deletions
diff --git a/kde-base/ksync/ChangeLog b/kde-base/ksync/ChangeLog index f0937ca51d60..e94eda6af1bf 100644 --- a/kde-base/ksync/ChangeLog +++ b/kde-base/ksync/ChangeLog @@ -1,6 +1,12 @@ # 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.8 2005/04/27 18:37:34 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksync/ChangeLog,v 1.9 2005/05/25 21:23:11 danarmak Exp $ + +*ksync-3.4.1 (25 May 2005) + + 25 May 2005; Dan Armak <danarmak@gentoo.org> +ksync-3.4.1.ebuild: + Ebuilds for KDE 3.4.1. These are package.masked until 3.4.1 is actually + released. You can't get the tarballs yet. 27 Apr 2005; Markus Rothe <corsair@gentoo.org> ksync-3.4.0.ebuild: Added ~ppc64 to KEYWORDS diff --git a/kde-base/ksync/Manifest b/kde-base/ksync/Manifest index 2487d8b2f671..bc6af2ef921c 100644 --- a/kde-base/ksync/Manifest +++ b/kde-base/ksync/Manifest @@ -1,4 +1,6 @@ -MD5 e229125ab574a463aaf3ad5aea331759 ChangeLog 1392 +MD5 3529c890fc423c9f978118d1b530e3e6 ksync-3.4.1.ebuild 510 MD5 62e44fa1fe94c6a8790b2eae33fa4003 ksync-3.4.0.ebuild 529 +MD5 e229125ab574a463aaf3ad5aea331759 ChangeLog 1392 MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 MD5 8c0ffea7b75b42449f4acada755ff36a files/digest-ksync-3.4.0 67 +MD5 7e3e5fdc63982b39b9df921e916f246a files/digest-ksync-3.4.1 134 diff --git a/kde-base/ksync/files/digest-ksync-3.4.1 b/kde-base/ksync/files/digest-ksync-3.4.1 new file mode 100644 index 000000000000..50c8351c10a7 --- /dev/null +++ b/kde-base/ksync/files/digest-ksync-3.4.1 @@ -0,0 +1,2 @@ +MD5 7f8cc9a40c0190c5a6723f6325bcba06 kdepim-3.4.0.tar.bz2 11441545 +MD5 e5515aa230558bac8651e9cd9f8f9673 kdepim-3.4.1.tar.bz2 11345538 diff --git a/kde-base/ksync/ksync-3.4.1.ebuild b/kde-base/ksync/ksync-3.4.1.ebuild new file mode 100644 index 000000000000..e81f1e4a2664 --- /dev/null +++ b/kde-base/ksync/ksync-3.4.1.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.1.ebuild,v 1.1 2005/05/25 21:23:11 danarmak Exp $ + +KMNAME=kdepim +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="KDE pda synchronizer" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkcal)" +OLDDEPEND="~kde-base/libkcal-$PV" + +KMCOPYLIB=" + libkcal libkcal" +KMEXTRACTONLY=" + libkcal/" |