From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JOwdC-0001xR-6X for garchives@archives.gentoo.org; Tue, 12 Feb 2008 15:01:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23029E07AA; Tue, 12 Feb 2008 15:01:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E0B09E07AA for ; Tue, 12 Feb 2008 15:01:08 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 8498165871 for ; Tue, 12 Feb 2008 15:01:08 +0000 (UTC) Received: from drac by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JOwd9-0006OZ-7g for gentoo-commits@lists.gentoo.org; Tue, 12 Feb 2008 15:01:07 +0000 From: "Samuli Suominen (drac)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, drac@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-nntp/slrn: slrn-0.9.8.1_p1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: slrn-0.9.8.1_p1.ebuild ChangeLog X-VCS-Directories: net-nntp/slrn X-VCS-Committer: drac X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: Sender: Samuli Suominen Date: Tue, 12 Feb 2008 15:01:07 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 64b49d27-df64-405e-b0ba-a86bb7a35891 X-Archives-Hash: 8728e15fc9f0b8c4fc1a5d1d2bffcb17 drac 08/02/12 15:01:07 Modified: slrn-0.9.8.1_p1.ebuild ChangeLog Log: USE unicode was not doing anything, not sure if -utf8.patch is still ne= eded with slang-2. (Portage version: 2.1.4.3) Revision Changes Path 1.2 net-nntp/slrn/slrn-0.9.8.1_p1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/slrn/slrn= -0.9.8.1_p1.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/slrn/slrn= -0.9.8.1_p1.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/slrn/slrn= -0.9.8.1_p1.ebuild?r1=3D1.1&r2=3D1.2 Index: slrn-0.9.8.1_p1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-nntp/slrn/slrn-0.9.8.1_p1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- slrn-0.9.8.1_p1.ebuild 11 Feb 2008 13:15:11 -0000 1.1 +++ slrn-0.9.8.1_p1.ebuild 12 Feb 2008 15:01:06 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/slrn/slrn-0.9.8.1_p1.ebuild,= v 1.1 2008/02/11 13:15:11 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/slrn/slrn-0.9.8.1_p1.ebuild,= v 1.2 2008/02/12 15:01:06 drac Exp $ =20 MY_P=3D${P/_p/pl} =20 @@ -11,7 +11,7 @@ LICENSE=3D"GPL-2" SLOT=3D"0" KEYWORDS=3D"~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE=3D"nls ssl unicode uudeview" +IUSE=3D"nls ssl uudeview" =20 RDEPEND=3D"virtual/mta app-arch/sharutils 1.11 net-nntp/slrn/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/slrn/Chan= geLog?rev=3D1.11&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/slrn/Chan= geLog?rev=3D1.11&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/slrn/Chan= geLog?r1=3D1.10&r2=3D1.11 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-nntp/slrn/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 11 Feb 2008 13:15:11 -0000 1.10 +++ ChangeLog 12 Feb 2008 15:01:06 -0000 1.11 @@ -1,6 +1,10 @@ # ChangeLog for net-nntp/slrn # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/slrn/ChangeLog,v 1.10 2008/0= 2/11 13:15:11 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/slrn/ChangeLog,v 1.11 2008/0= 2/12 15:01:06 drac Exp $ + + 12 Feb 2008; Samuli Suominen slrn-0.9.8.1_p1.ebuild: + USE unicode was not doing anything, not sure if -utf8.patch is still n= eeded + with slang-2. =20 *slrn-0.9.8.1_p1 (11 Feb 2008) =20 --=20 gentoo-commits@lists.gentoo.org mailing list