diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-06-16 07:10:15 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-06-16 07:10:15 +0000 |
commit | f0af7ae5090d8b8e63eacdc7a2740ba4005b9b6a (patch) | |
tree | 9d40a6c17d4788fbc837ff2f7f5188969e850bef | |
parent | gnapster is moving (diff) | |
download | historical-f0af7ae5090d8b8e63eacdc7a2740ba4005b9b6a.tar.gz historical-f0af7ae5090d8b8e63eacdc7a2740ba4005b9b6a.tar.bz2 historical-f0af7ae5090d8b8e63eacdc7a2740ba4005b9b6a.zip |
a bunch of nice stuff from lordjoe
-rw-r--r-- | media-sound/gnapster/files/digest-gnapster-1.5.0 | 1 | ||||
-rw-r--r-- | net-im/gaim/files/digest-gaim-0.11.0-r13 | 1 | ||||
-rw-r--r-- | net-im/gaim/gaim-0.11.0_pre13.ebuild | 45 | ||||
-rw-r--r-- | net-irc/xchat/xchat-1.7.6.ebuild | 61 | ||||
-rw-r--r-- | net-mail/spruce/files/digest-spruce-0.7.6 | 1 | ||||
-rw-r--r-- | net-mail/spruce/spruce-0.7.6.ebuild | 28 |
6 files changed, 137 insertions, 0 deletions
diff --git a/media-sound/gnapster/files/digest-gnapster-1.5.0 b/media-sound/gnapster/files/digest-gnapster-1.5.0 new file mode 100644 index 000000000000..b895ada977cf --- /dev/null +++ b/media-sound/gnapster/files/digest-gnapster-1.5.0 @@ -0,0 +1 @@ +MD5 f73e173c5dd78bb910dd8a5235c842a6 gnapster-1.5.0.tar.gz diff --git a/net-im/gaim/files/digest-gaim-0.11.0-r13 b/net-im/gaim/files/digest-gaim-0.11.0-r13 new file mode 100644 index 000000000000..1c83c8be2901 --- /dev/null +++ b/net-im/gaim/files/digest-gaim-0.11.0-r13 @@ -0,0 +1 @@ +MD5 5acee72cbb145cbf347d18eeb9f3f724 gaim-0.11.0pre13.tar.bz2 diff --git a/net-im/gaim/gaim-0.11.0_pre13.ebuild b/net-im/gaim/gaim-0.11.0_pre13.ebuild new file mode 100644 index 000000000000..c8790c4b2469 --- /dev/null +++ b/net-im/gaim/gaim-0.11.0_pre13.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Joe Bormolini <lordjoe@bigfoot.com> + +P2=gaim-0.11.0pre13 +S=${WORKDIR}/${P2} +DESCRIPTION="Gtk AOL Instant Messenger client" +SRC_URI="http://prdownloads.sourceforge.net/gaim/${P2}.tar.bz2" +HOMEPAGE="http://gaim.sourceforge.net" + +DEPEND=">=x11-libs/gtk+-1.2.3 + gnome? ( >=gnome-base/gnome-libs-1.2.13 ) + perl? ( >=sys-devel/perl-5.6.1 ) + nas? ( >=media-sound/nas-1.4.1-r1 ) + esd? ( >=media-sound/esound-0.2.22-r2 )" + +src_compile() { + + local myopts + if [ "`use gnome`" ] + then + myopts="--with-gnome=${GNOMEDIR} --enable-panel --prefix=/opt/gnome" + else + myopts="--disable-gnome --disable-pixbuf --prefix=/usr/X11R6" + fi + if [ -z "`use esd`" ] ; then + myopts="$myopts --disable-esd" + fi + if [ -z "`use nas`" ] ; then + myopts="$myopts --disable-nas" + fi + if [ -z "`use perl`" ] ; then + myopts="$myopts --disable-perl" + fi + try ./configure --host=${CHOST} ${myopts} + try pmake + +} + +src_install () { + + try make DESTDIR=${D} install + dodoc ChangeLog README README.plugins +} + diff --git a/net-irc/xchat/xchat-1.7.6.ebuild b/net-irc/xchat/xchat-1.7.6.ebuild new file mode 100644 index 000000000000..fc25d011223e --- /dev/null +++ b/net-irc/xchat/xchat-1.7.6.ebuild @@ -0,0 +1,61 @@ +# Copyrigth 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> + +A=${P}.tar.bz2 +S=${WORKDIR}/${P} +DESCRIPTION="gtk/gnome irc client" +SRC_URI="http://www.xchat.org/files/source/1.7/"${A} +HOMEPAGE="http://www.xchat.org/" + +DEPEND=">=x11-libs/gtk+-1.2.10 + gnome? ( >=gnome-base/gnome-core-1.2.2.1 ) + gnome? ( >=gnome-base/gdk-pixbuf-0.11.0 ) + nls? ( >=sys-devel/gettext-0.10.38 ) + gnome? ( >=gnome-base/gnome-core-1.2.2.1 )" +# ssl? ( >=dev-libs/openssl-0.9.6a )" + python? ( >=dev-lang/python-2.0 )" +# ssl does not seem to work... feel free to try it if you'd like =) + +src_compile() { +e + local myopts + if [ -n "`use gnome`" ] + then + myopts="--enable-gnome --enable-panel --prefix=/opt/gnome" + else + myopts="--enable-gtkfe --disable-gnome --prefix=/usr/X11R6" + fi +# if [ "`use ssl`" ] +# then +# myopts="$myopts --enable-openssl" +# else +# myopts="$myopts --disable-openssl" +# fi + if [ -z "`use nls`" ] ; then + myopts="$myopts --disable-nls" + fi + if [ "`use python`" ] + then + myopts="$myopts --enable-python" + else + myopts="$myopts --disable-python" + fi + if [ -z "`use perl`" ] ; then + myopts="$myopts --disable-perl" + fi + try ./configure --host=${CHOST} ${myopts} --disable-openssl + #try ./configure --host=${CHOST} ${myopts} + try pmake +} + +src_install() { + + if [ -n "`use gnome`" ] + then + try make prefix=${D}/opt/gnome install + else + try make prefix=${D}/usr/X11R6 install + fi + dodoc AUTHORS COPYING ChangeLog README +} diff --git a/net-mail/spruce/files/digest-spruce-0.7.6 b/net-mail/spruce/files/digest-spruce-0.7.6 new file mode 100644 index 000000000000..80e5815ea3f5 --- /dev/null +++ b/net-mail/spruce/files/digest-spruce-0.7.6 @@ -0,0 +1 @@ +MD5 68b1c89e594bb83d0b17b27a151c3094 spruce-0.7.6.tar.gz diff --git a/net-mail/spruce/spruce-0.7.6.ebuild b/net-mail/spruce/spruce-0.7.6.ebuild new file mode 100644 index 000000000000..6f24bceff7d5 --- /dev/null +++ b/net-mail/spruce/spruce-0.7.6.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Joe Bormolini <lordjoe@bigfoot.com> + +S=${WORKDIR}/${P} +DESCRIPTION="Gtk email client" +SRC_URI="ftp://spruce.sourceforge.net/pub/spruce/devel/${P}.tar.gz" +HOMEPAGE="http://spruce.sourceforge.net/" + +DEPEND=">=x11-libs/gtk+-1.2.6" +# ssl? ( >=dev-libs/openssl-0.9.6 )" +# Doesn't work? Please test =) + +src_compile() { + + local myopts +# if [ "`use ssl`" ]; then +# myopts="--with-ssl" +# fi + try ./configure --prefix=/usr/X11R6 --host=${CHOST} ${myopts} + try make + +} + +src_install () { + try make DESTDIR=${D} install + dodoc ChangeLog README README.firewall INSTALL +} |