From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-devel/lcc/
Date: Wed, 24 Apr 2024 12:11:37 +0000 (UTC) [thread overview]
Message-ID: <1713912753.327ac84193f4a1d8d93fb1f84b754b86e904956f.davidroman@gentoo> (raw)
Message-ID: <20240424121137.3v6ZjX4sY1IEumWHG9_Q9fmUkwX0WOrH7IxHzrOHVIU@z> (raw)
commit: 327ac84193f4a1d8d93fb1f84b754b86e904956f
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Apr 23 22:51:09 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Apr 23 22:52:33 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=327ac841
sys-devel/lcc: update SRC_URI
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
sys-devel/lcc/Manifest | 2 +-
sys-devel/lcc/lcc-2021.01.11-r1.ebuild | 35 +++++++++++++++++-----------------
2 files changed, 19 insertions(+), 18 deletions(-)
diff --git a/sys-devel/lcc/Manifest b/sys-devel/lcc/Manifest
index ed6f4dca88..70459f0eb0 100644
--- a/sys-devel/lcc/Manifest
+++ b/sys-devel/lcc/Manifest
@@ -1 +1 @@
-DIST 3fd0acc0c3087411c0966d725a56be29038c05a9.tar.gz 636724 BLAKE2B 9fffbda4e888d79c672d2da25cec4132848ce5f8cadd99f128645389377230b491ef3d2f3c550774df6ae82fd6304addcd1f00d6d0da79440ea510b0d97d5600 SHA512 f954509307136632408a219ccefa3e85a05538553c17aec72556979370fa795076a574033c6f7d2b51ca30218665fddd3b576b00fdb6327ae09f0e0c041d428a
+DIST lcc-2021.01.11.gh.tar.gz 636724 BLAKE2B 9fffbda4e888d79c672d2da25cec4132848ce5f8cadd99f128645389377230b491ef3d2f3c550774df6ae82fd6304addcd1f00d6d0da79440ea510b0d97d5600 SHA512 f954509307136632408a219ccefa3e85a05538553c17aec72556979370fa795076a574033c6f7d2b51ca30218665fddd3b576b00fdb6327ae09f0e0c041d428a
diff --git a/sys-devel/lcc/lcc-2021.01.11-r1.ebuild b/sys-devel/lcc/lcc-2021.01.11-r1.ebuild
index af3369a536..736892378c 100644
--- a/sys-devel/lcc/lcc-2021.01.11-r1.ebuild
+++ b/sys-devel/lcc/lcc-2021.01.11-r1.ebuild
@@ -9,11 +9,13 @@ inherit cmake
DESCRIPTION="The lcc retargetable ANSI C compiler"
HOMEPAGE="https://drh.github.io/lcc/"
SHA='3fd0acc0c3087411c0966d725a56be29038c05a9'
-SRC_URI="https://github.com/drh/lcc/archive/${SHA}.tar.gz"
+SRC_URI="https://github.com/drh/lcc/archive/${SHA}.tar.gz -> ${P}.gh.tar.gz"
# Build using CMake, still missing some features.
PATCHES=( "${FILESDIR}/add_cmake_support.patch" )
+S="${WORKDIR}/${PN}-${SHA}"
+
LICENSE="lcc"
SLOT="0"
KEYWORDS="~amd64"
@@ -22,24 +24,23 @@ KEYWORDS="~amd64"
#DEPEND=""
#RDEPEND="${DEPEND}"
#BDEPEND=""
-S="${WORKDIR}/${PN}-${SHA}"
src_install() {
- doman "doc/bprint.1"
- doman "doc/lcc.1"
- into "/usr/lib/lcc"
- dobin "${WORKDIR}/${PN}-${SHA}_build/cpp/cpp"
- dobin "${WORKDIR}/${PN}-${SHA}_build/etc/bprint"
- dobin "${WORKDIR}/${PN}-${SHA}_build/etc/lcc"
- dobin "${WORKDIR}/${PN}-${SHA}_build/lburg/lburg"
- dobin "${WORKDIR}/${PN}-${SHA}_build/src/rcc"
+ doman "doc/bprint.1"
+ doman "doc/lcc.1"
+ into "/usr/lib/lcc"
+ dobin "${WORKDIR}/${PN}-${SHA}_build/cpp/cpp"
+ dobin "${WORKDIR}/${PN}-${SHA}_build/etc/bprint"
+ dobin "${WORKDIR}/${PN}-${SHA}_build/etc/lcc"
+ dobin "${WORKDIR}/${PN}-${SHA}_build/lburg/lburg"
+ dobin "${WORKDIR}/${PN}-${SHA}_build/src/rcc"
}
pkg_postinst() {
- ewarn "If you had installed the previous version of this ebuild (lcc-2021.01.11),"
- ewarn "there was a file collision that deleted the GNU's /usr/bin/cpp by LCC's own /usr/bin/cpp."
- ewarn "So make sure to run the following commands :"
- ewarn "gcc-config -l"
- ewarn "gcc-config -f the_gcc_config_of_the_previous_command"
- ewarn "The new package lcc-2021.01.11-r1 doesn't adds LCC to PATH anymore."
-}
\ No newline at end of file
+ ewarn "If you had installed the previous version of this ebuild (lcc-2021.01.11),"
+ ewarn "there was a file collision that deleted the GNU's /usr/bin/cpp by LCC's own /usr/bin/cpp."
+ ewarn "So make sure to run the following commands :"
+ ewarn "gcc-config -l"
+ ewarn "gcc-config -f the_gcc_config_of_the_previous_command"
+ ewarn "The new package lcc-2021.01.11-r1 doesn't adds LCC to PATH anymore."
+}
next reply other threads:[~2024-04-24 12:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-23 22:52 David Roman [this message]
2024-04-24 12:11 ` [gentoo-commits] repo/proj/guru:master commit in: sys-devel/lcc/ David Roman
-- strict thread matches above, loose matches on Subject: below --
2024-04-23 22:52 [gentoo-commits] repo/proj/guru:dev " David Roman
2023-11-06 15:17 Benoît Dufour
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=1713912753.327ac84193f4a1d8d93fb1f84b754b86e904956f.davidroman@gentoo \
--to=davidroman96@gmail.com \
--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