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 C0C9C58974 for ; Tue, 19 Jan 2016 20:10:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB2DB21C011; Tue, 19 Jan 2016 20:10:40 +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 53F4121C011 for ; Tue, 19 Jan 2016 20:10:40 +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 34291340862 for ; Tue, 19 Jan 2016 20:10:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D101A2C for ; Tue, 19 Jan 2016 20:10:37 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1453234229.91a4269d98d83a2cd6a8cdf895bba21a18379293.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/foomatic-db-engine/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild X-VCS-Directories: net-print/foomatic-db-engine/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 91a4269d98d83a2cd6a8cdf895bba21a18379293 X-VCS-Branch: master Date: Tue, 19 Jan 2016 20:10:37 +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: a2752f8a-5079-45d0-876b-eef5e9c77023 X-Archives-Hash: bf262e32e973c4e8db5feccb82168dc5 commit: 91a4269d98d83a2cd6a8cdf895bba21a18379293 Author: Mike Frysinger gentoo org> AuthorDate: Tue Jan 19 19:59:50 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Jan 19 20:10:29 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a4269d net-print/foomatic-db-engine: switch to `default` No real changes here -- installed set of files is the same. net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild b/net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild index fb5aa96..74a50f5 100644 --- a/net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild +++ b/net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -39,15 +39,15 @@ src_configure() { } src_compile() { - emake + default cd lib perl-app_src_compile } src_install() { - emake DESTDIR="${D}" install - dodoc ChangeLog README TODO USAGE + default + dodoc USAGE cd lib perl-module_src_install