diff options
-rw-r--r-- | x11-libs/buffy/buffy-0.2-r1.ebuild | 31 | ||||
-rw-r--r-- | x11-libs/buffy/buffy-0.2.ebuild | 22 | ||||
-rw-r--r-- | x11-libs/dnd/dnd-1.1.ebuild | 33 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-1.2.10-r8.ebuild | 22 | ||||
-rw-r--r-- | x11-libs/qt/qt-2.3.2-r1.ebuild | 94 | ||||
-rw-r--r-- | x11-libs/qt/qt-3.0.4.20020606-r1.ebuild | 11 | ||||
-rw-r--r-- | x11-libs/qt/qt-3.0.4.20020606-r3.ebuild | 9 | ||||
-rw-r--r-- | x11-libs/rep-gtk/rep-gtk-0.15-r3.ebuild | 17 | ||||
-rw-r--r-- | x11-libs/xforms-ppc/xforms-ppc-089.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/xforms-sparc/xforms-sparc-089.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/xforms-x86/xforms-x86-089.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/xforms/xforms-1.0_rc4.ebuild | 25 |
12 files changed, 115 insertions, 161 deletions
diff --git a/x11-libs/buffy/buffy-0.2-r1.ebuild b/x11-libs/buffy/buffy-0.2-r1.ebuild index a4be3cf9fd25..c631f595b74d 100644 --- a/x11-libs/buffy/buffy-0.2-r1.ebuild +++ b/x11-libs/buffy/buffy-0.2-r1.ebuild @@ -1,42 +1,27 @@ # 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/buffy/buffy-0.2-r1.ebuild,v 1.5 2002/08/01 11:40:16 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/buffy/buffy-0.2-r1.ebuild,v 1.6 2002/08/05 10:02:51 seemant Exp $ -S=${WORKDIR}/${P} +inherit libtool +S=${WORKDIR}/${P} DESCRIPTION="GTK+ theme engine" - SRC_URI="http://reality.sgi.com/offer/src/buffy/${P}.tar.gz" - HOMEPAGE="http://reality.sgi.com/offer/src/buffy/" -LICENSE="X11" + SLOT="0" +LICENSE="X11" KEYWORDS="x86" -DEPEND="virtual/glibc - =x11-libs/gtk+-1.2*" - -src_unpack() { - unpack ${A} - - cd ${S} - libtoolize --force --copy -} +DEPEND="=x11-libs/gtk+-1.2*" src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info - assert - + elibtoolize + econf || die emake || die } src_install () { make DESTDIR=${D} install || die - dodoc AUTHORS COPYING INSTALL NEWS README ChangeLog } - - diff --git a/x11-libs/buffy/buffy-0.2.ebuild b/x11-libs/buffy/buffy-0.2.ebuild index 8d29d0949f26..cb1bc257acba 100644 --- a/x11-libs/buffy/buffy-0.2.ebuild +++ b/x11-libs/buffy/buffy-0.2.ebuild @@ -1,34 +1,24 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/buffy/buffy-0.2.ebuild,v 1.6 2002/07/22 13:57:40 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/buffy/buffy-0.2.ebuild,v 1.7 2002/08/05 10:02:51 seemant Exp $ S=${WORKDIR}/${P} - DESCRIPTION="GTK+ theme engine" - SRC_URI="http://reality.sgi.com/offer/src/buffy/${P}.tar.gz" - HOMEPAGE="http://reality.sgi.com/offer/src/buffy/" -LICENSE="X11" + SLOT="0" +LICENSE="X11" KEYWORDS="x86" -DEPEND="virtual/glibc - =x11-libs/gtk+-1.2*" +DEPEND="=x11-libs/gtk+-1.2*" src_compile() { - ./configure --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --prefix=/usr \ - --host=${CHOST} || die - + econf || die emake || die } src_install () { - # try make prefix=${D}/usr install - + make DESTDIR=${D} install || die dodoc AUTHORS COPYING INSTALL NEWS README ChangeLog - try make DESTDIR=${D} install } - diff --git a/x11-libs/dnd/dnd-1.1.ebuild b/x11-libs/dnd/dnd-1.1.ebuild index c89ba96d8859..7119e228a011 100644 --- a/x11-libs/dnd/dnd-1.1.ebuild +++ b/x11-libs/dnd/dnd-1.1.ebuild @@ -1,40 +1,29 @@ # 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/dnd/dnd-1.1.ebuild,v 1.5 2002/08/01 11:40:16 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/dnd/dnd-1.1.ebuild,v 1.6 2002/08/05 10:02:51 seemant Exp $ S=${WORKDIR}/DND/DNDlib - DESCRIPTION="OffiX' Drag'n'drop library" - +HOMEPAGE="http://leb.net/OffiX" SRC_URI="http://leb.net/OffiX/dnd.1.1.tgz" -LICENSE="GPL-2 LGPL-2" + SLOT="0" +LICENSE="GPL-2 LGPL-2" KEYWORDS="x86" -HOMEPAGE="http://leb.net/OffiX" - -DEPEND="virtual/glibc virtual/x11" +DEPEND="virtual/x11" src_unpack() { - - unpack dnd.1.1.tgz - cd ${S} - patch -p0 < ${FILESDIR}/${PF}-gentoo.diff - + unpack dnd.1.1.tgz + cd ${S} + patch -p0 < ${FILESDIR}/${PF}-gentoo.diff || die } src_compile() { - ./configure --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --prefix=/usr \ - --with-x \ - --host=${CHOST} || die - emake || die + econf --with-x || die + emake || die } src_install () { - - make prefix=${D}/usr install || die - + make prefix=${D}/usr install || die } - diff --git a/x11-libs/gtk+/gtk+-1.2.10-r8.ebuild b/x11-libs/gtk+/gtk+-1.2.10-r8.ebuild index 1eb9dcf803a2..51fb8ec6715b 100644 --- a/x11-libs/gtk+/gtk+-1.2.10-r8.ebuild +++ b/x11-libs/gtk+/gtk+-1.2.10-r8.ebuild @@ -1,19 +1,19 @@ # 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/gtk+/gtk+-1.2.10-r8.ebuild,v 1.6 2002/07/16 00:06:06 owen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-1.2.10-r8.ebuild,v 1.7 2002/08/05 10:02:51 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="The GIMP Toolkit" HOMEPAGE="http://www.gtk.org/" SRC_URI="ftp://ftp.gtk.org/pub/gtk/v1.2/${P}.tar.gz - ftp://ftp.gnome.org/pub/GNOME/stable/sources/gtk+/${P}.tar.gz - http://ftp.gnome.org/pub/GNOME/stable/sources/gtk+/${P}.tar.gz - http://www.ibiblio.org/gentoo/distfiles/gtk+-1.2.10-r8-gentoo.diff.bz2" + ftp://ftp.gnome.org/pub/GNOME/stable/sources/gtk+/${P}.tar.gz + http://ftp.gnome.org/pub/GNOME/stable/sources/gtk+/${P}.tar.gz + http://www.ibiblio.org/gentoo/distfiles/gtk+-1.2.10-r8-gentoo.diff.bz2" DEPEND="virtual/glibc virtual/x11 - =dev-libs/glib-1.2* - nls? ( sys-devel/gettext - dev-util/intltool )" + =dev-libs/glib-1.2* + nls? ( sys-devel/gettext + dev-util/intltool )" SLOT="1" LICENSE="LGPL-2.1" @@ -42,9 +42,7 @@ src_compile() { myconf="${myconf} --enable-debug=no" fi - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ + econf \ --sysconfdir=/etc/X11 \ --with-xinput=xfree \ --with-x \ @@ -77,8 +75,8 @@ pkg_postinst() { echo "**********************************************************************" echo "* Older versions added /etc/X11/gtk/gtkrc which changed settings for *" echo "* all themes it seems. Please remove it manually as it will not due *" - echo "* to /env protection. *" - echo "* *" + echo "* to /env protection. *" + echo "* *" echo "* NB: The old gtkrc is available through the new Gentoo gtk theme. *" echo "**********************************************************************" echo diff --git a/x11-libs/qt/qt-2.3.2-r1.ebuild b/x11-libs/qt/qt-2.3.2-r1.ebuild index f15e6f8b4069..e757bc57deaa 100644 --- a/x11-libs/qt/qt-2.3.2-r1.ebuild +++ b/x11-libs/qt/qt-2.3.2-r1.ebuild @@ -1,6 +1,6 @@ # 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/qt/qt-2.3.2-r1.ebuild,v 1.6 2002/07/16 03:16:42 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-2.3.2-r1.ebuild,v 1.7 2002/08/05 10:02:51 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="QT ${PV}, an X11 widget set and general library used by KDE et al" @@ -28,15 +28,15 @@ export QTDIR=${S} src_unpack() { - unpack ${A} + unpack ${A} - cd ${S} - cp configure configure.orig - sed -e "s:read acceptance:acceptance=yes:" configure.orig > configure + cd ${S} + cp configure configure.orig + sed -e "s:read acceptance:acceptance=yes:" configure.orig > configure - cd ${S}/configs - cp linux-g++-shared linux-g++-shared.orig - sed -e "s/SYSCONF_CXXFLAGS /SYSCONF_CXXFLAGS = ${CXXFLAGS} \#/" \ + cd ${S}/configs + cp linux-g++-shared linux-g++-shared.orig + sed -e "s/SYSCONF_CXXFLAGS /SYSCONF_CXXFLAGS = ${CXXFLAGS} \#/" \ -e "s/SYSCONF_CFLAGS /SYSCONF_CFLAGS = ${CFLAGS} \#/" \ linux-g++-shared.orig > linux-g++-shared || die @@ -44,58 +44,58 @@ src_unpack() { src_compile() { - export LDFLAGS="$LDFLAGS -ldl" - local myconf + export LDFLAGS="$LDFLAGS -ldl" + local myconf - use opengl || myconf="$myconf -no-opengl" - use nas \ - && myconf="${myconf} -system-nas-sound" \ + use opengl || myconf="$myconf -no-opengl" + use nas \ + && myconf="${myconf} -system-nas-sound" \ || myconf="${myconf} -no-nas-sound" - use gif && myconf="${myconf} -gif" + use gif && myconf="${myconf} -gif" - [ -n "$DEBUG" ] \ - && myconf="${myconf} -debug" \ + [ -n "$DEBUG" ] \ + && myconf="${myconf} -debug" \ || myconf="${myconf} -release" - ./configure \ + ./configure \ -sm -thread -system-zlib -system-jpeg ${myconf} \ -system-libmng -system-libpng -gif -platform linux-g++ \ - -ldl -lpthread -no-g++-exceptions || die + -ldl -lpthread -no-g++-exceptions || die - cd ${S} - make symlinks src-moc sub-src sub-tools || die + cd ${S} + make symlinks src-moc sub-src sub-tools || die } src_install() { - cd ${S} - - # binaries - into $QTBASE - dobin bin/* - - # libraries - dolib lib/libqt.so.${PV} lib/libqt-mt.so.${PV} lib/libqutil.so.1.0.0 - cd ${D}$QTBASE/lib - for x in libqt.so libqt-mt.so - do - ln -s $x.2.3.1 $x.2.3 - ln -s $x.2.3 $x.2 - ln -s $x.2 $x - done - ln -s libqutil.so.1.0.0 libqutil.so.1.0 - ln -s libqutil.so.1.0 libqutil.so.1 - ln -s libqutil.so.1 libqutil.so - - # includes - cd ${S} - dodir ${QTBASE}/include - cp include/* ${D}/${QTBASE}/include/ - - # misc - insinto /etc/env.d - doins ${FILESDIR}/{50qt2,45qtdir2} + cd ${S} + + # binaries + into $QTBASE + dobin bin/* + + # libraries + dolib lib/libqt.so.${PV} lib/libqt-mt.so.${PV} lib/libqutil.so.1.0.0 + cd ${D}$QTBASE/lib + for x in libqt.so libqt-mt.so + do + ln -s $x.2.3.1 $x.2.3 + ln -s $x.2.3 $x.2 + ln -s $x.2 $x + done + ln -s libqutil.so.1.0.0 libqutil.so.1.0 + ln -s libqutil.so.1.0 libqutil.so.1 + ln -s libqutil.so.1 libqutil.so + + # includes + cd ${S} + dodir ${QTBASE}/include + cp include/* ${D}/${QTBASE}/include/ + + # misc + insinto /etc/env.d + doins ${FILESDIR}/{50qt2,45qtdir2} } diff --git a/x11-libs/qt/qt-3.0.4.20020606-r1.ebuild b/x11-libs/qt/qt-3.0.4.20020606-r1.ebuild index e209001d9266..8bd0ce8800eb 100644 --- a/x11-libs/qt/qt-3.0.4.20020606-r1.ebuild +++ b/x11-libs/qt/qt-3.0.4.20020606-r1.ebuild @@ -1,6 +1,6 @@ # 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/qt/qt-3.0.4.20020606-r1.ebuild,v 1.4 2002/07/16 03:16:42 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.0.4.20020606-r1.ebuild,v 1.5 2002/08/05 10:02:51 seemant Exp $ PV=3.0.4 S=${WORKDIR}/qt-copy-${PV} @@ -11,8 +11,8 @@ LICENSE="QPL-1.0" KEYWORDS="x86 ppc" SRC_URI="ftp://ftp.kde.org/pub/kde/stable/3.0.1/src/qt-copy-${PV}.tar.bz2 - ftp://ftp.nnongae.com/pub/gentoo/qt-copy-${PV}-onthespot.patch - http://darkstar.net/~gerk/${P}-cvs.patch.tar.bz2" + ftp://ftp.nnongae.com/pub/gentoo/qt-copy-${PV}-onthespot.patch + http://darkstar.net/~gerk/${P}-cvs.patch.tar.bz2" HOMEPAGE="http://www.trolltech.com/" @@ -49,7 +49,7 @@ src_unpack() { cd ${S} cp configure configure.orig sed -e 's:read acceptance:acceptance=yes:' \ - -e 's:|-repeater|:|-nas-sound|-repeater|:' configure.orig > configure + -e 's:|-repeater|:|-nas-sound|-repeater|:' configure.orig > configure } @@ -139,7 +139,6 @@ src_install() { plugins=`find plugins -name "lib*.so" -print` for x in $plugins; do insinto ${QTBASE}/`dirname $x` - doins $x + doins $x done - } diff --git a/x11-libs/qt/qt-3.0.4.20020606-r3.ebuild b/x11-libs/qt/qt-3.0.4.20020606-r3.ebuild index 2984d2162c54..b1a2eeb055d7 100644 --- a/x11-libs/qt/qt-3.0.4.20020606-r3.ebuild +++ b/x11-libs/qt/qt-3.0.4.20020606-r3.ebuild @@ -1,6 +1,6 @@ # 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/qt/qt-3.0.4.20020606-r3.ebuild,v 1.3 2002/07/11 06:30:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.0.4.20020606-r3.ebuild,v 1.4 2002/08/05 10:02:51 seemant Exp $ PV=3.0.4 S=${WORKDIR}/qt-copy-${PV} @@ -11,8 +11,8 @@ LICENSE="QPL-1.0" KEYWORDS="x86" SRC_URI="ftp://ftp.kde.org/pub/kde/stable/3.0.1/src/qt-copy-${PV}.tar.bz2 - ftp://ftp.nnongae.com/pub/gentoo/qt-copy-${PV}-onthespot.patch - http://darkstar.net/~gerk/${P}-cvs.patch.tar.bz2" + ftp://ftp.nnongae.com/pub/gentoo/qt-copy-${PV}-onthespot.patch + http://darkstar.net/~gerk/${P}-cvs.patch.tar.bz2" HOMEPAGE="http://www.trolltech.com/" @@ -50,7 +50,7 @@ src_unpack() { cd ${S} cp configure configure.orig sed -e 's:read acceptance:acceptance=yes:' \ - -e 's:|-repeater|:|-nas-sound|-repeater|:' configure.orig > configure + -e 's:|-repeater|:|-nas-sound|-repeater|:' configure.orig > configure } @@ -97,7 +97,6 @@ src_compile() { src_install() { echo "src_install, QTDIR=$QTDIR" - export QTDIR=${S} cd ${S} diff --git a/x11-libs/rep-gtk/rep-gtk-0.15-r3.ebuild b/x11-libs/rep-gtk/rep-gtk-0.15-r3.ebuild index f01c52c34e87..bc977dd92daa 100644 --- a/x11-libs/rep-gtk/rep-gtk-0.15-r3.ebuild +++ b/x11-libs/rep-gtk/rep-gtk-0.15-r3.ebuild @@ -1,23 +1,24 @@ # 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/rep-gtk/rep-gtk-0.15-r3.ebuild,v 1.4 2002/08/01 11:59:04 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/rep-gtk/rep-gtk-0.15-r3.ebuild,v 1.5 2002/08/05 10:02:51 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="GTK/GDK bindings for the librep Lisp environment" SRC_URI="mirror://sourceforge/rep-gtk/${P}.tar.gz" HOMEPAGE="http://rep-gtk.sourceforge.net/" -SLOT="gtk-1.2" + +SLOT="1.2" LICENSE="GPL-2" KEYWORDS="x86" DEPEND="=x11-libs/gtk+-1.2* >=dev-libs/librep-0.13.4 gnome? ( >=gnome-base/libglade-0.17-r1 - >=media-libs/gdk-pixbuf-0.11.0-r1 )" + >=media-libs/gdk-pixbuf-0.11.0-r1 )" RDEPEND="=x11-libs/gtk+-1.2* gnome? ( >=gnome-base/libglade-0.17-r1 - >=media-libs/gdk-pixbuf-0.11.0-r1 )" + >=media-libs/gdk-pixbuf-0.11.0-r1 )" src_compile() { local myconf="" @@ -32,18 +33,14 @@ src_compile() { --without-gnome-canvas-pixbuf" fi - ./configure --host=${CHOST} \ - --prefix=/usr \ - ${myconf} || die - + econf ${myconf} || die make || die } -src_install() { +src_install() { make DESTDIR=${D} install || die dodoc AUTHORS BUGS COPYING ChangeLog README* TODO docinto examples dodoc examples/* } - diff --git a/x11-libs/xforms-ppc/xforms-ppc-089.ebuild b/x11-libs/xforms-ppc/xforms-ppc-089.ebuild index 46568425ee2a..2d9f3aa46b84 100644 --- a/x11-libs/xforms-ppc/xforms-ppc-089.ebuild +++ b/x11-libs/xforms-ppc/xforms-ppc-089.ebuild @@ -1,6 +1,6 @@ # 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/xforms-ppc/xforms-ppc-089.ebuild,v 1.3 2002/07/22 03:56:31 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xforms-ppc/xforms-ppc-089.ebuild,v 1.4 2002/08/05 10:02:51 seemant Exp $ MY_P="bxform-${PV}-glibc21" S=${WORKDIR}/${PN/-ppc/} @@ -22,7 +22,6 @@ src_compile() { } src_install () { - into /usr/X11R6 dolib FORMS/libforms.{a,so.*} dobin DESIGN/fdesign @@ -33,5 +32,4 @@ src_install () { insinto /usr/X11R6/include doins FORMS/forms.h doman FORMS/xforms.5 - } diff --git a/x11-libs/xforms-sparc/xforms-sparc-089.ebuild b/x11-libs/xforms-sparc/xforms-sparc-089.ebuild index 3d22b84da3cf..c5b8c466a595 100644 --- a/x11-libs/xforms-sparc/xforms-sparc-089.ebuild +++ b/x11-libs/xforms-sparc/xforms-sparc-089.ebuild @@ -1,6 +1,6 @@ # 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/xforms-sparc/xforms-sparc-089.ebuild,v 1.3 2002/07/22 03:56:20 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xforms-sparc/xforms-sparc-089.ebuild,v 1.4 2002/08/05 10:02:51 seemant Exp $ MY_P="bxform${PV}-glibc2.1" @@ -22,7 +22,6 @@ src_compile() { } src_install () { - into /usr/X11R6 dolib FORMS/libforms.{a,so.*} dobin DESIGN/fdesign @@ -33,5 +32,4 @@ src_install () { insinto /usr/X11R6/include doins FORMS/forms.h doman FORMS/xforms.5 - } diff --git a/x11-libs/xforms-x86/xforms-x86-089.ebuild b/x11-libs/xforms-x86/xforms-x86-089.ebuild index 6c582f8da63d..573ef505894a 100644 --- a/x11-libs/xforms-x86/xforms-x86-089.ebuild +++ b/x11-libs/xforms-x86/xforms-x86-089.ebuild @@ -1,6 +1,6 @@ # 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/xforms-x86/xforms-x86-089.ebuild,v 1.2 2002/07/22 03:56:44 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xforms-x86/xforms-x86-089.ebuild,v 1.3 2002/08/05 10:02:51 seemant Exp $ MY_P="bxform-${PV}-glibc2.1" @@ -22,7 +22,6 @@ src_compile() { } src_install () { - into /usr/X11R6 dolib FORMS/libforms.{a,so.*} dobin DESIGN/fdesign @@ -33,5 +32,4 @@ src_install () { insinto /usr/X11R6/include doins FORMS/forms.h doman FORMS/xforms.5 - } diff --git a/x11-libs/xforms/xforms-1.0_rc4.ebuild b/x11-libs/xforms/xforms-1.0_rc4.ebuild index 2948cab53520..6f2a89531d64 100644 --- a/x11-libs/xforms/xforms-1.0_rc4.ebuild +++ b/x11-libs/xforms/xforms-1.0_rc4.ebuild @@ -1,27 +1,30 @@ # Copyright 999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xforms/xforms-1.0_rc4.ebuild,v 1.3 2002/08/01 11:12:30 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xforms/xforms-1.0_rc4.ebuild,v 1.4 2002/08/05 10:02:51 seemant Exp $ +MY_P=${P/_rc/RC} +S=${WORKDIR}/${MY_P} DESCRIPTION="This is a sample skeleton ebuild file" HOMEPAGE="http://world.std.com/~xforms" -SRC_URI="ftp://ncmir.ucsd.edu/pub/xforms/OpenSource/xforms-1.0RC4.tgz" +SRC_URI="ftp://ncmir.ucsd.edu/pub/xforms/OpenSource/${MY_P}.tgz" -LICENSE="GPL-2" SLOT="0" +LICENSE="GPL-2" KEYWORDS="x86 ppc" + DEPEND="virtual/x11" + PROVIDES="virtual/xforms" -S="${WORKDIR}/xforms-1.0RC4" src_unpack() { - unpack $A - cd $S - - # use custom CFLAGS - cp Imakefile Imakefile.orig - sed -e "s:CDEBUGFLAGS =:CDEBUGFLAGS = ${CFLAGS} #:" \ - -e "s:CDEBUGFLAGS =:CDEBUGFLAGS = ${CFLAGS} #:" Imakefile.orig > Imakefile + unpack $A + cd $S + + # use custom CFLAGS + cp Imakefile Imakefile.orig + sed -e "s:CDEBUGFLAGS =:CDEBUGFLAGS = ${CFLAGS} #:" \ + -e "s:CDEBUGFLAGS =:CDEBUGFLAGS = ${CFLAGS} #:" Imakefile.orig > Imakefile } |