public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-terms/terminus/
Date: Mon, 12 Apr 2021 09:30:15 +0000 (UTC)	[thread overview]
Message-ID: <1618211954.0b4c5e62b91d0ffb3be8e0f7f15fe571a51e82e9.andrewammerlaan@gentoo> (raw)

commit:     0b4c5e62b91d0ffb3be8e0f7f15fe571a51e82e9
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Mon Apr 12 07:02:20 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Apr 12 07:19:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b4c5e62

Move terminus to terminus-bin

Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>

 x11-terms/terminus/Manifest                |  2 --
 x11-terms/terminus/metadata.xml            | 12 ---------
 x11-terms/terminus/terminus-1.0.135.ebuild | 39 ------------------------------
 3 files changed, 53 deletions(-)

diff --git a/x11-terms/terminus/Manifest b/x11-terms/terminus/Manifest
deleted file mode 100644
index bdd171fe5..000000000
--- a/x11-terms/terminus/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST terminus-1.0.135-linux.tar.gz 98751022 BLAKE2B 956a664b70918e0774caa0590a05acc689d9814507969568de8b468a3fad6784f1d2b19c29131d9cf13fde39db0b815e669fe4a6a29a6d78e212c098aeb58bbf SHA512 00957d136c16d12b1e5c0b8422cd743a8084305543f7c9e017ee1b19c57383d47c41da06004482ac4d2c97708aeea2e861f2e580f48cf13f8eb2afeac7ea047d
-DIST terminus-icons.tar.gz 29662 BLAKE2B 156f1a41d230cd895fcd58528ed86980249a01486cd43b7fa0dfe6cab6de228cf107f4725ad25d01ffe48fefba8734bd7ec0183da1324750b481e9bef6e2497e SHA512 03eef1909ce7da01ce7c058f57b5a2c792eacdd623532208568f312ecf0717dfde43790f2daa2a97ab0de9e137b0989c9c63a5ca8e71b0fcffdf67c63703fa26

diff --git a/x11-terms/terminus/metadata.xml b/x11-terms/terminus/metadata.xml
deleted file mode 100644
index ca63cb8f9..000000000
--- a/x11-terms/terminus/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/terminus-1.0.135.ebuild b/x11-terms/terminus/terminus-1.0.135.ebuild
deleted file mode 100644
index d5d7e8b19..000000000
--- a/x11-terms/terminus/terminus-1.0.135.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A terminal for a more modern age"
-
-HOMEPAGE="https://eugeny.github.io/terminus/"
-SRC_URI="https://github.com/Eugeny/${PN}/releases/download/v${PV}/${P}-linux.tar.gz https://github.com/ScardracS/icons/releases/download/release/${PN}-icons.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-inherit desktop xdg
-
-S=""${WORKDIR}"/"${P}"-linux"
-
-DEPEND="net-print/cups" # Requested by electron
-
-src_prepare(){
-	default
-
-	# Remove useless license files.
-	rm LICENSE.electron.txt LICENSES.electron.html
-}
-
-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/terminus/terminus terminus terminus Utility
-	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
-}


             reply	other threads:[~2021-04-12  9:30 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-12  9:30 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-04-07  8:51 [gentoo-commits] repo/proj/guru:master commit in: x11-terms/terminus/ Andrew Ammerlaan
2021-03-28 11:43 Andrew Ammerlaan
2021-03-23 14:54 Andrew Ammerlaan
2021-03-20 11:17 Andrew Ammerlaan
2021-03-20 11:09 Andrew Ammerlaan
2021-03-18 10:24 Andrew Ammerlaan
2021-03-18 10:24 Andrew Ammerlaan
2021-03-13 12:26 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=1618211954.0b4c5e62b91d0ffb3be8e0f7f15fe571a51e82e9.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --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