commit:     8e48a9b4c7168e581e92db4904d7757131a97a05
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 27 08:09:21 2016 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> 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

Reply via email to