summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2007-06-29 17:17:23 +0000
committerMart Raudsepp <leio@gentoo.org>2007-06-29 17:17:23 +0000
commitd670821d06751986ad4d3a69989f72f1f59920e2 (patch)
treeec0e1eeb989e28fa1d1441e2e4d1561cd3e0765b /app-arch/file-roller
parentUse.mask nut, no hardware to test (diff)
downloadgentoo-2-d670821d06751986ad4d3a69989f72f1f59920e2.tar.gz
gentoo-2-d670821d06751986ad4d3a69989f72f1f59920e2.tar.bz2
gentoo-2-d670821d06751986ad4d3a69989f72f1f59920e2.zip
Version bump with translation updates only
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'app-arch/file-roller')
-rw-r--r--app-arch/file-roller/ChangeLog9
-rw-r--r--app-arch/file-roller/file-roller-2.16.2.ebuild56
-rw-r--r--app-arch/file-roller/file-roller-2.18.2.ebuild53
-rw-r--r--app-arch/file-roller/file-roller-2.18.3.ebuild (renamed from app-arch/file-roller/file-roller-2.18.0.ebuild)2
-rw-r--r--app-arch/file-roller/files/digest-file-roller-2.16.23
-rw-r--r--app-arch/file-roller/files/digest-file-roller-2.18.03
-rw-r--r--app-arch/file-roller/files/digest-file-roller-2.18.23
-rw-r--r--app-arch/file-roller/files/digest-file-roller-2.18.33
8 files changed, 12 insertions, 120 deletions
diff --git a/app-arch/file-roller/ChangeLog b/app-arch/file-roller/ChangeLog
index b63cc1797fd3..b65e557b351a 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.201 2007/06/02 02:48:00 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v 1.202 2007/06/29 17:17:23 leio Exp $
+
+*file-roller-2.18.3 (29 Jun 2007)
+
+ 29 Jun 2007; Mart Raudsepp <leio@gentoo.org> -file-roller-2.16.2.ebuild,
+ -file-roller-2.18.0.ebuild, -file-roller-2.18.2.ebuild,
+ +file-roller-2.18.3.ebuild:
+ Version bump with translation updates only
02 Jun 2007; Brent Baude <ranger@gentoo.org> file-roller-2.16.3.ebuild:
Marking file-roller-2.16.3 ppc stable for bug #171107
diff --git a/app-arch/file-roller/file-roller-2.16.2.ebuild b/app-arch/file-roller/file-roller-2.16.2.ebuild
deleted file mode 100644
index 1f35790309cf..000000000000
--- a/app-arch/file-roller/file-roller-2.16.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# 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.2.ebuild,v 1.9 2007/01/21 21:42:11 kloeri 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"
-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-base/libbonobo-2.6
- >=gnome-base/libbonoboui-2.6
- 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
-}
diff --git a/app-arch/file-roller/file-roller-2.18.2.ebuild b/app-arch/file-roller/file-roller-2.18.2.ebuild
deleted file mode 100644
index 4b88449d5711..000000000000
--- a/app-arch/file-roller/file-roller-2.18.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# 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.2.ebuild,v 1.1 2007/04/21 11:26:31 remi 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"
-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
-}
diff --git a/app-arch/file-roller/file-roller-2.18.0.ebuild b/app-arch/file-roller/file-roller-2.18.3.ebuild
index 3a048d67783f..fad966061f9e 100644
--- a/app-arch/file-roller/file-roller-2.18.0.ebuild
+++ b/app-arch/file-roller/file-roller-2.18.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.18.0.ebuild,v 1.1 2007/03/27 19:53:04 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/file-roller-2.18.3.ebuild,v 1.1 2007/06/29 17:17:23 leio Exp $
inherit eutils gnome2
diff --git a/app-arch/file-roller/files/digest-file-roller-2.16.2 b/app-arch/file-roller/files/digest-file-roller-2.16.2
deleted file mode 100644
index 61855e7efb3f..000000000000
--- a/app-arch/file-roller/files/digest-file-roller-2.16.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 84c5ab37aa6cfbe4870bd44039e1de1f file-roller-2.16.2.tar.bz2 1131941
-RMD160 14228595b65f0ca712220678e5c98ef3fd758411 file-roller-2.16.2.tar.bz2 1131941
-SHA256 46cbc09cb4d33dcbe80b1840491c2d767674ec32dc4bed6f26adf1025449df40 file-roller-2.16.2.tar.bz2 1131941
diff --git a/app-arch/file-roller/files/digest-file-roller-2.18.0 b/app-arch/file-roller/files/digest-file-roller-2.18.0
deleted file mode 100644
index 8b8de4620911..000000000000
--- a/app-arch/file-roller/files/digest-file-roller-2.18.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 8f8b6b0e4598f2773f6948a631ca8721 file-roller-2.18.0.tar.bz2 1126681
-RMD160 64dd11c510c62515c4594d29dc76a90dee878e69 file-roller-2.18.0.tar.bz2 1126681
-SHA256 3305c9a4b832576d0cf63d6040b6aba9e350d6214fba802e4a94d3a0afac4e88 file-roller-2.18.0.tar.bz2 1126681
diff --git a/app-arch/file-roller/files/digest-file-roller-2.18.2 b/app-arch/file-roller/files/digest-file-roller-2.18.2
deleted file mode 100644
index fb06191af875..000000000000
--- a/app-arch/file-roller/files/digest-file-roller-2.18.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 fa5837a2d0e3c62b85201deef4202923 file-roller-2.18.2.tar.bz2 1127280
-RMD160 18c482be55221ac656f72b3bc40cb9e50100acce file-roller-2.18.2.tar.bz2 1127280
-SHA256 b5e49237e788d8a8fb6b9061c13021006bc4b51d87c21f1a0fef85eed7c8bb25 file-roller-2.18.2.tar.bz2 1127280
diff --git a/app-arch/file-roller/files/digest-file-roller-2.18.3 b/app-arch/file-roller/files/digest-file-roller-2.18.3
new file mode 100644
index 000000000000..0f8a64990c09
--- /dev/null
+++ b/app-arch/file-roller/files/digest-file-roller-2.18.3
@@ -0,0 +1,3 @@
+MD5 5b97ec91c0b29afd94b0f5dfc086ec5e file-roller-2.18.3.tar.bz2 1174981
+RMD160 e14e86c14830effc937993a8e7e68cc3e12c64bf file-roller-2.18.3.tar.bz2 1174981
+SHA256 838261f540b5b06562e7c8ed41e54b4eea6707137fffde3d3d96b233f2c27c8f file-roller-2.18.3.tar.bz2 1174981