summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2005-03-16 20:00:06 +0000
committerDan Armak <danarmak@gentoo.org>2005-03-16 20:00:06 +0000
commit462b700b58c9c9e174d14265d576c203883fb062 (patch)
tree97c001027be4cf52b1ca6431d7a76f7ceac6af2e /kde-base/kdeadmin
parentMark ~amd64 (diff)
downloadgentoo-2-462b700b58c9c9e174d14265d576c203883fb062.tar.gz
gentoo-2-462b700b58c9c9e174d14265d576c203883fb062.tar.bz2
gentoo-2-462b700b58c9c9e174d14265d576c203883fb062.zip
Removing 3.4.0 prereleases: beta1, beta2. RC1 can also be removed but I want to be sure sparc's finished keywording 3.4.0.
(Portage version: 2.0.51.19)
Diffstat (limited to 'kde-base/kdeadmin')
-rw-r--r--kde-base/kdeadmin/files/digest-kdeadmin-3.4.0_beta11
-rw-r--r--kde-base/kdeadmin/files/digest-kdeadmin-3.4.0_beta21
-rw-r--r--kde-base/kdeadmin/kdeadmin-3.4.0_beta1.ebuild28
-rw-r--r--kde-base/kdeadmin/kdeadmin-3.4.0_beta2.ebuild28
4 files changed, 0 insertions, 58 deletions
diff --git a/kde-base/kdeadmin/files/digest-kdeadmin-3.4.0_beta1 b/kde-base/kdeadmin/files/digest-kdeadmin-3.4.0_beta1
deleted file mode 100644
index 8948999e461f..000000000000
--- a/kde-base/kdeadmin/files/digest-kdeadmin-3.4.0_beta1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 46961869db2f9c94135ce511bb228f6a kdeadmin-3.3.91.tar.bz2 1567831
diff --git a/kde-base/kdeadmin/files/digest-kdeadmin-3.4.0_beta2 b/kde-base/kdeadmin/files/digest-kdeadmin-3.4.0_beta2
deleted file mode 100644
index 5c1714e6b278..000000000000
--- a/kde-base/kdeadmin/files/digest-kdeadmin-3.4.0_beta2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b692994bc3fd68ecf0fdb60474d7beb0 kdeadmin-3.3.92.tar.bz2 1539417
diff --git a/kde-base/kdeadmin/kdeadmin-3.4.0_beta1.ebuild b/kde-base/kdeadmin/kdeadmin-3.4.0_beta1.ebuild
deleted file mode 100644
index db84dc015f7e..000000000000
--- a/kde-base/kdeadmin/kdeadmin-3.4.0_beta1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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.0_beta1.ebuild,v 1.2 2005/02/02 11:25:31 lanius Exp $
-
-inherit kde-dist
-
-DESCRIPTION="KDE administration tools (user manager, etc.)"
-
-KEYWORDS="~x86 ~amd64"
-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
- use x86 && echo > ${S}/lilo-config/configure.in.in
-
- export DO_NOT_COMPILE="${DO_NOT_COMPILE} ksysv"
-
- kde_src_compile
-}
-
-# TODO: add nis support
diff --git a/kde-base/kdeadmin/kdeadmin-3.4.0_beta2.ebuild b/kde-base/kdeadmin/kdeadmin-3.4.0_beta2.ebuild
deleted file mode 100644
index 6edc898d18b1..000000000000
--- a/kde-base/kdeadmin/kdeadmin-3.4.0_beta2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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.0_beta2.ebuild,v 1.2 2005/02/16 02:16:27 weeve Exp $
-
-inherit kde-dist
-
-DESCRIPTION="KDE administration tools (user manager, etc.)"
-
-KEYWORDS="~x86 ~amd64 ~sparc"
-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
- use x86 && echo > ${S}/lilo-config/configure.in.in
-
- export DO_NOT_COMPILE="${DO_NOT_COMPILE} ksysv"
-
- kde_src_compile
-}
-
-# TODO: add nis support