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 D1FFA1384B4 for ; Thu, 19 Nov 2015 12:26:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 027EB21C01A; Thu, 19 Nov 2015 12:26:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8731621C01A for ; Thu, 19 Nov 2015 12:26:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4A3A340976 for ; Thu, 19 Nov 2015 12:26:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F52F105C for ; Thu, 19 Nov 2015 12:26:10 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1447935965.9fd2b97c5583ba9f5ebf6e04a8bf6884f84a7a6a.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/texstudio/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/texstudio/texstudio-2.10.2.ebuild app-office/texstudio/texstudio-2.10.4.ebuild X-VCS-Directories: app-office/texstudio/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9fd2b97c5583ba9f5ebf6e04a8bf6884f84a7a6a X-VCS-Branch: master Date: Thu, 19 Nov 2015 12:26:10 +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: 14cdf621-b0e1-4140-9b51-16712562da15 X-Archives-Hash: b45017808ac94dd7f065fa2753c622ca commit: 9fd2b97c5583ba9f5ebf6e04a8bf6884f84a7a6a Author: Justin Lecher gentoo org> AuthorDate: Thu Nov 19 12:21:18 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Nov 19 12:26:05 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fd2b97c app-office/texstudio: Drop base.eclass Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher gentoo.org> app-office/texstudio/texstudio-2.10.2.ebuild | 2 +- app-office/texstudio/texstudio-2.10.4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-office/texstudio/texstudio-2.10.2.ebuild b/app-office/texstudio/texstudio-2.10.2.ebuild index 0e705b5..d8a74e0 100644 --- a/app-office/texstudio/texstudio-2.10.2.ebuild +++ b/app-office/texstudio/texstudio-2.10.2.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit base fdo-mime prefix qmake-utils +inherit fdo-mime prefix qmake-utils DESCRIPTION="Free cross-platform LaTeX editor (fork from texmakerX)" HOMEPAGE="http://texstudio.sourceforge.net/" diff --git a/app-office/texstudio/texstudio-2.10.4.ebuild b/app-office/texstudio/texstudio-2.10.4.ebuild index a90f53f..ebb3223 100644 --- a/app-office/texstudio/texstudio-2.10.4.ebuild +++ b/app-office/texstudio/texstudio-2.10.4.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit base fdo-mime prefix qmake-utils +inherit fdo-mime prefix qmake-utils DESCRIPTION="Free cross-platform LaTeX editor (fork from texmakerX)" HOMEPAGE="http://texstudio.sourceforge.net/"