diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-12-02 03:25:51 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-12-02 03:25:51 +0000 |
commit | 8cb8edf2c54e7160897ec779b7c1c15842b8f873 (patch) | |
tree | 571ef31b16b51bea7f3767a5eb1571266bb63653 | |
parent | libnids 1.16: Libnids is an implementation of an E-component of Network Intr... (diff) | |
download | gentoo-2-8cb8edf2c54e7160897ec779b7c1c15842b8f873.tar.gz gentoo-2-8cb8edf2c54e7160897ec779b7c1c15842b8f873.tar.bz2 gentoo-2-8cb8edf2c54e7160897ec779b7c1c15842b8f873.zip |
miscellaneous doo-dads.
-rw-r--r-- | app-text/gv/gv-3.5.8-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libxml2/libxml2-2.4.10-r1.ebuild | 24 | ||||
-rw-r--r-- | dev-libs/libxslt/libxslt-1.0.7-r1.ebuild | 22 | ||||
-rw-r--r-- | media-video/mplayer/files/digest-mplayer-0.50-r2 | 2 | ||||
-rw-r--r-- | net-ftp/curl/curl-7.9-r1.ebuild | 33 | ||||
-rw-r--r-- | net-ftp/curl/curl-7.9.1.ebuild | 33 | ||||
-rw-r--r-- | net-ftp/curl/files/digest-curl-7.9.1 | 1 | ||||
-rw-r--r-- | net-misc/openssh/openssh-3.0.1_p1.ebuild | 3 | ||||
-rw-r--r-- | net-www/links/links-0.96.ebuild | 12 | ||||
-rw-r--r-- | sys-apps/devfsd/devfsd-1.3.20.ebuild | 31 | ||||
-rw-r--r-- | x11-base/xfree/xfree-4.1.0-r4.ebuild | 4 | ||||
-rw-r--r-- | x11-wm/WindowMaker/WindowMaker-0.70.0-r1.ebuild | 3 | ||||
-rw-r--r-- | x11-wm/icewm/files/digest-icewm-1.0.9.1 | 1 | ||||
-rw-r--r-- | x11-wm/icewm/files/digest-icewm-1.0.9.2 | 1 |
14 files changed, 130 insertions, 44 deletions
diff --git a/app-text/gv/gv-3.5.8-r1.ebuild b/app-text/gv/gv-3.5.8-r1.ebuild index 99c9268ddcb6..247428380262 100644 --- a/app-text/gv/gv-3.5.8-r1.ebuild +++ b/app-text/gv/gv-3.5.8-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.5.8-r1.ebuild,v 1.3 2001/08/18 14:05:26 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.5.8-r1.ebuild,v 1.4 2001/12/02 03:25:50 drobbins Exp $ # this r1 is a major change. it uses sed instead of patches. # hopefully this will enable everyone to compile gv on widely @@ -54,7 +54,7 @@ We'll just run make and pray." cd ${S} - try make + try emake } diff --git a/dev-libs/libxml2/libxml2-2.4.10-r1.ebuild b/dev-libs/libxml2/libxml2-2.4.10-r1.ebuild index 9ca8a4604af5..24d48bdaa221 100644 --- a/dev-libs/libxml2/libxml2-2.4.10-r1.ebuild +++ b/dev-libs/libxml2/libxml2-2.4.10-r1.ebuild @@ -1,18 +1,13 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.4.10-r1.ebuild,v 1.1 2001/11/13 00:10:32 hallski Exp $ +# Maintainer: Daniel Robbins <drobbins@gentoo.org>, Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.4.10-r1.ebuild,v 1.2 2001/12/02 03:25:50 drobbins Exp $ -A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="libxml" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/libxml/${A}" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/libxml/${P}.tar.gz" HOMEPAGE="http://www.gnome.org/" - -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.2 - >=sys-libs/readline-4.1 - >=sys-libs/zlib-1.1.3" +DEPEND="virtual/glibc >=sys-libs/ncurses-5.2 >=sys-libs/readline-4.1 >=sys-libs/zlib-1.1.3" src_unpack() { unpack ${A} @@ -21,10 +16,10 @@ src_unpack() { } src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --sysconfdir=/etc \ + ./configure --host=${CHOST} \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --sysconfdir=/etc \ --with-zlib || die emake || die @@ -32,6 +27,5 @@ src_compile() { src_install() { make DESTDIR=${D} install || die - dodoc AUTHORS COPYING* ChangeLog NEWS README } diff --git a/dev-libs/libxslt/libxslt-1.0.7-r1.ebuild b/dev-libs/libxslt/libxslt-1.0.7-r1.ebuild index 662c824ddd97..7b1c777291e7 100644 --- a/dev-libs/libxslt/libxslt-1.0.7-r1.ebuild +++ b/dev-libs/libxslt/libxslt-1.0.7-r1.ebuild @@ -1,19 +1,16 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.0.7-r1.ebuild,v 1.1 2001/11/16 12:39:21 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.0.7-r1.ebuild,v 1.2 2001/12/02 03:25:50 drobbins Exp $ -A=${P}.tar.gz S=${WORKDIR}/${P} -DESCRIPTION="libxslt" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}" +DESCRIPTION="XSLT libraries and tools" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz" HOMEPAGE="http://www.gnome.org/" -RDEPEND="virtual/glibc - >=dev-libs/libxml2-2.4.10" +RDEPEND="virtual/glibc >=dev-libs/libxml2-2.4.10" -DEPEND="${RDEPEND} - sys-devel/perl" +DEPEND="${RDEPEND} sys-devel/perl" src_unpack() { unpack ${A} @@ -21,16 +18,15 @@ src_unpack() { } src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr \ + ./configure --host=${CHOST} \ + --prefix=/usr \ --mandir=/usr/share/man || die - make || die + emake || die } src_install() { - make DESTDIR=${D} install || die - + make DESTDIR=${D} install || die dodoc AUTHORS COPYING* ChangeLog README NEWS TODO mv ${D}/usr/doc/${P}/html ${D}/usr/share/doc/${PF}/ rm -rf ${D}/usr/doc diff --git a/media-video/mplayer/files/digest-mplayer-0.50-r2 b/media-video/mplayer/files/digest-mplayer-0.50-r2 index 5422e7e5aea8..64805c3079f9 100644 --- a/media-video/mplayer/files/digest-mplayer-0.50-r2 +++ b/media-video/mplayer/files/digest-mplayer-0.50-r2 @@ -1,3 +1,3 @@ MD5 b8c4fc82db0571a237bbed81c602d48c MPlayer-0.50.tar.bz2 1277952 -MD5 fe5d70fb6d2c2d1291940f947e12d471 default.tar.bz2 167936 +MD5 a38c53516d2582726306f0740199de60 default.tar.bz2 167936 MD5 ab23f8e01a860a97852b28a3b0b118da mp-arial-iso-8859-1.zip 274432 diff --git a/net-ftp/curl/curl-7.9-r1.ebuild b/net-ftp/curl/curl-7.9-r1.ebuild new file mode 100644 index 000000000000..7509ebb9b7c0 --- /dev/null +++ b/net-ftp/curl/curl-7.9-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: Daniel Robbins <drobbins@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/net-ftp/curl/curl-7.9-r1.ebuild,v 1.1 2001/12/02 03:25:51 drobbins Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="A Client that groks URLs" +SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2" +HOMEPAGE="http://curl.haxx.se" + +DEPEND=">=sys-libs/glibc-2.1.3 >=sys-libs/pam-0.75 ssl? ( >=dev-libs/openssl-0.9.6a )" + +src_compile() { + local myconf + if [ "`use ssl`" ] + then + myconf="--with-ssl" + else + myconf="--without-ssl" + fi + cd ${S} + ./configure --prefix=/usr --mandir=/usr/share/man $myconf || die + emake || die + +} + +src_install () { + cd ${S} + make install DESTDIR=${D} || die + dodoc LEGAL CHANGES README + dodoc docs/FEATURES docs/INSTALL docs/INTERNALS docs/LIBCURL + dodoc docs/MANUAL docs/FAQ docs/BUGS docs/CONTRIBUTE +} diff --git a/net-ftp/curl/curl-7.9.1.ebuild b/net-ftp/curl/curl-7.9.1.ebuild new file mode 100644 index 000000000000..1c033c1b1d02 --- /dev/null +++ b/net-ftp/curl/curl-7.9.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: Daniel Robbins <drobbins@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/net-ftp/curl/curl-7.9.1.ebuild,v 1.1 2001/12/02 03:25:51 drobbins Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="A Client that groks URLs" +SRC_URI="http://curl.haxx.se/download/${P}.tar.gz" +HOMEPAGE="http://curl.haxx.se" + +DEPEND=">=sys-libs/glibc-2.1.3 >=sys-libs/pam-0.75 ssl? ( >=dev-libs/openssl-0.9.6a )" + +src_compile() { + local myconf + if [ "`use ssl`" ] + then + myconf="--with-ssl" + else + myconf="--without-ssl" + fi + cd ${S} + ./configure --prefix=/usr --mandir=/usr/share/man $myconf || die + emake || die + +} + +src_install () { + cd ${S} + make install DESTDIR=${D} || die + dodoc LEGAL CHANGES README + dodoc docs/FEATURES docs/INSTALL docs/INTERNALS docs/LIBCURL + dodoc docs/MANUAL docs/FAQ docs/BUGS docs/CONTRIBUTE +} diff --git a/net-ftp/curl/files/digest-curl-7.9.1 b/net-ftp/curl/files/digest-curl-7.9.1 new file mode 100644 index 000000000000..8d9517dd54b3 --- /dev/null +++ b/net-ftp/curl/files/digest-curl-7.9.1 @@ -0,0 +1 @@ +MD5 73cf0be342f8c3c8ef789e958d41bfdf curl-7.9.1.tar.gz 643072 diff --git a/net-misc/openssh/openssh-3.0.1_p1.ebuild b/net-misc/openssh/openssh-3.0.1_p1.ebuild index 4db30a4460cc..5cbbdebf31e9 100644 --- a/net-misc/openssh/openssh-3.0.1_p1.ebuild +++ b/net-misc/openssh/openssh-3.0.1_p1.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: System Team <system@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.0.1_p1.ebuild,v 1.1 2001/11/20 21:03:17 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.0.1_p1.ebuild,v 1.2 2001/12/02 03:25:51 drobbins Exp $ -P=openssh-3.0.1p1 S=${WORKDIR}/${P} DESCRIPTION="Port of OpenBSD's free SSH release" SRC_URI="ftp://ftp.openbsd.org/pub/unix/OpenBSD/OpenSSH/portable/${P}.tar.gz" diff --git a/net-www/links/links-0.96.ebuild b/net-www/links/links-0.96.ebuild index 267cc603f8c4..139d8634ae44 100644 --- a/net-www/links/links-0.96.ebuild +++ b/net-www/links/links-0.96.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Parag Mehta <pm@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/links/links-0.96.ebuild,v 1.1 2001/08/23 10:32:23 pm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/links/links-0.96.ebuild,v 1.2 2001/12/02 03:25:51 drobbins Exp $ S=${WORKDIR}/links-0.96 SRC_URI="http://artax.karlin.mff.cuni.cz/~mikulas/links/download/links-0.96.tar.gz" @@ -23,19 +23,15 @@ src_compile() { else myconf="--disable-ssl" fi - try ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man ${myconf} - try make || die + ./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man ${myconf} || die + emake || die } src_install() { - - try make DESTDIR=${D} install || die - + make DESTDIR=${D} install || die dodoc README SITES NEWS AUTHORS COPYING BUGS TODO Changelog - } diff --git a/sys-apps/devfsd/devfsd-1.3.20.ebuild b/sys-apps/devfsd/devfsd-1.3.20.ebuild new file mode 100644 index 000000000000..b8da2746627b --- /dev/null +++ b/sys-apps/devfsd/devfsd-1.3.20.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Daniel Robbins et al <drobbins@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/sys-apps/devfsd/devfsd-1.3.20.ebuild,v 1.1 2001/12/02 03:25:51 drobbins Exp $ + +S=${WORKDIR}/${PN} +DESCRIPTION="Daemon for the Linux Device Filesystem" +SRC_URI="ftp://ftp.atnf.csiro.au/pub/people/rgooch/linux/daemons/devfsd/devfsd-v${PV}.tar.gz" +HOMEPAGE="http://www.atnf.csiro.au/~rgooch/linux/" +DEPEND="virtual/glibc" + +src_unpack() { + unpack ${A} + cd ${S} + cp GNUmakefile GNUmakefile.orig + sed -e "s:-O2:${CFLAGS}:g" -e 's:/usr/man:/usr/share/man:' -e '30,32d;8,12d;9d' -e '6c\' -e 'DEFINES := -DLIBNSL="\\"/lib/libnsl.so.1\\""' GNUmakefile.orig > GNUmakefile +} + +src_compile() { + make || die +} + +src_install () { + dodir /sbin /usr/share/man /etc + try make PREFIX=${D} install + exeinto /etc/rc.d/init.d + doexe ${FILESDIR}/devfsd + dodir /dev-state + insinto /etc + doins ${FILESDIR}/devfsd.conf +} diff --git a/x11-base/xfree/xfree-4.1.0-r4.ebuild b/x11-base/xfree/xfree-4.1.0-r4.ebuild index 76ce2a457216..cd4471c31961 100644 --- a/x11-base/xfree/xfree-4.1.0-r4.ebuild +++ b/x11-base/xfree/xfree-4.1.0-r4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Desktop Team <desktop@gentoo.org> # Author: Achim Gottinger <achim@gentoo.org>, Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-base/xfree/xfree-4.1.0-r4.ebuild,v 1.1 2001/11/11 11:02:54 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xfree/xfree-4.1.0-r4.ebuild,v 1.2 2001/12/02 03:25:51 drobbins Exp $ MY_V="`echo ${PV} |sed -e 's:\.::g'`" S=${WORKDIR}/xc @@ -45,7 +45,7 @@ src_unpack () { src_compile() { - make World || die + emake World || die } src_install() { diff --git a/x11-wm/WindowMaker/WindowMaker-0.70.0-r1.ebuild b/x11-wm/WindowMaker/WindowMaker-0.70.0-r1.ebuild index ef9d7fdc79cb..ba3d89ca4c98 100644 --- a/x11-wm/WindowMaker/WindowMaker-0.70.0-r1.ebuild +++ b/x11-wm/WindowMaker/WindowMaker-0.70.0-r1.ebuild @@ -1,7 +1,7 @@ # 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/WindowMaker/WindowMaker-0.70.0-r1.ebuild,v 1.3 2001/11/07 22:03:45 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/WindowMaker/WindowMaker-0.70.0-r1.ebuild,v 1.4 2001/12/02 03:25:51 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Window Maker" @@ -20,6 +20,7 @@ DEPEND="virtual/glibc virtual/x11 # Replaced by WINGS # >=x11-libs/libPropList-0.10.1" +#NOTE: the default menu has the wrong path for the WMPrefs utility. Needs fixing. src_compile() { diff --git a/x11-wm/icewm/files/digest-icewm-1.0.9.1 b/x11-wm/icewm/files/digest-icewm-1.0.9.1 new file mode 100644 index 000000000000..d5e35aa820a1 --- /dev/null +++ b/x11-wm/icewm/files/digest-icewm-1.0.9.1 @@ -0,0 +1 @@ +MD5 a24637a0084c4b01e2e1699863b3426d icewm-1.0.9-1.tar.gz 630784 diff --git a/x11-wm/icewm/files/digest-icewm-1.0.9.2 b/x11-wm/icewm/files/digest-icewm-1.0.9.2 new file mode 100644 index 000000000000..8864c3af9849 --- /dev/null +++ b/x11-wm/icewm/files/digest-icewm-1.0.9.2 @@ -0,0 +1 @@ +MD5 076d02415b694518b61b569ddd12822c icewm-1.0.9-2.tar.gz 630784 |