diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-10-28 18:28:10 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-10-28 18:28:10 +0000 |
commit | 75a00556f79d3ee926e9a4e02580bd228bf27e4c (patch) | |
tree | a855f3195312f7a78a85b4f5e10af4c4035d20cb /kde-base/ark | |
parent | Removed vulnerable versions, bug #388769 (diff) | |
download | gentoo-2-75a00556f79d3ee926e9a4e02580bd228bf27e4c.tar.gz gentoo-2-75a00556f79d3ee926e9a4e02580bd228bf27e4c.tar.bz2 gentoo-2-75a00556f79d3ee926e9a4e02580bd228bf27e4c.zip |
Remove old
(Portage version: 2.1.10.31/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/ark')
-rw-r--r-- | kde-base/ark/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/ark/ark-4.7.2.ebuild | 41 |
2 files changed, 4 insertions, 42 deletions
diff --git a/kde-base/ark/ChangeLog b/kde-base/ark/ChangeLog index bfcb099a9bfd..7796f1fb347c 100644 --- a/kde-base/ark/ChangeLog +++ b/kde-base/ark/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/ark # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v 1.202 2011/10/22 18:57:49 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v 1.203 2011/10/28 18:28:10 dilfridge Exp $ + + 28 Oct 2011; Andreas K. Huettel <dilfridge@gentoo.org> -ark-4.7.2.ebuild: + Remove old 22 Oct 2011; Markos Chandras <hwoarang@gentoo.org> ark-4.6.5-r1.ebuild: Stable on amd64 wrt bug #386055 diff --git a/kde-base/ark/ark-4.7.2.ebuild b/kde-base/ark/ark-4.7.2.ebuild deleted file mode 100644 index 003764524ac1..000000000000 --- a/kde-base/ark/ark-4.7.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ark-4.7.2.ebuild,v 1.1 2011/10/06 18:10:55 alexxy Exp $ - -EAPI=4 - -KDE_HANDBOOK="optional" -KDE_SCM="git" -if [[ ${PV} == *9999 ]]; then - kde_eclass="kde4-base" -else - KMNAME="kdeutils" - kde_eclass="kde4-meta" -fi -inherit ${kde_eclass} - -DESCRIPTION="KDE Archiving tool" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="+archive +bzip2 debug lzma" - -DEPEND=" - $(add_kdebase_dep libkonq) - sys-libs/zlib - archive? ( >=app-arch/libarchive-2.6.1[bzip2?,lzma?,zlib] ) - lzma? ( app-arch/xz-utils ) -" -RDEPEND="${DEPEND}" - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_with archive LibArchive) - $(cmake-utils_use_with bzip2 BZip2) - $(cmake-utils_use_with lzma LibLZMA) - ) - ${kde_eclass}_src_configure -} - -pkg_postinst() { - ${kde_eclass}_pkg_postinst - elog "For creating rar archives, install app-arch/rar" -} |