diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-05-18 23:06:01 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-05-18 23:43:54 +0300 |
commit | 9106b21a4d5a0ef5d5f256e8474a381144f645fc (patch) | |
tree | 8fe9f9f25f226636adbe79c2171bb164758fcc0f /games-puzzle | |
parent | games-puzzle/gnome-taquin: remove old (diff) | |
download | gentoo-9106b21a4d5a0ef5d5f256e8474a381144f645fc.tar.gz gentoo-9106b21a4d5a0ef5d5f256e8474a381144f645fc.tar.bz2 gentoo-9106b21a4d5a0ef5d5f256e8474a381144f645fc.zip |
games-puzzle/lightsoff: remove old
Package-Manager: Portage-2.3.62, Repoman-2.3.12
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.28.0.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/games-puzzle/lightsoff/Manifest b/games-puzzle/lightsoff/Manifest index 594d1e6a04ce..acfdff9d76fa 100644 --- a/games-puzzle/lightsoff/Manifest +++ b/games-puzzle/lightsoff/Manifest @@ -1,2 +1 @@ -DIST lightsoff-3.28.0.tar.xz 863120 BLAKE2B 8882af4829251c7af0fac9d259958c62f7e3a063ad312c25296020a19beeb7e8d578ce4eef548a6e2aeb8914d2fcb120aea3e37c125f235599de5344a554db10 SHA512 f4efb3d8209b6e75985ad04f0cd8ec984d564c4bc35b5dcbbae9b85fd2a49dcfca530fb63a5581f08cb55dfa9fc31284e177d04a518f3daec66414eb58007f67 DIST lightsoff-3.30.0.tar.xz 714072 BLAKE2B 9e8c2354b2ccedc10a00e32f9809f2c7ad653da8cb3d6af2156ad701f64b8e9405c705a2424ca549f475d57182981d536a225075f5b8c2bc7596f28317ae40e7 SHA512 b7868b26d81c1dc91dbfbb25ed260c35fef5ad63310818c68716cabbbc583d6f22697de50d6aa739852ab0f42b217bd2a670e3774e1c541bfc5e16a2c46ac1e2 diff --git a/games-puzzle/lightsoff/lightsoff-3.28.0.ebuild b/games-puzzle/lightsoff/lightsoff-3.28.0.ebuild deleted file mode 100644 index 4d3bd86e622c..000000000000 --- a/games-puzzle/lightsoff/lightsoff-3.28.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit gnome2 - -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 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 -" -# libxml2:2 needed for glib-compile-resources xml-stripblanks attributes -DEPEND="${RDEPEND} - dev-libs/appstream-glib - dev-libs/libxml2:2 - dev-util/itstool - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" - -src_configure() { - gnome2_src_configure VALAC="$(type -P true)" -} |