diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-02-15 15:40:07 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-02-15 15:40:07 +0000 |
commit | 92ceb4ea16881b581af05d78d53e663c3400a6c2 (patch) | |
tree | 5ff7286fdc582cd1580340ee42e1384f08e49e3d | |
parent | Version bump, closes bug #82085 (diff) | |
download | gentoo-2-92ceb4ea16881b581af05d78d53e663c3400a6c2.tar.gz gentoo-2-92ceb4ea16881b581af05d78d53e663c3400a6c2.tar.bz2 gentoo-2-92ceb4ea16881b581af05d78d53e663c3400a6c2.zip |
more virtual stuff
(Portage version: 2.0.51-r15)
-rw-r--r-- | x11-libs/lesstif/lesstif-0.94.0-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.1.30-r7.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.2.3-r1.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11-libs/lesstif/lesstif-0.94.0-r1.ebuild b/x11-libs/lesstif/lesstif-0.94.0-r1.ebuild index 8879a3605073..ff5550768d40 100644 --- a/x11-libs/lesstif/lesstif-0.94.0-r1.ebuild +++ b/x11-libs/lesstif/lesstif-0.94.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.94.0-r1.ebuild,v 1.6 2005/02/14 19:26:06 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.94.0-r1.ebuild,v 1.7 2005/02/15 15:39:35 lanius Exp $ inherit libtool flag-o-matic multilib @@ -82,6 +82,6 @@ pkg_postinst() { motif-config --install lesstif } -pkg_postrm() { +pkg_prerm() { motif-config --uninstall lesstif } diff --git a/x11-libs/openmotif/openmotif-2.1.30-r7.ebuild b/x11-libs/openmotif/openmotif-2.1.30-r7.ebuild index 46cd449ebc72..e87587395239 100644 --- a/x11-libs/openmotif/openmotif-2.1.30-r7.ebuild +++ b/x11-libs/openmotif/openmotif-2.1.30-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.1.30-r7.ebuild,v 1.6 2005/02/14 19:28:03 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.1.30-r7.ebuild,v 1.7 2005/02/15 15:40:07 lanius Exp $ inherit eutils flag-o-matic multilib @@ -160,6 +160,6 @@ pkg_postinst() { motif-config --install openmotif-2.1 } -pkg_postrm() { +pkg_prerm() { motif-config --uninstall openmotif-2.1 } diff --git a/x11-libs/openmotif/openmotif-2.2.3-r1.ebuild b/x11-libs/openmotif/openmotif-2.2.3-r1.ebuild index d1534eca07c4..72d307eb47a0 100644 --- a/x11-libs/openmotif/openmotif-2.2.3-r1.ebuild +++ b/x11-libs/openmotif/openmotif-2.2.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.3-r1.ebuild,v 1.3 2005/02/14 19:28:03 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.3-r1.ebuild,v 1.4 2005/02/15 15:40:07 lanius Exp $ inherit eutils libtool flag-o-matic multilib @@ -136,6 +136,6 @@ pkg_postinst() { motif-config --install openmotif-2.2 } -pkg_postrm() { +pkg_prerm() { motif-config --uninstall openmotif-2.2 } |