diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-12-01 15:27:07 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-12-01 15:27:07 +0000 |
commit | 286f7c7696415797215eed4bf226b2437e8267de (patch) | |
tree | e660013bac8b79b31a1dfc9ae3b88ecb87e48679 /x11-libs/openmotif | |
parent | cleanups (diff) | |
download | historical-286f7c7696415797215eed4bf226b2437e8267de.tar.gz historical-286f7c7696415797215eed4bf226b2437e8267de.tar.bz2 historical-286f7c7696415797215eed4bf226b2437e8267de.zip |
added motif eclass
Diffstat (limited to 'x11-libs/openmotif')
-rw-r--r-- | x11-libs/openmotif/Manifest | 6 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.1.30-r2.ebuild | 2 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.1.30-r3.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.2.2-r3.ebuild | 4 |
4 files changed, 9 insertions, 7 deletions
diff --git a/x11-libs/openmotif/Manifest b/x11-libs/openmotif/Manifest index 5f782aa1fe80..303216c89531 100644 --- a/x11-libs/openmotif/Manifest +++ b/x11-libs/openmotif/Manifest @@ -1,8 +1,8 @@ MD5 e07f6b89edd5ffa4a803816b7ce33336 openmotif-2.1.30-r1.ebuild 864 MD5 55e52e621e48d9824ff551f2c48f8d82 openmotif-2.2.2-r1.ebuild 1051 -MD5 baed9c2f4422afa91ec45b3c34ff1911 openmotif-2.1.30-r3.ebuild 4122 -MD5 0d8aea1426fe0e9c8b13fe005bd48d48 openmotif-2.2.2-r3.ebuild 4611 -MD5 d9ee153704ba81a8d4f9b50224f47f37 openmotif-2.1.30-r2.ebuild 2633 +MD5 a0dc296e40846436664ee9d86ed5ba22 openmotif-2.1.30-r3.ebuild 4247 +MD5 e085ed8dbc6efa539c67c2d165f83552 openmotif-2.2.2-r3.ebuild 4617 +MD5 b766188f8d5455c19fd57875392b2e23 openmotif-2.1.30-r2.ebuild 2743 MD5 2de6a2239e5ddfff902676aedaefb56c openmotif-2.2.2-r2.ebuild 4804 MD5 fb039533dd551fbb0ee5989209e7ad52 ChangeLog 3951 MD5 216193f922fae0747195fd851696b580 files/mwm-configdir.patch 1549 diff --git a/x11-libs/openmotif/openmotif-2.1.30-r2.ebuild b/x11-libs/openmotif/openmotif-2.1.30-r2.ebuild index bc19a1bfde13..a528fa72545b 100644 --- a/x11-libs/openmotif/openmotif-2.1.30-r2.ebuild +++ b/x11-libs/openmotif/openmotif-2.1.30-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.1.30-r2.ebuild,v 1.3 2003/12/01 15:26:57 lanius Exp $ MY_P=${P}-4_MLI.src S=${WORKDIR}/motif diff --git a/x11-libs/openmotif/openmotif-2.1.30-r3.ebuild b/x11-libs/openmotif/openmotif-2.1.30-r3.ebuild index 45ac011cce62..091786fc718c 100644 --- a/x11-libs/openmotif/openmotif-2.1.30-r3.ebuild +++ b/x11-libs/openmotif/openmotif-2.1.30-r3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.1.30-r3.ebuild,v 1.4 2003/12/01 15:26:57 lanius Exp $ + +inherit motif MY_P=${P}-4_MLI.src S=${WORKDIR}/motif diff --git a/x11-libs/openmotif/openmotif-2.2.2-r3.ebuild b/x11-libs/openmotif/openmotif-2.2.2-r3.ebuild index d0509430e53d..47605ae8f446 100644 --- a/x11-libs/openmotif/openmotif-2.2.2-r3.ebuild +++ b/x11-libs/openmotif/openmotif-2.2.2-r3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.2-r3.ebuild,v 1.5 2003/12/01 15:26:01 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.2-r3.ebuild,v 1.6 2003/12/01 15:26:57 lanius Exp $ -inherit libtool +inherit libtool motif MY_P=${P/m/M} S=${WORKDIR}/${MY_P} |