diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-06-16 07:10:16 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-06-16 07:10:16 +0000 |
commit | 25b6e201d0d8ebc6f282d6501a3988324912e56f (patch) | |
tree | 5f222586d968a77e77af435dab4b26626fdc1e9c | |
parent | gnapster is moving (diff) | |
download | gentoo-2-25b6e201d0d8ebc6f282d6501a3988324912e56f.tar.gz gentoo-2-25b6e201d0d8ebc6f282d6501a3988324912e56f.tar.bz2 gentoo-2-25b6e201d0d8ebc6f282d6501a3988324912e56f.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 | ||||
-rw-r--r-- | x11-libs/gtk-thinice-theme/files/digest-gtk-thinice-theme-1.0.4 | 1 | ||||
-rw-r--r-- | x11-libs/gtk-thinice-theme/gtk-thinice-theme-1.0.4.ebuild | 20 | ||||
-rw-r--r-- | x11-wm/bbkeys/bbkeys-0.3.6.ebuild | 35 | ||||
-rwxr-xr-x | x11-wm/bbkeys/files/blackbox | 3 | ||||
-rw-r--r-- | x11-wm/bbkeys/files/digest-bbkeys-0.3.6 | 1 |
11 files changed, 197 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 +} diff --git a/x11-libs/gtk-thinice-theme/files/digest-gtk-thinice-theme-1.0.4 b/x11-libs/gtk-thinice-theme/files/digest-gtk-thinice-theme-1.0.4 new file mode 100644 index 000000000000..c002591a6695 --- /dev/null +++ b/x11-libs/gtk-thinice-theme/files/digest-gtk-thinice-theme-1.0.4 @@ -0,0 +1 @@ +MD5 f2b6e8f4c3ea3710e27a59195f2abc9a gtk-thinice-theme-1.0.4.tar.gz diff --git a/x11-libs/gtk-thinice-theme/gtk-thinice-theme-1.0.4.ebuild b/x11-libs/gtk-thinice-theme/gtk-thinice-theme-1.0.4.ebuild new file mode 100644 index 000000000000..11c4f7889dde --- /dev/null +++ b/x11-libs/gtk-thinice-theme/gtk-thinice-theme-1.0.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Your Name <your email> +# /home/cvsroot/gentoo-x86/skel.build,v 1.2 2001/02/15 18:17:31 achim Exp + +S=${WORKDIR}/${P} +DESCRIPTION="Gtk engine, thinice" +SRC_URI="http://thinice.sourceforge.net/${P}.tar.gz" +HOMEPAGE="http://thinice.sourceforge.net" + +DEPEND=">=x11-libs/gtk+-1.2.10" + +src_compile() { + try ./configure --prefix=/usr/X11R6 --host=${CHOST} + try pmake +} + +src_install () { + try make prefix=${D}/usr/X11R6 install +} diff --git a/x11-wm/bbkeys/bbkeys-0.3.6.ebuild b/x11-wm/bbkeys/bbkeys-0.3.6.ebuild new file mode 100644 index 000000000000..1568dd5f69e0 --- /dev/null +++ b/x11-wm/bbkeys/bbkeys-0.3.6.ebuild @@ -0,0 +1,35 @@ +# 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="bbkeys" +SRC_URI="http://movingparts.thelinuxcommunity.org/bbkeys/bbkeys-0.3.6.tar.gz" +HOMEPAGE="http://movingparts.thelinuxcommunity.org" + +DEPEND=">=x11-wm/blackbox-0.61 qt? ( >=x11-libs/qt-x11-2.3.0 )" + +src_compile() { + + if [ "`use qt`" ] ; then + cd ${S}/bbkeysconf-1.3 + try make "QTDIR=${QTDIR} MOC=${QTDIR}/bin/moc CXXFLAGS='${CXXFLAGS} -I/usr/lib -I/usr/X11R6/include -I${QTDIR}/include'" + cd ${S} + fi + try ./configure --prefix=/usr/X11R6 --host=${CHOST} + try pmake + +} + +src_install () { + + if [ "`use qt`" ] ; then + cd ${S}/bbkeysconf-1.3 + try make DESTDIR=${D} PREFIX=${D}/usr/X11R6/bin install + cd ${S} + fi + try make DESTDIR=${D} install + exeinto /usr/X11R6/bin/wm + doexe ${FILESDIR}/blackbox +} + diff --git a/x11-wm/bbkeys/files/blackbox b/x11-wm/bbkeys/files/blackbox new file mode 100755 index 000000000000..01ea6a64230c --- /dev/null +++ b/x11-wm/bbkeys/files/blackbox @@ -0,0 +1,3 @@ +#!/bin/sh +exec /usr/X11R6/bin/bbkeys & +exec /usr/X11R6/bin/blackbox diff --git a/x11-wm/bbkeys/files/digest-bbkeys-0.3.6 b/x11-wm/bbkeys/files/digest-bbkeys-0.3.6 new file mode 100644 index 000000000000..f3422a54e53e --- /dev/null +++ b/x11-wm/bbkeys/files/digest-bbkeys-0.3.6 @@ -0,0 +1 @@ +MD5 a8d24c463ea8900c4f5e5fdbc4ee8f9f bbkeys-0.3.6.tar.gz |