From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B9FC21381F3 for ; Mon, 17 Jun 2013 11:14:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71497E08BD; Mon, 17 Jun 2013 11:14:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3A8DE08BD for ; Mon, 17 Jun 2013 11:14:56 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1BCA433E3EE for ; Mon, 17 Jun 2013 11:14:56 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2329) id D48AF2171C; Mon, 17 Jun 2013 11:14:54 +0000 (UTC) From: "Sergey Popov (pinkbyte)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pinkbyte@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-text/zpspell: zpspell-0.4.3-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: zpspell-0.4.3-r1.ebuild ChangeLog X-VCS-Directories: app-text/zpspell X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130617111454.D48AF2171C@flycatcher.gentoo.org> Date: Mon, 17 Jun 2013 11:14:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 428362bd-634d-44d5-8637-3668b3cf6616 X-Archives-Hash: 507c7ff5aef742fe33f90cc7f3ddf89d pinkbyte 13/06/17 11:14:54 Modified: ChangeLog Added: zpspell-0.4.3-r1.ebuild Log: Revision bump: EAPI 5, utilize default phase functions and apropriate variables (Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42) Revision Changes Path 1.10 app-text/zpspell/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/zpspell/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/zpspell/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/zpspell/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/zpspell/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 17 Jun 2013 11:12:34 -0000 1.9 +++ ChangeLog 17 Jun 2013 11:14:54 -0000 1.10 @@ -1,6 +1,12 @@ # ChangeLog for app-text/zpspell # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/zpspell/ChangeLog,v 1.9 2013/06/17 11:12:34 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/zpspell/ChangeLog,v 1.10 2013/06/17 11:14:54 pinkbyte Exp $ + +*zpspell-0.4.3-r1 (17 Jun 2013) + + 17 Jun 2013; Sergey Popov +zpspell-0.4.3-r1.ebuild: + Revision bump: EAPI 5, utilize default phase functions and apropriate + variables 17 Jun 2013; Sergey Popov -zpspell-0.4.1.ebuild, -files/gcc-4.3.patch: 1.1 app-text/zpspell/zpspell-0.4.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/zpspell/zpspell-0.4.3-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/zpspell/zpspell-0.4.3-r1.ebuild?rev=1.1&content-type=text/plain Index: zpspell-0.4.3-r1.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/zpspell/zpspell-0.4.3-r1.ebuild,v 1.1 2013/06/17 11:14:54 pinkbyte Exp $ EAPI="5" inherit cmake-utils DESCRIPTION="Zemberek-Pardus spell checker interface." HOMEPAGE="http://www.pardus.org.tr/projeler/masaustu/zemberek-pardus" SRC_URI="http://cekirdek.uludag.org.tr/~baris/zpspell/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="dev-libs/dbus-glib" RDEPEND="${DEPEND} app-text/zemberek-server" PATCHES=( "${FILESDIR}/add-gobject-linkage-11566.diff" ) DOCS=( AUTHORS README ) pkg_postinst() { elog "Please visit ${HOMEPAGE} for" elog "documentation on how to configure and run Zemberek spellchecker for KDE." }