summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-09-24 16:43:25 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-09-24 16:43:25 +0000
commitd3335efb453d98deea5502b064e0fdf7199b75b6 (patch)
tree799f60e984c3c8d3e6cc34529f52e7a513af3da8 /kde-base/kalarm
parentlicense fun. (diff)
downloadhistorical-d3335efb453d98deea5502b064e0fdf7199b75b6.tar.gz
historical-d3335efb453d98deea5502b064e0fdf7199b75b6.tar.bz2
historical-d3335efb453d98deea5502b064e0fdf7199b75b6.zip
Removed 3.5_alpha1.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'kde-base/kalarm')
-rw-r--r--kde-base/kalarm/ChangeLog6
-rw-r--r--kde-base/kalarm/files/digest-kalarm-3.5_alpha11
-rw-r--r--kde-base/kalarm/kalarm-3.5_alpha1.ebuild45
3 files changed, 5 insertions, 47 deletions
diff --git a/kde-base/kalarm/ChangeLog b/kde-base/kalarm/ChangeLog
index ca71b75c1f8f..63f9193a0e11 100644
--- a/kde-base/kalarm/ChangeLog
+++ b/kde-base/kalarm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kalarm
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalarm/ChangeLog,v 1.16 2005/09/22 17:41:07 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalarm/ChangeLog,v 1.17 2005/09/24 13:04:13 flameeyes Exp $
+
+ 24 Sep 2005; Diego Pettenò <flameeyes@gentoo.org>
+ -kalarm-3.5_alpha1.ebuild:
+ Removed 3.5_alpha1.
*kalarm-3.5_beta1 (22 Sep 2005)
diff --git a/kde-base/kalarm/files/digest-kalarm-3.5_alpha1 b/kde-base/kalarm/files/digest-kalarm-3.5_alpha1
deleted file mode 100644
index 9556003c6862..000000000000
--- a/kde-base/kalarm/files/digest-kalarm-3.5_alpha1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4fd257feb48007b674daaddb4d38fdef kdepim-3.4.90.tar.bz2 12617308
diff --git a/kde-base/kalarm/kalarm-3.5_alpha1.ebuild b/kde-base/kalarm/kalarm-3.5_alpha1.ebuild
deleted file mode 100644
index f5d8cbc4e6d0..000000000000
--- a/kde-base/kalarm/kalarm-3.5_alpha1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalarm/kalarm-3.5_alpha1.ebuild,v 1.1 2005/09/07 10:45:44 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="~amd64"
-IUSE=""
-OLDDEPEND="~kde-base/libkdepim-$PV
- ~kde-base/libkdenetwork-$PV
- ~kde-base/libkcal-$PV"
-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