From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/gpm/
Date: Tue, 21 Jun 2022 05:27:51 +0000 (UTC) [thread overview]
Message-ID: <1655788873.a65ad985d15ed5a568a663a4c25c263c75fa85c2.sam@gentoo> (raw)
commit: a65ad985d15ed5a568a663a4c25c263c75fa85c2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 05:18:11 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 05:21:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a65ad985
sys-libs/gpm: drop 1.20.7-r3
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-libs/gpm/gpm-1.20.7-r3.ebuild | 108 --------------------------------------
1 file changed, 108 deletions(-)
diff --git a/sys-libs/gpm/gpm-1.20.7-r3.ebuild b/sys-libs/gpm/gpm-1.20.7-r3.ebuild
deleted file mode 100644
index 7554d790cd56..000000000000
--- a/sys-libs/gpm/gpm-1.20.7-r3.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# emacs support disabled due to #99533 #335900
-
-EAPI=7
-
-inherit autotools linux-info systemd usr-ldscript multilib-minimal
-
-DESCRIPTION="Console-based mouse driver"
-HOMEPAGE="https://www.nico.schottelius.org/software/gpm/"
-SRC_URI="
- https://www.nico.schottelius.org/software/${PN}/archives/${P}.tar.lzma
- mirror://gentoo/${P}-docs.patch.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="selinux"
-
-RDEPEND="
- sys-libs/ncurses:=[${MULTILIB_USEDEP}]
- selinux? ( sec-policy/selinux-gpm )"
-DEPEND="${RDEPEND}"
-BDEPEND="
- app-arch/xz-utils
- sys-apps/texinfo
- virtual/yacc"
-
-CONFIG_CHECK="~INPUT_MOUSEDEV"
-ERROR_INPUT_MOUSEDEV="CONFIG_INPUT_MOUSEDEV:\tis not set (required to expose mice for GPM)"
-
-pkg_pretend() {
- check_extra_config
-}
-
-src_prepare() {
- eapply "${FILESDIR}"/${P}-sysmacros.patch
-
- # Hack up the docs until we get this sorted upstream.
- # https://github.com/telmich/gpm/issues/8
- eapply "${WORKDIR}"/${P}-docs.patch
- touch -r . doc/* || die
-
- # bug #629774
- eapply "${FILESDIR}"/${P}-glibc-2.26.patch
-
- # bug #705878
- eapply "${FILESDIR}"/${P}-gcc-10.patch
-
- eapply_user
-
- # fix ABI values
- sed -i \
- -e '/^abi_lev=/s:=.*:=1:' \
- -e '/^abi_age=/s:=.*:=20:' \
- configure.ac.footer || die
- # Rebuild autotools since release doesn't include them.
- # Should be fixed with the next release though.
- # https://github.com/telmich/gpm/pull/15
- sed -i -e '/ACLOCAL/,$d' autogen.sh || die
- ./autogen.sh
- eautoreconf
-
- # Out-of-tree builds are broken.
- # https://github.com/telmich/gpm/issues/16
- multilib_copy_sources
-}
-
-multilib_src_configure() {
- econf \
- --disable-static \
- --sysconfdir="${EPREFIX}"/etc/gpm \
- emacs="${BROOT}"/bin/false
-}
-
-_emake() {
- emake \
- EMACS=: ELISP="" \
- $(multilib_is_native_abi || echo "PROG= ") \
- "$@"
-}
-
-multilib_src_compile() {
- _emake
-}
-
-multilib_src_test() {
- _emake check
-}
-
-multilib_src_install() {
- _emake DESTDIR="${D}" install
-
- dosym libgpm.so.1 /usr/$(get_libdir)/libgpm.so
- gen_usr_ldscript -a gpm
-}
-
-multilib_src_install_all() {
- insinto /etc/gpm
- doins conf/gpm-*.conf
-
- dodoc README TODO doc/Announce doc/FAQ doc/README*
-
- newinitd "${FILESDIR}"/gpm.rc6-2 gpm
- newconfd "${FILESDIR}"/gpm.conf.d gpm
- systemd_dounit "${FILESDIR}"/gpm.service
-}
next reply other threads:[~2022-06-21 5:27 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-21 5:27 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-06 16:04 [gentoo-commits] repo/gentoo:master commit in: sys-libs/gpm/ Sam James
2024-11-26 6:33 Sam James
2024-11-17 13:59 Sam James
2024-04-29 2:45 Sam James
2024-03-19 3:42 Ionen Wolkens
2024-03-03 23:02 Sam James
2024-03-03 2:32 Sam James
2024-03-02 22:07 Sam James
2024-02-27 23:25 Sam James
2024-02-27 23:04 Sam James
2024-02-27 23:04 Sam James
2024-02-27 23:04 Sam James
2024-02-07 19:20 Sam James
2024-02-07 19:20 Sam James
2022-10-28 19:53 Sam James
2022-09-26 4:16 Arthur Zamarin
2022-09-25 7:21 Arthur Zamarin
2022-09-25 6:25 Agostino Sarubbo
2022-09-25 6:24 Agostino Sarubbo
2022-09-25 4:43 Sam James
2022-09-25 4:36 Sam James
2022-09-25 4:35 Sam James
2022-09-25 4:35 Sam James
2022-07-28 13:20 Sam James
2022-05-19 7:28 WANG Xuerui
2022-05-03 18:48 Arthur Zamarin
2022-05-03 18:16 Arthur Zamarin
2022-05-03 17:45 Arthur Zamarin
2022-04-29 19:21 Sam James
2022-04-29 19:21 Sam James
2022-04-29 9:09 Sam James
2022-04-29 8:29 Jakov Smolić
2022-04-29 8:29 Jakov Smolić
2021-05-15 0:07 David Seifert
2021-05-14 20:34 Sergei Trofimovich
2021-05-14 9:35 Agostino Sarubbo
2021-05-13 18:58 Sam James
2021-05-13 18:56 Sam James
2021-05-13 17:53 Sam James
2021-05-13 16:58 Sam James
2021-05-13 16:24 Sam James
2021-04-11 21:15 David Seifert
2021-04-11 10:40 David Seifert
2019-05-03 23:10 Mikle Kolyada
2018-04-22 1:33 Aaron Bauman
2016-12-07 7:50 Mike Frysinger
2016-10-07 7:33 Lars Wendler
2016-06-06 18:58 Mike Frysinger
2016-02-15 2:17 Mike Frysinger
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=1655788873.a65ad985d15ed5a568a663a4c25c263c75fa85c2.sam@gentoo \
--to=sam@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