diff options
author | Sven Wegener <swegener@gentoo.org> | 2008-02-27 21:09:56 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2008-02-27 21:09:56 +0000 |
commit | 923bd3eeeac3e6be7ac99d0353c65bc1671d461d (patch) | |
tree | 94e234f82a25cf7895fe64b73eb62de7ae395b14 /net-irc | |
parent | add opengl-video and opengl-xvmc for media-tv/mythtv (diff) | |
download | historical-923bd3eeeac3e6be7ac99d0353c65bc1671d461d.tar.gz historical-923bd3eeeac3e6be7ac99d0353c65bc1671d461d.tar.bz2 historical-923bd3eeeac3e6be7ac99d0353c65bc1671d461d.zip |
Cleanup.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/bitchx/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/bitchx/bitchx-1.1-r3.ebuild | 84 | ||||
-rw-r--r-- | net-irc/irssi/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/irssi/irssi-0.8.11.ebuild | 55 | ||||
-rw-r--r-- | net-irc/supybot/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/supybot/supybot-0.83.2.ebuild | 38 |
6 files changed, 13 insertions, 181 deletions
diff --git a/net-irc/bitchx/ChangeLog b/net-irc/bitchx/ChangeLog index c836af22e3e9..f50ef7e184f4 100644 --- a/net-irc/bitchx/ChangeLog +++ b/net-irc/bitchx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/bitchx -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v 1.66 2007/11/11 12:21:42 armin76 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v 1.67 2008/02/27 21:07:05 swegener Exp $ + + 27 Feb 2008; Sven Wegener <swegener@gentoo.org> -bitchx-1.1-r3.ebuild: + Cleanup. 11 Nov 2007; Raúl Porcel <armin76@gentoo.org> bitchx-1.1-r4.ebuild: Add ~ia64 wrt #198460 diff --git a/net-irc/bitchx/bitchx-1.1-r3.ebuild b/net-irc/bitchx/bitchx-1.1-r3.ebuild deleted file mode 100644 index 37317e3e4a0b..000000000000 --- a/net-irc/bitchx/bitchx-1.1-r3.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.1-r3.ebuild,v 1.11 2006/11/19 02:10:35 compnerd Exp $ - -inherit flag-o-matic eutils - -MY_P=ircii-pana-${PV}-final -S=${WORKDIR}/BitchX -DESCRIPTION="An IRC Client" -HOMEPAGE="http://www.bitchx.org/" -SRC_URI="http://www.bitchx.org/files/source/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ppc sh sparc x86" -IUSE="cjk ipv6 ssl" - -DEPEND=">=sys-libs/ncurses-5.1 - ssl? ( >=dev-libs/openssl-0.9.6 )" - -src_unpack() { - unpack ${MY_P}.tar.gz - cd "${S}" - use cjk && epatch "${FILESDIR}"/${PV}/${P}-cjk.patch - epatch "${FILESDIR}"/${PV}/${P}-hebrew.patch - epatch "${FILESDIR}"/${PV}/${P}-freenode.patch - epatch "${FILESDIR}"/${PV}/${P}-gcc34.patch - epatch "${FILESDIR}"/${PV}/${P}-gcc41.patch - epatch "${FILESDIR}"/${PV}/${P}-headers.patch - epatch "${FILESDIR}"/${PV}/${P}-build.patch - epatch "${FILESDIR}"/fPIC.patch - epatch "${FILESDIR}"/BitchX-64bit.patch - - sed -i \ - -e "s/#undef LATIN1/#define LATIN1 ON/;" \ - include/config.h -} - -src_compile() { - replace-flags -O[3-9] -O2 - append-flags -fno-strict-aliasing - - # Disable CDROM or else it will take over your CDROM drive - local myconf="--disable-cdrom --disable-sound --without-gtk" - - # lamer@gentoo.org BROKEN, will not work with our socks - # implementations, is looking for a SOCKSConnect function that our - # dante packages don't have :-( - # use socks5 \ - # && myconf="${myconf} --with-socks=5" \ - # || myconf="${myconf} --without-socks" - - econf \ - --with-plugins \ - $(use_with ssl) \ - $(use_enable ipv6) \ - ${myconf} || die - - emake || die "make failed" - emake -C contrib vh1 || die "make vh1 failed" -} - -src_install () { - einstall || die - dobin contrib/vh1 || die - dosym BitchX-1.1-final /usr/bin/BitchX - - cd "${S}" - dodoc bugs Changelog README* IPv6-support - - cd "${S}"/doc - insinto /usr/include/X11/bitmaps - doins BitchX.xpm || die - dodoc README.* *.txt */*.txt tcl/* - dohtml -r * - - cd "${S}"/dll - docinto plugins - dodoc nap/README.nap - newdoc acro/README README.acro - newdoc arcfour/README README.arcfour - newdoc blowfish/README README.blowfish - newdoc qbx/README README.qbx -} diff --git a/net-irc/irssi/ChangeLog b/net-irc/irssi/ChangeLog index cb216c2e8066..887c6c122736 100644 --- a/net-irc/irssi/ChangeLog +++ b/net-irc/irssi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/irssi # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/ChangeLog,v 1.132 2008/02/20 20:05:06 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/ChangeLog,v 1.133 2008/02/27 21:08:34 swegener Exp $ + + 27 Feb 2008; Sven Wegener <swegener@gentoo.org> -irssi-0.8.11.ebuild: + Cleanup. 20 Feb 2008; nixnut <nixnut@gentoo.org> irssi-0.8.12.ebuild: Added ppc at armin76's request diff --git a/net-irc/irssi/irssi-0.8.11.ebuild b/net-irc/irssi/irssi-0.8.11.ebuild deleted file mode 100644 index 0860968e4667..000000000000 --- a/net-irc/irssi/irssi-0.8.11.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.11.ebuild,v 1.11 2007/10/26 03:27:26 jer Exp $ - -inherit perl-module eutils - -DESCRIPTION="A modular textUI IRC client with IPv6 support" -HOMEPAGE="http://irssi.org/" -SRC_URI="http://irssi.org/files/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="ipv6 perl ssl socks5" - -RDEPEND="sys-libs/ncurses - >=dev-libs/glib-2.2.1 - ssl? ( dev-libs/openssl ) - perl? ( dev-lang/perl ) - socks5? ( >=net-proxy/dante-1.1.18 )" -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.9.0" -RDEPEND="${RDEPEND} - perl? ( !net-im/silc-client ) - !net-irc/irssi-svn" - -src_unpack() { - unpack ${A} - - epunt_cxx -} - -src_compile() { - econf \ - --with-proxy \ - --with-ncurses \ - --with-perl-lib=vendor \ - $(use_with perl) \ - $(use_with socks5 socks) \ - $(use_enable ssl) \ - $(use_enable ipv6) \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make \ - DESTDIR="${D}" \ - docdir=/usr/share/doc/${PF} \ - install || die "make install failed" - - use perl && fixlocalpod - - dodoc AUTHORS ChangeLog README TODO NEWS || die "dodoc failed" -} diff --git a/net-irc/supybot/ChangeLog b/net-irc/supybot/ChangeLog index e29d1e1ef8ac..925711e3935c 100644 --- a/net-irc/supybot/ChangeLog +++ b/net-irc/supybot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/supybot # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/ChangeLog,v 1.26 2008/02/20 19:57:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/ChangeLog,v 1.27 2008/02/27 21:09:56 swegener Exp $ + + 27 Feb 2008; Sven Wegener <swegener@gentoo.org> -supybot-0.83.2.ebuild: + Cleanup. 20 Feb 2008; Raúl Porcel <armin76@gentoo.org> supybot-0.83.3.ebuild: x86 stable diff --git a/net-irc/supybot/supybot-0.83.2.ebuild b/net-irc/supybot/supybot-0.83.2.ebuild deleted file mode 100644 index f09d851946d0..000000000000 --- a/net-irc/supybot/supybot-0.83.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot/supybot-0.83.2.ebuild,v 1.6 2007/05/06 12:47:11 genone Exp $ - -inherit distutils eutils - -MY_P=${P/supybot/Supybot} -MY_P=${MY_P/_rc/rc} - -DESCRIPTION="Python based extensible IRC infobot and channel bot" -HOMEPAGE="http://supybot.sf.net/" -SRC_URI="mirror://sourceforge/supybot/${MY_P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc x86 ~x86-fbsd" -IUSE="sqlite" - -DEPEND=">=dev-lang/python-2.3 - >=dev-python/twisted-1.2.0 - sqlite? ( <dev-python/pysqlite-1.1 )" - -S=${WORKDIR}/${MY_P} - -PYTHON_MODNAME="supybot" -DOCS="ACKS BUGS DEVS README RELNOTES TODO" - -src_install() { - distutils_src_install - doman docs/man/* - dodoc docs/* -} - -pkg_postinst() { - elog "Use supybot-wizard to create a configuration file" - use sqlite || \ - elog "Some plugins may require emerge with USE=\"sqlite\" to work." -} |