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 E2102138334 for ; Mon, 18 Nov 2019 17:14:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13293E0867; Mon, 18 Nov 2019 17:14:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 ED1C1E0867 for ; Mon, 18 Nov 2019 17:14:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 50BCE34CFF9 for ; Mon, 18 Nov 2019 17:14:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BC1C8AA for ; Mon, 18 Nov 2019 17:14:32 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1574097249.d358324f8a9dae181121a61175a44b7b7cf3206a.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/enum/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/enum/Manifest app-misc/enum/enum-1.1-r1.ebuild X-VCS-Directories: app-misc/enum/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: d358324f8a9dae181121a61175a44b7b7cf3206a X-VCS-Branch: master Date: Mon, 18 Nov 2019 17:14:32 +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: 74c0ff1a-4620-4e8e-b222-a361147ad4f8 X-Archives-Hash: 69bd885a55a13e3831783d44402a19f8 commit: d358324f8a9dae181121a61175a44b7b7cf3206a Author: Sebastian Pipping gentoo org> AuthorDate: Mon Nov 18 17:12:50 2019 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Mon Nov 18 17:14:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d358324f app-misc/enum: EAPI 7 + SRC_URI move Closes: https://bugs.gentoo.org/698992 Signed-off-by: Sebastian Pipping gentoo.org> Package-Manager: Portage-2.3.78, Repoman-2.3.16 app-misc/enum/Manifest | 2 +- app-misc/enum/enum-1.1-r1.ebuild | 25 ++++++++++++++----------- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/app-misc/enum/Manifest b/app-misc/enum/Manifest index dde8988f261..52a373f5db7 100644 --- a/app-misc/enum/Manifest +++ b/app-misc/enum/Manifest @@ -1 +1 @@ -DIST enum-1.1.tar.bz2 100815 BLAKE2B 921a3c1be5dd91ead83366f1f094c8e50b00e9e58bb3316301a9a162255b55b8104ac09ae5913596c6bfb2b58a3358734950073f87fc8bebfb241a8e6ad0879c SHA512 06396c5286c1e7b725c7cd7952713e21eaf917d586a3f069f2faedbf2fd191f2703ac7e67db563a54978542809552c71eda6a238a22fd2a8928d134ec471e931 +DIST enum-1.1.tar.gz 59849 BLAKE2B fdccdf3a362b3a6f7727c76eb50e4d568b2c6be85fdb62af6f095655865708102e578bb3e4988fdcbb542b2397aff5ad024b89c0cacb120d676aed518bbfcaa5 SHA512 4d2885ea8d3d24d04360b32241517152ab25480c5346917e1bfb483dd0f50ae5a6cb8b4ca3552c04bdb0d5960b1e83502ce4d154fa8316b0e0ff5eae8aac3648 diff --git a/app-misc/enum/enum-1.1-r1.ebuild b/app-misc/enum/enum-1.1-r1.ebuild index d125d71a503..b18fabf94a6 100644 --- a/app-misc/enum/enum-1.1-r1.ebuild +++ b/app-misc/enum/enum-1.1-r1.ebuild @@ -1,34 +1,37 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 + +inherit autotools DESCRIPTION="Replacement for GNU seq and BSD jot" HOMEPAGE="https://github.com/hartwork/enum" -SRC_URI="https://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.bz2" - +SRC_URI="https://github.com/hartwork/enum/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="" +DEPEND="app-text/asciidoc" RDEPEND="" +DOCS=( ChangeLog ) + src_prepare() { default # Remove bundled getopt rm -rv thirdparty || die + + # Workarund automake issues + sed 's,\(AM_INIT_AUTOMAKE(\[\),\1subdir-objects ,' -i configure.ac || die + + eautoreconf } src_configure() { econf \ - --disable-doc-rebuild \ + --enable-doc-rebuild \ --disable-dependency-tracking } - -src_install() { - emake DESTDIR="${D}" install - dodoc ChangeLog -}