From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/libcutl/
Date: Tue, 7 Jun 2022 06:26:44 +0000 (UTC) [thread overview]
Message-ID: <1654583163.e65fd3bf0ec156eeed63c4c3405a5c2952d9a77a.cybertailor@gentoo> (raw)
commit: e65fd3bf0ec156eeed63c4c3405a5c2952d9a77a
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Jun 6 10:06:13 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Jun 7 06:26:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e65fd3bf
dev-cpp/libcutl: use build2 eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-cpp/libcutl/libcutl-1.11.0_beta9.ebuild | 55 ++++-------------------------
1 file changed, 6 insertions(+), 49 deletions(-)
diff --git a/dev-cpp/libcutl/libcutl-1.11.0_beta9.ebuild b/dev-cpp/libcutl/libcutl-1.11.0_beta9.ebuild
index 12b258c0b..187eb5e62 100644
--- a/dev-cpp/libcutl/libcutl-1.11.0_beta9.ebuild
+++ b/dev-cpp/libcutl/libcutl-1.11.0_beta9.ebuild
@@ -5,57 +5,14 @@ EAPI=8
MY_P="${PN}-$(ver_cut 1-3)-b.$(ver_cut 5)"
-inherit edo multiprocessing
+inherit build2
SRC_URI="https://pkg.cppget.org/1/beta/${PN}/${MY_P}.tar.gz"
-KEYWORDS='~amd64 ~x86'
-DESCRIPTION='C++ utility library'
-HOMEPAGE='https://www.codesynthesis.com/projects/libcutl/'
-LICENSE='MIT'
+DESCRIPTION="C++ utility library"
+HOMEPAGE="https://www.codesynthesis.com/projects/libcutl/"
-SLOT='0'
-IUSE='test'
-RESTRICT='!test? ( test )'
-
-BDEPEND='dev-util/build2'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
S="${WORKDIR}/${MY_P}"
-
-src_configure() {
- edo b configure \
- config.cc.coptions="${CFLAGS}" \
- config.cc.loptions="${LDFLAGS}" \
- config.cxx.coptions="${CXXFLAGS}" \
- config.cxx.loptions="${LDFLAGS}" \
- --jobs $(makeopts_jobs) \
- --no-progress \
- --verbose 2
-}
-
-src_compile() {
- edo b update-for-install \
- config.install.root="${EPREFIX}"/usr \
- --jobs $(makeopts_jobs) \
- --no-progress \
- --verbose 2
- use test && edo b update-for-test \
- --jobs $(makeopts_jobs) \
- --no-progress \
- --verbose 2
-}
-
-src_test() {
- edo b test \
- --jobs $(makeopts_jobs) \
- --no-progress \
- --verbose 2
-}
-
-src_install() {
- edo b install \
- config.install.chroot="${D}" \
- config.install.root="${EPREFIX}"/usr \
- config.install.lib="${EPREFIX}"/usr/$(get_libdir) \
- config.install.doc="${EPREFIX}"/usr/share/doc/${PF} \
- --no-progress
-}
next reply other threads:[~2022-06-07 6:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-07 6:26 Anna Vyalkova [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-06-05 21:51 [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/libcutl/ Andrii Pravorskyi
2022-06-05 0:58 Andrii Pravorskyi
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=1654583163.e65fd3bf0ec156eeed63c4c3405a5c2952d9a77a.cybertailor@gentoo \
--to=cyber+gentoo@sysrq.in \
--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