public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jakov Smolić" <jsmolic@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/premake/
Date: Wed, 12 Jan 2022 11:39:24 +0000 (UTC)	[thread overview]
Message-ID: <1641987522.2b4bf36b769e90e9b77a11c62a645e60e37aeea7.jsmolic@gentoo> (raw)

commit:     2b4bf36b769e90e9b77a11c62a645e60e37aeea7
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 12 11:38:42 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Jan 12 11:38:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b4bf36b

dev-util/premake: Port to EAPI 8

Closes: https://bugs.gentoo.org/826474
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 .../{premake-3.7.ebuild => premake-3.7-r1.ebuild}      | 15 +++++----------
 .../{premake-4.3-r1.ebuild => premake-4.3-r2.ebuild}   | 18 +++++++-----------
 2 files changed, 12 insertions(+), 21 deletions(-)

diff --git a/dev-util/premake/premake-3.7.ebuild b/dev-util/premake/premake-3.7-r1.ebuild
similarity index 64%
rename from dev-util/premake/premake-3.7.ebuild
rename to dev-util/premake/premake-3.7-r1.ebuild
index 91026f3efad0..ae7f896f0a9c 100644
--- a/dev-util/premake/premake-3.7.ebuild
+++ b/dev-util/premake/premake-3.7-r1.ebuild
@@ -1,23 +1,18 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-
-inherit versionator
+EAPI=8
 
 DESCRIPTION="A makefile generation tool"
 HOMEPAGE="http://industriousone.com/premake"
 SRC_URI="mirror://sourceforge/${PN}/${PN}-src-${PV}.zip"
+S="${WORKDIR}/${P/p/P}"
 
 LICENSE="GPL-2"
-SLOT=$(get_major_version)
+SLOT="3"
 KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
 
-S=${WORKDIR}/${P/p/P}
+BDEPEND="app-arch/unzip"
 
 src_install() {
 	dobin bin/${PN}

diff --git a/dev-util/premake/premake-4.3-r1.ebuild b/dev-util/premake/premake-4.3-r2.ebuild
similarity index 63%
rename from dev-util/premake/premake-4.3-r1.ebuild
rename to dev-util/premake/premake-4.3-r2.ebuild
index 78be7cc0d8e1..3b333e7719c4 100644
--- a/dev-util/premake/premake-4.3-r1.ebuild
+++ b/dev-util/premake/premake-4.3-r2.ebuild
@@ -1,25 +1,21 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-
-inherit versionator epatch
+EAPI=8
 
 DESCRIPTION="A makefile generation tool"
 HOMEPAGE="http://industriousone.com/premake"
 SRC_URI="mirror://sourceforge/premake/${P}-src.zip"
 
 LICENSE="BSD"
-SLOT=$(get_major_version)
+SLOT="4"
 KEYWORDS="amd64 ppc x86"
-IUSE=""
 
-DEPEND="app-arch/unzip"
-RDEPEND=""
+BDEPEND="app-arch/unzip"
 
-src_prepare() {
-	epatch "${FILESDIR}/archless.patch"
-}
+PATCHES=(
+	"${FILESDIR}"/archless.patch
+)
 
 src_compile() {
 	emake -C build/gmake.unix/


             reply	other threads:[~2022-01-12 11:39 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-12 11:39 Jakov Smolić [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-24  3:47 [gentoo-commits] repo/gentoo:master commit in: dev-util/premake/ Sam James
2024-12-01 22:36 Jakov Smolić
2024-12-01 19:57 Arthur Zamarin
2023-03-19  4:22 Sam James
2022-09-24 20:39 Andreas Sturmlechner
2021-12-14  9:04 Sam James
2021-08-16  1:45 Ionen Wolkens
2021-08-15 20:57 Sam James
2021-02-28 23:18 Sam James
2018-01-21 11:01 Aaron Swenson
2017-11-26 11:39 David Seifert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1641987522.2b4bf36b769e90e9b77a11c62a645e60e37aeea7.jsmolic@gentoo \
    --to=jsmolic@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox