summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Heinlein <keytoaster@gentoo.org>2008-06-07 10:06:34 +0000
committerTobias Heinlein <keytoaster@gentoo.org>2008-06-07 10:06:34 +0000
commita69fa0403f215e605e45ab3748fab75d745f7451 (patch)
tree5e13690efde669759bf90342f59aa85417c320fd /kde-base/ark
parentadd ~sparc keyword (diff)
downloadgentoo-2-a69fa0403f215e605e45ab3748fab75d745f7451.tar.gz
gentoo-2-a69fa0403f215e605e45ab3748fab75d745f7451.tar.bz2
gentoo-2-a69fa0403f215e605e45ab3748fab75d745f7451.zip
Removed old versions.
(Portage version: 2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+)
Diffstat (limited to 'kde-base/ark')
-rw-r--r--kde-base/ark/ChangeLog6
-rw-r--r--kde-base/ark/ark-3.5.8.ebuild18
-rw-r--r--kde-base/ark/ark-4.0.2.ebuild24
-rw-r--r--kde-base/ark/ark-4.0.3.ebuild24
4 files changed, 5 insertions, 67 deletions
diff --git a/kde-base/ark/ChangeLog b/kde-base/ark/ChangeLog
index a7895e0ac936..3ac473d53fc9 100644
--- a/kde-base/ark/ChangeLog
+++ b/kde-base/ark/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/ark
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v 1.92 2008/06/05 20:59:52 keytoaster Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v 1.93 2008/06/07 10:06:34 keytoaster Exp $
+
+ 07 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> -ark-3.5.8.ebuild,
+ -ark-4.0.2.ebuild, -ark-4.0.3.ebuild:
+ Removed old versions.
*ark-4.0.5 (05 Jun 2008)
diff --git a/kde-base/ark/ark-3.5.8.ebuild b/kde-base/ark/ark-3.5.8.ebuild
deleted file mode 100644
index 18733e39fafb..000000000000
--- a/kde-base/ark/ark-3.5.8.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ark-3.5.8.ebuild,v 1.7 2008/03/04 01:51:36 jer Exp $
-
-KMNAME=kdeutils
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta
-
-DESCRIPTION="KDE Archiving tool"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="kdehiddenvisibility"
-
-pkg_postinst(){
- kde_pkg_postinst
- elog "You may want to install app-arch/lha, app-arch/p7zip, app-arch/rar, app-arch/zip"
- elog "or app-arch/zoo for support of these archive types."
-}
diff --git a/kde-base/ark/ark-4.0.2.ebuild b/kde-base/ark/ark-4.0.2.ebuild
deleted file mode 100644
index 8f506985a55d..000000000000
--- a/kde-base/ark/ark-4.0.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ark-4.0.2.ebuild,v 1.1 2008/03/10 23:19:06 philantrop Exp $
-
-EAPI="1"
-
-KMNAME=kdeutils
-inherit kde4-meta
-
-DESCRIPTION="KDE Archiving tool"
-KEYWORDS="~amd64 ~x86"
-IUSE="archive debug htmlhandbook zip"
-
-DEPEND="archive? ( app-arch/libarchive )
- zip? ( >=dev-libs/libzip-0.8 )"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with archive LibArchive)
- $(cmake-utils_use_with zip LibZip)"
-
- kde4-meta_src_compile
-}
diff --git a/kde-base/ark/ark-4.0.3.ebuild b/kde-base/ark/ark-4.0.3.ebuild
deleted file mode 100644
index dd4692f4c62d..000000000000
--- a/kde-base/ark/ark-4.0.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ark-4.0.3.ebuild,v 1.1 2008/04/03 20:35:25 philantrop Exp $
-
-EAPI="1"
-
-KMNAME=kdeutils
-inherit kde4-meta
-
-DESCRIPTION="KDE Archiving tool"
-KEYWORDS="~amd64 ~x86"
-IUSE="archive debug htmlhandbook zip"
-
-DEPEND="archive? ( app-arch/libarchive )
- zip? ( >=dev-libs/libzip-0.8 )"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with archive LibArchive)
- $(cmake-utils_use_with zip LibZip)"
-
- kde4-meta_src_compile
-}