From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IgVw8-0000sA-GS for garchives@archives.gentoo.org; Sat, 13 Oct 2007 01:37:04 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l9D1R164004312; Sat, 13 Oct 2007 01:27:01 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.1/8.14.0) with ESMTP id l9D1R0oE004307 for ; Sat, 13 Oct 2007 01:27:01 GMT 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 9B03B65797 for ; Sat, 13 Oct 2007 01:27:00 +0000 (UTC) Received: from seemant by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1IgVmN-0001vd-Eu for gentoo-commits@lists.gentoo.org; Sat, 13 Oct 2007 01:26:59 +0000 From: "Seemant Kulleen (seemant)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, seemant@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-text/diction: ChangeLog diction-1.11.ebuild diction-1.09-r1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog diction-1.11.ebuild diction-1.09-r1.ebuild X-VCS-Directories: app-text/diction X-VCS-Committer: seemant X-VCS-Committer-Name: Seemant Kulleen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Seemant Kulleen Date: Sat, 13 Oct 2007 01:26:59 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: ddb795d6-ef34-42ae-9814-25988b5aa6a2 X-Archives-Hash: f815f01cea7d14c3d83ff495cda8512e seemant 07/10/13 01:26:59 Modified: ChangeLog Added: diction-1.11.ebuild Removed: diction-1.09-r1.ebuild Log: long awaited version bump, thanks to James in bug #170984 (Portage version: 2.1.3.12) Revision Changes Path 1.26 app-text/diction/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/diction/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/diction/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/diction/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/diction/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 8 Sep 2006 11:38:25 -0000 1.25 +++ ChangeLog 13 Oct 2007 01:26:58 -0000 1.26 @@ -1,6 +1,12 @@ # ChangeLog for app-text/diction -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/diction/ChangeLog,v 1.25 2006/09/08 11:38:25 christel Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/diction/ChangeLog,v 1.26 2007/10/13 01:26:58 seemant Exp $ + +*diction-1.11 (13 Oct 2007) + + 13 Oct 2007; Seemant Kulleen -diction-1.09-r1.ebuild, + +diction-1.11.ebuild: + long awaited version bump, thanks to James in bug #170984 08 Sep 2006; Christel Dahlskjaer diction-1.09-r1.ebuild: 1.1 app-text/diction/diction-1.11.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/diction/diction-1.11.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/diction/diction-1.11.ebuild?rev=1.1&content-type=text/plain Index: diction-1.11.ebuild =================================================================== # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/diction/diction-1.11.ebuild,v 1.1 2007/10/13 01:26:58 seemant Exp $ inherit eutils versionator MY_PV=$(replace_version_separator 2 -) DESCRIPTION="Diction and style checkers for english and german texts" HOMEPAGE="http://www.gnu.org/software/diction/diction.html" SRC_URI="http://www.moria.de/~michael/diction/${PN}-${MY_PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~mips ~ppc ~ppc-macos ~sparc ~x86" IUSE="unicode" DEPEND="sys-devel/gettext" RDEPEND="virtual/libintl" S="${WORKDIR}"/${PN}-$(get_version_component_range 1-2) src_unpack() { unpack "${A}"; cd "${S}" if use unicode; then iconv -f ISO-8859-1 -t UTF-8 de > de.new || die "charset conversion failed." mv de.new de fi } src_install() { make DESTDIR="${D}" install dodoc NEWS README } -- gentoo-commits@gentoo.org mailing list