commit: a726d593d796a0160849ddb9277d55c8e5e6c5d7 Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org> AuthorDate: Sun Jan 10 14:53:00 2016 +0000 Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org> CommitDate: Sun Jan 10 14:53:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/dev/tranquility.git/commit/?id=a726d593
gnome-extra/gnome-pomodoro: Initial commit Package-Manager: portage-2.2.26 Manifest-Sign-Key: 0xE9E568677E8B4D42 gnome-extra/gnome-pomodoro/Manifest | 16 ++++++++ .../gnome-pomodoro/gnome-pomodoro-9999.ebuild | 47 ++++++++++++++++++++++ gnome-extra/gnome-pomodoro/metadata.xml | 11 +++++ 3 files changed, 74 insertions(+) diff --git a/gnome-extra/gnome-pomodoro/Manifest b/gnome-extra/gnome-pomodoro/Manifest new file mode 100644 index 0000000..8e54643 --- /dev/null +++ b/gnome-extra/gnome-pomodoro/Manifest @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +EBUILD gnome-pomodoro-9999.ebuild 991 SHA256 81b94bdc6e22ac4a0d505750fe6f0405dd60d9adf7221d891e64601e56ab4451 SHA512 0d0d4f5656529c46b9734fe6dd3393e9adc8088c33a40c3a5538f66552ba0810eeeeae78fb119bf6ba058dbd996abb7c4e855ac52ae247981928cddfe7d2201d WHIRLPOOL 510cc5efa61721648a0999dcda220cf876e2ee348d9543434bec203dce45723ab0d2c480e507b38286230eda8f5655b40f6a2a5160331657dca4ac2e19b682bc +MISC metadata.xml 327 SHA256 653c4b32c7b4bc8cf684e2c41b8485447a24fd9a1d3a16f0ebbc77eb2a43bc23 SHA512 45d96d0229e4bf6c44b04a12ee7ec7661800953854ce212b33781b79e1f9428b51e98e8b9c892d55b1ca065994dfe784f55c9501498e6fcd40a4f6eeb341d8b6 WHIRLPOOL b46802196d6679abfea5875e122caf1d33b9e1ef1f3866bbd3f8ddad15271df6a3d3418f71a0e3a5bf9048b43ba15fd59db5483d522a3dc8f03484b4db57b19a +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iQEcBAEBCAAGBQJWknBMAAoJEOnlaGd+i01CSxAH/RtoqMQr+eEEDzDwOH/ewWLN +VKy4dxPmDSHwLkJZK7CyC2X4Odlsr1DxpVvs/jeLqHaBcAubRVWdb21Z+8OTc572 +HubREAMkSS9c+qUY3jF0AFH8DY+M3CDXeSY+wIfaVbgR3gIDjmN5/bGmO3vGxsNs +gRJrvejT3zKydFYxw9I+MaLDofH65nkO4PSt3JtmpA7tJsP9NAowGgKrTmmDgcGZ +s+9g1Af23Q1xtvNnbFz7fmYnEv+cTNNEnkwcKZvV5vm3zKx8lhvxMaVc3w+5NO9g +Uokf/aFjIZDKV4/hlH0TUTY7ljZGZRY+zNexE1bfZqV8K9QniZj5i3uKIInI5/E= +=tKQs +-----END PGP SIGNATURE----- diff --git a/gnome-extra/gnome-pomodoro/gnome-pomodoro-9999.ebuild b/gnome-extra/gnome-pomodoro/gnome-pomodoro-9999.ebuild new file mode 100644 index 0000000..a2ceb86 --- /dev/null +++ b/gnome-extra/gnome-pomodoro/gnome-pomodoro-9999.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +VALA_MIN_API_VERSION="0.26" +VALA_USE_DEPEND="vapigen" + +inherit autotools vala gnome2 git-r3 +EGIT_REPO_URI="https://github.com/codito/gnome-pomodoro" + +DESCRIPTION="Time management utility for GNOME based on the pomodoro technique" +HOMEPAGE="http://gnomepomodoro.org" +SRC_URI="" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +COMMON_DEPEND=" + dev-libs/dbus-glib + >=dev-libs/glib-2.36:2 + >=dev-libs/gobject-introspection-1.36 + >=gnome-base/gnome-desktop-3.14.0:3 + >=gnome-base/gsettings-desktop-schemas-3.14.0 + media-libs/gstreamer:1.0 + >=media-libs/libcanberra-0.30 + >=net-libs/telepathy-glib-0.17.5 + >=x11-libs/gtk+-3.14.0:3=[introspection] +" + +DEPEND="${COMMON_DEPEND} + app-text/docbook-sgml-utils + app-text/docbook-sgml-dtd:4.1 + dev-util/intltool + virtual/pkgconfig + $(vala_depend) +" + +RDEPEND="${COMMON_DEPEND}" + +src_prepare() { + eautoreconf + vala_src_prepare +} diff --git a/gnome-extra/gnome-pomodoro/metadata.xml b/gnome-extra/gnome-pomodoro/metadata.xml new file mode 100644 index 0000000..41ff93b --- /dev/null +++ b/gnome-extra/gnome-pomodoro/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>[email protected]</email> + <name>Ole Reifschneider</name> + </maintainer> + <upstream> + <remote-id type="github">codito/gnome-pomodoro</remote-id> + </upstream> +</pkgmetadata>
