diff options
author | 2000-09-20 20:12:48 +0000 | |
---|---|---|
committer | 2000-09-20 20:12:48 +0000 | |
commit | 79f50915281684faa05fd82001e6869b75997ec5 (patch) | |
tree | f044a59c48396b3debf53193ae2fc1efd1b5e00e /x11-wm/openmotif | |
parent | *** empty log message *** (diff) | |
download | historical-79f50915281684faa05fd82001e6869b75997ec5.tar.gz historical-79f50915281684faa05fd82001e6869b75997ec5.tar.bz2 historical-79f50915281684faa05fd82001e6869b75997ec5.zip |
*** empty log message ***
Diffstat (limited to 'x11-wm/openmotif')
-rw-r--r-- | x11-wm/openmotif/files/digest-openmotif-2.1.30-r1 | 1 | ||||
-rw-r--r-- | x11-wm/openmotif/openmotif-MLI-2.1.30.ebuild (renamed from x11-wm/openmotif/openmotif-2.1.30-r1.ebuild) | 18 |
2 files changed, 8 insertions, 11 deletions
diff --git a/x11-wm/openmotif/files/digest-openmotif-2.1.30-r1 b/x11-wm/openmotif/files/digest-openmotif-2.1.30-r1 deleted file mode 100644 index 43b1279e774f..000000000000 --- a/x11-wm/openmotif/files/digest-openmotif-2.1.30-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 14b25d85256ef7f0a1a989b4b612c909 openmotif2.1.30.tar.gz diff --git a/x11-wm/openmotif/openmotif-2.1.30-r1.ebuild b/x11-wm/openmotif/openmotif-MLI-2.1.30.ebuild index 333294b06d16..62723a7be9cc 100644 --- a/x11-wm/openmotif/openmotif-2.1.30-r1.ebuild +++ b/x11-wm/openmotif/openmotif-MLI-2.1.30.ebuild @@ -1,15 +1,13 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-wm/openmotif/openmotif-2.1.30-r1.ebuild,v 1.2 2000/09/15 20:09:30 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openmotif/openmotif-MLI-2.1.30.ebuild,v 1.1 2000/09/20 20:12:48 achim Exp $ -P=openmotif2.1.30 -A=${P}.tar.gz +A=openmotif-2.1.30-4_MLI.src.tar.gz S=${WORKDIR}/motif -CATEGORY="x11-wm" -DESCRIPTION="Motif" -SRC_URI="ftp://openmotif.opengroup.org/pub/openmotif/R2.1.30/tars/"${A} -HOMEPAGE="http://www.opengroup.org/openmotif/" +DESCRIPTION="Open Motif (Metrolink Bug Fix Release)" +SRC_URI="ftp://ftp.metrolink.com/pub/openmotif/2.1.30-4/"${A} +HOMEPAGE="http://www.metrolink.com/openmotif/" src_unpack() { unpack ${A} @@ -28,9 +26,9 @@ src_compile() { } src_install() { - cd ${S}/bindings - cp Makefile Makefile.orig - sed -e "s:sun_mit:sun_at:" -e "s:sun_news:sun:" Makefile.orig > Makefile +# cd ${S}/bindings +# cp Makefile Makefile.orig +# sed -e "s:sun_mit:sun_at:" -e "s:sun_news:sun:" Makefile.orig > Makefile cd ${S} try make DESTDIR=${D} VARDIR=${D}/var/X11/ install } |