diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-16 04:54:34 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-16 04:54:34 +0000 |
commit | 96d961306c383ae7f9e882b0647b661f344af7dc (patch) | |
tree | a200da9dd462d56c9cae5b7f54f451c5e22d338a /net-libs | |
parent | added keywords (diff) | |
download | gentoo-2-96d961306c383ae7f9e882b0647b661f344af7dc.tar.gz gentoo-2-96d961306c383ae7f9e882b0647b661f344af7dc.tar.bz2 gentoo-2-96d961306c383ae7f9e882b0647b661f344af7dc.zip |
ppc tagging
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/gnet/files/digest-gnet-1.1.0 | 1 | ||||
-rw-r--r-- | net-libs/gnet/files/digest-gnet-1.1.3 | 1 | ||||
-rw-r--r-- | net-libs/gnet/gnet-1.1.0.ebuild | 35 | ||||
-rw-r--r-- | net-libs/gnet/gnet-1.1.3.ebuild | 35 | ||||
-rw-r--r-- | net-libs/gnet/gnet-1.1.4.ebuild | 16 | ||||
-rw-r--r-- | net-libs/libpcap/libpcap-0.7.1.ebuild | 3 | ||||
-rw-r--r-- | net-libs/libwww/files/digest-libwww-5.3.2-r1 | 1 | ||||
-rw-r--r-- | net-libs/libwww/libwww-5.3.2-r1.ebuild | 42 | ||||
-rw-r--r-- | net-libs/libwww/libwww-5.4.0.ebuild | 7 | ||||
-rw-r--r-- | net-libs/linc/files/digest-linc-0.1.21-r1 | 1 | ||||
-rw-r--r-- | net-libs/linc/files/digest-linc-0.5.0 | 1 | ||||
-rw-r--r-- | net-libs/linc/files/digest-linc-0.5.0-r1 | 1 | ||||
-rw-r--r-- | net-libs/linc/linc-0.1.21-r1.ebuild | 56 | ||||
-rw-r--r-- | net-libs/linc/linc-0.1.22.ebuild | 8 | ||||
-rw-r--r-- | net-libs/linc/linc-0.5.0-r1.ebuild | 53 | ||||
-rw-r--r-- | net-libs/linc/linc-0.5.0-r2.ebuild | 9 | ||||
-rw-r--r-- | net-libs/linc/linc-0.5.0.ebuild | 56 |
17 files changed, 19 insertions, 307 deletions
diff --git a/net-libs/gnet/files/digest-gnet-1.1.0 b/net-libs/gnet/files/digest-gnet-1.1.0 deleted file mode 100644 index 3be520467246..000000000000 --- a/net-libs/gnet/files/digest-gnet-1.1.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 ad7aef2f1de593e548134922472d3b98 gnet-1.1.0.tar.gz 259122 diff --git a/net-libs/gnet/files/digest-gnet-1.1.3 b/net-libs/gnet/files/digest-gnet-1.1.3 deleted file mode 100644 index f1df4f746eba..000000000000 --- a/net-libs/gnet/files/digest-gnet-1.1.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 a2568a9c2ba461bf9aed875bfae1ad4b gnet-1.1.3.tar.gz 361517 diff --git a/net-libs/gnet/gnet-1.1.0.ebuild b/net-libs/gnet/gnet-1.1.0.ebuild deleted file mode 100644 index e6477299ea90..000000000000 --- a/net-libs/gnet/gnet-1.1.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-1.1.0.ebuild,v 1.3 2002/07/11 06:30:47 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="GNet network library." -SRC_URI="http://www.gnetlibrary.org/src/${P}.tar.gz" -HOMEPAGE="http://www.gnetlibrary.org/" - -DEPEND="virtual/glibc - =dev-libs/glib-1.2*" - -src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --sysconfdir=/etc \ - --localstatedir=/var/lib || die - - patch -p0 < ${FILESDIR}/gnet-docdir-gentoo.diff - - emake || die -} - -src_install() { - make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/lib \ - install || die - - dodoc AUTHORS BUGS ChangeLog COPYING NEWS README TODO -} diff --git a/net-libs/gnet/gnet-1.1.3.ebuild b/net-libs/gnet/gnet-1.1.3.ebuild deleted file mode 100644 index 1078bdda4fff..000000000000 --- a/net-libs/gnet/gnet-1.1.3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-1.1.3.ebuild,v 1.2 2002/07/11 06:30:47 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="GNet network library." -SRC_URI="http://www.gnetlibrary.org/src/${P}.tar.gz" -HOMEPAGE="http://www.gnetlibrary.org/" - -DEPEND="virtual/glibc - >=dev-libs/glib-1.2.0" -# yes, the >= is correct, this software can use both glib 1.2 and 2.0! -src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --sysconfdir=/etc \ - --localstatedir=/var/lib || die - - patch -p0 < ${FILESDIR}/gnet-docdir-gentoo.diff - - emake || die -} - -src_install() { - make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/lib \ - install || die - - dodoc AUTHORS BUGS ChangeLog COPYING NEWS README TODO -} diff --git a/net-libs/gnet/gnet-1.1.4.ebuild b/net-libs/gnet/gnet-1.1.4.ebuild index c1936e48b6fb..8b50d5634f84 100644 --- a/net-libs/gnet/gnet-1.1.4.ebuild +++ b/net-libs/gnet/gnet-1.1.4.ebuild @@ -1,26 +1,24 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-1.1.4.ebuild,v 1.2 2002/07/11 06:30:47 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-1.1.4.ebuild,v 1.3 2002/07/16 04:54:33 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNet network library." SRC_URI="http://www.gnetlibrary.org/src/${P}.tar.gz" HOMEPAGE="http://www.gnetlibrary.org/" + SLOT="0" LICENSE="LGPL-2.1" +KEYWORDS="x86 ppc" -DEPEND="virtual/glibc - >=dev-libs/glib-1.2.0" +DEPEND=">=dev-libs/glib-1.2.0" RDEPEND=$DEPEND # yes, the >= is correct, this software can use both glib 1.2 and 2.0! src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --sysconfdir=/etc \ - --localstatedir=/var/lib || die + econf \ + --sysconfdir=/etc \ + --localstatedir=/var/lib || die patch -p0 < ${FILESDIR}/gnet-docdir-gentoo.diff diff --git a/net-libs/libpcap/libpcap-0.7.1.ebuild b/net-libs/libpcap/libpcap-0.7.1.ebuild index e5a49116ba88..f5a4602f2722 100644 --- a/net-libs/libpcap/libpcap-0.7.1.ebuild +++ b/net-libs/libpcap/libpcap-0.7.1.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/net-libs/libpcap/libpcap-0.7.1.ebuild,v 1.3 2002/07/11 06:30:47 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-0.7.1.ebuild,v 1.4 2002/07/16 04:54:33 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="pcap-Library" @@ -12,6 +12,7 @@ DEPEND="virtual/glibc" SLOT="0" LICENSE="BSD" +KEYWORDS="x86 ppc" src_compile() { diff --git a/net-libs/libwww/files/digest-libwww-5.3.2-r1 b/net-libs/libwww/files/digest-libwww-5.3.2-r1 deleted file mode 100644 index f414f613408c..000000000000 --- a/net-libs/libwww/files/digest-libwww-5.3.2-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 9bff5c3269d959a49aaf667977676880 w3c-libwww-5.3.2.tar.gz 1956340 diff --git a/net-libs/libwww/libwww-5.3.2-r1.ebuild b/net-libs/libwww/libwww-5.3.2-r1.ebuild deleted file mode 100644 index a7c945830647..000000000000 --- a/net-libs/libwww/libwww-5.3.2-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-libs/libwww/libwww-5.3.2-r1.ebuild,v 1.3 2002/06/19 20:37:04 seemant Exp $ - -MY_P=w3c-${P} -S=${WORKDIR}/${MY_P} -DESCRIPTION="A general-purpose client side WEB API" -SRC_URI="http://www.w3.org/Library/Distribution/${MY_P}.tar.gz" -HOMEPAGE="http://www.w3.org/Library/" - -SLOT="" - -DEPEND="sys-devel/perl - >=sys-libs/zlib-1.1.4 - mysql? ( >=dev-db/mysql-3.23.26 ) - ssl? ( >=dev-libs/openssl-0.9.6 )" - -src_compile() { - - local myconf - - use mysql && myconf="--with-mysql" - - use ssl && myconf="${myconf} --with-ssl" - - ./configure \ - --with-zlib \ - --with-md5 \ - --with-expat \ - ${myconf} || die - - emake || die - -} - -src_install () { - - make prefix=${D}/usr install || die - dodoc COPYRIGH ChangeLog - dohtml -r . - -} diff --git a/net-libs/libwww/libwww-5.4.0.ebuild b/net-libs/libwww/libwww-5.4.0.ebuild index 18801902c02f..e628687c4d26 100644 --- a/net-libs/libwww/libwww-5.4.0.ebuild +++ b/net-libs/libwww/libwww-5.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-libs/libwww/libwww-5.4.0.ebuild,v 1.1 2002/06/19 20:37:04 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libwww/libwww-5.4.0.ebuild,v 1.2 2002/07/16 04:54:33 seemant Exp $ inherit libtool @@ -10,7 +10,10 @@ DESCRIPTION="A general-purpose client side WEB API" SRC_URI="http://www.w3.org/Library/Distribution/${MY_P}.tgz" HOMEPAGE="http://www.w3.org/Library/" -SLOT="" +SLOT="0" +LICENSE="W3C" +KEYWORDS="x86 ppc" + DEPEND="sys-devel/perl >=sys-libs/zlib-1.1.4 diff --git a/net-libs/linc/files/digest-linc-0.1.21-r1 b/net-libs/linc/files/digest-linc-0.1.21-r1 deleted file mode 100644 index 0631c92ef69b..000000000000 --- a/net-libs/linc/files/digest-linc-0.1.21-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 2ade39312be6bfc7e85b2e106218c8c1 linc-0.1.21.tar.bz2 175550 diff --git a/net-libs/linc/files/digest-linc-0.5.0 b/net-libs/linc/files/digest-linc-0.5.0 deleted file mode 100644 index 596aace964e4..000000000000 --- a/net-libs/linc/files/digest-linc-0.5.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 2793b19b769be65ed3cb7df786b8032e linc-0.5.0.tar.bz2 177900 diff --git a/net-libs/linc/files/digest-linc-0.5.0-r1 b/net-libs/linc/files/digest-linc-0.5.0-r1 deleted file mode 100644 index 596aace964e4..000000000000 --- a/net-libs/linc/files/digest-linc-0.5.0-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 2793b19b769be65ed3cb7df786b8032e linc-0.5.0.tar.bz2 177900 diff --git a/net-libs/linc/linc-0.1.21-r1.ebuild b/net-libs/linc/linc-0.1.21-r1.ebuild deleted file mode 100644 index e8028f7b250d..000000000000 --- a/net-libs/linc/linc-0.1.21-r1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-libs/linc/linc-0.1.21-r1.ebuild,v 1.2 2002/07/11 06:30:47 drobbins Exp $ - -# Do _NOT_ strip symbols in the build! Need both lines for Portage 1.8.9+ -DEBUG="yes" -RESTRICT="nostrip" -# force debug information -CFLAGS="${CFLAGS} -g" -CXXFLAGS="${CXXFLAGS} -g" - -S=${WORKDIR}/${P} -DESCRIPTION="A library to ease the writing of networked applications" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/${PN}/${P}.tar.bz2" -HOMEPAGE="http://www.gnome.org/" -SLOT="0" -LICENSE="LGPL-2.1" - -RDEPEND=">=dev-libs/glib-2.0.0 - >=dev-libs/openssl-0.9.6" - -DEPEND="${RDEPEND} - doc? ( >=dev-util/gtk-doc-0.9-r2 ) - >=dev-util/pkgconfig-0.12.0" - -src_compile() { -# libtoolize --copy --force - local myconf - use doc && myconf="${myconf} --enable-gtk-doc" || myconf="${myconf} --disable-gtk-doc" - - # if this is disabled (use) ORBit2 will fail to build. Just force it on - myconf="${myconf} --with-openssl" - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - ${myconf} \ - --enable-debug=yes || die - emake || die -} - -src_install() { - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - infodir=${D}/usr/share/info \ - mandir=${D}/usr/share/man \ - install || die - - dodoc AUTHORS ChangeLog COPYING HACKING MAINTAINERS README* INSTALL NEWS TODO -} - - - - - diff --git a/net-libs/linc/linc-0.1.22.ebuild b/net-libs/linc/linc-0.1.22.ebuild index e2ff39e3a17a..7b8c3ddd4dd9 100644 --- a/net-libs/linc/linc-0.1.22.ebuild +++ b/net-libs/linc/linc-0.1.22.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/net-libs/linc/linc-0.1.22.ebuild,v 1.2 2002/07/11 06:30:47 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/linc/linc-0.1.22.ebuild,v 1.3 2002/07/16 04:54:33 seemant Exp $ # Do _NOT_ strip symbols in the build! Need both lines for Portage 1.8.9+ DEBUG="yes" @@ -15,6 +15,7 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" SLOT="0" LICENSE="LGPL-2.1" +KEYWORDS="x86 -ppc" RDEPEND=">=dev-libs/glib-2.0.0 >=dev-libs/openssl-0.9.6" @@ -49,8 +50,3 @@ src_install() { dodoc AUTHORS ChangeLog COPYING HACKING MAINTAINERS README* INSTALL NEWS TODO } - - - - - diff --git a/net-libs/linc/linc-0.5.0-r1.ebuild b/net-libs/linc/linc-0.5.0-r1.ebuild deleted file mode 100644 index bea852ab4d5c..000000000000 --- a/net-libs/linc/linc-0.5.0-r1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-libs/linc/linc-0.5.0-r1.ebuild,v 1.3 2002/07/11 06:30:47 drobbins Exp $ -inherit debug - -# NOTE -# NEVER EVER EVER libtoolize this. it breaks things like ORBit - -S=${WORKDIR}/${P} -DESCRIPTION="A library to ease the writing of networked applications" -SRC_URI="mirror://gnome/sources/${PN}/${P}.tar.bz2" -HOMEPAGE="http://www.gnome.org/" -SLOT="0" -LICENSE="LGPL-2.1" - -RDEPEND=">=dev-libs/glib-2.0.0 - >=dev-libs/openssl-0.9.6" - -DEPEND="${RDEPEND} - doc? ( >=dev-util/gtk-doc-0.9-r2 ) - >=dev-util/pkgconfig-0.12.0" - -src_compile() { -# libtoolize --copy --force - local myconf - use doc && myconf="${myconf} --enable-gtk-doc" || myconf="${myconf} --disable-gtk-doc" - - # if this is disabled (use) ORBit2 will fail to build. Just force it on - myconf="${myconf} --with-openssl" - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - ${myconf} \ - --enable-debug=yes || die - emake || die -} - -src_install() { - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - infodir=${D}/usr/share/info \ - mandir=${D}/usr/share/man \ - install || die - - dodoc AUTHORS ChangeLog COPYING HACKING MAINTAINERS README* INSTALL NEWS TODO -} - - - - - diff --git a/net-libs/linc/linc-0.5.0-r2.ebuild b/net-libs/linc/linc-0.5.0-r2.ebuild index 188f3ceb77d1..0ad40f95c3b7 100644 --- a/net-libs/linc/linc-0.5.0-r2.ebuild +++ b/net-libs/linc/linc-0.5.0-r2.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/net-libs/linc/linc-0.5.0-r2.ebuild,v 1.3 2002/07/11 06:30:47 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/linc/linc-0.5.0-r2.ebuild,v 1.4 2002/07/16 04:54:33 seemant Exp $ inherit debug inherit libtool @@ -9,8 +9,10 @@ S=${WORKDIR}/${P} DESCRIPTION="A library to ease the writing of networked applications" SRC_URI="mirror://gnome/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" + SLOT="0" LICENSE="LGPL-2.1" +KEYWORDS="x86 ppc" RDEPEND=">=dev-libs/glib-2.0.4-r1 >=dev-libs/openssl-0.9.6" @@ -45,8 +47,3 @@ src_install() { dodoc AUTHORS ChangeLog COPYING HACKING MAINTAINERS README* INSTALL NEWS TODO } - - - - - diff --git a/net-libs/linc/linc-0.5.0.ebuild b/net-libs/linc/linc-0.5.0.ebuild deleted file mode 100644 index eaf87676db7f..000000000000 --- a/net-libs/linc/linc-0.5.0.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-libs/linc/linc-0.5.0.ebuild,v 1.2 2002/07/11 06:30:47 drobbins Exp $ - -# Do _NOT_ strip symbols in the build! Need both lines for Portage 1.8.9+ -DEBUG="yes" -RESTRICT="nostrip" -# force debug information -CFLAGS="${CFLAGS} -g" -CXXFLAGS="${CXXFLAGS} -g" - -S=${WORKDIR}/${P} -DESCRIPTION="A library to ease the writing of networked applications" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/${PN}/${P}.tar.bz2" -HOMEPAGE="http://www.gnome.org/" -SLOT="0" -LICENSE="LGPL-2.1" - -RDEPEND=">=dev-libs/glib-2.0.0 - >=dev-libs/openssl-0.9.6" - -DEPEND="${RDEPEND} - doc? ( >=dev-util/gtk-doc-0.9-r2 ) - >=dev-util/pkgconfig-0.12.0" - -src_compile() { -# libtoolize --copy --force - local myconf - use doc && myconf="${myconf} --enable-gtk-doc" || myconf="${myconf} --disable-gtk-doc" - - # if this is disabled (use) ORBit2 will fail to build. Just force it on - myconf="${myconf} --with-openssl" - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - ${myconf} \ - --enable-debug=yes || die - emake || die -} - -src_install() { - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - infodir=${D}/usr/share/info \ - mandir=${D}/usr/share/man \ - install || die - - dodoc AUTHORS ChangeLog COPYING HACKING MAINTAINERS README* INSTALL NEWS TODO -} - - - - - |