From dc7abf54498f8aadd33bbe219577b8db50532e8f Mon Sep 17 00:00:00 2001 From: Nick Hadaway Date: Thu, 29 Aug 2002 15:12:27 +0000 Subject: Updated ebuild to install in /usr/X11R6 instead of /usr. openmotif-2.2.2 does not overwrite xmkmf and imake like openmotif-2.1.30 did. Users who need these files must re-emerge xfree. --- x11-libs/openmotif/ChangeLog | 12 +++++- x11-libs/openmotif/files/digest-openmotif-2.2.2-r1 | 2 + x11-libs/openmotif/openmotif-2.2.2-r1.ebuild | 43 ++++++++++++++++++++++ 3 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 x11-libs/openmotif/files/digest-openmotif-2.2.2-r1 create mode 100644 x11-libs/openmotif/openmotif-2.2.2-r1.ebuild (limited to 'x11-libs') diff --git a/x11-libs/openmotif/ChangeLog b/x11-libs/openmotif/ChangeLog index 9f131b9d0bf3..3486c9df0334 100644 --- a/x11-libs/openmotif/ChangeLog +++ b/x11-libs/openmotif/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for x11-libs/openmotif # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.4 2002/08/16 21:56:32 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.5 2002/08/29 15:12:27 raker Exp $ + +*openmotif-2.2.2-r1 (28 Aug 2002) + + 28 Aug 2002; Nick Hadaway + openmotif-2.2.2-r1.ebuild, files/digest-openmotif-2.2.2-r1, + files/site.def.2.2.2-r1 : + Now installs in /usr/X11R6 instead of /usr. If you are missing + imake or xmkmf you must re-emerge xfree. openmotif-2.1.30 overwrote + these files from the xfree ebuild. This version of openmotif does + not install these files. *openmotif-2.2.2 (14 Aug 2002) diff --git a/x11-libs/openmotif/files/digest-openmotif-2.2.2-r1 b/x11-libs/openmotif/files/digest-openmotif-2.2.2-r1 new file mode 100644 index 000000000000..8ac1a71d0eb5 --- /dev/null +++ b/x11-libs/openmotif/files/digest-openmotif-2.2.2-r1 @@ -0,0 +1,2 @@ +MD5 19cb43c657876624026a9e77c435a71e openMotif-2.2.2.tar.gz 5133178 +MD5 c7e020b2a0c13fd4394f171a453fa5b6 openMotif-cvs.diff.bz2 2907505 diff --git a/x11-libs/openmotif/openmotif-2.2.2-r1.ebuild b/x11-libs/openmotif/openmotif-2.2.2-r1.ebuild new file mode 100644 index 000000000000..e2fe03dbe09f --- /dev/null +++ b/x11-libs/openmotif/openmotif-2.2.2-r1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.2-r1.ebuild,v 1.1 2002/08/29 15:12:27 raker Exp $ + +S=${WORKDIR}/openMotif-2.2.2 + +DESCRIPTION="Open Motif" +SRC_URI="ftp://ftp.sgi.com/other/motifzone/2.2/src/openMotif-2.2.2.tar.gz" +HOMEPAGE="http://www.motifzone.org/" + +LICENSE="MOTIF" +SLOT="0" +KEYWORDS="x86 ppc -sparc -sparc64" + +DEPEND="virtual/glibc + virtual/x11" + +src_unpack() { + + unpack ${A} + cd ${S} + patch -p1 < ${FILESDIR}/animate-demo.diff || die "patch failed" + patch -p1 < ${FILESDIR}/include-order.diff || die "patch failed" +} + +src_compile() { + + ./configure \ + --prefix=/usr/X11R6 \ + --sysconfdir=/etc/X11 \ + --with-x \ + --with-gnu-ld \ + --host=${CHOST} || die "configuration failed" + + make || die "make failed" + +} + +src_install() { + + make DESTDIR=${D} VARDIR=${D}/var/X11/ install || die "install failed" + +} -- cgit v1.2.3-65-gdbad