summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2005-03-25 07:09:52 +0000
committerHeinrich Wendel <lanius@gentoo.org>2005-03-25 07:09:52 +0000
commit2e94bd11f5708ba1c1f9f053a208161e0fba3735 (patch)
tree9b35062a82353e0f17301e6b47400650fde3e7b5
parentarm/hppa stable for security (diff)
downloadgentoo-2-2e94bd11f5708ba1c1f9f053a208161e0fba3735.tar.gz
gentoo-2-2e94bd11f5708ba1c1f9f053a208161e0fba3735.tar.bz2
gentoo-2-2e94bd11f5708ba1c1f9f053a208161e0fba3735.zip
fix
(Portage version: 2.0.51.19)
-rw-r--r--x11-libs/lesstif/lesstif-0.93.94-r3.ebuild6
-rw-r--r--x11-libs/lesstif/lesstif-0.94.0-r6.ebuild6
-rw-r--r--x11-libs/openmotif/openmotif-2.1.30-r12.ebuild6
-rw-r--r--x11-libs/openmotif/openmotif-2.2.3-r3.ebuild4
-rw-r--r--x11-libs/openmotif/openmotif-2.2.3-r6.ebuild6
5 files changed, 18 insertions, 10 deletions
diff --git a/x11-libs/lesstif/lesstif-0.93.94-r3.ebuild b/x11-libs/lesstif/lesstif-0.93.94-r3.ebuild
index 7924bb49694c..58781e952b01 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.2 2005/03/24 17:23:52 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.93.94-r3.ebuild,v 1.3 2005/03/25 07:09:52 lanius Exp $
# disable sandbox, needed for motif-config
SANDBOX_DISABLED="1"
@@ -24,6 +24,9 @@ DEPEND="virtual/libc
PROVIDE="virtual/motif"
src_unpack() {
+ # profile stuff
+ motif-config --start-install
+
unpack ${A}
cd ${S}
epatch ${DISTDIR}/lesstif1-1_0.93.94-11.1.diff.gz
@@ -96,7 +99,6 @@ src_install() {
# Profile stuff
pkg_setup() {
- motif-config --start-install
if has_version =x11-libs/lesstif-0.93.94*; then touch $T/upgrade; fi
}
diff --git a/x11-libs/lesstif/lesstif-0.94.0-r6.ebuild b/x11-libs/lesstif/lesstif-0.94.0-r6.ebuild
index 7e9621664b1b..3dbe68657038 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.2 2005/03/24 17:23:52 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.94.0-r6.ebuild,v 1.3 2005/03/25 07:09:52 lanius Exp $
# disable sandbox, needed for motif-config
SANDBOX_DISABLED="1"
@@ -23,6 +23,9 @@ DEPEND="virtual/libc
PROVIDE="virtual/motif"
src_unpack() {
+ # profile stuff
+ motif-config --start-install
+
unpack ${A}
cd ${S}
epatch ${FILESDIR}/CAN-2005-0605.patch
@@ -92,7 +95,6 @@ src_install() {
# Profile stuff
pkg_setup() {
- motif-config --start-install
if has_version ">=x11-libs/lesstif-0.94.0"; then touch $T/upgrade; fi
}
diff --git a/x11-libs/openmotif/openmotif-2.1.30-r12.ebuild b/x11-libs/openmotif/openmotif-2.1.30-r12.ebuild
index c8f395b99e7b..8e5172c0da57 100644
--- a/x11-libs/openmotif/openmotif-2.1.30-r12.ebuild
+++ b/x11-libs/openmotif/openmotif-2.1.30-r12.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-r12.ebuild,v 1.2 2005/03/24 17:23:35 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.1.30-r12.ebuild,v 1.3 2005/03/25 07:09:27 lanius Exp $
# disable sandbox, needed for motif-config
SANDBOX_DISABLED="1"
@@ -28,6 +28,9 @@ DEPEND="${RDEPEND}
SLOT="2.1"
src_unpack() {
+ # profile stuff
+ motif-config --start-install
+
local cfg="${S}/config/cf/site.def"
unpack ${A}
@@ -165,7 +168,6 @@ src_install() {
# Profile stuff
pkg_setup() {
- motif-config --start-install
if has_version =x11-libs/openmotif-2.1*; then touch $T/upgrade; fi
}
diff --git a/x11-libs/openmotif/openmotif-2.2.3-r3.ebuild b/x11-libs/openmotif/openmotif-2.2.3-r3.ebuild
index c005c0e43d09..dfb31218fe00 100644
--- a/x11-libs/openmotif/openmotif-2.2.3-r3.ebuild
+++ b/x11-libs/openmotif/openmotif-2.2.3-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/openmotif/openmotif-2.2.3-r3.ebuild,v 1.8 2005/03/14 01:08:01 hardave Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.3-r3.ebuild,v 1.9 2005/03/25 07:09:27 lanius Exp $
inherit eutils libtool flag-o-matic multilib
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.motifzone.org/"
SRC_URI="ftp://ftp.motifzone.net/om${PV}/src/${MY_P}.tar.gz"
LICENSE="MOTIF"
-SLOT="0"
+SLOT="2.2"
KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 ppc-macos sparc x86"
IUSE=""
diff --git a/x11-libs/openmotif/openmotif-2.2.3-r6.ebuild b/x11-libs/openmotif/openmotif-2.2.3-r6.ebuild
index 1a2ba703fb48..efe85690cf13 100644
--- a/x11-libs/openmotif/openmotif-2.2.3-r6.ebuild
+++ b/x11-libs/openmotif/openmotif-2.2.3-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/openmotif/openmotif-2.2.3-r6.ebuild,v 1.2 2005/03/24 17:23:35 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.3-r6.ebuild,v 1.3 2005/03/25 07:09:27 lanius Exp $
# disable sandbox, needed for motif-config
SANDBOX_DISABLED="1"
@@ -35,11 +35,13 @@ pkg_setup() {
[ -n "${ABI}" ] && append-flags "-I/usr/include/gentoo-multilib/${ABI}"
# profile stuff
- motif-config --start-install
if has_version =x11-libs/openmotif-2.2*; then touch $T/upgrade; fi
}
src_unpack() {
+ # profile stuff
+ motif-config --start-install
+
unpack ${A}
cd ${S}