diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-11-07 16:23:26 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-11-07 17:21:19 +0200 |
commit | 132605ecd92c06e5b566091a03ac8f8457de3b7a (patch) | |
tree | 97a5eb521ec23c8be53d34e3450cd9dfecf0e4fe /games-puzzle | |
parent | games-puzzle/hitori: remove old (diff) | |
download | gentoo-132605ecd92c06e5b566091a03ac8f8457de3b7a.tar.gz gentoo-132605ecd92c06e5b566091a03ac8f8457de3b7a.tar.bz2 gentoo-132605ecd92c06e5b566091a03ac8f8457de3b7a.zip |
games-puzzle/lightsoff: remove old
Package-Manager: Portage-2.3.103, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/lightsoff/Manifest | 1 | ||||
-rw-r--r-- | games-puzzle/lightsoff/lightsoff-3.34.0.ebuild | 48 |
2 files changed, 0 insertions, 49 deletions
diff --git a/games-puzzle/lightsoff/Manifest b/games-puzzle/lightsoff/Manifest index 2529d1e09f97..e252d05a1ae1 100644 --- a/games-puzzle/lightsoff/Manifest +++ b/games-puzzle/lightsoff/Manifest @@ -1,2 +1 @@ -DIST lightsoff-3.34.0.tar.xz 683944 BLAKE2B bd9c1c8cd29ac46e40bb164a9d5fdea66d2933b0b9ebb8022a7c1370f572da9b89bd5e70cd8bd01aad32c6cc43d5a2e10542c91f42bfb811d85598329847bafe SHA512 dafdb121810f931dcc795decf6d94f3b9fb4c67b0ea2362451f1a73fe96ff8278682ac32dd3db4d0653d530e75ec4b37effa6ee55c916b72ea8d3de618ecf7a9 DIST lightsoff-3.36.0.tar.xz 497756 BLAKE2B 1765f848608a40feda87e7e950675febcccb307639b6aeec3f12001516f80766a815e8989ba9c18813a397759efedd251921d988091be2bdd7c8c887a296bfe5 SHA512 9d026432bf059fb72aa8aab7b52c22e81acca12c8ba6a26350970a22a760a5d113958288196acc38d6ecba1096155323ecef86406e94d35e9ed82f26f9e30eae diff --git a/games-puzzle/lightsoff/lightsoff-3.34.0.ebuild b/games-puzzle/lightsoff/lightsoff-3.34.0.ebuild deleted file mode 100644 index 4b2be5e28599..000000000000 --- a/games-puzzle/lightsoff/lightsoff-3.34.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -VALA_MIN_API_VERSION="0.40" -inherit gnome.org gnome2-utils meson xdg vala - -DESCRIPTION="Turn off all the lights" -HOMEPAGE="https://wiki.gnome.org/Apps/Lightsoff" - -LICENSE="GPL-2+ CC-BY-SA-3.0" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" -IUSE="" - -RDEPEND=" - >=dev-libs/glib-2.38.0:2 - >=x11-libs/gtk+-3.13.4:3 - >=media-libs/clutter-1.14.0:1.0 - >=media-libs/clutter-gtk-1.5.5:1.0 - >=gnome-base/librsvg-2.32.0:2 -" -DEPEND="${RDEPEND}" -# libxml2:2 needed for glib-compile-resources xml-stripblanks attributes -BDEPEND=" - dev-libs/appstream-glib - dev-libs/libxml2:2 - dev-util/itstool - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig - $(vala_depend) - gnome-base/librsvg:2[vala] -" - -src_prepare() { - xdg_src_prepare - vala_src_prepare -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} |