diff options
author | 2005-11-29 18:46:09 +0000 | |
---|---|---|
committer | 2005-11-29 18:46:09 +0000 | |
commit | eae17aae28f615a81c26caabe4c378845fbba469 (patch) | |
tree | 0ce5c1c30909345afb19e5261d3ac9d9d00b91e1 /kde-base/kdeadmin | |
parent | Keyworded ~sparc wrt #113875 (diff) | |
download | gentoo-2-eae17aae28f615a81c26caabe4c378845fbba469.tar.gz gentoo-2-eae17aae28f615a81c26caabe4c378845fbba469.tar.bz2 gentoo-2-eae17aae28f615a81c26caabe4c378845fbba469.zip |
Remove KDE 3.5 prereleases.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'kde-base/kdeadmin')
-rw-r--r-- | kde-base/kdeadmin/files/digest-kdeadmin-3.5.0_beta2 | 1 | ||||
-rw-r--r-- | kde-base/kdeadmin/files/digest-kdeadmin-3.5.0_rc1 | 1 | ||||
-rw-r--r-- | kde-base/kdeadmin/files/digest-kdeadmin-3.5_beta1 | 1 | ||||
-rw-r--r-- | kde-base/kdeadmin/kdeadmin-3.5.0_beta2.ebuild | 31 | ||||
-rw-r--r-- | kde-base/kdeadmin/kdeadmin-3.5.0_rc1.ebuild | 31 | ||||
-rw-r--r-- | kde-base/kdeadmin/kdeadmin-3.5_beta1.ebuild | 31 |
6 files changed, 0 insertions, 96 deletions
diff --git a/kde-base/kdeadmin/files/digest-kdeadmin-3.5.0_beta2 b/kde-base/kdeadmin/files/digest-kdeadmin-3.5.0_beta2 deleted file mode 100644 index 92aae52ce322..000000000000 --- a/kde-base/kdeadmin/files/digest-kdeadmin-3.5.0_beta2 +++ /dev/null @@ -1 +0,0 @@ -MD5 2c8c8b0b4ea7f5eb29013f110f6460ff kdeadmin-3.4.92.tar.bz2 2097950 diff --git a/kde-base/kdeadmin/files/digest-kdeadmin-3.5.0_rc1 b/kde-base/kdeadmin/files/digest-kdeadmin-3.5.0_rc1 deleted file mode 100644 index 329c553426b7..000000000000 --- a/kde-base/kdeadmin/files/digest-kdeadmin-3.5.0_rc1 +++ /dev/null @@ -1 +0,0 @@ -MD5 966839c0474ca416faa9e5e0ff1e8847 kdeadmin-3.5.0_rc1.tar.bz2 2098202 diff --git a/kde-base/kdeadmin/files/digest-kdeadmin-3.5_beta1 b/kde-base/kdeadmin/files/digest-kdeadmin-3.5_beta1 deleted file mode 100644 index bcef971a918a..000000000000 --- a/kde-base/kdeadmin/files/digest-kdeadmin-3.5_beta1 +++ /dev/null @@ -1 +0,0 @@ -MD5 d1be4ec3679b24f2224c1ca1f2e6b321 kdeadmin-3.4.91.tar.bz2 2096162 diff --git a/kde-base/kdeadmin/kdeadmin-3.5.0_beta2.ebuild b/kde-base/kdeadmin/kdeadmin-3.5.0_beta2.ebuild deleted file mode 100644 index 303e9d02602e..000000000000 --- a/kde-base/kdeadmin/kdeadmin-3.5.0_beta2.ebuild +++ /dev/null @@ -1,31 +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.5.0_beta2.ebuild,v 1.1 2005/10/15 11:08:40 greg_g Exp $ - -inherit kde-dist - -DESCRIPTION="KDE administration tools (user manager, etc.)" - -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" -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 - - local myconf="--with-shadow" - - export DO_NOT_COMPILE="${DO_NOT_COMPILE} ksysv" - - kde_src_compile -} diff --git a/kde-base/kdeadmin/kdeadmin-3.5.0_rc1.ebuild b/kde-base/kdeadmin/kdeadmin-3.5.0_rc1.ebuild deleted file mode 100644 index 1e65863dea03..000000000000 --- a/kde-base/kdeadmin/kdeadmin-3.5.0_rc1.ebuild +++ /dev/null @@ -1,31 +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.5.0_rc1.ebuild,v 1.1 2005/11/16 10:13:16 greg_g Exp $ - -inherit kde-dist - -DESCRIPTION="KDE administration tools (user manager, etc.)" - -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" -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 - - local myconf="--with-shadow" - - export DO_NOT_COMPILE="${DO_NOT_COMPILE} ksysv" - - kde_src_compile -} diff --git a/kde-base/kdeadmin/kdeadmin-3.5_beta1.ebuild b/kde-base/kdeadmin/kdeadmin-3.5_beta1.ebuild deleted file mode 100644 index 713a21c13fd3..000000000000 --- a/kde-base/kdeadmin/kdeadmin-3.5_beta1.ebuild +++ /dev/null @@ -1,31 +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.5_beta1.ebuild,v 1.1 2005/09/21 17:20:56 greg_g Exp $ - -inherit kde-dist - -DESCRIPTION="KDE administration tools (user manager, etc.)" - -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" -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 - - local myconf="--with-shadow" - - export DO_NOT_COMPILE="${DO_NOT_COMPILE} ksysv" - - kde_src_compile -} |