From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-terms/terminus-bin/
Date: Mon, 5 Jul 2021 15:48:10 +0000 (UTC) [thread overview]
Message-ID: <1625428009.d77db217c3f50b982e6a508f764a6ec3b47e98f1.lanodan@gentoo> (raw)
commit: d77db217c3f50b982e6a508f764a6ec3b47e98f1
Author: Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Sun Jul 4 19:46:49 2021 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sun Jul 4 19:46:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d77db217
drop terminus-bin
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
x11-terms/terminus-bin/Manifest | 2 -
x11-terms/terminus-bin/metadata.xml | 12 -----
x11-terms/terminus-bin/terminus-bin-1.0.143.ebuild | 62 ----------------------
3 files changed, 76 deletions(-)
diff --git a/x11-terms/terminus-bin/Manifest b/x11-terms/terminus-bin/Manifest
deleted file mode 100644
index 9489cad86..000000000
--- a/x11-terms/terminus-bin/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST terminus-bin-1.0.143.tar.gz 96779825 BLAKE2B 829b0cfed33971b8f7c436b4950fbb6546f21ae2be548da711669fd528570ada9e8a9671bdbd2275f54683565ec7789263a8463e1692f49c1137d5e97e08b1be SHA512 dbd752e8b6f8fd47594f0ec7785b668e424bb05b411e3b18fd9c5b4d1048a97df0a2e18036d0b8396f7d72cfd65200d0c9543ee2dcb888575d67fc6369091ec1
-DIST terminus-icons.tar.gz 29662 BLAKE2B 156f1a41d230cd895fcd58528ed86980249a01486cd43b7fa0dfe6cab6de228cf107f4725ad25d01ffe48fefba8734bd7ec0183da1324750b481e9bef6e2497e SHA512 03eef1909ce7da01ce7c058f57b5a2c792eacdd623532208568f312ecf0717dfde43790f2daa2a97ab0de9e137b0989c9c63a5ca8e71b0fcffdf67c63703fa26
diff --git a/x11-terms/terminus-bin/metadata.xml b/x11-terms/terminus-bin/metadata.xml
deleted file mode 100644
index ca63cb8f9..000000000
--- a/x11-terms/terminus-bin/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>marco@scardovi.com</email>
- <name>Marco Scardovi</name>
- </maintainer>
- <upstream>
- <remote-id type="github">Eugeny/terminus</remote-id>
- <remote-id type="github">scardracs/icons</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/x11-terms/terminus-bin/terminus-bin-1.0.143.ebuild b/x11-terms/terminus-bin/terminus-bin-1.0.143.ebuild
deleted file mode 100644
index d4506f821..000000000
--- a/x11-terms/terminus-bin/terminus-bin-1.0.143.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop xdg
-
-MY_PV="terminus-${PV}-linux"
-
-DESCRIPTION="A terminal for a more modern age"
-HOMEPAGE="https://eugeny.github.io/terminus/"
-SRC_URI="
- https://github.com/Eugeny/terminus/releases/download/v${PV}/${MY_PV}.tar.gz -> ${P}.tar.gz
- https://github.com/ScardracS/icons/releases/download/release/terminus-icons.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-S="${WORKDIR}/${MY_PV}"
-
-DEPEND="
- app-accessibility/at-spi2-atk
- app-accessibility/at-spi2-core
- dev-libs/atk
- dev-libs/nss
- media-libs/alsa-lib
- net-print/cups
- media-libs/mesa
- x11-libs/gdk-pixbuf
- x11-libs/gtk+
- x11-libs/libdrm
- x11-libs/libXcomposite
- x11-libs/libXdamage
- x11-libs/libXfixes
- x11-libs/libxkbcommon
- x11-libs/libXrandr
- x11-libs/libxshmfence
- x11-libs/pango
-"
-
-QA_PREBUILT="/opt/${PN}/*"
-
-src_prepare(){
- default
-}
-
-src_install(){
- insinto /opt/"${PN}"
- doins -r "${S}"/*
- dosym ../../opt/"${PN}"/terminus "${EPREFIX}"/usr/bin/terminus
- fperms +x /opt/"${PN}"/terminus
- make_desktop_entry "/opt/${PN}/terminus %U" "Terminus" "terminus" \
- "GNOME;GTK;Utility;" \
- "GenericName=Terminus\n\nStartupNotify=true\nStartupWMClass=terminus"
- doicon ../terminus.svg
- doicon ../terminus.ico
- for i in {16,24,32,48,64,72,96,128,512}; do
- doicon -s "${i}" ../terminus-"${i}".png
- done
-}
next reply other threads:[~2021-07-05 15:48 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-05 15:48 Haelwenn Monnier [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-06-30 19:39 [gentoo-commits] repo/proj/guru:master commit in: x11-terms/terminus-bin/ Florian Schmaus
2021-05-04 16:12 Haelwenn Monnier
2021-04-18 15:44 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-04-18 16:01 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-04-17 20:00 Andrew Ammerlaan
2021-04-17 20:00 Andrew Ammerlaan
2021-04-16 18:48 Andrew Ammerlaan
2021-04-14 9:07 Andrew Ammerlaan
2021-04-14 9:07 Andrew Ammerlaan
2021-04-12 9:30 Andrew Ammerlaan
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=1625428009.d77db217c3f50b982e6a508f764a6ec3b47e98f1.lanodan@gentoo \
--to=contact@hacktivis.me \
--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