diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-11-10 10:24:44 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-11-10 10:24:44 +0000 |
commit | 8a01ab27b24bfac6bf8baf611bc3029040731559 (patch) | |
tree | 3f4abfb5b0339f17962086227941396c1a0b760f /gnome-extra/office-runner | |
parent | Version bump, drop old, this is being only maintained by gnome team for a lon... (diff) | |
download | gentoo-2-8a01ab27b24bfac6bf8baf611bc3029040731559.tar.gz gentoo-2-8a01ab27b24bfac6bf8baf611bc3029040731559.tar.bz2 gentoo-2-8a01ab27b24bfac6bf8baf611bc3029040731559.zip |
Version bump, drop old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-extra/office-runner')
-rw-r--r-- | gnome-extra/office-runner/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-extra/office-runner/office-runner-0.0_pre20110916.ebuild | 32 | ||||
-rw-r--r-- | gnome-extra/office-runner/office-runner-1.0.2.ebuild (renamed from gnome-extra/office-runner/office-runner-1.0.ebuild) | 18 |
3 files changed, 19 insertions, 39 deletions
diff --git a/gnome-extra/office-runner/ChangeLog b/gnome-extra/office-runner/ChangeLog index bb52cc27ef6c..442d23638ccd 100644 --- a/gnome-extra/office-runner/ChangeLog +++ b/gnome-extra/office-runner/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-extra/office-runner # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/office-runner/ChangeLog,v 1.6 2013/06/30 20:52:50 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/office-runner/ChangeLog,v 1.7 2013/11/10 10:24:44 pacho Exp $ + +*office-runner-1.0.2 (10 Nov 2013) + + 10 Nov 2013; Pacho Ramos <pacho@gentoo.org> +office-runner-1.0.2.ebuild, + -office-runner-0.0_pre20110916.ebuild, -office-runner-1.0.ebuild: + Version bump, drop old 30 Jun 2013; Gilles Dartiguelongue <eva@gentoo.org> office-runner-1.0.1.ebuild: diff --git a/gnome-extra/office-runner/office-runner-0.0_pre20110916.ebuild b/gnome-extra/office-runner/office-runner-0.0_pre20110916.ebuild deleted file mode 100644 index 9139b3a60096..000000000000 --- a/gnome-extra/office-runner/office-runner-0.0_pre20110916.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/office-runner/office-runner-0.0_pre20110916.ebuild,v 1.2 2012/05/05 06:25:19 jdhore Exp $ - -EAPI="4" -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="Lighthearted tool to temporarily inhibit GNOME's suspend on lid close behavior" -HOMEPAGE="http://www.gnome.org/ http://www.hadess.net/search/label/office-runner" -# No packaged upstream release yet -SRC_URI="mirror://gentoo/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-libs/glib:2 - >=gnome-base/gnome-settings-daemon-3.0 - x11-libs/gtk+:3" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.40.0 - virtual/pkgconfig - sys-devel/gettext" - -pkg_postinst() { - gnome2_pkg_postinst - - elog "Note: ${PN} inhibits suspend on lid close only for 10 minutes" -} diff --git a/gnome-extra/office-runner/office-runner-1.0.ebuild b/gnome-extra/office-runner/office-runner-1.0.2.ebuild index e24cae66e70b..98a41e2c214d 100644 --- a/gnome-extra/office-runner/office-runner-1.0.ebuild +++ b/gnome-extra/office-runner/office-runner-1.0.2.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/office-runner/office-runner-1.0.ebuild,v 1.2 2013/02/24 01:45:59 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/office-runner/office-runner-1.0.2.ebuild,v 1.1 2013/11/10 10:24:44 pacho Exp $ EAPI="5" GCONF_DEBUG="no" -inherit gnome2 +inherit gnome2 readme.gentoo DESCRIPTION="Lighthearted tool to temporarily inhibit GNOME's suspend on lid close behavior" -HOMEPAGE="http://www.gnome.org/ http://www.hadess.net/search/label/office-runner" +HOMEPAGE="http://www.hadess.net/search/label/office-runner" LICENSE="GPL-3" SLOT="0" @@ -18,7 +18,7 @@ IUSE="" COMMON_DEPEND=" dev-libs/glib:2 >=gnome-base/gnome-settings-daemon-3.0 - x11-libs/gtk+:3 + >=x11-libs/gtk+-3.8:3 " # requires systemd's org.freedesktop.login1 dbus service RDEPEND="${COMMON_DEPEND} @@ -30,8 +30,14 @@ DEPEND="${COMMON_DEPEND} sys-devel/gettext " +DOC_CONTENTS="${PN} inhibits suspend on lid close only for 10 minutes" + +src_install() { + gnome2_src_install + readme.gentoo_create_doc +} + pkg_postinst() { gnome2_pkg_postinst - - elog "Note: ${PN} inhibits suspend on lid close only for 10 minutes" + readme.gentoo_print_elog } |