summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-02-18 13:23:48 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-02-18 13:23:48 +0000
commit0a1ebb42ce54ba5f9d3e063c178947369f6ecba9 (patch)
tree42b64c0f5ea54e246f876a458630b112a1b32d36 /kde-base/kdeadmin
parentSpring cleaning. (diff)
downloadhistorical-0a1ebb42ce54ba5f9d3e063c178947369f6ecba9.tar.gz
historical-0a1ebb42ce54ba5f9d3e063c178947369f6ecba9.tar.bz2
historical-0a1ebb42ce54ba5f9d3e063c178947369f6ecba9.zip
Spring cleaning.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'kde-base/kdeadmin')
-rw-r--r--kde-base/kdeadmin/ChangeLog6
-rw-r--r--kde-base/kdeadmin/kdeadmin-3.5.5.ebuild33
-rw-r--r--kde-base/kdeadmin/kdeadmin-3.5.6.ebuild33
-rw-r--r--kde-base/kdeadmin/kdeadmin-3.5.7.ebuild33
4 files changed, 5 insertions, 100 deletions
diff --git a/kde-base/kdeadmin/ChangeLog b/kde-base/kdeadmin/ChangeLog
index 50778c133c98..c62502a3ae48 100644
--- a/kde-base/kdeadmin/ChangeLog
+++ b/kde-base/kdeadmin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kdeadmin
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/ChangeLog,v 1.207 2008/01/31 02:26:54 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/ChangeLog,v 1.208 2008/02/18 13:09:42 ingmar Exp $
+
+ 18 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kdeadmin-3.5.5.ebuild,
+ -kdeadmin-3.5.6.ebuild, -kdeadmin-3.5.7.ebuild:
+ Spring cleaning.
31 Jan 2008; Brent Baude <ranger@gentoo.org> kdeadmin-3.5.8.ebuild:
Marking kdeadmin-3.5.8 ppc for bug 207634
diff --git a/kde-base/kdeadmin/kdeadmin-3.5.5.ebuild b/kde-base/kdeadmin/kdeadmin-3.5.5.ebuild
deleted file mode 100644
index 1eba661139b3..000000000000
--- a/kde-base/kdeadmin/kdeadmin-3.5.5.ebuild
+++ /dev/null
@@ -1,33 +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/kdeadmin/kdeadmin-3.5.5.ebuild,v 1.11 2007/02/03 15:51:18 eroyf Exp $
-
-inherit kde-dist
-
-DESCRIPTION="KDE administration tools (user manager, etc.)"
-
-KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86"
-IUSE="kdehiddenvisibility"
-
-DEPEND="~kde-base/kdebase-${PV}"
-RDEPEND="${DEPEND}
- virtual/cron"
-
-src_compile() {
- # we only want to compile the lilo config module on x86, but there we want to make sure it's
- # always compiled to ensure consistent behaviour of the package across both lilo and grub systems,
- # because configure when left to its own devices will build lilo-config or not basd on whether
- # lilo is present in the path.
- # so, we make configure build it by removing the configure.in.in file that checks for
- # lilo's presense
- if use x86; then
- echo > ${S}/lilo-config/configure.in.in
- make -f admin/Makefile.common
- fi
-
- local myconf="--with-shadow"
-
- export DO_NOT_COMPILE="${DO_NOT_COMPILE} ksysv"
-
- kde_src_compile
-}
diff --git a/kde-base/kdeadmin/kdeadmin-3.5.6.ebuild b/kde-base/kdeadmin/kdeadmin-3.5.6.ebuild
deleted file mode 100644
index a5592876d84c..000000000000
--- a/kde-base/kdeadmin/kdeadmin-3.5.6.ebuild
+++ /dev/null
@@ -1,33 +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/kdeadmin/kdeadmin-3.5.6.ebuild,v 1.5 2007/06/03 22:03:14 kumba Exp $
-
-inherit kde-dist
-
-DESCRIPTION="KDE administration tools (user manager, etc.)"
-
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="kdehiddenvisibility"
-
-DEPEND="~kde-base/kdebase-${PV}"
-RDEPEND="${DEPEND}
- virtual/cron"
-
-src_compile() {
- # we only want to compile the lilo config module on x86, but there we want to make sure it's
- # always compiled to ensure consistent behaviour of the package across both lilo and grub systems,
- # because configure when left to its own devices will build lilo-config or not basd on whether
- # lilo is present in the path.
- # so, we make configure build it by removing the configure.in.in file that checks for
- # lilo's presense
- if use x86; then
- echo > ${S}/lilo-config/configure.in.in
- make -f admin/Makefile.common
- fi
-
- local myconf="--with-shadow"
-
- export DO_NOT_COMPILE="${DO_NOT_COMPILE} ksysv"
-
- kde_src_compile
-}
diff --git a/kde-base/kdeadmin/kdeadmin-3.5.7.ebuild b/kde-base/kdeadmin/kdeadmin-3.5.7.ebuild
deleted file mode 100644
index 97e37323e476..000000000000
--- a/kde-base/kdeadmin/kdeadmin-3.5.7.ebuild
+++ /dev/null
@@ -1,33 +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/kdeadmin/kdeadmin-3.5.7.ebuild,v 1.9 2007/09/24 03:52:12 redhatter Exp $
-
-inherit kde-dist
-
-DESCRIPTION="KDE administration tools (user manager, etc.)"
-
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
-IUSE="kdehiddenvisibility"
-
-DEPEND="~kde-base/kdebase-${PV}"
-RDEPEND="${DEPEND}
- virtual/cron"
-
-src_compile() {
- # we only want to compile the lilo config module on x86, but there we want to make sure it's
- # always compiled to ensure consistent behaviour of the package across both lilo and grub systems,
- # because configure when left to its own devices will build lilo-config or not basd on whether
- # lilo is present in the path.
- # so, we make configure build it by removing the configure.in.in file that checks for
- # lilo's presense
- if use x86; then
- echo > ${S}/lilo-config/configure.in.in
- make -f admin/Makefile.common
- fi
-
- local myconf="--with-shadow"
-
- export DO_NOT_COMPILE="${DO_NOT_COMPILE} ksysv"
-
- kde_src_compile
-}