From: "Jesús P Rey" <gentoo@chuso.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/rememberthemilk/
Date: Tue, 6 Oct 2020 19:37:34 +0000 (UTC) [thread overview]
Message-ID: <1602013019.815aa524a5f78f8d749154bd3283ac64d2cab7b8.chuso@gentoo> (raw)
commit: 815aa524a5f78f8d749154bd3283ac64d2cab7b8
Author: Jesus P Rey (Chuso) <gentoo <AT> chuso <DOT> net>
AuthorDate: Tue Oct 6 19:36:59 2020 +0000
Commit: Jesús P Rey <gentoo <AT> chuso <DOT> net>
CommitDate: Tue Oct 6 19:36:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=815aa524
app-misc/rememberthemilk: new package
Signed-off-by: Jesus P Rey <gentoo <AT> chuso.net>
app-misc/rememberthemilk/Manifest | 1 +
app-misc/rememberthemilk/metadata.xml | 8 +++
.../rememberthemilk/rememberthemilk-1.2.9.ebuild | 59 ++++++++++++++++++++++
3 files changed, 68 insertions(+)
diff --git a/app-misc/rememberthemilk/Manifest b/app-misc/rememberthemilk/Manifest
new file mode 100644
index 00000000..ab286525
--- /dev/null
+++ b/app-misc/rememberthemilk/Manifest
@@ -0,0 +1 @@
+DIST rememberthemilk-1.2.9-1.x86_64.rpm 52949696 BLAKE2B e79fce906a39146eb3bae0476e755c25a6b74816fb71812903a91e63e355bb37b4589c90cbf1f904101c6ebd5d09178518b20a3ea1578aa951077fff849e1267 SHA512 57b60e31dbb7fcb2951fe8245b048cd8ae5d22f138762760156d11805660f67d24f6f311c2ebca585bbe88ee67c8de23993785c96d51df0c41cf1689df3dcc74
diff --git a/app-misc/rememberthemilk/metadata.xml b/app-misc/rememberthemilk/metadata.xml
new file mode 100644
index 00000000..73a06ced
--- /dev/null
+++ b/app-misc/rememberthemilk/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>gentoo@chuso.net</email>
+ <name>Jesus Perez Rey</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/app-misc/rememberthemilk/rememberthemilk-1.2.9.ebuild b/app-misc/rememberthemilk/rememberthemilk-1.2.9.ebuild
new file mode 100644
index 00000000..b2d11e1b
--- /dev/null
+++ b/app-misc/rememberthemilk/rememberthemilk-1.2.9.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop rpm wrapper
+
+DESCRIPTION="Freemium simple to-do tasks manager"
+HOMEPAGE="https://www.rememberthemilk.com"
+SRC_URI="https://www.${PN}.com/download/linux/fedora/21/x86_64/${P}-1.x86_64.rpm"
+
+S="${WORKDIR}"
+
+LICENSE="all-rights-reserved"
+
+SLOT="0"
+
+KEYWORDS="~amd64"
+
+RDEPEND="media-video/ffmpeg[chromium]
+ app-accessibility/at-spi2-atk
+ app-accessibility/at-spi2-core
+ dev-libs/atk
+ dev-libs/expat
+ dev-libs/glib:2
+ dev-libs/nspr
+ dev-libs/nss
+ media-libs/alsa-lib
+ media-libs/mesa
+ net-print/cups
+ sys-apps/dbus
+ x11-libs/cairo
+ x11-libs/gdk-pixbuf:2
+ x11-libs/gtk+:3
+ x11-libs/libX11
+ x11-libs/libXcomposite
+ x11-libs/libXcursor
+ x11-libs/libXdamage
+ x11-libs/libXext
+ x11-libs/libXfixes
+ x11-libs/libXi
+ x11-libs/libXrandr
+ x11-libs/libXrender
+ x11-libs/libXtst
+ x11-libs/libdrm
+ x11-libs/libxcb
+ x11-libs/pango"
+
+src_install() {
+ insinto "/opt/${PN}"
+ doins -r opt/RememberTheMilk/{*.pak,*.dat,locales,resources,*.bin,swiftshader,*.json}
+ exeinto "/opt/${PN}"
+ doexe "opt/RememberTheMilk/${PN}"
+
+ make_wrapper "${PN}" "/opt/${PN}/${PN}" "/opt/${PN}" "/usr/$(get_libdir)/chromium"
+
+ doicon "usr/share/pixmaps/${PN}.png"
+ make_desktop_entry "${PN} %U" "Remember The Milk" "${PN}" "Office"
+}
next reply other threads:[~2020-10-06 19:37 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-06 19:37 Jesús P Rey [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-10-07 12:06 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/rememberthemilk/ Andrew Ammerlaan
2020-12-21 10:40 Theo Anderson
2020-12-21 10:40 Theo Anderson
2021-07-31 16:18 Jesús P Rey
2021-07-31 16:18 Jesús P Rey
2021-11-27 21:24 Jesús P Rey
2021-12-04 19:45 Jesús P Rey
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1602013019.815aa524a5f78f8d749154bd3283ac64d2cab7b8.chuso@gentoo \
--to=gentoo@chuso.net \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox