summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2006-08-23 19:46:24 +0000
committerCarsten Lohrke <carlo@gentoo.org>2006-08-23 19:46:24 +0000
commit540204a55f78cb35edd1bc191006f2daf55668bb (patch)
tree91d33f0de4eaae89f2c8084fb4e8f651be54dd43 /kde-base
parentMissing need-kde() call, bug #143436. (diff)
downloadgentoo-2-540204a55f78cb35edd1bc191006f2daf55668bb.tar.gz
gentoo-2-540204a55f78cb35edd1bc191006f2daf55668bb.tar.bz2
gentoo-2-540204a55f78cb35edd1bc191006f2daf55668bb.zip
Add elog entry, bug #143351.
(Portage version: 2.1.1_pre5-r3)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/ark/ChangeLog5
-rw-r--r--kde-base/ark/ark-3.5.4.ebuild7
2 files changed, 10 insertions, 2 deletions
diff --git a/kde-base/ark/ChangeLog b/kde-base/ark/ChangeLog
index ceebf67d8d0c..85c5d0213427 100644
--- a/kde-base/ark/ChangeLog
+++ b/kde-base/ark/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/ark
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v 1.47 2006/07/25 02:29:47 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v 1.48 2006/08/23 19:46:24 carlo Exp $
+
+ 23 Aug 2006; Carsten Lohrke <carlo@gentoo.org> ark-3.5.4.ebuild:
+ Add elog entry, bug #143351.
*ark-3.5.4 (25 Jul 2006)
diff --git a/kde-base/ark/ark-3.5.4.ebuild b/kde-base/ark/ark-3.5.4.ebuild
index dc04ff20f020..b7044b2979ab 100644
--- a/kde-base/ark/ark-3.5.4.ebuild
+++ b/kde-base/ark/ark-3.5.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ark-3.5.4.ebuild,v 1.1 2006/07/25 02:29:47 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ark-3.5.4.ebuild,v 1.2 2006/08/23 19:46:24 carlo Exp $
KMNAME=kdeutils
MAXKDEVER=$PV
@@ -10,3 +10,8 @@ inherit kde-meta
DESCRIPTION="KDE Archiving tool"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
+
+pkg_postinst(){
+ kde_pkg_postinst
+ elog "Please install app-arch/rar and app-arch/zip for support of rar and zip archives."
+} \ No newline at end of file