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 1CC381388C0 for ; Sat, 27 Feb 2016 08:09:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32820E07A0; Sat, 27 Feb 2016 08:09:54 +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 BF26CE07A0 for ; Sat, 27 Feb 2016 08:09:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E7D1340C42 for ; Sat, 27 Feb 2016 08:09:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37AB4177 for ; Sat, 27 Feb 2016 08:09:50 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1456560561.8e48a9b4c7168e581e92db4904d7757131a97a05.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/mlterm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/mlterm/mlterm-3.6.0.ebuild x11-terms/mlterm/mlterm-3.6.3.ebuild X-VCS-Directories: x11-terms/mlterm/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 8e48a9b4c7168e581e92db4904d7757131a97a05 X-VCS-Branch: master Date: Sat, 27 Feb 2016 08:09:50 +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: f12a9b3f-fcc2-4dd6-91e5-5e75439337b5 X-Archives-Hash: 8f457b8d01a06d2eb45535440454b36f commit: 8e48a9b4c7168e581e92db4904d7757131a97a05 Author: Akinori Hattori gentoo org> AuthorDate: Sat Feb 27 08:09:21 2016 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sat Feb 27 08:09:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e48a9b4 x11-terms/mlterm: drop autotools Package-Manager: portage-2.2.26 x11-terms/mlterm/mlterm-3.6.0.ebuild | 5 ++--- x11-terms/mlterm/mlterm-3.6.3.ebuild | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/x11-terms/mlterm/mlterm-3.6.0.ebuild b/x11-terms/mlterm/mlterm-3.6.0.ebuild index af51236..f15dfac 100644 --- a/x11-terms/mlterm/mlterm-3.6.0.ebuild +++ b/x11-terms/mlterm/mlterm-3.6.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -inherit autotools eutils +inherit eutils DESCRIPTION="A multi-lingual terminal emulator" HOMEPAGE="http://mlterm.sourceforge.net/" @@ -50,7 +50,6 @@ src_prepare() { etc/main epatch_user - eautoconf } src_configure() { diff --git a/x11-terms/mlterm/mlterm-3.6.3.ebuild b/x11-terms/mlterm/mlterm-3.6.3.ebuild index 012b0d7..a4a8384 100644 --- a/x11-terms/mlterm/mlterm-3.6.3.ebuild +++ b/x11-terms/mlterm/mlterm-3.6.3.ebuild @@ -4,7 +4,7 @@ EAPI="6" -inherit autotools eutils +inherit eutils DESCRIPTION="A multi-lingual terminal emulator" HOMEPAGE="http://mlterm.sourceforge.net/" @@ -42,6 +42,8 @@ DEPEND="${RDEPEND} virtual/pkgconfig nls? ( sys-devel/gettext )" +DOCS=( doc/{en,ja} ) + src_prepare() { # default config sed -i \ @@ -49,8 +51,7 @@ src_prepare() { -e "/ scrollbar_view_name =/ascrollbar_view_name = sample" \ etc/main - epatch_user - eautoconf + default } src_configure() { @@ -101,7 +102,6 @@ src_test() { src_install () { default - dodoc -r doc/{en,ja} prune_libtool_files docinto contrib/icon