diff options
Diffstat (limited to 'kde-base/ark')
-rw-r--r-- | kde-base/ark/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/ark/ark-4.1.2.ebuild | 24 | ||||
-rw-r--r-- | kde-base/ark/ark-4.1.3.ebuild | 24 |
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 -} |