diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2014-12-22 21:13:53 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2014-12-22 21:13:53 +0000 |
commit | 8aebe24960b61c77eebf932dd6934ceff0be2b5a (patch) | |
tree | d27ba272c25a7721196201da45bd447dd5664928 /games-puzzle/lightsoff | |
parent | Version bump for Gnome 3.14. Clean up old revisions. (diff) | |
download | gentoo-2-8aebe24960b61c77eebf932dd6934ceff0be2b5a.tar.gz gentoo-2-8aebe24960b61c77eebf932dd6934ceff0be2b5a.tar.bz2 gentoo-2-8aebe24960b61c77eebf932dd6934ceff0be2b5a.zip |
Version bump for Gnome 3.14. Clean up old revisions.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'games-puzzle/lightsoff')
-rw-r--r-- | games-puzzle/lightsoff/ChangeLog | 8 | ||||
-rw-r--r-- | games-puzzle/lightsoff/lightsoff-3.10.1.ebuild | 36 | ||||
-rw-r--r-- | games-puzzle/lightsoff/lightsoff-3.14.1.ebuild (renamed from games-puzzle/lightsoff/lightsoff-3.12.1.ebuild) | 9 |
3 files changed, 12 insertions, 41 deletions
diff --git a/games-puzzle/lightsoff/ChangeLog b/games-puzzle/lightsoff/ChangeLog index 0bab3bfc9561..575c486dfcd2 100644 --- a/games-puzzle/lightsoff/ChangeLog +++ b/games-puzzle/lightsoff/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-puzzle/lightsoff # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/lightsoff/ChangeLog,v 1.15 2014/07/23 15:16:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/lightsoff/ChangeLog,v 1.16 2014/12/22 21:13:53 eva Exp $ + +*lightsoff-3.14.1 (22 Dec 2014) + + 22 Dec 2014; Gilles Dartiguelongue <eva@gentoo.org> -lightsoff-3.10.1.ebuild, + -lightsoff-3.12.1.ebuild, +lightsoff-3.14.1.ebuild: + Version bump for Gnome 3.14. Clean up old revisions. 23 Jul 2014; Agostino Sarubbo <ago@gentoo.org> lightsoff-3.12.2.ebuild: Stable for x86, wrt bug #512012 diff --git a/games-puzzle/lightsoff/lightsoff-3.10.1.ebuild b/games-puzzle/lightsoff/lightsoff-3.10.1.ebuild deleted file mode 100644 index 038a72c528fc..000000000000 --- a/games-puzzle/lightsoff/lightsoff-3.10.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/lightsoff/lightsoff-3.10.1.ebuild,v 1.5 2014/03/09 11:57:43 pacho Exp $ - -EAPI="5" -GCONF_DEBUG="no" -VALA_MIN_API_VERSION="0.16" - -inherit gnome-games vala - -DESCRIPTION="Turn off all the lights" -HOMEPAGE="https://wiki.gnome.org/Lightsoff" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="" - -RDEPEND=" - dev-libs/glib:2 - >=media-libs/clutter-1:1.0 - >=media-libs/clutter-gtk-0.91.6:1.0 - >=x11-libs/gtk+-3.4.0:3 -" -DEPEND="${RDEPEND} - $(vala_depend) - app-text/yelp-tools - >=dev-util/intltool-0.35.0 - sys-devel/gettext - virtual/pkgconfig -" - -src_prepare() { - gnome-games_src_prepare - vala_src_prepare -} diff --git a/games-puzzle/lightsoff/lightsoff-3.12.1.ebuild b/games-puzzle/lightsoff/lightsoff-3.14.1.ebuild index fb390651b56e..914f81ce8c62 100644 --- a/games-puzzle/lightsoff/lightsoff-3.12.1.ebuild +++ b/games-puzzle/lightsoff/lightsoff-3.14.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/lightsoff/lightsoff-3.12.1.ebuild,v 1.1 2014/04/27 16:41:22 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/lightsoff/lightsoff-3.14.1.ebuild,v 1.1 2014/12/22 21:13:53 eva Exp $ EAPI="5" GCONF_DEBUG="no" @@ -9,7 +9,7 @@ VALA_MIN_API_VERSION="0.22" inherit gnome-games vala DESCRIPTION="Turn off all the lights" -HOMEPAGE="https://wiki.gnome.org/Lightsoff" +HOMEPAGE="https://wiki.gnome.org/Apps/Lightsoff" LICENSE="GPL-2+" SLOT="0" @@ -18,9 +18,10 @@ IUSE="" RDEPEND=" dev-libs/glib:2 + >=gnome-base/librsvg-2.32:2 >=media-libs/clutter-1.14:1.0 - >=media-libs/clutter-gtk-1.4:1.0 - >=x11-libs/gtk+-3.10:3 + >=media-libs/clutter-gtk-1.5.5:1.0 + >=x11-libs/gtk+-3.13.2:3 " DEPEND="${RDEPEND} $(vala_depend) |