diff options
author | Dror Levin <spatz@gentoo.org> | 2010-03-31 21:57:46 +0000 |
---|---|---|
committer | Dror Levin <spatz@gentoo.org> | 2010-03-31 21:57:46 +0000 |
commit | e77a2512abf2ac9d7e46e271d2b49ea16c7959b6 (patch) | |
tree | ca02fa36554a3c03fc015cbda27cda4ea6b9beb1 | |
parent | Remove old KDE versions. (diff) | |
download | gentoo-2-e77a2512abf2ac9d7e46e271d2b49ea16c7959b6.tar.gz gentoo-2-e77a2512abf2ac9d7e46e271d2b49ea16c7959b6.tar.bz2 gentoo-2-e77a2512abf2ac9d7e46e271d2b49ea16c7959b6.zip |
Remove old KDE versions.
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
-rw-r--r-- | kde-base/ark/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/ark/ark-4.3.4.ebuild | 30 | ||||
-rw-r--r-- | kde-base/ark/ark-4.4.0.ebuild | 30 |
3 files changed, 5 insertions, 61 deletions
diff --git a/kde-base/ark/ChangeLog b/kde-base/ark/ChangeLog index ffc9e1060a64..196de6860809 100644 --- a/kde-base/ark/ChangeLog +++ b/kde-base/ark/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/ark # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v 1.152 2010/03/30 19:20:28 spatz Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v 1.153 2010/03/31 21:57:46 spatz Exp $ + + 31 Mar 2010; Dror Levin <spatz@gentoo.org> -ark-4.3.4.ebuild, + -ark-4.4.0.ebuild: + Remove old KDE versions. *ark-4.4.2 (30 Mar 2010) diff --git a/kde-base/ark/ark-4.3.4.ebuild b/kde-base/ark/ark-4.3.4.ebuild deleted file mode 100644 index 1f5b03eb6035..000000000000 --- a/kde-base/ark/ark-4.3.4.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ark-4.3.4.ebuild,v 1.3 2010/01/22 20:57:56 abcd Exp $ - -EAPI="2" - -KMNAME="kdeutils" -inherit kde4-meta - -DESCRIPTION="KDE Archiving tool" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="+archive +bzip2 debug +handbook lzma zip" - -DEPEND=" - $(add_kdebase_dep libkonq) - archive? ( >=app-arch/libarchive-2.6.1[bzip2?,lzma?,zlib] ) - lzma? ( app-arch/xz-utils ) - zip? ( >=dev-libs/libzip-0.8 ) -" -RDEPEND="${DEPEND}" - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_with archive LibArchive) - $(cmake-utils_use_with bzip2 BZip2) - $(cmake-utils_use_with lzma LibLZMA) - $(cmake-utils_use_with zip LibZip) - ) - kde4-meta_src_configure -} diff --git a/kde-base/ark/ark-4.4.0.ebuild b/kde-base/ark/ark-4.4.0.ebuild deleted file mode 100644 index e3455f0cdbac..000000000000 --- a/kde-base/ark/ark-4.4.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ark-4.4.0.ebuild,v 1.1 2010/02/09 00:14:17 alexxy Exp $ - -EAPI="2" - -KMNAME="kdeutils" -inherit kde4-meta - -DESCRIPTION="KDE Archiving tool" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="+archive +bzip2 debug +handbook lzma zip" - -DEPEND=" - $(add_kdebase_dep libkonq) - archive? ( >=app-arch/libarchive-2.6.1[bzip2?,lzma?,zlib] ) - lzma? ( app-arch/xz-utils ) - zip? ( >=dev-libs/libzip-0.8 ) -" -RDEPEND="${DEPEND}" - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_with archive LibArchive) - $(cmake-utils_use_with bzip2 BZip2) - $(cmake-utils_use_with lzma LibLZMA) - $(cmake-utils_use_with zip LibZip) - ) - kde4-meta_src_configure -} |