summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-05-31 11:56:51 -0700
committerMatt Turner <mattst88@gentoo.org>2020-05-31 12:04:31 -0700
commit338969b01c03469baa1844dab98cfca9700466ec (patch)
treebece36cb3dd8d92a1e601c989c21dc32ee16620c /gnome-extra
parentgnome-extra/cinnamon-desktop: Drop old versions (diff)
downloadgentoo-338969b01c03469baa1844dab98cfca9700466ec.tar.gz
gentoo-338969b01c03469baa1844dab98cfca9700466ec.tar.bz2
gentoo-338969b01c03469baa1844dab98cfca9700466ec.zip
gnome-extra/cinnamon-menus: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/cinnamon-menus/Manifest1
-rw-r--r--gnome-extra/cinnamon-menus/cinnamon-menus-4.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 0c8948be119a..3678b40bf069 100644
--- a/gnome-extra/cinnamon-menus/Manifest
+++ b/gnome-extra/cinnamon-menus/Manifest
@@ -1,2 +1 @@
-DIST cinnamon-menus-4.0.0.tar.gz 181311 BLAKE2B 6893e9478220dd2b8d5f9e883bb647fcd529744e4bb858f29ff2332f06abe1581b7abc6f19d78543ded8da7061cdf7095e361df2059e806c821e60847059bfe4 SHA512 8ada5b351d7d7b09dbdb8f3d6650c03e9a78a5ee729a2f557bd2f49180fe9272889a39309751548d4680794c606294f997ea20aea7e6f6229fb7fbde4b038852
DIST cinnamon-menus-4.4.0.tar.gz 96196 BLAKE2B 9bb16c3d4d0f3b92b38ea9e388e0a17ee80d1143ed77daab03fcdc0de63423e77900174c2f4a49b173b0d2f1dddff43d3864b1ce1c940a64740d5c53a7807f41 SHA512 68d63fc9b79ecd979dea39e284e1b3120e3c889f496a418e060e97acea04c92a07a31cb5a0b4f1a62b4af64731de3b8c5524a8613cab61361ff329f68a19cb90
diff --git a/gnome-extra/cinnamon-menus/cinnamon-menus-4.0.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-4.0.0.ebuild
deleted file mode 100644
index 8cb2f0df5c78..000000000000
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-4.0.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools gnome2
-
-DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
-HOMEPAGE="http://developer.linuxmint.com/projects/cinnamon-projects.html"
-SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug +introspection"
-
-RDEPEND="
- >=dev-libs/glib-2.29.15:2
- introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-DEPEND="${RDEPEND}
- dev-libs/gobject-introspection-common
- >=dev-util/intltool-0.40
- gnome-base/gnome-common
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_prepare() {
- eautoreconf
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- $(usex debug --enable-debug=yes ' ') \
- $(use_enable introspection) \
- --disable-static
-}