app-misc/rememberthemilk: drop old; SRC_URI 404

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
This commit is contained in:
Theo Anderson
2020-12-21 23:40:38 +13:00
parent 7725934e4c
commit 27c18c6343
2 changed files with 0 additions and 60 deletions

View File

@@ -1,2 +1 @@
DIST rememberthemilk-1.2.9-1.x86_64.rpm 52949696 BLAKE2B e79fce906a39146eb3bae0476e755c25a6b74816fb71812903a91e63e355bb37b4589c90cbf1f904101c6ebd5d09178518b20a3ea1578aa951077fff849e1267 SHA512 57b60e31dbb7fcb2951fe8245b048cd8ae5d22f138762760156d11805660f67d24f6f311c2ebca585bbe88ee67c8de23993785c96d51df0c41cf1689df3dcc74
DIST rememberthemilk-1.3.0-1.x86_64.rpm 54726776 BLAKE2B 77c4cac7f93f095f042501ad0f7bd7f30f5be69eb0eec86cfd7e4c29a961e3989b88ae650fc122afc5c4014da676b7a32ccbecf3e7d2472a7295150edc3c0881 SHA512 4270b049c0c33e24774e1933baf67a4a84248d47155a7f7fc8dace8ba219ca06008af5a8694465cd55534374f69bde4f144e8a170ea13c13849f8393190c78f8

View File

@@ -1,59 +0,0 @@
# 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"
RESTRICT="bindist mirror"
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"
}