Gentoo Logo
Gentoo Spaceship

Installation:
Gentoo Handbook
Installation Docs

Documentation:
Home
Listing
About Gentoo
Philosophy
Social Contract

Resources:
Bug Tracker
Developer List
Discussion Forums
Gentoo BitTorrents
Gentoo Linux Enhancement Proposals
IRC Channels
Mailing Lists
Mirrors
Name and Logo Guidelines
Online Package Database
Security Announcements
Staffing Needs
Supporting Vendors
View our CVS

Graphics:
Logos and themes
Icons
ScreenShots

Miscellaneous Resources:
Gentoo Linux Store
Gentoo-hosted projects
IBM dW/Intel article archive




List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Sven Wegener (swegener)" <swegener@g.o>
Subject: gentoo-x86 commit in net-irc/irssi: irssi-0.8.14.ebuild ChangeLog
Date: Sun, 22 Nov 2009 21:58:41 +0000
swegener    09/11/22 21:58:41

  Modified:             irssi-0.8.14.ebuild ChangeLog
  Log:
  Switch ebuild to EAPI-2.
  (Portage version: 2.2_rc51/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  net-irc/irssi/irssi-0.8.14.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/irssi/irssi-0.8.14.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/irssi/irssi-0.8.14.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/irssi/irssi-0.8.14.ebuild?r1=1.8&r2=1.9

Index: irssi-0.8.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.14.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- irssi-0.8.14.ebuild	18 Nov 2009 20:38:20 -0000	1.8
+++ irssi-0.8.14.ebuild	22 Nov 2009 21:58:41 -0000	1.9
@@ -1,6 +1,8 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.14.ebuild,v 1.8 2009/11/18 20:38:20 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.14.ebuild,v 1.9 2009/11/22 21:58:41 swegener Exp $
+
+EAPI="2"
 
 inherit perl-module
 
@@ -11,7 +13,7 @@
 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"
+IUSE="ipv6 +perl ssl socks5"
 
 RDEPEND="sys-libs/ncurses
 	>=dev-libs/glib-2.2.1
@@ -24,14 +26,11 @@
 	perl? ( !net-im/silc-client )
 	!net-irc/irssi-svn"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-
+src_prepare() {
 	epunt_cxx
 }
 
-src_compile() {
+src_configure() {
 	econf \
 		--with-proxy \
 		--with-ncurses \
@@ -41,11 +40,10 @@
 		$(use_enable ssl) \
 		$(use_enable ipv6) \
 		|| die "econf failed"
-	emake || die "emake failed"
 }
 
 src_install() {
-	make \
+	emake \
 		DESTDIR="${D}" \
 		docdir=/usr/share/doc/${PF} \
 		install || die "make install failed"



1.155                net-irc/irssi/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/irssi/ChangeLog?rev=1.155&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/irssi/ChangeLog?rev=1.155&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/irssi/ChangeLog?r1=1.154&r2=1.155

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/irssi/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog	18 Nov 2009 20:38:20 -0000	1.154
+++ ChangeLog	22 Nov 2009 21:58:41 -0000	1.155
@@ -1,6 +1,9 @@
 # ChangeLog for net-irc/irssi
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/ChangeLog,v 1.154 2009/11/18 20:38:20 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/ChangeLog,v 1.155 2009/11/22 21:58:41 swegener Exp $
+
+  22 Nov 2009; Sven Wegener <swegener@g.o> irssi-0.8.14.ebuild:
+  Switch ebuild to EAPI-2.
 
   18 Nov 2009; Brent Baude <ranger@g.o> irssi-0.8.14.ebuild:
   Marking irssi-0.8.14 ppc64 for bug 287273





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in net-irc/irssi: irssi-0.8.14.ebuild ChangeLog
Next by thread:
gentoo-x86 commit in sys-process/cronie: ChangeLog cronie-1.4.ebuild
Previous by date:
gentoo-x86 commit in net-ftp/tnftp/files: tnftp-20090606-glibc-2.8-ARG_MAX.patch tnftp-20090606-getline.patch
Next by date:
gentoo-x86 commit in dev-perl/Calendar-Simple: Calendar-Simple-1.20.ebuild ChangeLog


Updated Mar 22, 2010

Donate to support our development efforts.

Gentoo Centric Hosting: vr.org

VR Hosted

Tek Alchemy

Tek Alchemy

SevenL.net

SevenL.net

php|architect

php|architect

Copyright 2001-2007 Gentoo Foundation, Inc. Questions, Comments? Email www@gentoo.org.