diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-16 04:54:32 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-16 04:54:32 +0000 |
commit | 48ac91154e57ad28b84fc86f1f98bb5f75aab35d (patch) | |
tree | a32ddddb9ce2e2c85cae07015ca320385c43a492 | |
parent | added keywords (diff) | |
download | historical-48ac91154e57ad28b84fc86f1f98bb5f75aab35d.tar.gz historical-48ac91154e57ad28b84fc86f1f98bb5f75aab35d.tar.bz2 historical-48ac91154e57ad28b84fc86f1f98bb5f75aab35d.zip |
ppc tagging
23 files changed, 140 insertions, 322 deletions
diff --git a/licenses/W3C b/licenses/W3C new file mode 100644 index 000000000000..6632eb117bc1 --- /dev/null +++ b/licenses/W3C @@ -0,0 +1,79 @@ + W3C IPR SOFTWARE NOTICE + + Copyright ¨ 1995-2002 [1]World Wide Web Consortium, ([2]Massachusetts + Institute of Technology, [3]Institut National de Recherche en Informatique et + en Automatique, [4]Keio University). All Rights Reserved. + http://www.w3.org/Consortium/Legal/ + + This W3C work (including software, documents, or other related items) + is being provided by the copyright holders under the following + license. By obtaining, using and/or copying this work, you (the + licensee) agree that you have read, understood, and will comply with + the following terms and conditions: + + Permission to use, copy, and modify this software and its + documentation, with or without modification, for any purpose and + without fee or royalty is hereby granted, provided that you include + the following on ALL copies of the software and documentation or + portions thereof, including modifications, that you make: + 1. The full text of this NOTICE in a location viewable to users of + the redistributed or derivative work. + 2. Any pre-existing intellectual property disclaimers, notices, or + terms and conditions. If none exist, a short notice of the + following form (hypertext is preferred, text is permitted) should + be used within the body of any redistributed or derivative code: + "Copyright ¨ [5]World Wide Web Consortium, ([6]Massachusetts + Institute of Technology, [7]Institut National de Recherche en + Informatique et en Automatique, [8]Keio University). All Rights + Reserved. http://www.w3.org/Consortium/Legal/" + 3. Notice of any changes or modifications to the W3C files, including + the date changes were made. (We recommend you provide URIs to the + location from which the code is derived). + + In addition, creators of derivitive works must include the full text + of this NOTICE in a location viewable to users of the derivitive work. + + THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT + HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, + INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS + FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR + DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, + TRADEMARKS OR OTHER RIGHTS. + + COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL + OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR + DOCUMENTATION. + + The name and trademarks of copyright holders may NOT be used in + advertising or publicity pertaining to the software without specific, + written prior permission. Title to copyright in this software and any + associated documentation will at all times remain with copyright + holders. + + ____________________________________ + + This formulation of W3C's notice and license became active on August + 14 1998. See the [9]older formulation for the policy prior to this + date. Please see our [10]Copyright FAQ for common questions about + using materials from our site, including specific terms and conditions + for packages like libwww, Amaya, and Jigsaw. Other questions about + this notice can be directed to [11]site-policy@w3.org . + + + [12]webmaster + (last updated 14-Aug-1998 ) + +References + + 1. http://www.w3.org/ + 2. http://www.lcs.mit.edu/ + 3. http://www.inria.fr/ + 4. http://www.keio.ac.jp/ + 5. http://www.w3.org/ + 6. http://www.lcs.mit.edu/ + 7. http://www.inria.fr/ + 8. http://www.keio.ac.jp/ + 9. http://www.w3.org/Consortium/Legal/copyright-software-19980519.html + 10. http://www.w3.org/Consortium/Legal/IPR-FAQ.html + 11. mailto:site-policy@w3.org + 12. http://www.w3.org/Help/Webmaster.html diff --git a/net-analyzer/nmap/files/digest-nmap-2.54_beta31 b/net-analyzer/nmap/files/digest-nmap-2.54_beta31 deleted file mode 100644 index e565cbade737..000000000000 --- a/net-analyzer/nmap/files/digest-nmap-2.54_beta31 +++ /dev/null @@ -1 +0,0 @@ -MD5 f0d363b32bab910ea195502322a43cca nmap-2.54BETA31.tgz 855578 diff --git a/net-analyzer/nmap/files/digest-nmap-2.54_beta33 b/net-analyzer/nmap/files/digest-nmap-2.54_beta33 deleted file mode 100644 index 8b8003b8d578..000000000000 --- a/net-analyzer/nmap/files/digest-nmap-2.54_beta33 +++ /dev/null @@ -1 +0,0 @@ -MD5 4d82a7feb1ef5865900a8843935a7f63 nmap-2.54BETA33.tgz 861711 diff --git a/net-analyzer/nmap/nmap-2.54_beta31.ebuild b/net-analyzer/nmap/nmap-2.54_beta31.ebuild deleted file mode 100644 index 65396a13faae..000000000000 --- a/net-analyzer/nmap/nmap-2.54_beta31.ebuild +++ /dev/null @@ -1,39 +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-analyzer/nmap/nmap-2.54_beta31.ebuild,v 1.4 2002/07/11 06:30:43 drobbins Exp $ - -MY_P="${P/_beta/BETA}" -S=${WORKDIR}/${MY_P} -DESCRIPTION="Portscanner" -SRC_URI="http://www.insecure.org/nmap/dist/${MY_P}.tgz" -HOMEPAGE="http://www.insecure.org/nmap/" -DEPEND="virtual/glibc - gtk? ( =x11-libs/gtk+-1.2* )" - -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --enable-ipv6 \ - || die - - use gtk && ( \ - make || die - ) || ( - make nmap || die - ) -} - -src_install() { - - make \ - prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - install - - dodoc CHANGELOG COPYING HACKING README* - cd docs - dodoc *.txt - dohtml *.html -} diff --git a/net-analyzer/nmap/nmap-2.54_beta33.ebuild b/net-analyzer/nmap/nmap-2.54_beta33.ebuild deleted file mode 100644 index 5a9a9c7c347a..000000000000 --- a/net-analyzer/nmap/nmap-2.54_beta33.ebuild +++ /dev/null @@ -1,39 +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-analyzer/nmap/nmap-2.54_beta33.ebuild,v 1.3 2002/07/11 06:30:43 drobbins Exp $ - -MY_P="${P/_beta/BETA}" -S=${WORKDIR}/${MY_P} -DESCRIPTION="Portscanner" -SRC_URI="http://www.insecure.org/nmap/dist/${MY_P}.tgz" -HOMEPAGE="http://www.insecure.org/nmap/" -DEPEND="virtual/glibc - gtk? ( =x11-libs/gtk+-1.2* )" - -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --enable-ipv6 \ - || die - - use gtk && ( \ - make || die - ) || ( - make nmap || die - ) -} - -src_install() { - - make \ - prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - install - - dodoc CHANGELOG COPYING HACKING README* - cd docs - dodoc *.txt - dohtml *.html -} diff --git a/net-analyzer/nmap/nmap-2.54_beta36.ebuild b/net-analyzer/nmap/nmap-2.54_beta36.ebuild index 00ad27f40742..dd22f22f0883 100644 --- a/net-analyzer/nmap/nmap-2.54_beta36.ebuild +++ b/net-analyzer/nmap/nmap-2.54_beta36.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-analyzer/nmap/nmap-2.54_beta36.ebuild,v 1.1 2002/06/18 04:06:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-2.54_beta36.ebuild,v 1.2 2002/07/16 04:54:32 seemant Exp $ MY_P="${P/_beta/BETA}" S=${WORKDIR}/${MY_P} @@ -10,8 +10,9 @@ HOMEPAGE="http://www.insecure.org/nmap/" DEPEND="virtual/glibc gtk? ( =x11-libs/gtk+-1.2* )" -SLOT="" +SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86 ppc" src_compile() { ./configure \ diff --git a/net-dns/bind-tools/bind-tools-9.2.1.ebuild b/net-dns/bind-tools/bind-tools-9.2.1.ebuild index 495b603d13e6..ac026121ab4c 100644 --- a/net-dns/bind-tools/bind-tools-9.2.1.ebuild +++ b/net-dns/bind-tools/bind-tools-9.2.1.ebuild @@ -8,7 +8,7 @@ DESCRIPTION="bind tools: dig, nslookup, and host" SRC_URI="ftp://ftp.isc.org/isc/bind9/${PV}/${MY_P}.tar.gz" HOMEPAGE="http://www.isc.org/BIND/bind9.html" -KEYWORDS="x86" +KEYWORDS="x86 ppc" LICENSE="as-is" SLOT="0" @@ -20,7 +20,7 @@ src_unpack() { } src_compile() { - ./configure --host=${CHOST} || die "configure failed" + econf || die "configure failed" cd ${S}/lib/isc emake || die "make failed in /lib/isc" diff --git a/net-fs/nfs-utils/nfs-utils-0.3.3-r1.ebuild b/net-fs/nfs-utils/nfs-utils-0.3.3-r1.ebuild index 9f9b4726fbd0..59d077810f2a 100644 --- a/net-fs/nfs-utils/nfs-utils-0.3.3-r1.ebuild +++ b/net-fs/nfs-utils/nfs-utils-0.3.3-r1.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-fs/nfs-utils/nfs-utils-0.3.3-r1.ebuild,v 1.3 2002/07/11 06:30:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-0.3.3-r1.ebuild,v 1.4 2002/07/16 04:54:32 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="kernel NFS client and server daemons" @@ -8,7 +8,10 @@ SRC_URI="http://download.sourceforge.net/nfs/${P}.tar.gz" HOMEPAGE="http://nfs.sourceforge.net/" DEPEND="virtual/glibc tcpd? ( sys-apps/tcp-wrappers )" RDEPEND="virtual/glibc >=net-nds/portmap-5b-r6" + +SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86 ppc" src_compile() { ./configure \ diff --git a/net-ftp/ftp/ftp-0.17-r1.ebuild b/net-ftp/ftp/ftp-0.17-r1.ebuild index 3fa505ab79b7..1e72a30ffcf8 100644 --- a/net-ftp/ftp/ftp-0.17-r1.ebuild +++ b/net-ftp/ftp/ftp-0.17-r1.ebuild @@ -1,28 +1,30 @@ # 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-ftp/ftp/ftp-0.17-r1.ebuild,v 1.5 2002/07/11 06:30:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftp/ftp-0.17-r1.ebuild,v 1.6 2002/07/16 04:54:32 seemant Exp $ -A=netkit-${P}.tar.gz -S=${WORKDIR}/netkit-${P} +MY_P=netkit-${P} +S=${WORKDIR}/netkit-${MY_P} DESCRIPTION="Standard Linux FTP client" -SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${A}" +SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${MY_P}.tar.gz" DEPEND="virtual/glibc >=sys-libs/ncurses-5.2" -src_compile() { - - try ./configure --prefix=/usr - cp MCONFIG MCONFIG.orig - sed -e "s/-pipe -O2/${CFLAGS}/" MCONFIG.orig > MCONFIG - try make -} +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86 ppc" -src_install() { - into /usr - dobin ftp/ftp - doman ftp/ftp.1 ftp/netrc.5 - dodoc ChangeLog README BUGS +src_compile() { + + ./configure --prefix=/usr || die + cp MCONFIG MCONFIG.orig + sed -e "s/-pipe -O2/${CFLAGS}/" MCONFIG.orig > MCONFIG + make || die } - +src_install() { + into /usr + dobin ftp/ftp + doman ftp/ftp.1 ftp/netrc.5 + dodoc ChangeLog README BUGS +} diff --git a/net-ftp/ncftp/files/digest-ncftp-3.1.2 b/net-ftp/ncftp/files/digest-ncftp-3.1.2 deleted file mode 100644 index da30efa9dd3d..000000000000 --- a/net-ftp/ncftp/files/digest-ncftp-3.1.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 53176befbedbc2a094803a42bb7a4d9a ncftp-3.1.2-src.tar.bz2 387013 diff --git a/net-ftp/ncftp/ncftp-3.1.2.ebuild b/net-ftp/ncftp/ncftp-3.1.2.ebuild deleted file mode 100644 index 4f45c57bad00..000000000000 --- a/net-ftp/ncftp/ncftp-3.1.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ncftp/ncftp-3.1.2.ebuild,v 1.2 2002/07/11 06:30:46 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="An extremely configurable ftp client" -SRC_URI="ftp://ftp.ncftp.com/ncftp/${P}-src.tar.bz2" -HOMEPAGE="http://www.ncftp.com/" -SLOT="0" -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.2" - - -src_compile() { - ./configure --prefix=/usr --host=${CHOST} \ - --mandir=/usr/share/man || die - - emake || die -} - -src_install() { - dodir /usr/share - make prefix=${D}/usr mandir=${D}/usr/share/man install || die - - dodoc CHANGELOG FIREWALL-PROXY-README LICENSE.txt - dodoc READLINE-README README WHATSNEW-3.0 -} diff --git a/net-ftp/ncftp/ncftp-3.1.3.ebuild b/net-ftp/ncftp/ncftp-3.1.3.ebuild index 4eb0ff9baac6..be3b5bad5878 100644 --- a/net-ftp/ncftp/ncftp-3.1.3.ebuild +++ b/net-ftp/ncftp/ncftp-3.1.3.ebuild @@ -1,15 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ncftp/ncftp-3.1.3.ebuild,v 1.2 2002/07/11 06:30:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ncftp/ncftp-3.1.3.ebuild,v 1.3 2002/07/16 04:54:32 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="An extremely configurable ftp client" SRC_URI="ftp://ftp.ncftp.com/ncftp/${P}-src.tar.bz2" HOMEPAGE="http://www.ncftp.com/" -SLOT="0" DEPEND="virtual/glibc >=sys-libs/ncurses-5.2" + +SLOT="0" LICENSE="Clarified-Artistic" +KEYWORDS="x86 ppc" src_compile() { ./configure --prefix=/usr --host=${CHOST} \ diff --git a/net-ftp/ncftp/ncftp-3.1.4.ebuild b/net-ftp/ncftp/ncftp-3.1.4.ebuild index f964c3cecfdc..f9f75379991d 100644 --- a/net-ftp/ncftp/ncftp-3.1.4.ebuild +++ b/net-ftp/ncftp/ncftp-3.1.4.ebuild @@ -1,16 +1,18 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ncftp/ncftp-3.1.4.ebuild,v 1.2 2002/07/11 06:30:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ncftp/ncftp-3.1.4.ebuild,v 1.3 2002/07/16 04:54:32 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="An extremely configurable ftp client" SRC_URI="ftp://ftp.ncftp.com/ncftp/${P}-src.tar.bz2" HOMEPAGE="http://www.ncftp.com/" -SLOT="0" DEPEND="virtual/glibc >=sys-libs/ncurses-5.2" + +SLOT="0" LICENSE="Clarified-Artistic" +KEYWORDS="x86 ppc" src_compile() { ./configure --prefix=/usr --host=${CHOST} \ diff --git a/net-ftp/proftpd/proftpd-1.2.5-r1.ebuild b/net-ftp/proftpd/proftpd-1.2.5-r1.ebuild index 07bad8fe5691..69d2f8e7a1e1 100644 --- a/net-ftp/proftpd/proftpd-1.2.5-r1.ebuild +++ b/net-ftp/proftpd/proftpd-1.2.5-r1.ebuild @@ -1,13 +1,13 @@ # 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-ftp/proftpd/proftpd-1.2.5-r1.ebuild,v 1.3 2002/07/09 22:21:17 nitro Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.5-r1.ebuild,v 1.4 2002/07/16 04:54:32 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="An advanced and very configurable FTP server" SRC_URI="ftp://ftp.proftpd.org/distrib/source/${P}.tar.bz2" HOMEPAGE="http://www.proftpd.net/" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" diff --git a/net-im/ccmsn/ccmsn-0.3.ebuild b/net-im/ccmsn/ccmsn-0.3.ebuild index 8f20096b0c28..1f286a4b62f6 100644 --- a/net-im/ccmsn/ccmsn-0.3.ebuild +++ b/net-im/ccmsn/ccmsn-0.3.ebuild @@ -1,19 +1,20 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ccmsn/ccmsn-0.3.ebuild,v 1.1 2002/06/30 23:41:45 owen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ccmsn/ccmsn-0.3.ebuild,v 1.2 2002/07/16 04:54:32 seemant Exp $ RP="ccmsn-0.3p3" +S=${WORKDIR}/${RP} DESCRIPTION="A nice little MSN Client written in TclTk" HOMEPAGE="http://messenger.compucreations.com" -LICENSE="gpl" +SRC_URI="http://messenger.compucreations.com/${RP}.tgz" SLOT="0" -DEPEND="dev-lang/tcl dev-lang/tk" -RDEPEND="" +LICENSE="GPL" +KEYWORDS="x86 ppc" -SRC_URI="http://messenger.compucreations.com/${RP}.tgz" -S=${WORKDIR}/${RP} +DEPEND="dev-lang/tcl dev-lang/tk" +RDEPEND="" src_compile() { mkdir ${S}/${RP} diff --git a/net-im/everybuddy/everybuddy-0.4.0.ebuild b/net-im/everybuddy/everybuddy-0.4.0.ebuild index a9c43e9a6176..020f858d31fb 100644 --- a/net-im/everybuddy/everybuddy-0.4.0.ebuild +++ b/net-im/everybuddy/everybuddy-0.4.0.ebuild @@ -1,19 +1,20 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/everybuddy/everybuddy-0.4.0.ebuild,v 1.4 2002/07/11 06:30:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/everybuddy/everybuddy-0.4.0.ebuild,v 1.5 2002/07/16 04:54:32 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Universal Instant Messaging Client" SRC_URI="http://www.everybuddy.com/files/${P}.tar.gz" HOMEPAGE="http://www.everybuddy.com/" -SLOT="0" -DEPEND="virtual/glibc - virtual/x11 - =x11-libs/gtk+-1.2* +DEPEND="=x11-libs/gtk+-1.2* arts? ( >=kde-base/arts-1.0.0 ) gnome? ( >=gnome-base/gnome-libs-1.4.1.4 ) esd? ( >=media-sound/esound-0.2.24 )" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ppc" + src_compile() { local myconf use arts \ diff --git a/net-im/gnomeicu/files/digest-gnomeicu-0.98 b/net-im/gnomeicu/files/digest-gnomeicu-0.98 deleted file mode 100644 index ea25f60b282f..000000000000 --- a/net-im/gnomeicu/files/digest-gnomeicu-0.98 +++ /dev/null @@ -1 +0,0 @@ -MD5 aed40d1993611c3c29e12dfb2c9d5135 gnomeicu-0.98.tar.gz 1301948 diff --git a/net-im/gnomeicu/files/digest-gnomeicu-0.98.2 b/net-im/gnomeicu/files/digest-gnomeicu-0.98.2 deleted file mode 100644 index 379a2569a466..000000000000 --- a/net-im/gnomeicu/files/digest-gnomeicu-0.98.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 b0e015d060e3656c51b9dc962ed2a791 gnomeicu-0.98.2.tar.gz 1348190 diff --git a/net-im/gnomeicu/files/digest-gnomeicu-0.98.2-r1 b/net-im/gnomeicu/files/digest-gnomeicu-0.98.2-r1 deleted file mode 100644 index 379a2569a466..000000000000 --- a/net-im/gnomeicu/files/digest-gnomeicu-0.98.2-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 b0e015d060e3656c51b9dc962ed2a791 gnomeicu-0.98.2.tar.gz 1348190 diff --git a/net-im/gnomeicu/gnomeicu-0.98.2-r1.ebuild b/net-im/gnomeicu/gnomeicu-0.98.2-r1.ebuild deleted file mode 100644 index 8dd2f8436ed7..000000000000 --- a/net-im/gnomeicu/gnomeicu-0.98.2-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 -# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/gnomeicu-0.98.2-r1.ebuild,v 1.2 2002/07/11 06:30:46 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Gnome ICQ Client" -SRC_URI="http://download.sourceforge.net/gnomeicu/${P}.tar.gz" -HOMEPAGE="http://gnomeicu.sourceforge.net/" -SLOT="0" -RDEPEND=">=gnome-base/gnome-libs-1.4.1.2-r2 - >=sys-libs/gdbm-1.8.0 - ( >=gnome-base/libglade-0.16 - <gnome-base/libglade-1.99.0 ) - >=media-libs/gdk-pixbuf-0.9.0 - >=net-libs/gnet-1.1.0 - esd? ( >=media-sound/esound-0.2.23 )" - -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) " - -src_compile() { - local myconf - - if [ -z "`use esd`" ] - then - myconf="--disable-esd-test" - fi - if [ "`use socks5`" ]; - then - myconf="${myconf} --enable-socks5" - fi - - if [ -z "`use nls`" ] - then - myconf="${myconf} --disable-nls" - mkdir ./intl - touch ./intl/libgettext.h - fi - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - ${myconf} || die - - emake || die -} - -src_install() { - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/log \ - install || die - - dodoc AUTHORS COPYING CREDITS ChangeLog NEWS README TODO ABOUT-NLS -} diff --git a/net-im/gnomeicu/gnomeicu-0.98.2-r2.ebuild b/net-im/gnomeicu/gnomeicu-0.98.2-r2.ebuild index be284bb2f979..9d2e68162042 100644 --- a/net-im/gnomeicu/gnomeicu-0.98.2-r2.ebuild +++ b/net-im/gnomeicu/gnomeicu-0.98.2-r2.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/gnomeicu-0.98.2-r2.ebuild,v 1.2 2002/07/11 06:30:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/gnomeicu-0.98.2-r2.ebuild,v 1.3 2002/07/16 04:54:32 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Gnome ICQ Client" SRC_URI="http://download.sourceforge.net/gnomeicu/${P}.tar.gz" HOMEPAGE="http://gnomeicu.sourceforge.net/" -SLOT="0" RDEPEND=">=gnome-base/gnome-libs-1.4.1.2-r2 >=sys-libs/gdbm-1.8.0 ( >=gnome-base/libglade-0.16 @@ -19,24 +18,22 @@ RDEPEND=">=gnome-base/gnome-libs-1.4.1.2-r2 DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) " +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ppc" + src_compile() { local myconf - if [ -z "`use esd`" ] - then - myconf="--disable-esd-test" - fi - if [ "`use socks5`" ]; - then - myconf="${myconf} --enable-socks5" - fi + use esd || myconf="--disable-esd-test" + + use socks5 && myconf="${myconf} --enable-socks5" - if [ -z "`use nls`" ] - then + use nls || ( \ myconf="${myconf} --disable-nls" mkdir ./intl touch ./intl/libgettext.h - fi + ) # remove the panel applet if you dont use gnome, nice hack for gnome2 compability use gnome || myconf="${myconf} --disable-applet" ./configure --host=${CHOST} \ diff --git a/net-im/gnomeicu/gnomeicu-0.98.2.ebuild b/net-im/gnomeicu/gnomeicu-0.98.2.ebuild deleted file mode 100644 index 7e0108321121..000000000000 --- a/net-im/gnomeicu/gnomeicu-0.98.2.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/gnomeicu-0.98.2.ebuild,v 1.3 2002/07/11 06:30:46 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Gnome ICQ Client" -SRC_URI="http://download.sourceforge.net/gnomeicu/${P}.tar.gz" -HOMEPAGE="http://gnomeicu.sourceforge.net/" -SLOT="0" -RDEPEND=">=gnome-base/gnome-libs-1.4.1.2-r2 - >=sys-libs/gdbm-1.8.0 - >=gnome-base/libglade-0.16 - >=media-libs/gdk-pixbuf-0.9.0 - >=net-libs/gnet-1.1.0 - esd? ( >=media-sound/esound-0.2.23 )" - -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) " - -src_compile() { - local myconf - - if [ -z "`use esd`" ] - then - myconf="--disable-esd-test" - fi - if [ "`use socks5`" ]; - then - myconf="${myconf} --enable-socks5" - fi - - if [ -z "`use nls`" ] - then - myconf="${myconf} --disable-nls" - mkdir ./intl - touch ./intl/libgettext.h - fi - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - ${myconf} || die - - emake || die -} - -src_install() { - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/log \ - install || die - - dodoc AUTHORS COPYING CREDITS ChangeLog NEWS README TODO ABOUT-NLS -} diff --git a/net-im/gnomeicu/gnomeicu-0.98.ebuild b/net-im/gnomeicu/gnomeicu-0.98.ebuild deleted file mode 100644 index 0c4fd7c9759e..000000000000 --- a/net-im/gnomeicu/gnomeicu-0.98.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/gnomeicu-0.98.ebuild,v 1.3 2002/07/11 06:30:46 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Gnome ICQ Client" -SRC_URI="http://download.sourceforge.net/gnomeicu/${P}.tar.gz" -HOMEPAGE="http://gnomeicu.sourceforge.net/" -SLOT="0" -RDEPEND=">=gnome-base/gnome-libs-1.4.1.2-r2 - >=sys-libs/gdbm-1.8.0 - >=gnome-base/libglade-0.16 - >=media-libs/gdk-pixbuf-0.9.0 - >=net-libs/gnet-1.1.0 - esd? ( >=media-sound/esound-0.2.23 )" - -DEPEND="${RDEPEND} - sys-devel/gettext" - -src_compile() { - local myconf - - if [ -z "`use esd`" ] - then - myconf="--disable-esd-test" - fi - if [ "`use socks5`" ]; - then - myconf="${myconf} --enable-socks5" - fi - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - ${myconf} || die - - emake || die -} - -src_install() { - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/log \ - install || die - - dodoc AUTHORS COPYING CREDITS ChangeLog NEWS README TODO ABOUT-NLS -} |