summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-05-27 08:56:02 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-05-27 08:56:02 +0000
commitf317807247589afb10ed81b7200d7d85bafa58f0 (patch)
tree4c8282257a5c43d30cf196463f3e3ea2b0aa0429 /kde-base/kdeadmin
parentFix emacs file problem (diff)
downloadgentoo-2-f317807247589afb10ed81b7200d7d85bafa58f0.tar.gz
gentoo-2-f317807247589afb10ed81b7200d7d85bafa58f0.tar.bz2
gentoo-2-f317807247589afb10ed81b7200d7d85bafa58f0.zip
New version.
(Portage version: 2.0.51.19)
Diffstat (limited to 'kde-base/kdeadmin')
-rw-r--r--kde-base/kdeadmin/ChangeLog7
-rw-r--r--kde-base/kdeadmin/files/digest-kdeadmin-3.4.11
-rw-r--r--kde-base/kdeadmin/kdeadmin-3.4.1.ebuild31
3 files changed, 38 insertions, 1 deletions
diff --git a/kde-base/kdeadmin/ChangeLog b/kde-base/kdeadmin/ChangeLog
index 7b3487a42043..6593a87f44c7 100644
--- a/kde-base/kdeadmin/ChangeLog
+++ b/kde-base/kdeadmin/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kdeadmin
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/ChangeLog,v 1.121 2005/05/12 14:04:52 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/ChangeLog,v 1.122 2005/05/27 08:51:20 greg_g Exp $
+
+*kdeadmin-3.4.1 (27 May 2005)
+
+ 27 May 2005; Gregorio Guidi <greg_g@gentoo.org> +kdeadmin-3.4.1.ebuild:
+ New version.
12 May 2005; Aron Griffis <agriffis@gentoo.org> kdeadmin-3.4.0-r1.ebuild:
add ~ia64
diff --git a/kde-base/kdeadmin/files/digest-kdeadmin-3.4.1 b/kde-base/kdeadmin/files/digest-kdeadmin-3.4.1
new file mode 100644
index 000000000000..a0be55b76820
--- /dev/null
+++ b/kde-base/kdeadmin/files/digest-kdeadmin-3.4.1
@@ -0,0 +1 @@
+MD5 ee02e3caf664d825838698b44557b0ef kdeadmin-3.4.1.tar.bz2 1523828
diff --git a/kde-base/kdeadmin/kdeadmin-3.4.1.ebuild b/kde-base/kdeadmin/kdeadmin-3.4.1.ebuild
new file mode 100644
index 000000000000..36a0a7832550
--- /dev/null
+++ b/kde-base/kdeadmin/kdeadmin-3.4.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/kdeadmin-3.4.1.ebuild,v 1.1 2005/05/27 08:51:20 greg_g Exp $
+
+inherit kde-dist
+
+DESCRIPTION="KDE administration tools (user manager, etc.)"
+
+KEYWORDS="~x86 ~amd64 ~sparc ~ppc ~ia64"
+IUSE=""
+
+DEPEND="~kde-base/kdebase-${PV}"
+
+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
+
+ export DO_NOT_COMPILE="${DO_NOT_COMPILE} ksysv"
+
+ kde_src_compile
+}
+
+# TODO: add nis support