diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-29 23:07:09 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-29 23:07:09 +0000 |
commit | 345de70c1522cdfd6d6baf75abb113d52eee4caa (patch) | |
tree | 6593b969a70d983a4f081263f757cbaf94ad9667 /net-irc | |
parent | Stable for HPPA (bug #450180). (diff) | |
download | gentoo-2-345de70c1522cdfd6d6baf75abb113d52eee4caa.tar.gz gentoo-2-345de70c1522cdfd6d6baf75abb113d52eee4caa.tar.bz2 gentoo-2-345de70c1522cdfd6d6baf75abb113d52eee4caa.zip |
Remove old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/irssi/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/irssi/irssi-0.8.15.ebuild | 58 |
2 files changed, 5 insertions, 60 deletions
diff --git a/net-irc/irssi/ChangeLog b/net-irc/irssi/ChangeLog index 6ce9b0e9053d..3d7223631923 100644 --- a/net-irc/irssi/ChangeLog +++ b/net-irc/irssi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/irssi -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/ChangeLog,v 1.178 2012/12/01 18:28:00 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/ChangeLog,v 1.179 2013/01/29 23:07:09 ago Exp $ + + 29 Jan 2013; Agostino Sarubbo <ago@gentoo.org> -irssi-0.8.15.ebuild: + Remove old 01 Dec 2012; Raúl Porcel <armin76@gentoo.org> irssi-0.8.15-r1.ebuild: alpha/ia64/s390/sh/sparc stable wrt #439958 diff --git a/net-irc/irssi/irssi-0.8.15.ebuild b/net-irc/irssi/irssi-0.8.15.ebuild deleted file mode 100644 index e6421ed09786..000000000000 --- a/net-irc/irssi/irssi-0.8.15.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.15.ebuild,v 1.8 2012/05/03 06:27:14 jdhore Exp $ - -EAPI="2" - -inherit perl-module - -# Keep for _rc compability -MY_P="${P/_/-}" - -DESCRIPTION="A modular textUI IRC client with IPv6 support" -HOMEPAGE="http://irssi.org/" -SRC_URI="http://irssi.org/files/${MY_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} - virtual/pkgconfig" -RDEPEND="${RDEPEND} - perl? ( !net-im/silc-client )" - -S="${WORKDIR}"/${MY_P} - -src_prepare() { - epunt_cxx -} - -src_configure() { - 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" -} - -src_install() { - emake \ - DESTDIR="${D}" \ - docdir=/usr/share/doc/${PF} \ - install || die "make install failed" - - use perl && fixlocalpod - - dodoc AUTHORS ChangeLog README TODO NEWS || die "dodoc failed" -} |