summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-01-14 13:54:27 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-01-14 13:54:27 +0000
commit57cf5c6c68ab901b56bb8fa6149b1c43561a0e79 (patch)
treed3472345db76ad2fcac03f02497e1185f61171af /kde-base/ark
parentDrop KDE 4.1.2 and 4.1.3 (diff)
downloadgentoo-2-57cf5c6c68ab901b56bb8fa6149b1c43561a0e79.tar.gz
gentoo-2-57cf5c6c68ab901b56bb8fa6149b1c43561a0e79.tar.bz2
gentoo-2-57cf5c6c68ab901b56bb8fa6149b1c43561a0e79.zip
Drop KDE 4.1.2 and 4.1.3
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'kde-base/ark')
-rw-r--r--kde-base/ark/ChangeLog6
-rw-r--r--kde-base/ark/ark-4.1.2.ebuild24
-rw-r--r--kde-base/ark/ark-4.1.3.ebuild24
3 files changed, 5 insertions, 49 deletions
diff --git a/kde-base/ark/ChangeLog b/kde-base/ark/ChangeLog
index baef0eaaa56d..307963349b1b 100644
--- a/kde-base/ark/ChangeLog
+++ b/kde-base/ark/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/ark
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v 1.99 2009/01/13 21:04:25 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v 1.100 2009/01/14 13:54:27 alexxy Exp $
+
+ 14 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> -ark-4.1.2.ebuild,
+ -ark-4.1.3.ebuild:
+ Drop KDE 4.1.2 and 4.1.3
*ark-4.1.4 (13 Jan 2009)
diff --git a/kde-base/ark/ark-4.1.2.ebuild b/kde-base/ark/ark-4.1.2.ebuild
deleted file mode 100644
index 95aae5142185..000000000000
--- a/kde-base/ark/ark-4.1.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.1.2.ebuild,v 1.1 2008/10/02 06:08:29 jmbsvicetto Exp $
-
-EAPI="2"
-
-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_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with archive LibArchive)
- $(cmake-utils_use_with zip LibZip)"
-
- kde4-meta_src_configure
-}
diff --git a/kde-base/ark/ark-4.1.3.ebuild b/kde-base/ark/ark-4.1.3.ebuild
deleted file mode 100644
index 885de82ab1c6..000000000000
--- a/kde-base/ark/ark-4.1.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.1.3.ebuild,v 1.2 2008/11/16 04:42:20 vapier Exp $
-
-EAPI="2"
-
-KMNAME=kdeutils
-inherit kde4-meta
-
-DESCRIPTION="KDE Archiving tool"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="+archive debug htmlhandbook +zip"
-
-DEPEND="archive? ( app-arch/libarchive )
- zip? ( >=dev-libs/libzip-0.8 )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with archive LibArchive)
- $(cmake-utils_use_with zip LibZip)"
-
- kde4-meta_src_configure
-}