diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2007-10-11 22:12:27 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2007-10-11 22:12:27 +0000 |
commit | d274e7f72644c25dcf14e608ea1fad7183891e7f (patch) | |
tree | d09bc79f6cad17a445ce3efd3b3b6d60b8d15842 /app-arch/file-roller | |
parent | Version bump. (diff) | |
download | gentoo-2-d274e7f72644c25dcf14e608ea1fad7183891e7f.tar.gz gentoo-2-d274e7f72644c25dcf14e608ea1fad7183891e7f.tar.bz2 gentoo-2-d274e7f72644c25dcf14e608ea1fad7183891e7f.zip |
fix quoting and bump to 2.20.0
(Portage version: 2.1.3.12)
Diffstat (limited to 'app-arch/file-roller')
-rw-r--r-- | app-arch/file-roller/ChangeLog | 9 | ||||
-rw-r--r-- | app-arch/file-roller/file-roller-2.16.3.ebuild | 8 | ||||
-rw-r--r-- | app-arch/file-roller/file-roller-2.18.4.ebuild | 14 | ||||
-rw-r--r-- | app-arch/file-roller/file-roller-2.20.0.ebuild | 64 | ||||
-rw-r--r-- | app-arch/file-roller/files/digest-file-roller-2.20.0 | 3 |
5 files changed, 85 insertions, 13 deletions
diff --git a/app-arch/file-roller/ChangeLog b/app-arch/file-roller/ChangeLog index d8af7653ad03..877da918a1ab 100644 --- a/app-arch/file-roller/ChangeLog +++ b/app-arch/file-roller/ChangeLog @@ -1,6 +1,13 @@ # 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.214 2007/09/23 04:59:52 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v 1.215 2007/10/11 22:12:26 eva Exp $ + +*file-roller-2.20.0 (11 Oct 2007) + + 11 Oct 2007; Gilles Dartiguelongue <eva@gentoo.org> + file-roller-2.16.3.ebuild, file-roller-2.18.4.ebuild, + +file-roller-2.20.0.ebuild: + fix quoting and bump to 2.20.0 23 Sep 2007; Tom Gall <tgall@gentoo.org> file-roller-2.18.4.ebuild: stable on ppc64 diff --git a/app-arch/file-roller/file-roller-2.16.3.ebuild b/app-arch/file-roller/file-roller-2.16.3.ebuild index 816f66b74d01..75fd8d0a8f0c 100644 --- a/app-arch/file-roller/file-roller-2.16.3.ebuild +++ b/app-arch/file-roller/file-roller-2.16.3.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.16.3.ebuild,v 1.8 2007/06/02 02:48:00 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/file-roller-2.16.3.ebuild,v 1.9 2007/10/11 22:12:26 eva Exp $ inherit eutils gnome2 @@ -44,13 +44,13 @@ 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 + 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 + epatch "${FILESDIR}"/${PN}-2.10-use_fr_rpm2cpio.patch } src_install() { gnome2_src_install - dobin ${FILESDIR}/rpm2cpio-file-roller + dobin "${FILESDIR}"/rpm2cpio-file-roller } 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 dcba43960a8c..2ae3aee5c91b 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.10 2007/09/23 04:59:52 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/file-roller-2.18.4.ebuild,v 1.11 2007/10/11 22:12:26 eva Exp $ inherit eutils gnome2 @@ -41,29 +41,27 @@ 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 + 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 + epatch "${FILESDIR}"/${PN}-2.10-use_fr_rpm2cpio.patch # fix localized documentation, bug #126643 - epatch ${FILESDIR}/${PN}-2.18.4-doc-fixes.patch + epatch "${FILESDIR}"/${PN}-2.18.4-doc-fixes.patch } src_install() { gnome2_src_install - dobin ${FILESDIR}/rpm2cpio-file-roller + 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 "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 } diff --git a/app-arch/file-roller/file-roller-2.20.0.ebuild b/app-arch/file-roller/file-roller-2.20.0.ebuild new file mode 100644 index 000000000000..7571fa84d6b3 --- /dev/null +++ b/app-arch/file-roller/file-roller-2.20.0.ebuild @@ -0,0 +1,64 @@ +# 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.20.0.ebuild,v 1.1 2007/10/11 22:12:26 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.0 b/app-arch/file-roller/files/digest-file-roller-2.20.0 new file mode 100644 index 000000000000..668b11b57070 --- /dev/null +++ b/app-arch/file-roller/files/digest-file-roller-2.20.0 @@ -0,0 +1,3 @@ +MD5 f8b6490114da7d39ee0b239cf0216d0c file-roller-2.20.0.tar.bz2 1223266 +RMD160 b1d4627d2dbc8e7e314de32facb2d7d0466f7ad3 file-roller-2.20.0.tar.bz2 1223266 +SHA256 032c8d3183078f60321fd764113ac8729e42e1be1cc02cb47191855be97f3bdb file-roller-2.20.0.tar.bz2 1223266 |