summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-07-02 20:46:32 +0000
committerPacho Ramos <pacho@gentoo.org>2013-07-02 20:46:32 +0000
commit90749bbf9bacb727a384f70746ddb2b1db20386c (patch)
treea0af48bac5192179019e110a48e13d01ef17e8d5 /app-arch
parentRemove obsolete comment by Arfrever. (diff)
downloadgentoo-2-90749bbf9bacb727a384f70746ddb2b1db20386c.tar.gz
gentoo-2-90749bbf9bacb727a384f70746ddb2b1db20386c.tar.bz2
gentoo-2-90749bbf9bacb727a384f70746ddb2b1db20386c.zip
Version bump, drop old
(Portage version: 2.1.12.11/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/file-roller/ChangeLog8
-rw-r--r--app-arch/file-roller/file-roller-3.8.3.ebuild (renamed from app-arch/file-roller/file-roller-3.8.1.ebuild)48
2 files changed, 34 insertions, 22 deletions
diff --git a/app-arch/file-roller/ChangeLog b/app-arch/file-roller/ChangeLog
index 183e9811320b..b4e47d814a90 100644
--- a/app-arch/file-roller/ChangeLog
+++ b/app-arch/file-roller/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-arch/file-roller
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v 1.320 2013/05/13 20:27:24 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v 1.321 2013/07/02 20:46:32 pacho Exp $
+
+*file-roller-3.8.3 (02 Jul 2013)
+
+ 02 Jul 2013; Pacho Ramos <pacho@gentoo.org> +file-roller-3.8.3.ebuild,
+ -file-roller-3.8.1.ebuild:
+ Version bump, drop old
*file-roller-3.8.2 (13 May 2013)
diff --git a/app-arch/file-roller/file-roller-3.8.1.ebuild b/app-arch/file-roller/file-roller-3.8.3.ebuild
index 847091a3eb3c..072bf2ef5cf9 100644
--- a/app-arch/file-roller/file-roller-3.8.1.ebuild
+++ b/app-arch/file-roller/file-roller-3.8.3.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/file-roller-3.8.1.ebuild,v 1.1 2013/04/17 19:46:59 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/file-roller-3.8.3.ebuild,v 1.1 2013/07/02 20:46:32 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
-inherit eutils gnome2
+inherit eutils gnome2 readme.gentoo
DESCRIPTION="Archive manager for GNOME"
HOMEPAGE="http://fileroller.sourceforge.net/"
@@ -42,6 +42,25 @@ DEPEND="${RDEPEND}
# eautoreconf needs:
# gnome-base/gnome-common
+DISABLE_AUTOFORMATTING="yes"
+DOC_CONTENTS="
+${PN} is a frontend for several archiving utilities. If you want a
+particular achive format support, see ${HOMEPAGE}
+and install the relevant package. For example:
+7-zip - app-arch/p7zip
+ace - app-arch/unace
+arj - app-arch/arj
+cpio - app-arch/cpio
+deb - app-arch/dpkg
+iso - app-cdr/cdrtools
+jar,zip - app-arch/zip and app-arch/unzip
+lha - app-arch/lha
+lzop - app-arch/lzop
+rar - app-arch/unrar or app-arch/unar
+rpm - app-arch/rpm
+unstuff - app-arch/stuffit
+zoo - app-arch/zoo"
+
src_prepare() {
# Use absolute path to GNU tar since star doesn't have the same
# options. On Gentoo, star is /usr/bin/tar, GNU tar is /bin/tar
@@ -68,25 +87,12 @@ src_configure() {
ITSTOOL=$(type -P true)
}
+src_install() {
+ gnome2_src_install
+ readme.gentoo_create_doc
+}
+
pkg_postinst() {
gnome2_pkg_postinst
-
- elog "${PN} is a frontend for several archiving utilities. If you want a"
- elog "particular achive format support, see ${HOMEPAGE}"
- elog "and install the relevant package."
- elog
- elog "for example:"
- elog " 7-zip - app-arch/p7zip"
- elog " ace - app-arch/unace"
- elog " arj - app-arch/arj"
- elog " cpio - app-arch/cpio"
- elog " deb - app-arch/dpkg"
- elog " iso - app-cdr/cdrtools"
- elog " jar,zip - app-arch/zip and app-arch/unzip"
- elog " lha - app-arch/lha"
- elog " lzop - app-arch/lzop"
- elog " rar - app-arch/unrar or app-arch/unar"
- elog " rpm - app-arch/rpm"
- elog " unstuff - app-arch/stuffit"
- elog " zoo - app-arch/zoo"
+ readme.gentoo_print_elog
}