summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2009-01-19 03:01:10 +0000
committerMart Raudsepp <leio@gentoo.org>2009-01-19 03:01:10 +0000
commit90024ad805ecf1d6bc470f2f8a5f21d09a5a53a9 (patch)
tree26ac932489c36d53642a2105378aad57fb6f9d70 /app-arch/file-roller
parentremove unused use flag (diff)
downloadgentoo-2-90024ad805ecf1d6bc470f2f8a5f21d09a5a53a9.tar.gz
gentoo-2-90024ad805ecf1d6bc470f2f8a5f21d09a5a53a9.tar.bz2
gentoo-2-90024ad805ecf1d6bc470f2f8a5f21d09a5a53a9.zip
Version bump with bug fixes. Do not build useless static library and remove useless debug USE flag in packaging.
(Portage version: 2.2_rc22/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'app-arch/file-roller')
-rw-r--r--app-arch/file-roller/ChangeLog11
-rw-r--r--app-arch/file-roller/file-roller-2.24.3.ebuild (renamed from app-arch/file-roller/file-roller-2.24.2.ebuild)8
2 files changed, 14 insertions, 5 deletions
diff --git a/app-arch/file-roller/ChangeLog b/app-arch/file-roller/ChangeLog
index 120d87e44e80..972cd6b6794b 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v 1.246 2008/12/21 15:32:27 eva Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v 1.247 2009/01/19 03:01:10 leio Exp $
+
+*file-roller-2.24.3 (19 Jan 2009)
+
+ 19 Jan 2009; Mart Raudsepp <leio@gentoo.org> -file-roller-2.24.2.ebuild,
+ +file-roller-2.24.3.ebuild:
+ Version bump with bug fixes. Do not build useless static library and
+ remove useless debug USE flag in packaging.
21 Dec 2008; Gilles Dartiguelongue <eva@gentoo.org>
-file-roller-2.20.3.ebuild, -file-roller-2.24.1.ebuild,
diff --git a/app-arch/file-roller/file-roller-2.24.2.ebuild b/app-arch/file-roller/file-roller-2.24.3.ebuild
index 1c3cd094bd31..6a4cb77af60e 100644
--- a/app-arch/file-roller/file-roller-2.24.2.ebuild
+++ b/app-arch/file-roller/file-roller-2.24.3.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 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.24.2.ebuild,v 1.2 2008/12/21 15:32:27 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/file-roller-2.24.3.ebuild,v 1.1 2009/01/19 03:01:10 leio Exp $
+
+GCONF_DEBUG="no"
inherit eutils gnome2
@@ -29,7 +31,7 @@ DEPEND="${RDEPEND}
DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README TODO"
pkg_setup() {
- G2CONF="${G2CONF} --disable-scrollkeeper"
+ G2CONF="${G2CONF} --disable-scrollkeeper --disable-static"
if ! use nautilus ; then
G2CONF="${G2CONF} --disable-nautilus-actions"