aboutsummaryrefslogtreecommitdiff
path: root/gnome-extra/nemo-terminal/nemo-terminal-5.0.0.ebuild
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2022-03-01 10:07:40 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2022-03-01 10:07:40 +0200
commitd2a8ff2686f971669df90e4cb9134457bcb5a560 (patch)
treec85fc4f202330896b763692d90b3e58e0a0584ac /gnome-extra/nemo-terminal/nemo-terminal-5.0.0.ebuild
parent4893baf8ee1979b53017c24716114b7fd89dd92f (diff)
downloadgarbage-d2a8ff2686f971669df90e4cb9134457bcb5a560.tar
garbage-d2a8ff2686f971669df90e4cb9134457bcb5a560.tar.gz
garbage-d2a8ff2686f971669df90e4cb9134457bcb5a560.zip
Removed broken nemo-terminal ebuild
Diffstat (limited to 'gnome-extra/nemo-terminal/nemo-terminal-5.0.0.ebuild')
-rw-r--r--gnome-extra/nemo-terminal/nemo-terminal-5.0.0.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/gnome-extra/nemo-terminal/nemo-terminal-5.0.0.ebuild b/gnome-extra/nemo-terminal/nemo-terminal-5.0.0.ebuild
deleted file mode 100644
index 42b950b..0000000
--- a/gnome-extra/nemo-terminal/nemo-terminal-5.0.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="Nemo terminal integration"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/nemo-extensions"
-SRC_URI="https://github.com/linuxmint/nemo-extensions/archive/5.0.0.tar.gz -> nemo-extensions-5.0.0.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
-
-DEPEND="
- >=dev-libs/glib-2.14.0
- >=gnome-extra/nemo-2.0.0
-"
-RDEPEND="
- ${DEPEND}
-"
-
-S="${WORKDIR}/nemo-extensions-5.0.0/${PN}"