From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/pal/
Date: Sun, 24 Dec 2023 23:16:49 +0000 (UTC) [thread overview]
Message-ID: <1703459792.cabe729b786afded2fcf3cf9abc2ce75ce204e6b.conikost@gentoo> (raw)
commit: cabe729b786afded2fcf3cf9abc2ce75ce204e6b
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Dec 24 10:36:54 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Dec 24 23:16:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cabe729b
app-misc/pal: EAPI8 bump, fix #729400
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://bugs.gentoo.org/729400
Closes: https://github.com/gentoo/gentoo/pull/34456
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
app-misc/pal/pal-0.4.3-r2.ebuild | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/app-misc/pal/pal-0.4.3-r2.ebuild b/app-misc/pal/pal-0.4.3-r2.ebuild
index 039c608cd2df..7066a7b151d0 100644
--- a/app-misc/pal/pal-0.4.3-r2.ebuild
+++ b/app-misc/pal/pal-0.4.3-r2.ebuild
@@ -1,28 +1,29 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
+
inherit prefix toolchain-funcs
DESCRIPTION="Command-line calendar program"
-HOMEPAGE="http://palcal.sourceforge.net/"
+HOMEPAGE="https://palcal.sourceforge.net/"
SRC_URI="mirror://sourceforge/palcal/${P}.tgz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux"
IUSE="nls"
RDEPEND="
>=dev-libs/glib-2.0
- nls? ( virtual/libintl )
sys-libs/ncurses:0
sys-libs/readline:0
+ nls? ( virtual/libintl )
"
-DEPEND="
- ${RDEPEND}
- nls? ( sys-devel/gettext )
+DEPEND="${RDEPEND}"
+BDEPEND="
virtual/pkgconfig
+ nls? ( sys-devel/gettext )
"
RESTRICT="test" # Has no tests to run
@@ -45,15 +46,14 @@ src_prepare() {
}
src_compile() {
- cd src || die "failed to change to the src directory"
- emake CC="$(tc-getCC)" OPT="${CFLAGS}" LDOPT="${LDFLAGS}"
+ emake -C src CC="$(tc-getCC)" OPT="${CFLAGS}" LDOPT="${LDFLAGS}"
}
src_install() {
dodoc ChangeLog doc/example.css
+ newman pal.1.template ${PN}.1
- cd src || die "failed to change to the src directory"
- emake DESTDIR="${D}" install-man install-bin install-share
+ emake -C src DESTDIR="${D}" install-bin install-share
if use nls; then
emake DESTDIR="${D}" install-mo
next reply other threads:[~2023-12-24 23:16 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-24 23:16 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-02-08 17:13 [gentoo-commits] repo/gentoo:master commit in: app-misc/pal/ Sam James
2021-01-06 13:19 Fabian Groffen
2017-11-03 13:26 Michael Palimaka
2017-11-03 12:07 Manuel Rüger
2017-10-29 21:08 Thomas Deutschmann
2017-10-05 8:37 Sergei Trofimovich
2017-09-07 8:10 Pacho Ramos
2017-09-07 8:10 Pacho Ramos
2017-01-29 14:59 Fabian Groffen
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=1703459792.cabe729b786afded2fcf3cf9abc2ce75ce204e6b.conikost@gentoo \
--to=conikost@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