From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/dmd_core/
Date: Wed, 12 Jun 2024 16:10:33 +0000 (UTC) [thread overview]
Message-ID: <1718204870.84fd797920a915d9c698244618feb5a59546f5e7.ceamac@gentoo> (raw)
commit: 84fd797920a915d9c698244618feb5a59546f5e7
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Wed Jun 12 15:03:27 2024 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Jun 12 15:07:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=84fd7979
dev-libs/dmd_core: don't install LICENSE to ${D}
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
dev-libs/dmd_core/dmd_core-0.6.2.ebuild | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/dev-libs/dmd_core/dmd_core-0.6.2.ebuild b/dev-libs/dmd_core/dmd_core-0.6.2.ebuild
index f170b68df..f068fed25 100644
--- a/dev-libs/dmd_core/dmd_core-0.6.2.ebuild
+++ b/dev-libs/dmd_core/dmd_core-0.6.2.ebuild
@@ -27,12 +27,9 @@ BDEPEND=">=virtual/rust-1.47.0"
src_install() {
dolib.a target/$(usex debug debug release)/lib${PN}.a
insinto /usr/$(get_libdir)/pkgconfig
- cp "${FILESDIR}/dmd_core.pc" "${S}" || die "failed to copy pkgconfig file"
- sed -i "s/%VERSION%/${PV}/g" "${S}/dmd_core.pc" || die "failed to set version in pkgconfig file"
- doins "${S}/dmd_core.pc"
-
- sed -e "s:^libdir.*:libdir=${EPREFIX}/usr/$(get_libdir):" \
- -i "${ED}"/usr/$(get_libdir)/pkgconfig/dmd_core.pc || die "failed to set libdir in pkgconfig file"
- dodoc "${S}/LICENSE.txt"
- dodoc "${S}/README.md"
+ doins "${FILESDIR}"/dmd_core.pc
+ sed -e "s/%VERSION%/${PV}/g" \
+ -e "s:^libdir.*:libdir=${EPREFIX}/usr/$(get_libdir):" \
+ -i "${ED}"/usr/$(get_libdir)/pkgconfig/dmd_core.pc || die
+ einstalldocs
}
next reply other threads:[~2024-06-12 16:10 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-12 16:10 Viorel Munteanu [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-14 0:34 [gentoo-commits] repo/proj/guru:master commit in: dev-libs/dmd_core/ David Roman
2024-07-14 0:34 David Roman
2024-06-12 16:10 Viorel Munteanu
2024-06-12 16:10 Viorel Munteanu
2024-06-12 16:10 Viorel Munteanu
2024-06-12 16:10 Viorel Munteanu
2021-10-28 20:56 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=1718204870.84fd797920a915d9c698244618feb5a59546f5e7.ceamac@gentoo \
--to=ceamac@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