diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2001-10-06 10:08:19 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2001-10-06 10:08:19 +0000 |
commit | 24b69c71950d019eab3bfd5432debe833a41f22b (patch) | |
tree | d59f8a44c5bb5176160942f5d0464b7513877758 /net-irc/xchat | |
parent | new incoming (diff) | |
download | historical-24b69c71950d019eab3bfd5432debe833a41f22b.tar.gz historical-24b69c71950d019eab3bfd5432debe833a41f22b.tar.bz2 historical-24b69c71950d019eab3bfd5432debe833a41f22b.zip |
partual gtk+ dep update / move to /usr
Diffstat (limited to 'net-irc/xchat')
-rw-r--r-- | net-irc/xchat/files/digest-xchat-1.6.4-r1 | 1 | ||||
-rw-r--r-- | net-irc/xchat/files/digest-xchat-1.7.7-r1 | 1 | ||||
-rw-r--r-- | net-irc/xchat/files/digest-xchat-1.8.2-r1 | 1 | ||||
-rw-r--r-- | net-irc/xchat/files/digest-xchat-1.8.2-r2 (renamed from net-irc/xchat/files/digest-xchat-1.8.2) | 0 | ||||
-rw-r--r-- | net-irc/xchat/xchat-1.6.4-r1.ebuild | 90 | ||||
-rw-r--r-- | net-irc/xchat/xchat-1.7.7-r1.ebuild | 83 | ||||
-rw-r--r-- | net-irc/xchat/xchat-1.8.2-r2.ebuild (renamed from net-irc/xchat/xchat-1.8.2-r1.ebuild) | 8 | ||||
-rw-r--r-- | net-irc/xchat/xchat-1.8.2.ebuild | 76 |
8 files changed, 4 insertions, 256 deletions
diff --git a/net-irc/xchat/files/digest-xchat-1.6.4-r1 b/net-irc/xchat/files/digest-xchat-1.6.4-r1 deleted file mode 100644 index 6d1083a57ca1..000000000000 --- a/net-irc/xchat/files/digest-xchat-1.6.4-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 995c02b43454ba76bb641792503c669a xchat-1.6.4.tar.bz2 diff --git a/net-irc/xchat/files/digest-xchat-1.7.7-r1 b/net-irc/xchat/files/digest-xchat-1.7.7-r1 deleted file mode 100644 index af4337b0e3d1..000000000000 --- a/net-irc/xchat/files/digest-xchat-1.7.7-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 e2c9a83176361130036c42ea0f161708 xchat-1.7.7.tar.bz2 diff --git a/net-irc/xchat/files/digest-xchat-1.8.2-r1 b/net-irc/xchat/files/digest-xchat-1.8.2-r1 deleted file mode 100644 index 89fb2e1d1d53..000000000000 --- a/net-irc/xchat/files/digest-xchat-1.8.2-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 51987e6e79d0e902e1928918fdd7b353 xchat-1.8.2.tar.bz2 diff --git a/net-irc/xchat/files/digest-xchat-1.8.2 b/net-irc/xchat/files/digest-xchat-1.8.2-r2 index 89fb2e1d1d53..89fb2e1d1d53 100644 --- a/net-irc/xchat/files/digest-xchat-1.8.2 +++ b/net-irc/xchat/files/digest-xchat-1.8.2-r2 diff --git a/net-irc/xchat/xchat-1.6.4-r1.ebuild b/net-irc/xchat/xchat-1.6.4-r1.ebuild deleted file mode 100644 index 7501c3b469ed..000000000000 --- a/net-irc/xchat/xchat-1.6.4-r1.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# 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> -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.6.4-r1.ebuild,v 1.2 2001/07/29 10:53:03 hallski Exp $ - -A=${P}.tar.bz2 -S=${WORKDIR}/${P} -DESCRIPTION="xchat" -SRC_URI="http://www.xchat.org/files/source/1.6/"${A} -HOMEPAGE="http://www.xchat.org/" - -DEPEND=">=media-libs/gdk-pixbuf-0.11.0 - perl? ( sys-devel/perl ) - python? ( dev-lang/python ) - nls? ( >=sys-devel/gettext-0.10.38 ) - gnome? ( >=gnome-base/gnome-core-1.2.2.1 ) - ssl? ( >=dev-libs/openssl-0.9.6a )" - -RDEPEND=">=media-libs/gdk-pixbuf-0.11.0 - gnome? ( >=gnome-base/gnome-core-1.2.2.1 ) - ssl? ( >=dev-libs/openssl-0.9.6a )" - -src_unpack() { - unpack ${A} - cd ${S}/po - cp zh_TW.Big5.po zh_TW.Big5.po.orig - sed -e 's:\\\\:\\:' zh_TW.Big5.po.orig > zh_TW.Big5.po -} - -src_compile() { - - local myopts - local myflags - - if [ "`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" - fi - if [ -z "`use perl`" ] ; then - myopts="$myopts --disable-perl" - fi - if [ "`use python`" ] ; then - myflags="-lz" - if [ "`use berkdb`" ] ; then - myflags="$myflags -ldb-3.2 -lndbm" - fi - if [ "`use readline`" ] ; then - myflags="$myflags -lreadline -lncurses -lcrypt" - fi - else - myopts="$myopts --disable-python" - fi - if [ -z "`use nls`" ] ; then - myopts="$myopts --disable-nls" - fi - try ./configure --host=${CHOST} ${myopts} - if [ "$myflags" ] ; then - for i in src/fe-gtk src/fe-text - do - if [ -e $i/Makefile ] ; then - cp $i/Makefile $i/Makefile.orig - sed -e "s:-lpython2.0:-lpython2.0 $myflags:" \ - $i/Makefile.orig > $i/Makefile - fi - done - fi - try pmake -} - -src_install() { - cd ${S} - 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-irc/xchat/xchat-1.7.7-r1.ebuild b/net-irc/xchat/xchat-1.7.7-r1.ebuild deleted file mode 100644 index 5a67069444bc..000000000000 --- a/net-irc/xchat/xchat-1.7.7-r1.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# 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> -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.7.7-r1.ebuild,v 1.2 2001/07/29 10:53:03 hallski Exp $ - -A=${P}.tar.bz2 -S=${WORKDIR}/${P} -DESCRIPTION="xchat" -SRC_URI="http://www.xchat.org/files/source/1.7/"${A} -HOMEPAGE="http://www.xchat.org/" - -DEPEND=">=media-libs/gdk-pixbuf-0.11.0 - perl? ( sys-devel/perl ) - python? ( dev-lang/python ) - nls? ( >=sys-devel/gettext-0.10.38 ) - gnome? ( >=gnome-base/gnome-core-1.2.2.1 ) - ssl? ( >=dev-libs/openssl-0.9.6a )" - -RDEPEND=">=media-libs/gdk-pixbuf-0.11.0 - gnome? ( >=gnome-base/gnome-core-1.2.2.1 ) - ssl? ( >=dev-libs/openssl-0.9.6a )" - -src_compile() { - - local myopts - local myflags - - if [ "`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" - fi - if [ -z "`use perl`" ] ; then - myopts="$myopts --disable-perl" - fi - if [ "`use python`" ] ; then - myflags="-lz" - if [ "`use berkdb`" ] ; then - myflags="$myflags -ldb-3.2 -lndbm" - fi - if [ "`use readline`" ] ; then - myflags="$myflags -lreadline -lncurses -lcrypt" - fi - else - myopts="$myopts --disable-python" - fi - if [ -z "`use nls`" ] ; then - myopts="$myopts --disable-nls" - fi - try ./configure --host=${CHOST} ${myopts} - if [ "$myflags" ] ; then - for i in src/fe-gtk src/fe-text - do - if [ -e $i/Makefile ] ; then - cp $i/Makefile $i/Makefile.orig - sed -e "s:-lpython2.0:-lpython2.0 $myflags:" \ - $i/Makefile.orig > $i/Makefile - fi - done - fi - try pmake -} - -src_install() { - cd ${S} - 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-irc/xchat/xchat-1.8.2-r1.ebuild b/net-irc/xchat/xchat-1.8.2-r2.ebuild index 19bba27ffa4a..32da90700dfb 100644 --- a/net-irc/xchat/xchat-1.8.2-r1.ebuild +++ b/net-irc/xchat/xchat-1.8.2-r2.ebuild @@ -1,22 +1,22 @@ # 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>, Donny Davies <woodchip@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.8.2-r1.ebuild,v 1.1 2001/09/24 22:41:01 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.8.2-r2.ebuild,v 1.1 2001/10/06 10:08:19 azarah Exp $ S=${WORKDIR}/${P} DESCRIPTION="xchat irc client" SRC_URI="http://www.xchat.org/files/source/1.8/${P}.tar.bz2" HOMEPAGE="http://www.xchat.org/" -DEPEND=">=x11-libs/gtk+-1.2.8 +DEPEND=">=x11-libs/gtk+-1.2.10-r4 perl? ( sys-devel/perl ) python? ( >=dev-lang/python-2.0-r4 ) nls? ( >=sys-devel/gettext-0.10.38 ) - gnome? ( >=gnome-base/gnome-core-1.2.2.1 >=media-libs/gdk-pixbuf-0.11 ) + gnome? ( >=gnome-base/gnome-core-1.4.0.4-r1 >=media-libs/gdk-pixbuf-0.11.0-r1 ) ssl? ( >=dev-libs/openssl-0.9.6a )" RDEPEND=">=x11-libs/gtk+-1.2.8 - gnome? ( >=gnome-base/gnome-core-1.2.2.1 >=media-libs/gdk-pixbuf-0.11 ) + gnome? ( >=gnome-base/gnome-core-1.4.0.4-r1 >=media-libs/gdk-pixbuf-0.11.0-r1 ) ssl? ( >=dev-libs/openssl-0.9.6a )" src_compile() { diff --git a/net-irc/xchat/xchat-1.8.2.ebuild b/net-irc/xchat/xchat-1.8.2.ebuild deleted file mode 100644 index 7e0661b3d582..000000000000 --- a/net-irc/xchat/xchat-1.8.2.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# 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> -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.8.2.ebuild,v 1.1 2001/07/30 23:45:09 hallski Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="xchat" -SRC_URI="http://www.xchat.org/files/source/1.8/${P}.tar.bz2" -HOMEPAGE="http://www.xchat.org/" - -DEPEND=">=media-libs/gdk-pixbuf-0.11 - perl? ( sys-devel/perl ) - python? ( >=dev-lang/python-2.0-r4 ) - nls? ( >=sys-devel/gettext-0.10.38 ) - gnome? ( >=gnome-base/gnome-core-1.2.2.1 ) - ssl? ( >=dev-libs/openssl-0.9.6a )" - -RDEPEND=">=media-libs/gdk-pixbuf-0.11 - gnome? ( >=gnome-base/gnome-core-1.2.2.1 ) - ssl? ( >=dev-libs/openssl-0.9.6a )" - -src_compile() { - - local myopts - local myflags - - if [ "`use gnome`" ] - then - myopts="--enable-gnome --enable-panel --prefix=/opt/gnome" - else - myopts="--enable-gtkfe --disable-gnome --prefix=/usr/X11R6 --disable-gdk-pixbuf --disable-zvt" - fi - if [ "`use ssl`" ] ; then - myopts="$myopts --enable-openssl" - fi - if [ -z "`use perl`" ] ; then - myopts="$myopts --disable-perl" - fi - if [ "`use python`" ] ; then - myflags="`python-config --libs`" - else - myopts="$myopts --disable-python" - fi - if [ -z "`use nls`" ] ; then - myopts="$myopts --disable-nls" - fi - try ./configure --host=${CHOST} ${myopts} --enable-ipv6 - if [ "$myflags" ] ; then - for i in src/fe-gtk src/fe-text - do - if [ -e $i/Makefile ] ; then - cp $i/Makefile $i/Makefile.orig - sed -e "s:-lpython2.0:$myflags:" \ - $i/Makefile.orig > $i/Makefile - fi - done - fi - try pmake -} - -src_install() { - cd ${S} - 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 -} - - - - - - |