summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/libxcb')
-rw-r--r--x11-libs/libxcb/ChangeLog5
-rw-r--r--x11-libs/libxcb/libxcb-1.4-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/libxcb/ChangeLog b/x11-libs/libxcb/ChangeLog
index 208580d03f59..50f947e14fdd 100644
--- a/x11-libs/libxcb/ChangeLog
+++ b/x11-libs/libxcb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libxcb
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.38 2009/09/17 06:11:01 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.39 2009/09/17 06:14:10 remi Exp $
+
+ 17 Sep 2009; Rémi Cardona <remi@gentoo.org> libxcb-1.4-r1.ebuild:
+ remove the call to preserve_old_lib_notify, it's confusing
17 Sep 2009; Rémi Cardona <remi@gentoo.org> -libxcb-1.4.ebuild:
drop old ebuilds
diff --git a/x11-libs/libxcb/libxcb-1.4-r1.ebuild b/x11-libs/libxcb/libxcb-1.4-r1.ebuild
index 9f52889845f8..5fe1d40f184b 100644
--- a/x11-libs/libxcb/libxcb-1.4-r1.ebuild
+++ b/x11-libs/libxcb/libxcb-1.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.4-r1.ebuild,v 1.1 2009/09/14 16:10:44 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.4-r1.ebuild,v 1.2 2009/09/17 06:14:10 remi Exp $
EAPI="2"
@@ -44,9 +44,9 @@ pkg_preinst() {
pkg_postinst() {
x-modular_pkg_postinst
- preserve_old_lib_notify "${ROOT}"/usr/$(get_libdir)/libxcb-xlib.so.0.0.0
if [[ -e "${ROOT}"/usr/$(get_libdir)/libxcb-xlib.so.0.0.0 ]]; then
+ echo
ewarn "libxcb-xlib.so is no longer shipped by ${PN} but was kept on your system"
ewarn
ewarn "While your system will still work, emerging new packages or updates"