summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-02-17 03:31:00 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-02-17 03:31:00 +0000
commit1f0d82e30a76e7b698e006c0b23ef4ba43d716db (patch)
tree71740acf58d3dc2cadad8ebbfe1669f80226a1ea /kde-base/kaddressbook
parentSpring Cleaning (diff)
downloadhistorical-1f0d82e30a76e7b698e006c0b23ef4ba43d716db.tar.gz
historical-1f0d82e30a76e7b698e006c0b23ef4ba43d716db.tar.bz2
historical-1f0d82e30a76e7b698e006c0b23ef4ba43d716db.zip
Spring cleaning.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'kde-base/kaddressbook')
-rw-r--r--kde-base/kaddressbook/ChangeLog7
-rw-r--r--kde-base/kaddressbook/kaddressbook-3.5.5.ebuild55
-rw-r--r--kde-base/kaddressbook/kaddressbook-3.5.6-r1.ebuild58
-rw-r--r--kde-base/kaddressbook/kaddressbook-3.5.6.ebuild55
-rw-r--r--kde-base/kaddressbook/kaddressbook-3.5.7.ebuild55
5 files changed, 6 insertions, 224 deletions
diff --git a/kde-base/kaddressbook/ChangeLog b/kde-base/kaddressbook/ChangeLog
index fd1a4aa3b3f5..a7ad404c4561 100644
--- a/kde-base/kaddressbook/ChangeLog
+++ b/kde-base/kaddressbook/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kaddressbook
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/ChangeLog,v 1.85 2008/01/31 15:31:36 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/ChangeLog,v 1.86 2008/02/17 03:06:37 ingmar Exp $
+
+ 17 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org>
+ -kaddressbook-3.5.5.ebuild, -kaddressbook-3.5.6.ebuild,
+ -kaddressbook-3.5.6-r1.ebuild, -kaddressbook-3.5.7.ebuild:
+ Spring cleaning
31 Jan 2008; Brent Baude <ranger@gentoo.org> kaddressbook-3.5.8.ebuild:
Marking kaddressbook-3.5.8 ppc for bug 207634
diff --git a/kde-base/kaddressbook/kaddressbook-3.5.5.ebuild b/kde-base/kaddressbook/kaddressbook-3.5.5.ebuild
deleted file mode 100644
index 62915541dc46..000000000000
--- a/kde-base/kaddressbook/kaddressbook-3.5.5.ebuild
+++ /dev/null
@@ -1,55 +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/kaddressbook/kaddressbook-3.5.5.ebuild,v 1.8 2006/12/11 13:19:35 kloeri Exp $
-
-KMNAME=kdepim
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta eutils
-
-DESCRIPTION="The KDE Address Book"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="gnokii"
-DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdepim)
-$(deprange $PV $MAXKDEVER kde-base/libkcal)
-$(deprange $PV $MAXKDEVER kde-base/certmanager)
-$(deprange 3.5.4 $MAXKDEVER kde-base/libkdenetwork)
-$(deprange $PV $MAXKDEVER kde-base/kontact)
-gnokii? ( app-mobilephone/gnokii )"
-
-RDEPEND="${DEPEND}"
-
-KMCOPYLIB="
- libkdepim libkdepim
- libkcal libkcal
- libkleopatra certmanager/lib/
- libqgpgme libkdenetwork/qgpgme/
- libkpinterfaces kontact/interfaces/"
-KMEXTRACTONLY="
- libkdepim/
- libkdenetwork/
- libkcal/
- certmanager/
- kontact/interfaces/
- akregator
- kmail/kmailIface.h"
-KMCOMPILEONLY="
- libkcal/libical/src/libical/
- libkcal/libical/src/libicalss/
- akregator/src/librss"
- # We add them here because they are standard plugins and programs related to kaddressbook but not a dep of any other kdepim program, so they will be lost if noone install them
-KMEXTRA="
- kabc/
- kfile-plugins/vcf
- kontact/plugins/kaddressbook"
-
-src_compile() {
- myconf="$myconf $(use_with gnokii)"
- export DO_NOT_COMPILE="libical" && 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"
-}
diff --git a/kde-base/kaddressbook/kaddressbook-3.5.6-r1.ebuild b/kde-base/kaddressbook/kaddressbook-3.5.6-r1.ebuild
deleted file mode 100644
index 2cd46af82b23..000000000000
--- a/kde-base/kaddressbook/kaddressbook-3.5.6-r1.ebuild
+++ /dev/null
@@ -1,58 +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/kaddressbook/kaddressbook-3.5.6-r1.ebuild,v 1.1 2007/04/11 20:45:18 carlo Exp $
-
-KMNAME=kdepim
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta eutils
-
-SRC_URI="${SRC_URI}
- mirror://gentoo/kdepim-3.5-patchset-03.tar.bz2"
-
-DESCRIPTION="The KDE Address Book"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="gnokii"
-DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdepim)
-$(deprange $PV $MAXKDEVER kde-base/libkcal)
-$(deprange $PV $MAXKDEVER kde-base/certmanager)
-$(deprange 3.5.4 $MAXKDEVER kde-base/libkdenetwork)
-$(deprange $PV $MAXKDEVER kde-base/kontact)
-gnokii? ( app-mobilephone/gnokii )"
-
-RDEPEND="${DEPEND}"
-
-KMCOPYLIB="
- libkdepim libkdepim
- libkcal libkcal
- libkleopatra certmanager/lib/
- libqgpgme libkdenetwork/qgpgme/
- libkpinterfaces kontact/interfaces/"
-KMEXTRACTONLY="
- libkdepim/
- libkdenetwork/
- libkcal/
- certmanager/
- kontact/interfaces/
- akregator
- kmail/kmailIface.h"
-KMCOMPILEONLY="
- libkcal/libical/src/libical/
- libkcal/libical/src/libicalss/
- akregator/src/librss"
- # We add them here because they are standard plugins and programs related to kaddressbook but not a dep of any other kdepim program, so they will be lost if noone install them
-KMEXTRA="
- kabc/
- kfile-plugins/vcf
- kontact/plugins/kaddressbook"
-
-src_compile() {
- myconf="$myconf $(use_with gnokii)"
- export DO_NOT_COMPILE="libical" && 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"
-}
diff --git a/kde-base/kaddressbook/kaddressbook-3.5.6.ebuild b/kde-base/kaddressbook/kaddressbook-3.5.6.ebuild
deleted file mode 100644
index 4126d457dff0..000000000000
--- a/kde-base/kaddressbook/kaddressbook-3.5.6.ebuild
+++ /dev/null
@@ -1,55 +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/kaddressbook/kaddressbook-3.5.6.ebuild,v 1.1 2007/01/16 19:25:44 flameeyes Exp $
-
-KMNAME=kdepim
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta eutils
-
-DESCRIPTION="The KDE Address Book"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="gnokii"
-DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdepim)
-$(deprange $PV $MAXKDEVER kde-base/libkcal)
-$(deprange $PV $MAXKDEVER kde-base/certmanager)
-$(deprange 3.5.4 $MAXKDEVER kde-base/libkdenetwork)
-$(deprange $PV $MAXKDEVER kde-base/kontact)
-gnokii? ( app-mobilephone/gnokii )"
-
-RDEPEND="${DEPEND}"
-
-KMCOPYLIB="
- libkdepim libkdepim
- libkcal libkcal
- libkleopatra certmanager/lib/
- libqgpgme libkdenetwork/qgpgme/
- libkpinterfaces kontact/interfaces/"
-KMEXTRACTONLY="
- libkdepim/
- libkdenetwork/
- libkcal/
- certmanager/
- kontact/interfaces/
- akregator
- kmail/kmailIface.h"
-KMCOMPILEONLY="
- libkcal/libical/src/libical/
- libkcal/libical/src/libicalss/
- akregator/src/librss"
- # We add them here because they are standard plugins and programs related to kaddressbook but not a dep of any other kdepim program, so they will be lost if noone install them
-KMEXTRA="
- kabc/
- kfile-plugins/vcf
- kontact/plugins/kaddressbook"
-
-src_compile() {
- myconf="$myconf $(use_with gnokii)"
- export DO_NOT_COMPILE="libical" && 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"
-}
diff --git a/kde-base/kaddressbook/kaddressbook-3.5.7.ebuild b/kde-base/kaddressbook/kaddressbook-3.5.7.ebuild
deleted file mode 100644
index 2682539eeb6f..000000000000
--- a/kde-base/kaddressbook/kaddressbook-3.5.7.ebuild
+++ /dev/null
@@ -1,55 +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/kaddressbook/kaddressbook-3.5.7.ebuild,v 1.7 2007/08/11 16:57:45 armin76 Exp $
-
-KMNAME=kdepim
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta eutils
-
-DESCRIPTION="The KDE Address Book"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="gnokii"
-DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdepim)
-$(deprange $PV $MAXKDEVER kde-base/libkcal)
-$(deprange $PV $MAXKDEVER kde-base/certmanager)
-$(deprange $PV $MAXKDEVER kde-base/libkdenetwork)
-$(deprange $PV $MAXKDEVER kde-base/kontact)
-gnokii? ( app-mobilephone/gnokii )"
-
-RDEPEND="${DEPEND}"
-
-KMCOPYLIB="
- libkdepim libkdepim
- libkcal libkcal
- libkleopatra certmanager/lib/
- libqgpgme libkdenetwork/qgpgme/
- libkpinterfaces kontact/interfaces/"
-KMEXTRACTONLY="
- libkdepim/
- libkdenetwork/
- libkcal/
- certmanager/
- kontact/interfaces/
- akregator
- kmail/kmailIface.h"
-KMCOMPILEONLY="
- libkcal/libical/src/libical/
- libkcal/libical/src/libicalss/
- akregator/src/librss"
- # We add them here because they are standard plugins and programs related to kaddressbook but not a dep of any other kdepim program, so they will be lost if noone install them
-KMEXTRA="
- kabc/
- kfile-plugins/vcf
- kontact/plugins/kaddressbook"
-
-src_compile() {
- myconf="$myconf $(use_with gnokii)"
- export DO_NOT_COMPILE="libical" && 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"
-}