summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Mehnert <hannes@gentoo.org>2003-02-12 15:55:36 +0000
committerHannes Mehnert <hannes@gentoo.org>2003-02-12 15:55:36 +0000
commitbb2af9d1037b8026a45219eb1849cf94c072d34c (patch)
treeb932c2328d1acbbcbf6fadb91e7f6e2e7b495197 /kde-base
parentUpdate Copyright years (diff)
downloadhistorical-bb2af9d1037b8026a45219eb1849cf94c072d34c.tar.gz
historical-bb2af9d1037b8026a45219eb1849cf94c072d34c.tar.bz2
historical-bb2af9d1037b8026a45219eb1849cf94c072d34c.zip
removed old versions
lintool fixes
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kdeadmin/ChangeLog5
-rw-r--r--kde-base/kdeadmin/files/digest-kdeadmin-3.0.21
-rw-r--r--kde-base/kdeadmin/files/digest-kdeadmin-3.0.31
-rw-r--r--kde-base/kdeadmin/files/digest-kdeadmin-3.1_rc61
-rw-r--r--kde-base/kdeadmin/kdeadmin-2.2.2.ebuild15
-rw-r--r--kde-base/kdeadmin/kdeadmin-3.0.2.ebuild18
-rw-r--r--kde-base/kdeadmin/kdeadmin-3.0.3.ebuild18
-rw-r--r--kde-base/kdeadmin/kdeadmin-3.0.4.ebuild5
-rw-r--r--kde-base/kdeadmin/kdeadmin-3.0.5a.ebuild4
-rw-r--r--kde-base/kdeadmin/kdeadmin-3.1.ebuild3
-rw-r--r--kde-base/kdeadmin/kdeadmin-3.1_rc6.ebuild18
11 files changed, 12 insertions, 77 deletions
diff --git a/kde-base/kdeadmin/ChangeLog b/kde-base/kdeadmin/ChangeLog
index d6681017e951..1f4d344b4a13 100644
--- a/kde-base/kdeadmin/ChangeLog
+++ b/kde-base/kdeadmin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kdeadmin
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/ChangeLog,v 1.22 2003/02/12 06:56:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/ChangeLog,v 1.23 2003/02/12 15:55:36 hannes Exp $
+
+ 12 Feb 2003; Hannes Mehnert <hannes@gentoo.org> kdeadmin-3.0.2.ebuild,
+ kdeadmin-3.0.3.ebuild, kdeadmin-3.1_rc6.ebuild: removed old versions
*kdeadmin-3.1_rc6 (05 Jan 2003)
diff --git a/kde-base/kdeadmin/files/digest-kdeadmin-3.0.2 b/kde-base/kdeadmin/files/digest-kdeadmin-3.0.2
deleted file mode 100644
index 6fcf1c03ce3d..000000000000
--- a/kde-base/kdeadmin/files/digest-kdeadmin-3.0.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a96f1c1520f65aa4f1add53e61650a83 kdeadmin-3.0.2.tar.bz2 1268257
diff --git a/kde-base/kdeadmin/files/digest-kdeadmin-3.0.3 b/kde-base/kdeadmin/files/digest-kdeadmin-3.0.3
deleted file mode 100644
index e7633604f5dd..000000000000
--- a/kde-base/kdeadmin/files/digest-kdeadmin-3.0.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 90141493c24bc3c9c424cb1b83c32a62 kdeadmin-3.0.3.tar.bz2 1267652
diff --git a/kde-base/kdeadmin/files/digest-kdeadmin-3.1_rc6 b/kde-base/kdeadmin/files/digest-kdeadmin-3.1_rc6
deleted file mode 100644
index 5de8e5bb3008..000000000000
--- a/kde-base/kdeadmin/files/digest-kdeadmin-3.1_rc6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0674aa7f336b092fceb13933f3a48422 kdeadmin-3.1rc6.tar.bz2 1561781
diff --git a/kde-base/kdeadmin/kdeadmin-2.2.2.ebuild b/kde-base/kdeadmin/kdeadmin-2.2.2.ebuild
index 4c86079ca9c0..b2a1b5f13c1b 100644
--- a/kde-base/kdeadmin/kdeadmin-2.2.2.ebuild
+++ b/kde-base/kdeadmin/kdeadmin-2.2.2.ebuild
@@ -1,12 +1,10 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/kdeadmin-2.2.2.ebuild,v 1.12 2002/12/09 04:25:04 manson Exp $
-
-IUSE="pam"
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/kdeadmin-2.2.2.ebuild,v 1.13 2003/02/12 15:55:36 hannes Exp $
inherit kde-dist
+IUSE="pam"
DESCRIPTION="KDE $PV - administration tools"
-
KEYWORDS="x86 sparc "
newdepend ">=app-arch/rpm-3.0.5
@@ -14,14 +12,7 @@ newdepend ">=app-arch/rpm-3.0.5
pam? ( >=sys-libs/pam-0.72 )"
src_compile() {
-
kde_src_compile myconf
-
- use pam && myconf="$myconf --with-pam" || myconf="$myconf --without-pam"
-
+ use pam && myconf="$myconf --with-pam" || myconf="$myconf --without-pam"
kde_src_compile configure make
-
}
-
-
-
diff --git a/kde-base/kdeadmin/kdeadmin-3.0.2.ebuild b/kde-base/kdeadmin/kdeadmin-3.0.2.ebuild
deleted file mode 100644
index 1e542de43789..000000000000
--- a/kde-base/kdeadmin/kdeadmin-3.0.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/kdeadmin-3.0.2.ebuild,v 1.9 2002/12/09 04:25:04 manson Exp $
-
-IUSE="pam"
-inherit kde-dist
-
-DESCRIPTION="KDE $PV - administration tools"
-
-KEYWORDS="x86 ppc sparc "
-
-newdepend ">=app-arch/rpm-4.0.4-r1
- dev-libs/popt
- pam? ( >=sys-libs/pam-0.72 )"
-
-use pam && myconf="$myconf --with-pam" || myconf="$myconf --without-pam --with-shadow"
-myconf="$myconf --with-rpm"
-
diff --git a/kde-base/kdeadmin/kdeadmin-3.0.3.ebuild b/kde-base/kdeadmin/kdeadmin-3.0.3.ebuild
deleted file mode 100644
index c6fe11ce74d9..000000000000
--- a/kde-base/kdeadmin/kdeadmin-3.0.3.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/kdeadmin-3.0.3.ebuild,v 1.4 2002/10/05 05:39:14 drobbins Exp $
-
-IUSE="pam"
-inherit kde-dist
-
-DESCRIPTION="KDE $PV - administration tools"
-
-KEYWORDS="x86 ppc"
-
-newdepend ">=app-arch/rpm-4.0.4-r1
- dev-libs/popt
- pam? ( >=sys-libs/pam-0.72 )"
-
-use pam && myconf="$myconf --with-pam" || myconf="$myconf --without-pam --with-shadow"
-myconf="$myconf --with-rpm"
-
diff --git a/kde-base/kdeadmin/kdeadmin-3.0.4.ebuild b/kde-base/kdeadmin/kdeadmin-3.0.4.ebuild
index 58a30abe8384..6fa02fb50516 100644
--- a/kde-base/kdeadmin/kdeadmin-3.0.4.ebuild
+++ b/kde-base/kdeadmin/kdeadmin-3.0.4.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/kdeadmin-3.0.4.ebuild,v 1.3 2002/10/16 19:10:17 bjb Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/kdeadmin-3.0.4.ebuild,v 1.4 2003/02/12 15:55:36 hannes Exp $
inherit kde-dist
+IUSE="pam"
DESCRIPTION="KDE $PV - administration tools"
-
KEYWORDS="x86 ppc alpha"
newdepend ">=app-arch/rpm-4.0.4-r1
@@ -13,4 +13,3 @@ newdepend ">=app-arch/rpm-4.0.4-r1
use pam && myconf="$myconf --with-pam" || myconf="$myconf --without-pam --with-shadow"
myconf="$myconf --with-rpm"
-
diff --git a/kde-base/kdeadmin/kdeadmin-3.0.5a.ebuild b/kde-base/kdeadmin/kdeadmin-3.0.5a.ebuild
index 0c3fe1a319b8..990ac74914d0 100644
--- a/kde-base/kdeadmin/kdeadmin-3.0.5a.ebuild
+++ b/kde-base/kdeadmin/kdeadmin-3.0.5a.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/kdeadmin-3.0.5a.ebuild,v 1.4 2003/02/01 18:50:52 jmorgan Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/kdeadmin-3.0.5a.ebuild,v 1.5 2003/02/12 15:55:36 hannes Exp $
inherit kde-dist
+IUSE="pam"
DESCRIPTION="KDE $PV - administration tools"
-
KEYWORDS="x86 ~ppc ~alpha sparc"
PATCHES="${FILESDIR}/${PN}-qt311-gentoo.diff"
diff --git a/kde-base/kdeadmin/kdeadmin-3.1.ebuild b/kde-base/kdeadmin/kdeadmin-3.1.ebuild
index 19f0d520e623..a01534cfdd1d 100644
--- a/kde-base/kdeadmin/kdeadmin-3.1.ebuild
+++ b/kde-base/kdeadmin/kdeadmin-3.1.ebuild
@@ -1,11 +1,10 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/kdeadmin-3.1.ebuild,v 1.4 2003/02/01 18:50:52 jmorgan Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/kdeadmin-3.1.ebuild,v 1.5 2003/02/12 15:55:36 hannes Exp $
inherit kde-dist
IUSE="pam"
DESCRIPTION="KDE administration tools (user manager, etc.)"
-
KEYWORDS="x86 ppc ~sparc"
newdepend ">=app-arch/rpm-4.0.4-r1
diff --git a/kde-base/kdeadmin/kdeadmin-3.1_rc6.ebuild b/kde-base/kdeadmin/kdeadmin-3.1_rc6.ebuild
deleted file mode 100644
index 753ad8db0e68..000000000000
--- a/kde-base/kdeadmin/kdeadmin-3.1_rc6.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/kdeadmin-3.1_rc6.ebuild,v 1.2 2003/01/08 21:45:57 gerk Exp $
-inherit kde-dist
-
-IUSE="pam"
-DESCRIPTION="KDE administration tools (user manager, etc.)"
-PATCHES="${FILESDIR}/${P}-gentoo.diff"
-KEYWORDS="~x86 ~ppc ~sparc"
-
-newdepend ">=app-arch/rpm-4.0.4-r1
- dev-libs/popt
- pam? ( >=sys-libs/pam-0.72 )"
-
-use pam && myconf="$myconf --with-pam" || myconf="$myconf --without-pam --with-shadow"
-myconf="$myconf --without-rpm"
-
-# TODO: add nis support