net-misc/tootle: fixed 9999 ebuild

Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
tastytea 2018-07-11 00:51:05 +02:00
parent fcdae96f15
commit 893223b62d
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
3 changed files with 2 additions and 45 deletions

View File

@ -4,6 +4,5 @@ DIST tootle-0.1.5.tar.gz 931686 BLAKE2B 5068914cc12027eab83b99acd3319cee33736bdc
EBUILD tootle-0.1.3-r4.ebuild 830 BLAKE2B 7438be7875088596cae3018f1addafcb6ef44ee9dc1118b219b83ecf11bb918a9e56e7e26953f58d5de0a6157fb7a4802eeacb02ac6621bb595b2662512dd610 SHA512 646180931c9933eccf918f96190c6aacbfceef8695d44c2276103830bc7c18bbf13d67a25627d9fcfe4da30bfa71bc8a579e901466d37b55ea9784b9ed2889dc
EBUILD tootle-0.1.4.ebuild 830 BLAKE2B 7438be7875088596cae3018f1addafcb6ef44ee9dc1118b219b83ecf11bb918a9e56e7e26953f58d5de0a6157fb7a4802eeacb02ac6621bb595b2662512dd610 SHA512 646180931c9933eccf918f96190c6aacbfceef8695d44c2276103830bc7c18bbf13d67a25627d9fcfe4da30bfa71bc8a579e901466d37b55ea9784b9ed2889dc
EBUILD tootle-0.1.5-r1.ebuild 830 BLAKE2B f5ffd43e0bf53e90089ef01cd69580122c5a5c2f9d5d68ec0c08dbddea4cfd3e92232fc4361eb92ead17b6cf20455357a9b7435fc5298fd6c4ab117bad090a3a SHA512 8bd751f02b8b9b6ad917395e77b874d88d4a79e4bd59e4267930256fe85e72b2bad4c8afdc8adc74407e8a741d17cc9b4f205c3d19f7f074bcd161683d2d8316
EBUILD tootle-9999-r1.ebuild 830 BLAKE2B c9542ba71eb402637173a90918e3e79a53b2acede8f13288c72735f9883c935a5ed9c3d953a125351956eef1ceafaa7c046fe397aec0f94e6a247d1e4a5c7095 SHA512 02ea575cc7f42f80af11d6cf19593663c4c0a35edad8303d2c959ffb69c919fc13bdbb5bc6b0022cf8f62f4a7708e9908a84ee71a1ba7337fa9f55d62cead139
EBUILD tootle-9999.ebuild 842 BLAKE2B f5f3b0756b860b02140455647060d45ae9951bde70962fb917cb0b0411523c40035f4934faa562279173be1d7f672658e2cf3dfc8248af2dc774e9d20daa6b9e SHA512 9c62f776c21ddf06e7a218ffc2c39b6d33a068545c93e64faca8f9ad7d14b29fe8b2d52d020228a1b376dffcf6214a87496f04b95ff3944e768b97e72e94d9f3
EBUILD tootle-9999-r2.ebuild 841 BLAKE2B 3aad91298550d3e3a1498f6b184b7aaba3285f0daf513a32d48fa5a1bca08fde6a3c154dee048f6e97cb21282a774620fe7914735a8f129a3672b3f59dbef460 SHA512 738cdfaeaa518c97cd2408f89fb84b0ac7d5b80f73e010abd5ae08bb068d5643943b84377fa6d4e6043666b446a77cebff8962d8e08ef653a01ec9de9d517bc7
MISC metadata.xml 248 BLAKE2B 0f4a45d414249f9410a61d8545ba052db41e3d74516e34bff0ca5547cae55db7eefffb2c23d840c979bdea0b927da36f7a56441cbc6053291d65bd39af2421bd SHA512 0f6384333cf38e52e6a67db43f3a78723d2a0d3446da27e7972f15244d96ae41f0e428d937538d4fa52aa70dc9c92920672d4e237b481dbbdff1d9d8c325b33d

View File

@ -30,7 +30,7 @@ src_prepare() {
src_install() {
meson_src_install
dosym /usr/bin/{com.github.bleakgrey.,}tootle
dosym "{EPREFIX}"/usr/bin/{com.github.bleakgrey.,}tootle
}
pkg_postinst() {

View File

@ -1,42 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit meson vala gnome2-utils git-r3
DESCRIPTION="GTK3 client for Mastodon"
HOMEPAGE="https://github.com/bleakgrey/tootle"
EGIT_REPO_URI="https://github.com/bleakgrey/tootle.git"
KEYWORDS=""
LICENSE="GPL-3"
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_unpack() {
git-r3_src_unpack
}
src_prepare() {
export VALAC="$(type -p valac-$(vala_best_api_version))"
default_src_prepare
}
src_install() {
meson_src_install
dosym "${EPREFIX}/usr/bin/{com.github.bleakgrey.,}tootle"
}
pkg_postinst() {
gnome2_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
}