diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-01-28 07:45:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-01-28 07:45:11 +0000 |
commit | 8df111c7b7b04912e5ff3b574abba0aebce4c629 (patch) | |
tree | 62d7b057f41eb2f9c368a51774359a5a62fb7ced /gnome-extra | |
parent | arm/sh stable (diff) | |
download | gentoo-2-8df111c7b7b04912e5ff3b574abba0aebce4c629.tar.gz gentoo-2-8df111c7b7b04912e5ff3b574abba0aebce4c629.tar.bz2 gentoo-2-8df111c7b7b04912e5ff3b574abba0aebce4c629.zip |
arm/sh stable
(Portage version: 2.1.2-r4)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/libgsf/libgsf-1.14.2.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gnome-extra/libgsf/libgsf-1.14.2.ebuild b/gnome-extra/libgsf/libgsf-1.14.2.ebuild index 9d2e2c3b1ea1..bdd08f302321 100644 --- a/gnome-extra/libgsf/libgsf-1.14.2.ebuild +++ b/gnome-extra/libgsf/libgsf-1.14.2.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/gnome-extra/libgsf/libgsf-1.14.2.ebuild,v 1.10 2007/01/21 20:15:24 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.2.ebuild,v 1.11 2007/01/28 07:45:11 vapier Exp $ inherit eutils gnome2 @@ -9,7 +9,7 @@ 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" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" IUSE="bzip2 doc gnome python static" RDEPEND=">=dev-libs/libxml2-2.4.16 @@ -34,25 +34,21 @@ G2CONF="${G2CONF} \ $(use_enable static)" src_install() { - gnome2_src_install 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 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 - } DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO" |