diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2007-05-22 21:58:22 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2007-05-22 21:58:22 +0000 |
commit | bef5bccf9dbc6e45c474055ed3f7e8b5fba1c739 (patch) | |
tree | 7d8570e14fe7d6ffeec11b99db96d4a7dd12d8c3 /kde-base/ark/ark-3.5.7.ebuild | |
parent | hard-enable USE=nls to avoid compile problems thanks Neil Bothwick <neil@digi... (diff) | |
download | historical-bef5bccf9dbc6e45c474055ed3f7e8b5fba1c739.tar.gz historical-bef5bccf9dbc6e45c474055ed3f7e8b5fba1c739.tar.bz2 historical-bef5bccf9dbc6e45c474055ed3f7e8b5fba1c739.zip |
Version bump.
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'kde-base/ark/ark-3.5.7.ebuild')
-rw-r--r-- | kde-base/ark/ark-3.5.7.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/kde-base/ark/ark-3.5.7.ebuild b/kde-base/ark/ark-3.5.7.ebuild new file mode 100644 index 000000000000..fc26a48c73cd --- /dev/null +++ b/kde-base/ark/ark-3.5.7.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ark-3.5.7.ebuild,v 1.1 2007/05/22 20:45:20 carlo Exp $ + +KMNAME=kdeutils +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +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." +} |