New package; see http://www.hadess.net/2011/09/omg-i-haz-designed-bug-fix.html for...
authorAlexandre Rostovtsev <tetromino@gentoo.org>
Sun, 23 Oct 2011 23:41:50 +0000 (23:41 +0000)
committerAlexandre Rostovtsev <tetromino@gentoo.org>
Sun, 23 Oct 2011 23:41:50 +0000 (23:41 +0000)
Package-Manager: portage-2.2.0_alpha70/cvs/Linux x86_64

gnome-extra/office-runner/ChangeLog [new file with mode: 0644]
gnome-extra/office-runner/Manifest [new file with mode: 0644]
gnome-extra/office-runner/metadata.xml [new file with mode: 0644]
gnome-extra/office-runner/office-runner-0.0_pre20110916.ebuild [new file with mode: 0644]

diff --git a/gnome-extra/office-runner/ChangeLog b/gnome-extra/office-runner/ChangeLog
new file mode 100644 (file)
index 0000000..db5f663
--- /dev/null
@@ -0,0 +1,11 @@
+# ChangeLog for gnome-extra/office-runner
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/office-runner/ChangeLog,v 1.1 2011/10/23 23:41:50 tetromino Exp $
+
+*office-runner-0.0_pre20110916 (23 Oct 2011)
+
+  23 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
+  +office-runner-0.0_pre20110916.ebuild, +metadata.xml:
+  New package; see http://www.hadess.net/2011/09/omg-i-haz-designed-bug-fix.html
+  for the background.
+
diff --git a/gnome-extra/office-runner/Manifest b/gnome-extra/office-runner/Manifest
new file mode 100644 (file)
index 0000000..3b5e67b
--- /dev/null
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST office-runner-0.0_pre20110916.tar.xz 145916 RMD160 a8f4ab4be7ad8483cdcc1b4c4c3f430f1a841fe5 SHA1 efbbc7937fac08ebc51cf2107c1e83f0516814eb SHA256 403122e9f569327e4f19cd9cd59da0e34c1c3a7d1990e30a8b39b45588fb860b
+EBUILD office-runner-0.0_pre20110916.ebuild 879 RMD160 4fbaecb1d5d7149bbebf5b083e24f380a8ab1eca SHA1 45b23bc20c44ffb3c70ebc6c8b47083f08ef2ad1 SHA256 2320cb4896836af5d72d7d5d39eb829d84926f9c9241dafaa3a1aded508c3abf
+MISC ChangeLog 491 RMD160 9ebefdb671abf1b5e9a9211df6d2ffc4bc3dc6e2 SHA1 00da57a076e29788d126e3f20684dd8f8ca17d60 SHA256 d5a3fc6b96b1f71e7fdd3a7506c23e60d33726a8f8c8750b980db17aa5780b0e
+MISC metadata.xml 420 RMD160 0e86337b67c0a0c515e8ce3cdcea6d0c8b80fc48 SHA1 3d117ddac954cc42c5447a13ba16e54b17112921 SHA256 1cd9662ec25ffc7cdd2d31135ae778b0be7cf9e4ddacdaff7c7c9e96b4fe23c5
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.18 (GNU/Linux)
+
+iF4EAREIAAYFAk6kpkMACgkQdjK8w9WeBnCp4AEAhjSqZVriEAkM8owpIQCIFqoM
+WVi5v0QYzZHhaft5rU8BALTwrXnW6RJWuIro0k8ZF1WyriCzhdf0a/jdfxFHkrjd
+=8WFn
+-----END PGP SIGNATURE-----
diff --git a/gnome-extra/office-runner/metadata.xml b/gnome-extra/office-runner/metadata.xml
new file mode 100644 (file)
index 0000000..4ed4360
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>gnome</herd>
+<longdescription lang="en">A tool in the form of a lighthearted game that
+  temporarily inhibits GNOME's default suspend on lid close behavior,
+  allowing the user to move his laptop with the lid closed without dropping
+  network connections.
+</longdescription>
+</pkgmetadata>
diff --git a/gnome-extra/office-runner/office-runner-0.0_pre20110916.ebuild b/gnome-extra/office-runner/office-runner-0.0_pre20110916.ebuild
new file mode 100644 (file)
index 0000000..4da9d9e
--- /dev/null
@@ -0,0 +1,32 @@
+# Copyright 1999-2011 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.1 2011/10/23 23:41:50 tetromino 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
+       dev-util/pkgconfig
+       sys-devel/gettext"
+
+pkg_postinst() {
+       gnome2_pkg_postinst
+
+       elog "Note: ${PN} inhibits suspend on lid close only for 10 minutes"
+}