From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8B5CB138334 for ; Thu, 7 Feb 2019 15:54:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 577A8E0B46; Thu, 7 Feb 2019 15:54:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2AB78E0B46 for ; Thu, 7 Feb 2019 15:54:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29356335D64 for ; Thu, 7 Feb 2019 15:54:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2082152F for ; Thu, 7 Feb 2019 15:54:27 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1549554846.0f9f86e6f09c09be343aaa2f1c64837f3dd7ce23.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_musicindex/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apache/mod_musicindex/mod_musicindex-1.4.1-r1.ebuild www-apache/mod_musicindex/mod_musicindex-1.4.1.ebuild X-VCS-Directories: www-apache/mod_musicindex/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 0f9f86e6f09c09be343aaa2f1c64837f3dd7ce23 X-VCS-Branch: master Date: Thu, 7 Feb 2019 15:54:27 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 447ab74b-2cb9-4c7c-a669-a5d11f05b817 X-Archives-Hash: 490ef2e4d97d8079152069aaf5491341 commit: 0f9f86e6f09c09be343aaa2f1c64837f3dd7ce23 Author: Brian Evans gentoo org> AuthorDate: Thu Feb 7 15:54:06 2019 +0000 Commit: Brian Evans gentoo org> CommitDate: Thu Feb 7 15:54:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f9f86e6 www-apache/mod_musicindex: Revbump for dependency and EAPI change Closes: https://bugs.gentoo.org/666076 Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Brian Evans gentoo.org> ...index-1.4.1.ebuild => mod_musicindex-1.4.1-r1.ebuild} | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/www-apache/mod_musicindex/mod_musicindex-1.4.1.ebuild b/www-apache/mod_musicindex/mod_musicindex-1.4.1-r1.ebuild similarity index 87% rename from www-apache/mod_musicindex/mod_musicindex-1.4.1.ebuild rename to www-apache/mod_musicindex/mod_musicindex-1.4.1-r1.ebuild index d87b3ed75c3..a033588e366 100644 --- a/www-apache/mod_musicindex/mod_musicindex-1.4.1.ebuild +++ b/www-apache/mod_musicindex/mod_musicindex-1.4.1-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 inherit apache-module @@ -22,16 +22,20 @@ DEPEND="mp3? ( media-libs/libmad media-libs/libid3tag ) flac? ( media-libs/flac ) vorbis? ( media-libs/libvorbis ) archive? ( app-arch/libarchive ) - mysql? ( virtual/mysql )" + mysql? ( dev-db/mysql-connector-c:0= )" RDEPEND="${DEPEND} sys-devel/libtool" APACHE2_MOD_CONF="50_${PN}" APACHE2_MOD_DEFINE="MUSICINDEX" -DOCFILES="AUTHORS BUGS ChangeLog README UPGRADING" +DOCS=( AUTHORS BUGS ChangeLog README UPGRADING ) need_apache2 +pkg_setup() { + _init_apache2_late +} + src_configure() { econf \ $(use_enable mp3) \ @@ -44,11 +48,11 @@ src_configure() { } src_compile() { - emake || die "emake failed" + default } src_install() { - emake DESTDIR="${D}" install || die "emake failed" + default apache-module_src_install # install W3C images