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 35BAF139543 for ; Fri, 28 Oct 2016 21:17:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9831E0914; Fri, 28 Oct 2016 21:17:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8FAD1E0914 for ; Fri, 28 Oct 2016 21:17:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A088341342 for ; Fri, 28 Oct 2016 21:17:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 571FB301 for ; Fri, 28 Oct 2016 21:17:10 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1477689407.98522ed0cdd4b50881fd4e5ba2fac150a7b030f7.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/c-intercal/, dev-lang/c-intercal/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/c-intercal/c-intercal-30.0.ebuild dev-lang/c-intercal/files/c-intercal-30.0-version.patch X-VCS-Directories: dev-lang/c-intercal/ dev-lang/c-intercal/files/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 98522ed0cdd4b50881fd4e5ba2fac150a7b030f7 X-VCS-Branch: master Date: Fri, 28 Oct 2016 21:17:10 +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: 0efbaebb-12db-4f79-b52f-97497e017ae9 X-Archives-Hash: 2e526a943b6cfb7894b9f67382e6c2a6 commit: 98522ed0cdd4b50881fd4e5ba2fac150a7b030f7 Author: Ulrich Müller gentoo org> AuthorDate: Fri Oct 28 21:16:47 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Oct 28 21:16:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98522ed0 dev-lang/c-intercal: Fix package version in configure. Package-Manager: portage-2.3.2 dev-lang/c-intercal/c-intercal-30.0.ebuild | 8 +++++++- dev-lang/c-intercal/files/c-intercal-30.0-version.patch | 11 +++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/dev-lang/c-intercal/c-intercal-30.0.ebuild b/dev-lang/c-intercal/c-intercal-30.0.ebuild index 87a8bea..8c0b34d 100644 --- a/dev-lang/c-intercal/c-intercal-30.0.ebuild +++ b/dev-lang/c-intercal/c-intercal-30.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 -inherit elisp-common +inherit autotools elisp-common # C-INTERCAL uses minor-major ordering of version components and # negative version numbers. We map version components -1, -2, ... @@ -39,6 +39,12 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_PN}-${MY_PV}" SITEFILE="50${PN}-gentoo.el" +src_prepare() { + eapply "${FILESDIR}"/${P}-version.patch + eapply_user + eautoreconf +} + src_compile() { emake diff --git a/dev-lang/c-intercal/files/c-intercal-30.0-version.patch b/dev-lang/c-intercal/files/c-intercal-30.0-version.patch new file mode 100644 index 00000000..3fe8d02 --- /dev/null +++ b/dev-lang/c-intercal/files/c-intercal-30.0-version.patch @@ -0,0 +1,11 @@ +--- intercal-0.30-orig/configure.ac ++++ intercal-0.30/configure.ac +@@ -14,7 +14,7 @@ + subdir-objects no-texinfo.tex -Wall -Wno-override]) + + dnl Information about this version of INTERCAL. +-PACKAGE_VERSION=0.29 ++PACKAGE_VERSION=0.30 + + dnl Checks for programs. + AC_PROG_YACC