diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-01-09 21:26:48 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-01-09 21:26:48 +0000 |
commit | 09e50a6cdb17ed896902d5ca8358bf595d1e8d88 (patch) | |
tree | 8f8e37b35f9ae083becd21807b7526edc3453bcb /app-arch/file-roller | |
parent | Version bump. (diff) | |
download | gentoo-2-09e50a6cdb17ed896902d5ca8358bf595d1e8d88.tar.gz gentoo-2-09e50a6cdb17ed896902d5ca8358bf595d1e8d88.tar.bz2 gentoo-2-09e50a6cdb17ed896902d5ca8358bf595d1e8d88.zip |
bump to 2.20.3
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'app-arch/file-roller')
-rw-r--r-- | app-arch/file-roller/ChangeLog | 10 | ||||
-rw-r--r-- | app-arch/file-roller/file-roller-2.20.3.ebuild | 64 | ||||
-rw-r--r-- | app-arch/file-roller/files/digest-file-roller-2.20.3 | 3 |
3 files changed, 75 insertions, 2 deletions
diff --git a/app-arch/file-roller/ChangeLog b/app-arch/file-roller/ChangeLog index 90247285bbbb..240d395635bb 100644 --- a/app-arch/file-roller/ChangeLog +++ b/app-arch/file-roller/ChangeLog @@ -1,6 +1,12 @@ # 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.223 2007/11/29 09:21:36 leio Exp $ +# 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 $ + +*file-roller-2.20.3 (09 Jan 2008) + + 09 Jan 2008; Gilles Dartiguelongue <eva@gentoo.org> + +file-roller-2.20.3.ebuild: + bump to 2.20.3 *file-roller-2.20.2 (29 Nov 2007) diff --git a/app-arch/file-roller/file-roller-2.20.3.ebuild b/app-arch/file-roller/file-roller-2.20.3.ebuild new file mode 100644 index 000000000000..5916825b807b --- /dev/null +++ b/app-arch/file-roller/file-roller-2.20.3.ebuild @@ -0,0 +1,64 @@ +# 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 $ + +inherit eutils gnome2 + +DESCRIPTION="archive manager for GNOME" +HOMEPAGE="http://fileroller.sourceforge.net/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="gnome" + +RDEPEND=">=dev-libs/glib-2.12 + >=x11-libs/gtk+-2.10 + >=gnome-base/libgnome-2.6 + >=gnome-base/libgnomeui-2.6 + >=gnome-base/gnome-vfs-2.10 + >=gnome-base/libglade-2.4 + gnome? ( >=gnome-base/nautilus-2.10 ) + >=gnome-base/gconf-2" +DEPEND="${RDEPEND} + dev-util/pkgconfig + >=dev-util/intltool-0.35 + >=app-text/scrollkeeper-0.3.11 + >=app-text/gnome-doc-utils-0.3.2" + +DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README TODO" + +pkg_setup() { + G2CONF="${G2CONF} --disable-scrollkeeper" + + if ! use gnome ; then + G2CONF="${G2CONF} --disable-nautilus-actions" + fi +} + +src_unpack() { + gnome2_src_unpack + + # 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 + epatch "${FILESDIR}"/${PN}-2.10.3-use_bin_tar.patch + + # use a local rpm2cpio script to avoid the dep + epatch "${FILESDIR}"/${PN}-2.10-use_fr_rpm2cpio.patch +} + +src_install() { + gnome2_src_install + dobin "${FILESDIR}"/rpm2cpio-file-roller +} + +pkg_postinst() { + 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" +} diff --git a/app-arch/file-roller/files/digest-file-roller-2.20.3 b/app-arch/file-roller/files/digest-file-roller-2.20.3 new file mode 100644 index 000000000000..c1ee721bade7 --- /dev/null +++ b/app-arch/file-roller/files/digest-file-roller-2.20.3 @@ -0,0 +1,3 @@ +MD5 7af6bac2e96ad9c728d791ce21dba8f5 file-roller-2.20.3.tar.bz2 1226251 +RMD160 fd2657cf7c68df0b1314d4fb831e6e70e901798a file-roller-2.20.3.tar.bz2 1226251 +SHA256 a1f7cb6935bfa51fb838406a223e4aaf63a4ae718292fefc1cfd34122b61c56c file-roller-2.20.3.tar.bz2 1226251 |