diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-04-19 11:23:48 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-04-19 11:23:48 +0000 |
commit | 9c8b6b0931f7002e5c0dc32bbccb0d1665d484b8 (patch) | |
tree | 6f3b7ba9b28145f234c4b472e58be9d5909f5382 /x11-libs/lesstif | |
parent | fix vulnerable (diff) | |
download | gentoo-2-9c8b6b0931f7002e5c0dc32bbccb0d1665d484b8.tar.gz gentoo-2-9c8b6b0931f7002e5c0dc32bbccb0d1665d484b8.tar.bz2 gentoo-2-9c8b6b0931f7002e5c0dc32bbccb0d1665d484b8.zip |
fix vulnerable
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-libs/lesstif')
-rw-r--r-- | x11-libs/lesstif/lesstif-0.93.94-r3.ebuild | 14 | ||||
-rw-r--r-- | x11-libs/lesstif/lesstif-0.94.0-r6.ebuild | 14 |
2 files changed, 14 insertions, 14 deletions
diff --git a/x11-libs/lesstif/lesstif-0.93.94-r3.ebuild b/x11-libs/lesstif/lesstif-0.93.94-r3.ebuild index 3bddb16de8d0..cda640f6fdfd 100644 --- a/x11-libs/lesstif/lesstif-0.93.94-r3.ebuild +++ b/x11-libs/lesstif/lesstif-0.93.94-r3.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.93.94-r3.ebuild,v 1.4 2005/03/25 07:27:14 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.93.94-r3.ebuild,v 1.5 2005/04/19 11:23:48 lanius Exp $ # disable sandbox, needed for motif-config SANDBOX_DISABLED="1" @@ -98,14 +98,14 @@ src_install() { } # Profile stuff -pkg_setup() { - if has_version =x11-libs/lesstif-0.93.94*; then touch /tmp/lesstif-1.2; fi -} +#pkg_setup() { +# if has_version =x11-libs/lesstif-0.93.94*; then touch /tmp/lesstif-1.2; fi +#} pkg_postinst() { motif-config --install lesstif-1.2 } -pkg_prerm() { - [ -f /tmp/lesstif-1.2 ] && rm -f /tmp/lesstif-1.2 || motif-config --uninstall lesstif-1.2 -} +#pkg_prerm() { +# [ -f /tmp/lesstif-1.2 ] && rm -f /tmp/lesstif-1.2 || motif-config --uninstall lesstif-1.2 +#} diff --git a/x11-libs/lesstif/lesstif-0.94.0-r6.ebuild b/x11-libs/lesstif/lesstif-0.94.0-r6.ebuild index 506b0c70efae..e2f121f8fde7 100644 --- a/x11-libs/lesstif/lesstif-0.94.0-r6.ebuild +++ b/x11-libs/lesstif/lesstif-0.94.0-r6.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-r6.ebuild,v 1.4 2005/03/25 07:27:14 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.94.0-r6.ebuild,v 1.5 2005/04/19 11:22:46 lanius Exp $ # disable sandbox, needed for motif-config SANDBOX_DISABLED="1" @@ -94,14 +94,14 @@ src_install() { } # Profile stuff -pkg_setup() { - if has_version ">=x11-libs/lesstif-0.94.0"; then touch /tmp/lesstif-2.1; fi -} +#pkg_setup() { +# if has_version ">=x11-libs/lesstif-0.94.0"; then touch /tmp/lesstif-2.1; fi +#} pkg_postinst() { motif-config --install lesstif-2.1 } -pkg_prerm() { - [ -f /tmp/lesstif-2.1 ] && rm -f /tmp/lesstif-2.1 || motif-config --uninstall lesstif-2.1 -} +#pkg_prerm() { +# [ -f /tmp/lesstif-2.1 ] && rm -f /tmp/lesstif-2.1 || motif-config --uninstall lesstif-2.1 +#} |