Delete 3 packages.
* games-simulation/simutrans-pak192-comic * net-misc/ferret * x11-themes/papirus-icon-theme
This commit is contained in:
parent
622099e150
commit
eeb93d3ee0
|
@ -1,12 +0,0 @@
|
|||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA256
|
||||
|
||||
EBUILD simutrans-pak192-comic-9999.ebuild 579 BLAKE2B be44209d98587dbfab599a0d18755e32fde6105214c2f5d93401f0ea44d1c2a4daf324a458601661a790e0d611d8569f950c2f9fe0c2d8d65f68de38a50b75c1 SHA512 5156775b864f3d6f31500bc2cac17618582cb28a5d46340d856d4a25ecdcc25e437f74aa1123f0bdf60f6a19977401b8266867de223b916ed2a8a18ecba9d21f
|
||||
MISC metadata.xml 329 BLAKE2B 17aeb977b18cfab453744f8e83acf6a0d7e957ea39025f7ce6c0c3c5dd1ec32d14837d1b95daf59f604bcef0252f2e6679cfe9409463af49da3d898f118f89a3 SHA512 9351f2d011340f48c52f5720c9b83e328c99543e49f1d875c4b70d8ee0eda23abfcb08f3e5daa25aa290f3b0c514d2a0dfff56e02d03d9e6d491d530199efe2a
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXb6+kAAKCRDPw5SX8bJu
|
||||
B7i+AP9q73y1smrQTBgBpVJ98aYxZicDbjLot63A0OI3/GJqTAD8CT7EKoUiqyzr
|
||||
gD2vJsLt1f5iCjBI6ItGjxids8skmNk=
|
||||
=Wf+F
|
||||
-----END PGP SIGNATURE-----
|
|
@ -1,11 +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>
|
||||
<upstream>
|
||||
<remote-id type="github">Flemmbrav/Pak192.Comic</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
|
@ -1,26 +0,0 @@
|
|||
# Copyright 2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit git-r3
|
||||
|
||||
DESCRIPTION="Pakset and theme for Simutrans with a comic-like look"
|
||||
HOMEPAGE="https://forum.simutrans.com/index.php?board=120.0"
|
||||
EGIT_REPO_URI="https://github.com/Flemmbrav/Pak192.Comic.git"
|
||||
|
||||
LICENSE="CC-BY-SA-3.0"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
|
||||
RDEPEND=">=games-simulation/simutrans-0.120"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_compile() {
|
||||
./COMPILE.sh || die "Compilation failed."
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto "/usr/share/simutrans/pak192.comic-${PV}"
|
||||
doins -r compiled/*
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA256
|
||||
|
||||
EBUILD ferret-9999.ebuild 500 BLAKE2B 217864c2fecaf3756a9f7f9924c72a11fdcca5e126f7fb301eb42427379e0668ba39383cfeea99825b60fe3a75d2dfac306ffc9fe84e420e5c54f95e450d77a5 SHA512 0fcfba1a37e29a585d8db0a495a2d9f51b71abfe500c17109d176165f8b99eaf41544391665013cc4bfe258643222e6cd38752db1c0de71f15d54125eb043be4
|
||||
MISC metadata.xml 248 BLAKE2B 0f4a45d414249f9410a61d8545ba052db41e3d74516e34bff0ca5547cae55db7eefffb2c23d840c979bdea0b927da36f7a56441cbc6053291d65bd39af2421bd SHA512 0f6384333cf38e52e6a67db43f3a78723d2a0d3446da27e7972f15244d96ae41f0e428d937538d4fa52aa70dc9c92920672d4e237b481dbbdff1d9d8c325b33d
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCW0zZ/QAKCRDPw5SX8bJu
|
||||
B4afAP4tTo2lGjzw/QPW4YsUh8K8b09MxuHt0uT1zUXVN8WIPAD6A2215GAckbnl
|
||||
Zluzc7SP9r3x5BK/jSpimrb1C/dM91k=
|
||||
=fznN
|
||||
-----END PGP SIGNATURE-----
|
|
@ -1,21 +0,0 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit git-r3 cmake-utils
|
||||
|
||||
DESCRIPTION="ferret is a modern client for the gopher protocol."
|
||||
HOMEPAGE="https://github.com/aeonofdiscord/ferret"
|
||||
EGIT_REPO_URI="https://github.com/aeonofdiscord/ferret.git"
|
||||
LICENSE="ZLIB"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE=""
|
||||
RDEPEND=">=x11-libs/gtk+-3.0"
|
||||
DEPEND=">=dev-util/cmake-3.5.1
|
||||
>=virtual/pkgconfig-0-r1
|
||||
${RDEPEND}"
|
||||
|
||||
src_unpack() {
|
||||
git-r3_src_unpack
|
||||
}
|
|
@ -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,16 +1,3 @@
|
|||
# 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
|
||||
|
||||
# tastytea <tastytea+gentoo@tastytea.de> (2020-04-13)
|
||||
# I don't use it anymore, upstream seems inactive. Masked for removal in 30
|
||||
# days.
|
||||
net-misc/ferret
|
||||
|
||||
# tastytea <tastytea+gentoo@tastytea.de> (2020-04-13)
|
||||
# Is in the Gentoo tree now. Masked for removal in 30 days.
|
||||
x11-themes/papirus-icon-theme
|
||||
|
||||
# tastytea <tastytea+gentoo@tastytea.de> (2020-04-20)
|
||||
# Current version is in the Gentoo tree now. Masked for removal in 30 days.
|
||||
dev-python/python-nbxmpp
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA256
|
||||
|
||||
EBUILD papirus-icon-theme-9999-r1.ebuild 522 BLAKE2B 50525fe21c8d3561b473f792ee69328211dccb24bd502d6632591989066b1fb84d60ac9c14b9b6cb016e19098f9b91b86b4738569fb9c628db748e45539e2e2c SHA512 935b94bd9837670223e286c4c08e30f5dcfb6c9b6c8524dccd20f653b1dd369670728103bfbd9a14f70ecbbf54a6ababf9a08c27af7cf1136391dc3eaf231fcb
|
||||
MISC metadata.xml 248 BLAKE2B 0f4a45d414249f9410a61d8545ba052db41e3d74516e34bff0ca5547cae55db7eefffb2c23d840c979bdea0b927da36f7a56441cbc6053291d65bd39af2421bd SHA512 0f6384333cf38e52e6a67db43f3a78723d2a0d3446da27e7972f15244d96ae41f0e428d937538d4fa52aa70dc9c92920672d4e237b481dbbdff1d9d8c325b33d
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCW/B9LgAKCRDPw5SX8bJu
|
||||
B9djAP9frKBQPRjU0XGpoVT8eonzffB8pMgl5tNj3PHcXRxgugD+Ke+kNznbfoHh
|
||||
ivL3VV3imzibVtmyY+or5SswF9AvBVo=
|
||||
=cU1A
|
||||
-----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,27 +0,0 @@
|
|||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit git-r3 gnome2-utils
|
||||
|
||||
DESCRIPTION="Papirus icon theme for GTK and KDE"
|
||||
HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme.git"
|
||||
LICENSE="GPL-3"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
pkg_postinst() {
|
||||
gnome2_icon_cache_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
gnome2_icon_cache_update
|
||||
}
|
Reference in New Issue
Block a user