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 1Kwfm7-0004gS-RE for garchives@archives.gentoo.org; Sun, 02 Nov 2008 16:26:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B89AFE029E; Sun, 2 Nov 2008 16:26:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9654CE029E for ; Sun, 2 Nov 2008 16:26:03 +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 E14E264331 for ; Sun, 2 Nov 2008 16:26:01 +0000 (UTC) Received: from matsuu by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1Kwfm5-0006mt-Ai for gentoo-commits@lists.gentoo.org; Sun, 02 Nov 2008 16:26:01 +0000 From: "Matsuu Takuto (matsuu)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, matsuu@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/jless/files: jless-382.262-gentoo.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: jless-382.262-gentoo.patch X-VCS-Directories: app-i18n/jless/files X-VCS-Committer: matsuu X-VCS-Committer-Name: Matsuu Takuto Content-Type: text/plain; charset=utf8 Message-Id: Sender: Matsuu Takuto Date: Sun, 02 Nov 2008 16:26:01 +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: fae88229-fd12-4195-81f0-4a702c6e8010 X-Archives-Hash: 6d39aae157e375f0c9cc32feeffbdaa4 matsuu 08/11/02 16:26:01 Added: jless-382.262-gentoo.patch Log: Fixed HOMEPAGE, LICENSE and DEPEND. Removed pkg_postinst. Added eautore= conf, bug #240008. (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64) Revision Changes Path 1.1 app-i18n/jless/files/jless-382.262-gentoo.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/jless/fil= es/jless-382.262-gentoo.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/jless/fil= es/jless-382.262-gentoo.patch?rev=3D1.1&content-type=3Dtext/plain Index: jless-382.262-gentoo.patch =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 diff -Naur less-382.orig/multi.c less-382/multi.c --- less-382.orig/multi.c 2008-11-02 20:17:16.000000000 +0900 +++ less-382/multi.c 2008-11-02 20:20:07.000000000 +0900 @@ -279,7 +279,6 @@ case 0x70: return 4; /* or more bytes */ } } - assert(0); return (0); } =20 @@ -1337,8 +1336,6 @@ default: goto wrongone; } break; - default: - assert(0); } if (mp->eseq =3D=3D NOESC) { fix_status_for_escape_sequence(mp); @@ -1857,8 +1854,6 @@ strcpy(buf, "96N( )"); buf[4] =3D CS2FT(mp->icharset); break; - default: - assert(0); } if (CS2IRR(mp->icharset) > 0) { @@ -2078,7 +2073,6 @@ return (nullcvbuffer); } else { - assert(0); cvindex =3D 0; } =20 @@ -2171,7 +2165,6 @@ cvindex =3D 0; return (nullcvbuffer); } - assert(0); cvindex =3D 0; return (cvbuffer); } @@ -2270,7 +2263,6 @@ cvindex =3D 0; return (nullcvbuffer); } - assert(0); cvindex =3D 0; return (cvbuffer); } @@ -2296,7 +2288,6 @@ =20 cs =3D CS2CHARSET(cs); =20 - assert(0); if (cs =3D=3D ASCII || cs =3D=3D JISX0201ROMAN) { assert(cvindex =3D=3D 1); @@ -2324,7 +2315,6 @@ cvindex =3D 0; return (nullcvbuffer); } - assert(0); cvindex =3D 0; return (cvbuffer); } @@ -2390,7 +2380,6 @@ case TYPE_96N_CHARSET: return (2); default: - assert(0); return (0); } } @@ -2410,7 +2399,7 @@ case 4: p =3D "iso8"; mp->io.inputr =3D ESISO8; break; case 5: p =3D "noconv"; mp->io.inputr =3D ESNOCONV; break; case 6: p =3D "none"; mp->io.inputr =3D ESNONE; break; - default: assert(0); break; + default: break; } init_priority(mp); return (p);