From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/st-terminfo/
Date: Sat, 8 Jan 2022 10:29:38 +0000 (UTC) [thread overview]
Message-ID: <1641637763.6fe4479f5ceec3ebfaa175fbae2ad144ba73d1ee.gyakovlev@gentoo> (raw)
commit: 6fe4479f5ceec3ebfaa175fbae2ad144ba73d1ee
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 8 10:18:09 2022 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Jan 8 10:29:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fe4479f
Revert "x11-terms/st-terminfo: initial import"
This reverts commit d65ae4798481462d0c332a98329f2c6075fd57c8.
Authorship was improperly attributed
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
x11-terms/st-terminfo/Manifest | 1 -
x11-terms/st-terminfo/metadata.xml | 8 ----
x11-terms/st-terminfo/st-terminfo-0.8.5.ebuild | 51 --------------------------
x11-terms/st-terminfo/st-terminfo-9999.ebuild | 51 --------------------------
4 files changed, 111 deletions(-)
diff --git a/x11-terms/st-terminfo/Manifest b/x11-terms/st-terminfo/Manifest
deleted file mode 100644
index 589989ed4491..000000000000
--- a/x11-terms/st-terminfo/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST st-0.8.5.tar.gz 47829 BLAKE2B 9c036b39605dcc69c03fd5a67e911545eb41e3e748efbcf4761770b2a9bf9f158fc1da1fc140b84fb9939fcb35ce126de444cd567806c350e8e2905907bdf645 SHA512 45cc51f9fc343bd80a48f23f5b00e41e0cc01a538474e0578dd02f02ce92cb560e0e7464ec47fd7de4d39483b23fda212c3e7c64233e8a3f4ab6862144d76323
diff --git a/x11-terms/st-terminfo/metadata.xml b/x11-terms/st-terminfo/metadata.xml
deleted file mode 100644
index 2f82d0bb8eb7..000000000000
--- a/x11-terms/st-terminfo/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>gyakovlev@gentoo.org</email>
- <name>Georgy Yakovlev</name>
- </maintainer>
-</pkgmetadata>
diff --git a/x11-terms/st-terminfo/st-terminfo-0.8.5.ebuild b/x11-terms/st-terminfo/st-terminfo-0.8.5.ebuild
deleted file mode 100644
index 05cc1126c2b2..000000000000
--- a/x11-terms/st-terminfo/st-terminfo-0.8.5.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Terminfo for x11-terms/st"
-HOMEPAGE="https://st.suckless.org/"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://git.suckless.org/st"
-else
- SRC_URI="https://dl.suckless.org/st/st-${PV}.tar.gz"
- S="${WORKDIR}/st-${PV}"
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="MIT-with-advertising"
-SLOT="0"
-
-BDEPEND=">=sys-libs/ncurses-6.0"
-
-RESTRICT="test"
-
-src_prepare() {
- mkdir -v terminfo || die "Failed to create terminfo directory"
- default
-}
-
-src_configure() {
- :
-}
-
-src_compile() {
- tic -sxo terminfo st.info || die "Failed to translate terminfo file"
-}
-
-src_install() {
- insinto "/usr/share/st"
- doins -r terminfo
-
- newenvd - "51${PN}" <<-_EOF_
- TERMINFO_DIRS="/usr/share/st/terminfo"
- COLON_SEPARATED="TERMINFO_DIRS"
- _EOF_
-}
-
-pkg_postinst() {
- ewarn "Please run env-update and then source /etc/profile in any open shells"
- ewarn "to update terminfo settings. Relogin to update it for any new shells."
-}
diff --git a/x11-terms/st-terminfo/st-terminfo-9999.ebuild b/x11-terms/st-terminfo/st-terminfo-9999.ebuild
deleted file mode 100644
index 05cc1126c2b2..000000000000
--- a/x11-terms/st-terminfo/st-terminfo-9999.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Terminfo for x11-terms/st"
-HOMEPAGE="https://st.suckless.org/"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://git.suckless.org/st"
-else
- SRC_URI="https://dl.suckless.org/st/st-${PV}.tar.gz"
- S="${WORKDIR}/st-${PV}"
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="MIT-with-advertising"
-SLOT="0"
-
-BDEPEND=">=sys-libs/ncurses-6.0"
-
-RESTRICT="test"
-
-src_prepare() {
- mkdir -v terminfo || die "Failed to create terminfo directory"
- default
-}
-
-src_configure() {
- :
-}
-
-src_compile() {
- tic -sxo terminfo st.info || die "Failed to translate terminfo file"
-}
-
-src_install() {
- insinto "/usr/share/st"
- doins -r terminfo
-
- newenvd - "51${PN}" <<-_EOF_
- TERMINFO_DIRS="/usr/share/st/terminfo"
- COLON_SEPARATED="TERMINFO_DIRS"
- _EOF_
-}
-
-pkg_postinst() {
- ewarn "Please run env-update and then source /etc/profile in any open shells"
- ewarn "to update terminfo settings. Relogin to update it for any new shells."
-}
next reply other threads:[~2022-01-08 10:29 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-08 10:29 Georgy Yakovlev [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-29 8:54 [gentoo-commits] repo/gentoo:master commit in: x11-terms/st-terminfo/ Arthur Zamarin
2024-07-29 8:43 Arthur Zamarin
2024-07-29 6:00 Joonas Niilola
2024-07-29 6:00 Joonas Niilola
2024-05-05 8:33 Petr Vaněk
2024-05-05 8:33 Petr Vaněk
2024-02-09 13:04 Joonas Niilola
2023-01-26 17:52 Arthur Zamarin
2023-01-26 17:52 Arthur Zamarin
2023-01-26 17:52 Arthur Zamarin
2023-01-26 17:52 Arthur Zamarin
2022-10-11 17:15 Arthur Zamarin
2022-10-10 23:36 Sam James
2022-10-10 22:06 Sam James
2022-10-10 22:06 Sam James
2022-10-07 19:09 Georgy Yakovlev
2022-10-07 19:09 Georgy Yakovlev
2022-01-09 22:38 Georgy Yakovlev
2022-01-09 9:30 James Le Cuirot
2022-01-08 10:29 Georgy Yakovlev
2022-01-07 20:44 Georgy Yakovlev
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=1641637763.6fe4479f5ceec3ebfaa175fbae2ad144ba73d1ee.gyakovlev@gentoo \
--to=gyakovlev@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