summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2007-09-02 16:14:28 +0000
committerRémi Cardona <remi@gentoo.org>2007-09-02 16:14:28 +0000
commit12550c064ebc6c1feed0c0ca38d7282792f1554a (patch)
tree3dcf940e6deb65bc98136407f0ca2081d9ca982d /app-arch/file-roller
parentVersion bump (diff)
downloadgentoo-2-12550c064ebc6c1feed0c0ca38d7282792f1554a.tar.gz
gentoo-2-12550c064ebc6c1feed0c0ca38d7282792f1554a.tar.bz2
gentoo-2-12550c064ebc6c1feed0c0ca38d7282792f1554a.zip
app-arch/file-roller: adding elog message about supported archive formats (work done by eva, see bug #144627)
(Portage version: 2.1.3.7)
Diffstat (limited to 'app-arch/file-roller')
-rw-r--r--app-arch/file-roller/ChangeLog6
-rw-r--r--app-arch/file-roller/file-roller-2.18.4.ebuild15
2 files changed, 19 insertions, 2 deletions
diff --git a/app-arch/file-roller/ChangeLog b/app-arch/file-roller/ChangeLog
index 33e58629596e..dbec2c5262bb 100644
--- a/app-arch/file-roller/ChangeLog
+++ b/app-arch/file-roller/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-arch/file-roller
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v 1.212 2007/08/28 17:57:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v 1.213 2007/09/02 16:14:28 remi Exp $
+
+ 02 Sep 2007; Remi Cardona <remi@gentoo.org> file-roller-2.18.4.ebuild:
+ adding elog message about supported archive formats (work done by eva,
+ see bug #144627)
28 Aug 2007; Jeroen Roovers <jer@gentoo.org> file-roller-2.18.4.ebuild:
Stable for HPPA (bug #185823).
diff --git a/app-arch/file-roller/file-roller-2.18.4.ebuild b/app-arch/file-roller/file-roller-2.18.4.ebuild
index a359f88bd496..64ca614bc539 100644
--- a/app-arch/file-roller/file-roller-2.18.4.ebuild
+++ b/app-arch/file-roller/file-roller-2.18.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/file-roller-2.18.4.ebuild,v 1.8 2007/08/28 17:57:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/file-roller-2.18.4.ebuild,v 1.9 2007/09/02 16:14:28 remi Exp $
inherit eutils gnome2
@@ -54,3 +54,16 @@ src_install() {
gnome2_src_install
dobin ${FILESDIR}/rpm2cpio-file-roller
}
+
+pkg_postinst() {
+ elog
+ elog "${PN} is a frontend for several archiving utility. If you want a"
+ elog "particular achive format support, see $HOMEPAGE"
+ elog "and install the relevant package."
+ elog
+ elog "for example:"
+ elog " rar - app-arch/unrar"
+ elog " lha - app-arch/lha"
+ elog " 7-zip - app-arch/p7zip"
+ elog
+}