summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-02-17 02:24:15 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-02-17 02:24:15 +0000
commitb2aa3fad19a5c90692533c0cd938845a31a9be4e (patch)
treee77d0c55d27fec61ec686ccbdbb1b08425498b09 /kde-base/kontact
parentSpring cleaning. (diff)
downloadgentoo-2-b2aa3fad19a5c90692533c0cd938845a31a9be4e.tar.gz
gentoo-2-b2aa3fad19a5c90692533c0cd938845a31a9be4e.tar.bz2
gentoo-2-b2aa3fad19a5c90692533c0cd938845a31a9be4e.zip
Spring cleaning.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kontact')
-rw-r--r--kde-base/kontact/ChangeLog6
-rw-r--r--kde-base/kontact/kontact-3.5.5.ebuild28
-rw-r--r--kde-base/kontact/kontact-3.5.6.ebuild35
-rw-r--r--kde-base/kontact/kontact-3.5.7-r1.ebuild38
-rw-r--r--kde-base/kontact/kontact-3.5.7.ebuild35
5 files changed, 5 insertions, 137 deletions
diff --git a/kde-base/kontact/ChangeLog b/kde-base/kontact/ChangeLog
index 309b1f1bd7e4..98d842e5d81a 100644
--- a/kde-base/kontact/ChangeLog
+++ b/kde-base/kontact/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kontact
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.85 2008/01/31 15:27:39 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.86 2008/02/17 02:24:15 ingmar Exp $
+
+ 16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kontact-3.5.5.ebuild,
+ -kontact-3.5.6.ebuild, -kontact-3.5.7.ebuild, -kontact-3.5.7-r1.ebuild:
+ Spring cleaning
31 Jan 2008; Brent Baude <ranger@gentoo.org> kontact-3.5.8.ebuild:
Marking kontact-3.5.8 ppc for bug 207634
diff --git a/kde-base/kontact/kontact-3.5.5.ebuild b/kde-base/kontact/kontact-3.5.5.ebuild
deleted file mode 100644
index a7bef9627386..000000000000
--- a/kde-base/kontact/kontact-3.5.5.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/kontact-3.5.5.ebuild,v 1.9 2007/07/11 01:08:47 mr_bones_ Exp $
-
-KMNAME=kdepim
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta eutils
-
-DESCRIPTION="KDE personal information manager"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdepim)
-$(deprange $PV $MAXKDEVER kde-base/libkpimidentities)"
-
-RDEPEND="${DEPEND}"
-
-KMCOPYLIB="libkdepim libkdepim/
- libkpimidentities.la libkpimidentities/"
-KMEXTRACTONLY="libkdepim/
- libkpimidentities/
- kontact/plugins/"
-KMEXTRA="
- kontact/plugins/newsticker/
- kontact/plugins/summary/
- kontact/plugins/weather/"
-# We remove some plugins that are related to external kdepim's programs, because they needs also libs from korganizer, kpilot etc... so to emerge kontact we'll need also ALL the other programs, it's better to emerge the kontact's plugins in the ebuild of its program
diff --git a/kde-base/kontact/kontact-3.5.6.ebuild b/kde-base/kontact/kontact-3.5.6.ebuild
deleted file mode 100644
index 78b49f9101fa..000000000000
--- a/kde-base/kontact/kontact-3.5.6.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/kontact-3.5.6.ebuild,v 1.3 2007/07/28 15:05:25 philantrop Exp $
-
-KMNAME=kdepim
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta eutils
-
-DESCRIPTION="KDE personal information manager"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdepim)
-$(deprange $PV $MAXKDEVER kde-base/libkpimidentities)"
-
-RDEPEND="${DEPEND}"
-
-KMCOPYLIB="libkdepim libkdepim/
- libkpimidentities.la libkpimidentities/"
-KMEXTRACTONLY="libkdepim/
- libkpimidentities/
- kontact/plugins/"
-KMEXTRA="
- kontact/plugins/newsticker/
- kontact/plugins/summary/
- kontact/plugins/weather/"
-# We remove some plugins that are related to external kdepim's programs, because they needs also libs from korganizer, kpilot etc... so to emerge kontact we'll need also ALL the other programs, it's better to emerge the kontact's plugins in the ebuild of its program
-
-pkg_postinst() {
- kde_pkg_postinst
-
- elog "If you're using x11-misc/basket, please re-emerge it now to avoid crashes with ${PN}."
- elog "cf. https://bugs.gentoo.org/show_bug.cgi?id=174872 for details."
-}
diff --git a/kde-base/kontact/kontact-3.5.7-r1.ebuild b/kde-base/kontact/kontact-3.5.7-r1.ebuild
deleted file mode 100644
index 12109162a037..000000000000
--- a/kde-base/kontact/kontact-3.5.7-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/kontact-3.5.7-r1.ebuild,v 1.8 2007/08/11 16:54:49 armin76 Exp $
-
-KMNAME=kdepim
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta eutils
-
-SRC_URI="${SRC_URI}
- mirror://gentoo/kdepim-3.5-patchset-04.tar.bz2"
-
-DESCRIPTION="KDE personal information manager"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdepim)
-$(deprange $PV $MAXKDEVER kde-base/libkpimidentities)"
-
-RDEPEND="${DEPEND}"
-
-KMCOPYLIB="libkdepim libkdepim/
- libkpimidentities.la libkpimidentities/"
-KMEXTRACTONLY="libkdepim/
- libkpimidentities/
- kontact/plugins/"
-KMEXTRA="
- kontact/plugins/newsticker/
- kontact/plugins/summary/
- kontact/plugins/weather/"
-# We remove some plugins that are related to external kdepim's programs, because they needs also libs from korganizer, kpilot etc... so to emerge kontact we'll need also ALL the other programs, it's better to emerge the kontact's plugins in the ebuild of its program
-
-pkg_postinst() {
- kde_pkg_postinst
-
- elog "If you're using x11-misc/basket, please re-emerge it now to avoid crashes with ${PN}."
- elog "cf. https://bugs.gentoo.org/show_bug.cgi?id=174872 for details."
-}
diff --git a/kde-base/kontact/kontact-3.5.7.ebuild b/kde-base/kontact/kontact-3.5.7.ebuild
deleted file mode 100644
index 032d3f4b8152..000000000000
--- a/kde-base/kontact/kontact-3.5.7.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/kontact-3.5.7.ebuild,v 1.3 2007/07/28 15:05:25 philantrop Exp $
-
-KMNAME=kdepim
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta eutils
-
-DESCRIPTION="KDE personal information manager"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdepim)
-$(deprange $PV $MAXKDEVER kde-base/libkpimidentities)"
-
-RDEPEND="${DEPEND}"
-
-KMCOPYLIB="libkdepim libkdepim/
- libkpimidentities.la libkpimidentities/"
-KMEXTRACTONLY="libkdepim/
- libkpimidentities/
- kontact/plugins/"
-KMEXTRA="
- kontact/plugins/newsticker/
- kontact/plugins/summary/
- kontact/plugins/weather/"
-# We remove some plugins that are related to external kdepim's programs, because they needs also libs from korganizer, kpilot etc... so to emerge kontact we'll need also ALL the other programs, it's better to emerge the kontact's plugins in the ebuild of its program
-
-pkg_postinst() {
- kde_pkg_postinst
-
- elog "If you're using x11-misc/basket, please re-emerge it now to avoid crashes with ${PN}."
- elog "cf. https://bugs.gentoo.org/show_bug.cgi?id=174872 for details."
-}