summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-11-28 13:57:20 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-11-28 13:57:20 +0000
commit649460f5419f311cf78273734cdafb7e13cad452 (patch)
tree173f4646f171741fcacdb61e881d33b2b8cc6817 /net-irc/weechat
parentold (diff)
downloadhistorical-649460f5419f311cf78273734cdafb7e13cad452.tar.gz
historical-649460f5419f311cf78273734cdafb7e13cad452.tar.bz2
historical-649460f5419f311cf78273734cdafb7e13cad452.zip
old
Package-Manager: portage-2.2.0_alpha5/cvs/Linux x86_64
Diffstat (limited to 'net-irc/weechat')
-rw-r--r--net-irc/weechat/ChangeLog5
-rw-r--r--net-irc/weechat/weechat-0.2.6.1.ebuild44
-rw-r--r--net-irc/weechat/weechat-0.3.1.1-r1.ebuild66
3 files changed, 4 insertions, 111 deletions
diff --git a/net-irc/weechat/ChangeLog b/net-irc/weechat/ChangeLog
index a46878fedb00..d739645e8e42 100644
--- a/net-irc/weechat/ChangeLog
+++ b/net-irc/weechat/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/weechat
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.79 2010/11/28 13:56:16 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.80 2010/11/28 13:57:20 scarabeus Exp $
+
+ 28 Nov 2010; Tomáš Chvátal <scarabeus@gentoo.org> -weechat-0.2.6.1.ebuild:
+ old
28 Nov 2010; Tomáš Chvátal <scarabeus@gentoo.org>
-weechat-0.3.1.1-r1.ebuild:
diff --git a/net-irc/weechat/weechat-0.2.6.1.ebuild b/net-irc/weechat/weechat-0.2.6.1.ebuild
deleted file mode 100644
index 4c75b7a22ade..000000000000
--- a/net-irc/weechat/weechat-0.2.6.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-0.2.6.1.ebuild,v 1.5 2009/09/26 20:33:34 graaff Exp $
-
-DESCRIPTION="Portable and multi-interface IRC client."
-HOMEPAGE="http://www.weechat.org/"
-SRC_URI="http://www.weechat.org/files/src/${P}.tar.bz2"
-LICENSE="GPL-3"
-
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~x86-fbsd"
-IUSE="debug perl python ruby ssl lua spell"
-
-DEPEND="sys-libs/ncurses
- virtual/libiconv
- perl? ( dev-lang/perl )
- python? ( virtual/python )
- ruby? ( dev-lang/ruby )
- lua? ( >=dev-lang/lua-5.0 )
- ssl? ( net-libs/gnutls )
- spell? ( app-text/aspell )"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- # The qt and gtk frontends are not usable, so they're disabled
- econf \
- --enable-ncurses \
- --disable-qt \
- --disable-gtk \
- $(use_enable perl) \
- $(use_enable python) \
- $(use_enable ruby) \
- $(use_enable lua) \
- $(use_enable ssl gnutls) \
- $(use_enable spell aspell) \
- $(use_with debug debug 2) \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS BUGS ChangeLog FAQ NEWS README TODO || die "dodoc failed"
-}
diff --git a/net-irc/weechat/weechat-0.3.1.1-r1.ebuild b/net-irc/weechat/weechat-0.3.1.1-r1.ebuild
deleted file mode 100644
index e69f8fd7ec23..000000000000
--- a/net-irc/weechat/weechat-0.3.1.1-r1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-0.3.1.1-r1.ebuild,v 1.6 2010/06/03 10:42:44 hwoarang Exp $
-
-EAPI=2
-
-PYTHON_DEPEND="python? 2"
-
-inherit python cmake-utils multilib
-
-DESCRIPTION="Portable and multi-interface IRC client."
-HOMEPAGE="http://weechat.org/"
-SRC_URI="http://${PN}.org/files/src/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
-
-NETWORKS="+irc"
-PLUGINS="+charset +fifo +logger relay +scripts +spell"
-INTERFACES="+ncurses gtk"
-SCRIPT_LANGS="lua +perl +python ruby tcl"
-IUSE="${SCRIPT_LANGS} ${PLUGINS} ${INTERFACES} ${NETWORKS} doc nls +ssl"
-
-RDEPEND="
- charset? ( virtual/libiconv )
- gtk? ( x11-libs/gtk+:2 )
- lua? ( dev-lang/lua[deprecated] )
- ncurses? ( sys-libs/ncurses )
- perl? ( dev-lang/perl )
- ruby? ( dev-lang/ruby )
- ssl? ( net-libs/gnutls )
- spell? ( app-text/aspell )
- tcl? ( >=dev-lang/tcl-8.4.15 )
-"
-DEPEND="${RDEPEND}
- nls? ( >=sys-devel/gettext-0.15 )
-"
-
-DOCS="AUTHORS ChangeLog NEWS README UPGRADE_0.3"
-
-pkg_setup() {
- python_set_active_version 2
-}
-
-src_prepare() {
- # fix libdir placement
- sed -i \
- -e "s:lib/:$(get_libdir)/:g" \
- -e "s:lib\":$(get_libdir)\":g" \
- CMakeLists.txt || die "sed failed"
-}
-
-src_configure() {
- local x
-
- for x in ${IUSE}; do
- if [[ "${x/+/}" = gtk ]]; then
- mycmakeargs="${mycmakeargs} $(cmake-utils_use_enable ${x/+/})"
- else
- mycmakeargs="${mycmakeargs} $(cmake-utils_use_disable ${x/+/})"
- fi
- done
-
- cmake-utils_src_configure
-}