summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew S. Turnbull <sparky@bluefang-logic.com>2022-05-03 17:29:04 -0400
committerSam James <sam@gentoo.org>2022-05-11 02:10:25 +0000
commit7c224a8fe6704583f6a6cc3b9aa5a5f85fe75b9f (patch)
tree381730beddefee78132546f8552e3b7ed99fd2c7 /gnome-extra
parentgnome-extra/cjs: Remove old (diff)
downloadgentoo-7c224a8fe6704583f6a6cc3b9aa5a5f85fe75b9f.tar.gz
gentoo-7c224a8fe6704583f6a6cc3b9aa5a5f85fe75b9f.tar.bz2
gentoo-7c224a8fe6704583f6a6cc3b9aa5a5f85fe75b9f.zip
gnome-extra/cinnamon-menus: Remove old
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/cinnamon-menus/Manifest1
-rw-r--r--gnome-extra/cinnamon-menus/cinnamon-menus-5.0.0.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/gnome-extra/cinnamon-menus/Manifest b/gnome-extra/cinnamon-menus/Manifest
index 970483c65815..813f6deb3f95 100644
--- a/gnome-extra/cinnamon-menus/Manifest
+++ b/gnome-extra/cinnamon-menus/Manifest
@@ -1,2 +1 @@
-DIST cinnamon-menus-5.0.0.tar.gz 101957 BLAKE2B 1d2f95d5b599f73f8161caf7964d3508f34c4c28f677dc8367d4ba67004d77c00e1f77cb1851084bcf26482d1689da7d1734c21649ade89ca6d9ca15475623b8 SHA512 1f8d7b417f947909d9187288ed916739b5b146a8f9cade2f8695d4c59b56a69286c0db48ac026cab3342e571d40013595fb32155065355d6110a43a1cac7096a
DIST cinnamon-menus-5.2.0.tar.gz 95316 BLAKE2B 150dbab3b5c1b1a5574c1d234ebc7978a9e517e027d3076f6e335f4c64ad1631689c5b57a9d7ca159daa7f9f832d00accd78b2f392f757552f2babbab25489d7 SHA512 822ad5f3bf20b6ecfa9f2e3aa4c6d85f6f7b54a68bf73b60a4c2ceec853d2ce8b7d1e42b308eff9395c993eb8b5dc1c580b714e89a8ff2153e264db380aa8dae
diff --git a/gnome-extra/cinnamon-menus/cinnamon-menus-5.0.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-5.0.0.ebuild
deleted file mode 100644
index a1337bd3ed36..000000000000
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-5.0.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson xdg
-
-DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/cinnamon-menus"
-SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
-IUSE="gtk-doc"
-
-RDEPEND="
- >=dev-libs/glib-2.29.15:2
- >=dev-libs/gobject-introspection-0.9.12:=
-"
-DEPEND="
- ${RDEPEND}
- dev-libs/gobject-introspection-common
-"
-BDEPEND="
- >=dev-util/intltool-0.40.6
- sys-devel/gettext
- virtual/pkgconfig
-
- gtk-doc? ( dev-util/gtk-doc )
-"
-
-src_configure() {
- local emesonargs=(
- $(meson_use gtk-doc enable_docs)
- )
- meson_src_configure
-}