summaryrefslogtreecommitdiff
path: root/x11-misc/birdtray
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/birdtray')
-rw-r--r--x11-misc/birdtray/Manifest2
-rw-r--r--x11-misc/birdtray/birdtray-1.9.0.ebuild40
2 files changed, 0 insertions, 42 deletions
diff --git a/x11-misc/birdtray/Manifest b/x11-misc/birdtray/Manifest
index db2c11b9a7d5..c3c188fa964d 100644
--- a/x11-misc/birdtray/Manifest
+++ b/x11-misc/birdtray/Manifest
@@ -1,6 +1,4 @@
DIST birdtray-1.11.4.gh.tar.gz 867399 BLAKE2B e3e5663bb343d991c66ff0bd774fdc1abf74a5e94f7ea42ecfe5e16f3c1be932fe8d91ae0d9a6e43d75475671f4f18df0a90f80a09e58892d9629c4cc464b729 SHA512 a3eeeb93fea3f32bbf6a43944d76d0c3990a26db0abbad52102aa72f15f9a32a746620ca347444dab0d90393785aeada7ffb9ec901f91b4701fb128c4e7e628c
-DIST birdtray-1.9.0.tar.gz 810297 BLAKE2B acc6593116fa735311f62405406192ad43e8af6481eac1d09298f846f5fab9a0dff575caefe9490d0a183c464fab763515e20e5725649fe4a800e575f712067b SHA512 898bfcebc7ba4b738e3ab41539c4de48871ebccf431bb1b12464e7f2956bad95af6158742c64ec5923d63889e777c98c75db31121d926e26f3dfe1b34d9f8b4a
EBUILD birdtray-1.11.4.ebuild 960 BLAKE2B c367b4a5c59080a59a0543b76a148582255950b7814b8b2fe6d8afea12ee6992cce48f5ddd5b0add4ec4d71576caf3cbce9dcb2b7d59fd2a38a2286b4da2544c SHA512 afa67efd378d3f044513f93c47612f351aeee8845167b4466bed305fd5e248588b06cb99225f5f393b588681dff81a03de18a6d65b5a3f354b07d330ecbec32c
-EBUILD birdtray-1.9.0.ebuild 795 BLAKE2B 0eea2ec307f6054f621ccd064e2b4a726efe5b6084762aa1fc1cc4233ccf43da6f6efe4c55d6967715473781a039230fb72b9da1799652afdff226ea69be88a9 SHA512 95d9f88bba257cdd1cac89c09804f2ce9251e22157feff219adaebc665a153ffd4433bb1fb33b8085ab9071f4e77715ce31999eea84739a092f934a086e4ea60
EBUILD birdtray-9999.ebuild 960 BLAKE2B c367b4a5c59080a59a0543b76a148582255950b7814b8b2fe6d8afea12ee6992cce48f5ddd5b0add4ec4d71576caf3cbce9dcb2b7d59fd2a38a2286b4da2544c SHA512 afa67efd378d3f044513f93c47612f351aeee8845167b4466bed305fd5e248588b06cb99225f5f393b588681dff81a03de18a6d65b5a3f354b07d330ecbec32c
MISC metadata.xml 450 BLAKE2B f8fc98bca1ae88205f20bc7e76255287ca655fd570fe858926009911b1f3002bade41bd2a9f339a82d2ccccad0c06fb1bf5b464323ae1a2951eff2fa1e28e828 SHA512 b5ef6322dae3baf5c9def71862780babd6701dc6402756c95327c98bfb3829ec26530603b536dcbc006fa055e87da89c2835ba2addeb3464930bacd0f749fbc6
diff --git a/x11-misc/birdtray/birdtray-1.9.0.ebuild b/x11-misc/birdtray/birdtray-1.9.0.ebuild
deleted file mode 100644
index 25cc5efe468d..000000000000
--- a/x11-misc/birdtray/birdtray-1.9.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg-utils
-
-DESCRIPTION="A new mail system tray notification icon for Thunderbird"
-HOMEPAGE="https://github.com/gyunaev/birdtray"
-
-if [[ ${PV} == "9999" ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/gyunaev/birdtray.git"
-else
- SRC_URI="https://github.com/gyunaev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-RDEPEND="dev-db/sqlite:=
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5[ssl]
- dev-qt/qtsvg:5
- dev-qt/qtwidgets:5
- dev-qt/qtx11extras:5
- x11-libs/libX11"
-
-DEPEND="${RDEPEND}"
-BDEPEND="dev-qt/linguist-tools:5"
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}