diff options
author | 2006-06-01 20:22:21 +0000 | |
---|---|---|
committer | 2006-06-01 20:22:21 +0000 | |
commit | 7a13232fed5821d39c0af7a4a351b0fe5f0a8a84 (patch) | |
tree | 1636d3235a911920ce7e9dcf34d08798f846fff5 /kde-base/kalarm | |
parent | Update to new release. (diff) | |
download | historical-7a13232fed5821d39c0af7a4a351b0fe5f0a8a84.tar.gz historical-7a13232fed5821d39c0af7a4a351b0fe5f0a8a84.tar.bz2 historical-7a13232fed5821d39c0af7a4a351b0fe5f0a8a84.zip |
Update to new release.
Package-Manager: portage-2.1_rc3-r3
Diffstat (limited to 'kde-base/kalarm')
-rw-r--r-- | kde-base/kalarm/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kalarm/files/digest-kalarm-3.5.3 | 3 | ||||
-rw-r--r-- | kde-base/kalarm/kalarm-3.5.3.ebuild | 42 |
3 files changed, 51 insertions, 1 deletions
diff --git a/kde-base/kalarm/ChangeLog b/kde-base/kalarm/ChangeLog index 522fac20a551..edd574667b2b 100644 --- a/kde-base/kalarm/ChangeLog +++ b/kde-base/kalarm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kalarm # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kalarm/ChangeLog,v 1.47 2006/06/01 05:31:01 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kalarm/ChangeLog,v 1.48 2006/06/01 16:43:41 flameeyes Exp $ + +*kalarm-3.5.3 (01 Jun 2006) + + 01 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> +kalarm-3.5.3.ebuild: + Update to new release. 01 Jun 2006; Thomas Cort <tcort@gentoo.org> kalarm-3.5.2.ebuild: Stable on alpha wrt Bug #132213. diff --git a/kde-base/kalarm/files/digest-kalarm-3.5.3 b/kde-base/kalarm/files/digest-kalarm-3.5.3 new file mode 100644 index 000000000000..c275327d50af --- /dev/null +++ b/kde-base/kalarm/files/digest-kalarm-3.5.3 @@ -0,0 +1,3 @@ +MD5 2b83885854a5953bca59508d9a7cf5ef kdepim-3.5.3.tar.bz2 12912017 +RMD160 fdd951d6c117246f170986d944d3d61c094e9a00 kdepim-3.5.3.tar.bz2 12912017 +SHA256 460f9104c63c8a57801f5405be7c709e8604abf93c7f35ee9d60d20e0e0e5adb kdepim-3.5.3.tar.bz2 12912017 diff --git a/kde-base/kalarm/kalarm-3.5.3.ebuild b/kde-base/kalarm/kalarm-3.5.3.ebuild new file mode 100644 index 000000000000..0e3c39654933 --- /dev/null +++ b/kde-base/kalarm/kalarm-3.5.3.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kalarm/kalarm-3.5.3.ebuild,v 1.1 2006/06/01 16:43:41 flameeyes Exp $ + +KMNAME=kdepim +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="Personal alarm message, command and email scheduler for KDE" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdepim) +$(deprange $PV $MAXKDEVER kde-base/libkdenetwork) +$(deprange $PV $MAXKDEVER kde-base/libkmime) +$(deprange $PV $MAXKDEVER kde-base/libkpimidentities) +$(deprange $PV $MAXKDEVER kde-base/libkcal)" + +KMCOPYLIB=" + libkcal libkcal + libkdepim libkdepim + libkmime libkmime + libkpimidentities libkpimidentities" +KMEXTRACTONLY=" + libkcal/libical + libkdepim/ + libkdenetwork/ + libkpimidentities/ + libkmime/" +KMCOMPILEONLY=" + libkcal/libical/src/libical/ + libkcal/libical/src/libicalss/" + +src_compile() { + export DO_NOT_COMPILE="libkcal" && kde-meta_src_compile myconf configure + # generate "ical.h" + cd ${S}/libkcal/libical/src/libical && make ical.h + # generate "icalss.h" + cd ${S}/libkcal/libical/src/libicalss && make icalss.h + + kde-meta_src_compile make +}
\ No newline at end of file |