net-misc/tootle: Remove package.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
30608b2157
commit
8a1dff4797
@ -1,14 +0,0 @@
|
||||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA256
|
||||
|
||||
DIST tootle-0.2.0.tar.gz 941889 BLAKE2B 8e9880f2a5c2072b0475e6dc6b6e6d8b402f2c2e4e4ec661dfe60d1486bc22df4866e4c650bb7ec741bca5b6e081685cd1c74837f54079db9ba16f1c8d932d82 SHA512 d84631b4ccc73cddbdbde4c80f5a5d1f062ebbb876559b34baaa2c13b3e57bac2329e5ddbd5415d77aef06c922dd3d0d582a36716d853823f5934b822a79e7ef
|
||||
EBUILD tootle-0.2.0.ebuild 893 BLAKE2B feb92701ec179f4c6d1a5a6ad6ee7815b2528d6403b414f92b790c5e0206d516a60efd090e59bce07863bc6b86f5e7a3d3ef5d38f7550a573fb795f4bcdabfdf SHA512 10a181eab5883052f9f3054c45c97afd00c4e66a0bb8bfb3f6c040b24c3d18039fa4d7cab217a57b6d5be3b6b0afbc034fc80933a5b3855b5ddff1ec4cba2a15
|
||||
EBUILD tootle-9999.ebuild 831 BLAKE2B 31d74f3c3ec93e6b9dd447ee6470871c9edadd364ab3c28852052465a67f0cd8bd86dc2e4ea0c62942dc665ff0da594b72e45c104290e0d6a5921e9098a5bb2d SHA512 0a5c178be31a1a39f2cf94aa0ccc778276c4d69eebbd921a7184c4863d4c2c2186d2265e9e06eaff608d674eaf45202b0eeba5c1db920257e31fc27c7d4c4842
|
||||
MISC metadata.xml 248 BLAKE2B 0f4a45d414249f9410a61d8545ba052db41e3d74516e34bff0ca5547cae55db7eefffb2c23d840c979bdea0b927da36f7a56441cbc6053291d65bd39af2421bd SHA512 0f6384333cf38e52e6a67db43f3a78723d2a0d3446da27e7972f15244d96ae41f0e428d937538d4fa52aa70dc9c92920672d4e237b481dbbdff1d9d8c325b33d
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXMzP8QAKCRDPw5SX8bJu
|
||||
BxuPAPwJmPG6eOGrG6ppgbqfizFFXYVrngCr4TI2ZMX5yZpwYwD+Kv5hqyAi5yR+
|
||||
E9kx+9Sb5n21rTHxBBvll+gMyx4jEz0=
|
||||
=ss/D
|
||||
-----END PGP SIGNATURE-----
|
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>gentoo@tastytea.de</email>
|
||||
<name>tastytea</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
@ -1,46 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit meson vala gnome2-utils
|
||||
|
||||
DESCRIPTION="GTK3 client for Mastodon"
|
||||
HOMEPAGE="https://github.com/bleakgrey/tootle"
|
||||
SRC_URI="https://github.com/bleakgrey/tootle/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
LICENSE="GPL-3"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND=">=x11-libs/gtk+-3.22.29
|
||||
>=net-libs/libsoup-2.58.2
|
||||
>=dev-libs/granite-0.5.0
|
||||
>=dev-libs/json-glib-1.2.8"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-util/meson-0.46.1
|
||||
>=dev-lang/vala-0.36.13"
|
||||
|
||||
src_prepare() {
|
||||
vala_src_prepare
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
meson_src_install
|
||||
dosym "${EPREFIX}"/usr/bin/{com.github.bleakgrey.,}tootle
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
gnome2_gconf_savelist
|
||||
gnome2_schemas_savelist
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
gnome2_icon_cache_update
|
||||
gnome2_gconf_install
|
||||
gnome2_schemas_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
gnome2_icon_cache_update
|
||||
}
|
@ -1,50 +0,0 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
inherit git-r3 gnome2-utils meson vala xdg-utils
|
||||
|
||||
DESCRIPTION="GTK3 client for Mastodon"
|
||||
HOMEPAGE="https://github.com/bleakgrey/tootle"
|
||||
EGIT_REPO_URI="https://github.com/bleakgrey/tootle.git"
|
||||
LICENSE="GPL-3"
|
||||
|
||||
KEYWORDS=""
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
net-libs/libsoup
|
||||
>=dev-libs/granite-0.5.2
|
||||
dev-libs/json-glib
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
virtual/pkgconfig
|
||||
dev-util/meson
|
||||
dev-lang/vala
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
vala_src_prepare
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
meson_src_install
|
||||
dosym "${EPREFIX}"/usr/bin/{com.github.bleakgrey.,}tootle
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
gnome2_gconf_savelist
|
||||
gnome2_schemas_savelist
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_icon_cache_update
|
||||
gnome2_gconf_install
|
||||
gnome2_schemas_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_icon_cache_update
|
||||
}
|
@ -1,8 +1,3 @@
|
||||
# tastytea <tastytea+gentoo@tastytea.de> (2020-04-04)
|
||||
# I don't use it anymore. Ebuilds are still available from the repositories
|
||||
# “ixit” and “lanodanOverlay”. Masked for removal in 30 days.
|
||||
net-misc/tootle
|
||||
|
||||
# tastytea <tastytea+gentoo@tastytea.de> (2020-04-13)
|
||||
# I don't use it anymore, fails to compile. Masked for removal in 30 days.
|
||||
games-simulation/simutrans-pak192-comic
|
||||
|
Reference in New Issue
Block a user