diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-02-14 23:32:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-02-14 23:32:37 +0000 |
commit | 52dc7e275fd01f4c3b80a24c0641f6e72f2f7400 (patch) | |
tree | 058eb21e45da58908ab22fad0053e4860db347bf /x11-libs/lesstif | |
parent | Update Copyright years (diff) | |
download | gentoo-2-52dc7e275fd01f4c3b80a24c0641f6e72f2f7400.tar.gz gentoo-2-52dc7e275fd01f4c3b80a24c0641f6e72f2f7400.tar.bz2 gentoo-2-52dc7e275fd01f4c3b80a24c0641f6e72f2f7400.zip |
header fixes/touchups
Diffstat (limited to 'x11-libs/lesstif')
-rw-r--r-- | x11-libs/lesstif/lesstif-0.93.36-r3.ebuild | 17 | ||||
-rw-r--r-- | x11-libs/lesstif/lesstif-0.93.36.ebuild | 21 | ||||
-rw-r--r-- | x11-libs/lesstif/lesstif-0.93.40.ebuild | 18 |
3 files changed, 21 insertions, 35 deletions
diff --git a/x11-libs/lesstif/lesstif-0.93.36-r3.ebuild b/x11-libs/lesstif/lesstif-0.93.36-r3.ebuild index 3759d4eaf1b5..38fd74a86d9b 100644 --- a/x11-libs/lesstif/lesstif-0.93.36-r3.ebuild +++ b/x11-libs/lesstif/lesstif-0.93.36-r3.ebuild @@ -1,20 +1,20 @@ -# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.93.36-r3.ebuild,v 1.1 2003/01/06 16:14:11 raker Exp $ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.93.36-r3.ebuild,v 1.2 2003/02/14 23:32:37 vapier Exp $ -S="${WORKDIR}/${P}" -DESCRIPTION="An OSF/Motif(R) clone." +DESCRIPTION="An OSF/Motif(R) clone" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.lesstif.org/" -PROVIDE="virtual/motif" + LICENSE="LGPL" KEYWORDS="~x86 ~ppc ~sparc" SLOT="0" +PROVIDE="virtual/motif" + DEPEND="virtual/x11" src_unpack() { - unpack ${A} cd ${S}/scripts/autoconf @@ -24,7 +24,6 @@ src_unpack() { } src_compile() { - ./configure --host=${CHOST} \ --prefix=/usr/X11R6 \ --sysconfdir=/etc/X11 \ @@ -41,7 +40,6 @@ src_compile() { } src_install() { - emake prefix=${D}/usr/X11R6 \ exec_prefix=${D}/usr/X11R6 \ libdir=${D}/usr/X11R6/lib \ @@ -70,4 +68,3 @@ pkg_postrm() { touch ${ROOT}/usr/lib/X11/config/host.def fi } - diff --git a/x11-libs/lesstif/lesstif-0.93.36.ebuild b/x11-libs/lesstif/lesstif-0.93.36.ebuild index a1900abcb01f..da558925bdb2 100644 --- a/x11-libs/lesstif/lesstif-0.93.36.ebuild +++ b/x11-libs/lesstif/lesstif-0.93.36.ebuild @@ -1,32 +1,28 @@ -# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.93.36.ebuild,v 1.4 2003/01/06 15:38:16 jmorgan Exp $ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.93.36.ebuild,v 1.5 2003/02/14 23:32:37 vapier Exp $ -DESCRIPTION="An OSF/Motif(R) clone." +DESCRIPTION="An OSF/Motif(R) clone" HOMEPAGE="http://www.lesstif.org/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" -LICENSE="LGPL" -DEPEND="virtual/x11" -PROVIDE="virtual/motif" +LICENSE="LGPL" KEYWORDS="x86 sparc" SLOT="0" -S="${WORKDIR}/${P}" +DEPEND="virtual/x11" +PROVIDE="virtual/motif" src_unpack() { - unpack ${A} cd ${S}/scripts/autoconf sed -e "/^aclocaldir =/ a DESTDIR = ${D}" \ Makefile.in > Makefile.in.hacked mv Makefile.in.hacked Makefile.in || die - } src_compile() { - ./configure --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ @@ -34,11 +30,9 @@ src_compile() { --enable-static \ --with-x || die "./configure failed" emake CFLAGS="${CFLAGS}" || die - } src_install() { - emake prefix=${D}/usr \ exec_prefix=${D}/usr \ mandir=${D}/usr/share/man \ @@ -53,5 +47,4 @@ src_install() { mv ${D}/usr/LessTif/* ${D}/usr/share/doc/${P}/ # The LessTif directory should be empty now. rmdir ${D}/usr/LessTif || die - } diff --git a/x11-libs/lesstif/lesstif-0.93.40.ebuild b/x11-libs/lesstif/lesstif-0.93.40.ebuild index 994f12dde4b4..b9186a87c0ad 100644 --- a/x11-libs/lesstif/lesstif-0.93.40.ebuild +++ b/x11-libs/lesstif/lesstif-0.93.40.ebuild @@ -1,20 +1,20 @@ -# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.93.40.ebuild,v 1.1 2003/02/09 07:56:52 seemant Exp $ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.93.40.ebuild,v 1.2 2003/02/14 23:32:37 vapier Exp $ -S="${WORKDIR}/${P}" -DESCRIPTION="An OSF/Motif(R) clone." +DESCRIPTION="An OSF/Motif(R) clone" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.lesstif.org/" -PROVIDE="virtual/motif" + LICENSE="LGPL" KEYWORDS="~x86 ~ppc ~sparc" SLOT="0" +PROVIDE="virtual/motif" + DEPEND="virtual/x11" src_unpack() { - unpack ${A} cd ${S}/scripts/autoconf @@ -24,7 +24,6 @@ src_unpack() { } src_compile() { - econf \ --prefix=/usr/X11R6 \ --sysconfdir=/etc/X11 \ @@ -34,12 +33,10 @@ src_compile() { --enable-build-20 \ --enable-build-21 \ --with-x || die "./configure failed" - emake CFLAGS="${CFLAGS}" || die } src_install() { - # emake prefix=${D}/usr/X11R6 \ # exec_prefix=${D}/usr/X11R6 \ # libdir=${D}/usr/X11R6/lib \ @@ -68,4 +65,3 @@ pkg_postrm() { touch ${ROOT}/usr/lib/X11/config/host.def fi } - |