Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Gilles Dartiguelongue (eva)" <eva@g.o>
|
|
Subject:
|
gentoo-x86 commit in gnome-extra/libgsf: ChangeLog libgsf-1.14.7.ebuild libgsf-1.14.0.ebuild libgsf-1.14.6.ebuild libgsf-1.14.5.ebuild
|
|
Date:
|
Sun, 16 Sep 2007 10:57:04 +0000
|
|
eva 07/09/16 10:57:04
Modified: ChangeLog
Added: libgsf-1.14.7.ebuild
Removed: libgsf-1.14.0.ebuild libgsf-1.14.6.ebuild
libgsf-1.14.5.ebuild
Log:
bump to 1.14.7 and prune old versions
(Portage version: 2.1.3.9)
Revision Changes Path
1.106 gnome-extra/libgsf/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgsf/ChangeLog?rev=1.106&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgsf/ChangeLog?rev=1.106&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgsf/ChangeLog?r1=1.105&r2=1.106
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog 6 Sep 2007 17:59:23 -0000 1.105
+++ ChangeLog 16 Sep 2007 10:57:03 -0000 1.106
@@ -1,6 +1,16 @@
# ChangeLog for gnome-extra/libgsf
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v 1.105 2007/09/06 17:59:23 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v 1.106 2007/09/16 10:57:03 eva Exp $
+
+ 16 Sep 2007; Gilles Dartiguelongue <eva@g.o> -libgsf-1.14.0.ebuild,
+ -libgsf-1.14.5.ebuild, -libgsf-1.14.6.ebuild:
+ pruning old versions
+
+*libgsf-1.14.7 (16 Sep 2007)
+
+ 16 Sep 2007; Gilles Dartiguelongue <eva@g.o> +libgsf-1.14.7.ebuild:
+ bump to 1.14.7
+ * Fix typo that would break all xml output
*libgsf-1.14.6 (06 Sep 2007)
1.1 gnome-extra/libgsf/libgsf-1.14.7.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.7.ebuild?rev=1.1&content-type=text/plain
Index: libgsf-1.14.7.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.7.ebuild,v 1.1 2007/09/16 10:57:03 eva Exp $
inherit eutils gnome2 python multilib
DESCRIPTION="The GNOME Structured File Library"
HOMEPAGE="http://www.gnome.org/"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="bzip2 doc gnome python"
RDEPEND="
>=dev-libs/glib-2.8
>=dev-libs/libxml2-2.4.16
gnome? ( media-gfx/imagemagick
>=gnome-base/gconf-2
>=gnome-base/libbonobo-2
>=gnome-base/gnome-vfs-2.2 )
sys-libs/zlib
bzip2? ( app-arch/bzip2 )
python? ( dev-lang/python
>=dev-python/pygobject-2.10 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
>=dev-util/intltool-0.29
doc? ( >=dev-util/gtk-doc-1 )"
G2CONF="${G2CONF} \
$(use_with bzip2 bz2) \
$(use_with gnome) \
$(use_with python)"
DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO"
pkg_preinst() {
preserve_old_lib /usr/$(get_libdir)/libgsf-1.so.1
preserve_old_lib /usr/$(get_libdir)/libgsf-gnome-1.so.1
preserve_old_lib /usr/$(get_libdir)/libgsf-1.so.113
preserve_old_lib /usr/$(get_libdir)/libgsf-gnome-1.so.113
}
pkg_postinst() {
gnome2_pkg_postinst
use python && python_mod_optimize "${ROOT}"usr/$(get_libdir)/python*/site-packages/gsf
preserve_old_lib_notify /usr/$(get_libdir)/libgsf-1.so.1
preserve_old_lib_notify /usr/$(get_libdir)/libgsf-gnome-1.so.1
preserve_old_lib_notify /usr/$(get_libdir)/libgsf-1.so.113
preserve_old_lib_notify /usr/$(get_libdir)/libgsf-gnome-1.so.113
}
pkg_postrm() {
gnome2_pkg_postrm
use python && python_mod_cleanup "${ROOT}"usr/$(get_libdir)/python*/site-packages/gsf
}
--
gentoo-commits@g.o mailing list
|
|