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 1Itgtu-00010S-6E for garchives@archives.gentoo.org; Sun, 18 Nov 2007 09:57:14 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lAI9vCTM014590; Sun, 18 Nov 2007 09:57:12 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id lAI9vB4L014585 for ; Sun, 18 Nov 2007 09:57:11 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 F0793655A1 for ; Sun, 18 Nov 2007 09:57:10 +0000 (UTC) Received: from aballier by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1Itgtp-0006ak-SY for gentoo-commits@lists.gentoo.org; Sun, 18 Nov 2007 09:57:09 +0000 From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-text/lcdf-typetools: lcdf-typetools-2.66.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: lcdf-typetools-2.66.ebuild ChangeLog X-VCS-Directories: app-text/lcdf-typetools X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Alexis Ballier Date: Sun, 18 Nov 2007 09:57:09 +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: 1147517d-4901-416e-b593-daaff879985c X-Archives-Hash: c031efdff80a4a506f9720398073ac17 aballier 07/11/18 09:57:09 Modified: lcdf-typetools-2.66.ebuild ChangeLog Log: rename tetex useflag to kpathsea which makes more sense (Portage version: 2.1.3.19) Revision Changes Path 1.6 app-text/lcdf-typetools/lcdf-typetools-2.66.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/lcdf-typetools/lcdf-typetools-2.66.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/lcdf-typetools/lcdf-typetools-2.66.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/lcdf-typetools/lcdf-typetools-2.66.ebuild?r1=1.5&r2=1.6 Index: lcdf-typetools-2.66.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/lcdf-typetools-2.66.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- lcdf-typetools-2.66.ebuild 25 Oct 2007 16:45:05 -0000 1.5 +++ lcdf-typetools-2.66.ebuild 18 Nov 2007 09:57:09 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/lcdf-typetools-2.66.ebuild,v 1.5 2007/10/25 16:45:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/lcdf-typetools-2.66.ebuild,v 1.6 2007/11/18 09:57:09 aballier Exp $ DESCRIPTION="Font utilities for eg manipulating OTF" SRC_URI="http://www.lcdf.org/type/${P}.tar.gz" @@ -8,12 +8,12 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc64 ~sparc ~x86" SLOT="0" LICENSE="GPL-2" -IUSE="tetex" +IUSE="kpathsea" -DEPEND="tetex? ( virtual/latex-base )" +DEPEND="kpathsea? ( virtual/latex-base )" src_compile() { - econf $(use_with tetex kpathsea) || die "econf failed" + econf $(use_with kpathsea) || die "econf failed" emake || die "emake failed" } 1.8 app-text/lcdf-typetools/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/lcdf-typetools/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/lcdf-typetools/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/lcdf-typetools/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 25 Oct 2007 16:45:05 -0000 1.7 +++ ChangeLog 18 Nov 2007 09:57:09 -0000 1.8 @@ -1,6 +1,10 @@ # ChangeLog for app-text/lcdf-typetools # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.7 2007/10/25 16:45:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.8 2007/11/18 09:57:09 aballier Exp $ + + 18 Nov 2007; Alexis Ballier + lcdf-typetools-2.66.ebuild: + rename tetex useflag to kpathsea which makes more sense 25 Oct 2007; Raúl Porcel lcdf-typetools-2.66.ebuild: Add ~alpha/~ia64 wrt #195815 -- gentoo-commits@gentoo.org mailing list