diff options
author | Rémi Cardona <remi@gentoo.org> | 2008-01-18 11:14:41 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2008-01-18 11:14:41 +0000 |
commit | 361c3017653d72b5702957b5d16a8b60d332ecaf (patch) | |
tree | 286dc9336af39d678b3533c38a7a43a22b9d0634 /app-arch | |
parent | x11-drivers/xf86-video-i810: add xineramaproto dep (fixes bug #204926) (diff) | |
download | gentoo-2-361c3017653d72b5702957b5d16a8b60d332ecaf.tar.gz gentoo-2-361c3017653d72b5702957b5d16a8b60d332ecaf.tar.bz2 gentoo-2-361c3017653d72b5702957b5d16a8b60d332ecaf.zip |
app-arch/file-roller: add more elog comments about archivers that file-roller can use (fixes bug #206078)
(Portage version: 2.1.4)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/file-roller/ChangeLog | 7 | ||||
-rw-r--r-- | app-arch/file-roller/file-roller-2.20.1.ebuild | 20 | ||||
-rw-r--r-- | app-arch/file-roller/file-roller-2.20.2.ebuild | 20 | ||||
-rw-r--r-- | app-arch/file-roller/file-roller-2.20.3.ebuild | 18 |
4 files changed, 50 insertions, 15 deletions
diff --git a/app-arch/file-roller/ChangeLog b/app-arch/file-roller/ChangeLog index 240d395635bb..7b120a19d69e 100644 --- a/app-arch/file-roller/ChangeLog +++ b/app-arch/file-roller/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-arch/file-roller # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v 1.224 2008/01/09 21:26:48 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v 1.225 2008/01/18 11:14:41 remi Exp $ + + 18 Jan 2008; Rémi Cardona <remi@gentoo.org> file-roller-2.20.1.ebuild, + file-roller-2.20.2.ebuild, file-roller-2.20.3.ebuild: + add more elog comments about archivers that file-roller can use (fixes bug + #206078) *file-roller-2.20.3 (09 Jan 2008) diff --git a/app-arch/file-roller/file-roller-2.20.1.ebuild b/app-arch/file-roller/file-roller-2.20.1.ebuild index dc83d2101f5e..a70d9444e7ee 100644 --- a/app-arch/file-roller/file-roller-2.20.1.ebuild +++ b/app-arch/file-roller/file-roller-2.20.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.20.1.ebuild,v 1.7 2007/11/29 05:57:19 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/file-roller-2.20.1.ebuild,v 1.8 2008/01/18 11:14:41 remi Exp $ inherit eutils gnome2 @@ -58,7 +58,17 @@ pkg_postinst() { 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 " 7-zip - app-arch/p7zip" + elog " ace - app-arch/unace" + elog " arj - app-arch/arj" + elog " lzma - app-arch/lzma" + elog " lzop - app-arch/lzop" + elog " cpio - app-arch/cpio" + elog " iso - app-arch/cdrtools" + elog " jar,zip - app-arch/zip and app-arch/unzip" + elog " lha - app-arch/lha" + elog " rar - app-arch/unrar" + elog " rpm - app-arch/rpm" + elog " unstuff - app-arch/stuffit" + elog " zoo - app-arch/zoo" } diff --git a/app-arch/file-roller/file-roller-2.20.2.ebuild b/app-arch/file-roller/file-roller-2.20.2.ebuild index 2c0b0256a2f3..044e52326b8a 100644 --- a/app-arch/file-roller/file-roller-2.20.2.ebuild +++ b/app-arch/file-roller/file-roller-2.20.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.20.2.ebuild,v 1.1 2007/11/29 09:21:36 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/file-roller-2.20.2.ebuild,v 1.2 2008/01/18 11:14:41 remi Exp $ inherit eutils gnome2 @@ -58,7 +58,17 @@ pkg_postinst() { 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 " 7-zip - app-arch/p7zip" + elog " ace - app-arch/unace" + elog " arj - app-arch/arj" + elog " lzma - app-arch/lzma" + elog " lzop - app-arch/lzop" + elog " cpio - app-arch/cpio" + elog " iso - app-arch/cdrtools" + elog " jar,zip - app-arch/zip and app-arch/unzip" + elog " lha - app-arch/lha" + elog " rar - app-arch/unrar" + elog " rpm - app-arch/rpm" + elog " unstuff - app-arch/stuffit" + elog " zoo - app-arch/zoo" } diff --git a/app-arch/file-roller/file-roller-2.20.3.ebuild b/app-arch/file-roller/file-roller-2.20.3.ebuild index 5916825b807b..0a0ff213fa9f 100644 --- a/app-arch/file-roller/file-roller-2.20.3.ebuild +++ b/app-arch/file-roller/file-roller-2.20.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.20.3.ebuild,v 1.1 2008/01/09 21:26:48 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/file-roller-2.20.3.ebuild,v 1.2 2008/01/18 11:14:41 remi Exp $ inherit eutils gnome2 @@ -58,7 +58,17 @@ pkg_postinst() { 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 " 7-zip - app-arch/p7zip" + elog " ace - app-arch/unace" + elog " arj - app-arch/arj" + elog " lzma - app-arch/lzma" + elog " lzop - app-arch/lzop" + elog " cpio - app-arch/cpio" + elog " iso - app-arch/cdrtools" + elog " jar,zip - app-arch/zip and app-arch/unzip" + elog " lha - app-arch/lha" + elog " rar - app-arch/unrar" + elog " rpm - app-arch/rpm" + elog " unstuff - app-arch/stuffit" + elog " zoo - app-arch/zoo" } |