summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2002-08-14 20:49:02 +0000
committerNick Hadaway <raker@gentoo.org>2002-08-14 20:49:02 +0000
commita0da0dfd1670fb7b4dd7b74831198c41316a34a7 (patch)
tree01e7649dd6678428c14519369716046f53a2e66d /x11-libs/openmotif
parentfix DEPEND (diff)
downloadhistorical-a0da0dfd1670fb7b4dd7b74831198c41316a34a7.tar.gz
historical-a0da0dfd1670fb7b4dd7b74831198c41316a34a7.tar.bz2
historical-a0da0dfd1670fb7b4dd7b74831198c41316a34a7.zip
BIG version bump. Closes bug #5997.
Diffstat (limited to 'x11-libs/openmotif')
-rw-r--r--x11-libs/openmotif/ChangeLog10
-rw-r--r--x11-libs/openmotif/files/digest-openmotif-2.2.21
-rw-r--r--x11-libs/openmotif/openmotif-2.2.2.ebuild37
3 files changed, 45 insertions, 3 deletions
diff --git a/x11-libs/openmotif/ChangeLog b/x11-libs/openmotif/ChangeLog
index 2d207b685858..c0e6903f490a 100644
--- a/x11-libs/openmotif/ChangeLog
+++ b/x11-libs/openmotif/ChangeLog
@@ -1,15 +1,19 @@
# 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.2 2002/07/16 00:07:27 owen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.3 2002/08/14 20:49:01 raker Exp $
+
+*openmotif-2.2.2 (14 Aug 2002)
+
+ 14 Aug 2002; Nick Hadaway <raker@gentoo.org>
+ openmotif-2.2.2.ebuild, files/digest-openmotif-2.2.2 :
+ BIG version bump.
*openmotif-2.1.30-r1 (1 Feb 2002)
15 Jul 2002; Owen Stampflee <owen@gentoo.org> :
-
Added PPC to KEYWORDS.
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
diff --git a/x11-libs/openmotif/files/digest-openmotif-2.2.2 b/x11-libs/openmotif/files/digest-openmotif-2.2.2
new file mode 100644
index 000000000000..e91e220e3840
--- /dev/null
+++ b/x11-libs/openmotif/files/digest-openmotif-2.2.2
@@ -0,0 +1 @@
+MD5 19cb43c657876624026a9e77c435a71e openMotif-2.2.2.tar.gz 5133178
diff --git a/x11-libs/openmotif/openmotif-2.2.2.ebuild b/x11-libs/openmotif/openmotif-2.2.2.ebuild
new file mode 100644
index 000000000000..285cc1c2893f
--- /dev/null
+++ b/x11-libs/openmotif/openmotif-2.2.2.ebuild
@@ -0,0 +1,37 @@
+# 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.ebuild,v 1.1 2002/08/14 20:49:01 raker Exp $
+
+S=${WORKDIR}/openMotif-2.2.2
+BUILD=${WORKDIR}/motif-build
+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"
+
+}
+
+src_compile() {
+
+ econf || die "configuration failed"
+
+ make || die "make failed"
+
+}
+
+src_install() {
+
+ make DESTDIR=${D} VARDIR=${D}/var/X11/ install \
+ || die "install failed"
+
+}