diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-02-20 22:29:16 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-02-20 22:29:16 +0000 |
commit | 743c4a6b9961cf590786287fabf530240e95c667 (patch) | |
tree | a92c9ab1d0136e6a1fdd48556c7128ee82780dd0 /kde-base/ark | |
parent | Version bump to KDE 3.5.9. (diff) | |
download | gentoo-2-743c4a6b9961cf590786287fabf530240e95c667.tar.gz gentoo-2-743c4a6b9961cf590786287fabf530240e95c667.tar.bz2 gentoo-2-743c4a6b9961cf590786287fabf530240e95c667.zip |
Version bump to KDE 3.5.9.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/ark')
-rw-r--r-- | kde-base/ark/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/ark/ark-3.5.9.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/ark/ChangeLog b/kde-base/ark/ChangeLog index 1f56fd83af9c..5c2ab8b43512 100644 --- a/kde-base/ark/ChangeLog +++ b/kde-base/ark/ChangeLog @@ -1,6 +1,11 @@ # 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.79 2008/02/17 03:31:00 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v 1.80 2008/02/20 22:29:16 philantrop Exp $ + +*ark-3.5.9 (20 Feb 2008) + + 20 Feb 2008; Wulf C. Krueger <philantrop@gentoo.org> +ark-3.5.9.ebuild: + Version bump to KDE 3.5.9. 17 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -ark-3.5.5.ebuild, -ark-3.5.6.ebuild, -ark-3.5.7.ebuild, -ark-4.0.0.ebuild: diff --git a/kde-base/ark/ark-3.5.9.ebuild b/kde-base/ark/ark-3.5.9.ebuild new file mode 100644 index 000000000000..0421f590c69f --- /dev/null +++ b/kde-base/ark/ark-3.5.9.ebuild @@ -0,0 +1,17 @@ +# 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.9.ebuild,v 1.1 2008/02/20 22:29:16 philantrop Exp $ + +KMNAME=kdeutils +EAPI="1" +inherit kde-meta + +DESCRIPTION="KDE Archiving tool" +KEYWORDS="~alpha ~amd64 ~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." +} |