public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-games/surgescript/
Date: Sat, 11 Apr 2020 00:06:00 +0000 (UTC)	[thread overview]
Message-ID: <1586563552.2bad8311595d35fcf5310c33626dc5f6d2b4c069.lanodan@gentoo> (raw)

commit:     2bad8311595d35fcf5310c33626dc5f6d2b4c069
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Fri Apr 10 22:47:46 2020 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sat Apr 11 00:05:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2bad8311

dev-games/surgescript: Version bump, 0.5.4.3

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 dev-games/surgescript/Manifest                                   | 1 +
 .../{surgescript-9999.ebuild => surgescript-0.5.4.3.ebuild}      | 9 ++++++++-
 dev-games/surgescript/surgescript-9999.ebuild                    | 9 ++++++++-
 3 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/dev-games/surgescript/Manifest b/dev-games/surgescript/Manifest
index 7592559..d6c09cc 100644
--- a/dev-games/surgescript/Manifest
+++ b/dev-games/surgescript/Manifest
@@ -1 +1,2 @@
+DIST surgescript-0.5.4.3.tar.gz 500022 BLAKE2B 08598ad4adbd3cbf841354cde8ef3c9348abd196a828e9a9606b3cfa3b268c68aa7561a95c09692ef0d78d7c497207ddfc176e2528e6ae9a064af229c24e80d6 SHA512 0ffbb464326f019a6b523eca280c75c02f5976c07f61e6507cb46b1b2bf8bf0779b6fbd56c9204aee33ecf0ce513e07be8d5503d3cbd06443205ab57d674a6b3
 DIST surgescript-0.5.4.tar.gz 422111 BLAKE2B 88733d7ae350ebc3874d3b0e5ec91a896227b8e03b1c56e1c462bc2dd989c0df7e1ac230b31ac7a187217f32f1059bea7f6661cffc3d32aaf2c9c7db22bd94d4 SHA512 d75f29dd21f73beccee559eef22d75b8502d9de79874a282855bdf872ecd9862a8e0a898699aca42b373a2abdca81d77f15255235c27420a2da417d3970fcaf4

diff --git a/dev-games/surgescript/surgescript-9999.ebuild b/dev-games/surgescript/surgescript-0.5.4.3.ebuild
similarity index 82%
copy from dev-games/surgescript/surgescript-9999.ebuild
copy to dev-games/surgescript/surgescript-0.5.4.3.ebuild
index b76cc96..16e25a5 100644
--- a/dev-games/surgescript/surgescript-9999.ebuild
+++ b/dev-games/surgescript/surgescript-0.5.4.3.ebuild
@@ -8,15 +8,16 @@ inherit cmake
 if [[ "${PV}" == "9999" ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/alemart/surgescript"
+	SLOT="0"
 else
 	SRC_URI="https://github.com/alemart/surgescript/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64"
+	SLOT="0/${PV}"
 fi
 
 DESCRIPTION="scripting language made for opensurge"
 HOMEPAGE="https://alemart.github.io/surgescript"
 LICENSE="Apache-2.0"
-SLOT="0"
 
 IUSE="doc"
 
@@ -32,3 +33,9 @@ src_compile() {
 		HTML_DOCS="site"
 	fi
 }
+
+src_install() {
+	cmake_src_install
+
+	mv "${D}"/usr/lib "${D}"/usr/"$(get_libdir)" || die "Failed moving to libdir"
+}

diff --git a/dev-games/surgescript/surgescript-9999.ebuild b/dev-games/surgescript/surgescript-9999.ebuild
index b76cc96..16e25a5 100644
--- a/dev-games/surgescript/surgescript-9999.ebuild
+++ b/dev-games/surgescript/surgescript-9999.ebuild
@@ -8,15 +8,16 @@ inherit cmake
 if [[ "${PV}" == "9999" ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/alemart/surgescript"
+	SLOT="0"
 else
 	SRC_URI="https://github.com/alemart/surgescript/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64"
+	SLOT="0/${PV}"
 fi
 
 DESCRIPTION="scripting language made for opensurge"
 HOMEPAGE="https://alemart.github.io/surgescript"
 LICENSE="Apache-2.0"
-SLOT="0"
 
 IUSE="doc"
 
@@ -32,3 +33,9 @@ src_compile() {
 		HTML_DOCS="site"
 	fi
 }
+
+src_install() {
+	cmake_src_install
+
+	mv "${D}"/usr/lib "${D}"/usr/"$(get_libdir)" || die "Failed moving to libdir"
+}


             reply	other threads:[~2020-04-11  0:06 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-11  0:06 Haelwenn Monnier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-15 16:06 [gentoo-commits] repo/proj/guru:master commit in: dev-games/surgescript/ Julien Roy
2024-05-15 15:45 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-03-21  1:23 Haelwenn Monnier
2022-08-13  3:10 Haelwenn Monnier
2022-08-13  3:10 Haelwenn Monnier
2022-08-13  3:10 Haelwenn Monnier
2021-05-26 13:37 Anna Vyalkova
2020-12-21 10:40 Theo Anderson
2020-12-06 10:49 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-12-06 10:46 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-11  8:05 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-11  7:59 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-11  0:06 Haelwenn Monnier
2020-04-11  0:06 Haelwenn Monnier
2020-04-04 21:23 Haelwenn Monnier
2020-03-09 17:55 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-03-09 17:48 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2019-10-08 22:54 Haelwenn Monnier

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=1586563552.2bad8311595d35fcf5310c33626dc5f6d2b4c069.lanodan@gentoo \
    --to=contact@hacktivis.me \
    --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