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 46D991381F3 for ; Wed, 23 Oct 2013 14:53:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2DE2E09F8; Wed, 23 Oct 2013 14:53:13 +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 4067BE09F8 for ; Wed, 23 Oct 2013 14:53:13 +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 28EB933F45D for ; Wed, 23 Oct 2013 14:53:12 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 765) id 0391E2004C; Wed, 23 Oct 2013 14:53:09 +0000 (UTC) From: "Akinori Hattori (hattya)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, hattya@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/multiskkserv: multiskkserv-20100128.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: multiskkserv-20100128.ebuild ChangeLog X-VCS-Directories: app-i18n/multiskkserv X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131023145310.0391E2004C@flycatcher.gentoo.org> Date: Wed, 23 Oct 2013 14:53:09 +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: 6f240499-40c6-400f-9acf-ab0363eccba7 X-Archives-Hash: fc1dae506abebde50c334897adeed516 hattya 13/10/23 14:53:09 Modified: multiskkserv-20100128.ebuild ChangeLog Log: update to EAPI 5 (Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key EC917A6D) Revision Changes Path 1.7 app-i18n/multiskkserv/multiskkserv-20100128.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/multiskkserv/multiskkserv-20100128.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/multiskkserv/multiskkserv-20100128.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/multiskkserv/multiskkserv-20100128.ebuild?r1=1.6&r2=1.7 Index: multiskkserv-20100128.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-i18n/multiskkserv/multiskkserv-20100128.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- multiskkserv-20100128.ebuild 23 Oct 2013 14:19:58 -0000 1.6 +++ multiskkserv-20100128.ebuild 23 Oct 2013 14:53:09 -0000 1.7 @@ -1,8 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/multiskkserv/multiskkserv-20100128.ebuild,v 1.6 2013/10/23 14:19:58 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/multiskkserv/multiskkserv-20100128.ebuild,v 1.7 2013/10/23 14:53:09 hattya Exp $ -EAPI="3" +EAPI="5" inherit autotools eutils @@ -29,16 +29,14 @@ } src_configure() { - econf --with-cdb=yes || die + econf --with-cdb=yes } src_install() { - emake DESTDIR="${D}" install || die + default - newconfd "${FILESDIR}"/multiskkserv.conf multiskkserv || die - newinitd "${FILESDIR}"/multiskkserv.initd multiskkserv || die - - dodoc AUTHORS ChangeLog NEWS README* || die + newconfd "${FILESDIR}"/multiskkserv.conf multiskkserv + newinitd "${FILESDIR}"/multiskkserv.initd multiskkserv } pkg_postinst() { 1.22 app-i18n/multiskkserv/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/multiskkserv/ChangeLog?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/multiskkserv/ChangeLog?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/multiskkserv/ChangeLog?r1=1.21&r2=1.22 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-i18n/multiskkserv/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ChangeLog 23 Oct 2013 14:19:58 -0000 1.21 +++ ChangeLog 23 Oct 2013 14:53:09 -0000 1.22 @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/multiskkserv # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/multiskkserv/ChangeLog,v 1.21 2013/10/23 14:19:58 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/multiskkserv/ChangeLog,v 1.22 2013/10/23 14:53:09 hattya Exp $ + + 23 Oct 2013; Akinori Hattori multiskkserv-20100128.ebuild: + update to EAPI 5 23 Oct 2013; Akinori Hattori -files/cdb-0.75-errno.diff, -files/multiskkserv-20020201-gcc34.diff, -multiskkserv-20020201.ebuild,