diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /net-im/WasIstLos | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'net-im/WasIstLos')
| -rw-r--r-- | net-im/WasIstLos/Manifest | 2 | ||||
| -rw-r--r-- | net-im/WasIstLos/WasIstLos-1.6.5.ebuild | 50 | ||||
| -rw-r--r-- | net-im/WasIstLos/WasIstLos-1.7.0.ebuild | 50 | ||||
| -rw-r--r-- | net-im/WasIstLos/metadata.xml | 14 |
4 files changed, 0 insertions, 116 deletions
diff --git a/net-im/WasIstLos/Manifest b/net-im/WasIstLos/Manifest deleted file mode 100644 index 1c83cdc2df9e..000000000000 --- a/net-im/WasIstLos/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST WasIstLos-1.6.5.tar.gz 362869 BLAKE2B fec641326ae79eb8c7a1fa27ae879bb6e49ef343421f58302fe5caa9f815c0b6bc2c1d998fabe0f4e84745289fd36202c6f1a9eb0cd488ef8eb8a90600b066b0 SHA512 288115d912a7ede0bc15c72bbb357b3e462aa6665e2a82ef49eee4a63346786da6fd5ca931293172daa24231808bed36956ff4643c188f265e5f4b8e35b184f1 -DIST WasIstLos-1.7.0.tar.gz 380020 BLAKE2B 1bd6fc0c8a91e82147ba520a4ac7cc8cf63fc3bef19e9b6a4f95fd7bc86048872eb774c79e36f143ac8c7d87d7ca2f0878cec2b338ed6eec278751bde7d47498 SHA512 33d1076743cb642bf2a23ce4fa3ac9bd7ec25c8d1897b6bd9de5e90f60f0f7601ec787735d96490eb79f530b89b6e8e2d11656c11c3e81571a19b9220611d74a diff --git a/net-im/WasIstLos/WasIstLos-1.6.5.ebuild b/net-im/WasIstLos/WasIstLos-1.6.5.ebuild deleted file mode 100644 index 73a82c3120d9..000000000000 --- a/net-im/WasIstLos/WasIstLos-1.6.5.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake xdg - -DESCRIPTION="An unofficial WhatsApp desktop application for Linux" -HOMEPAGE="https://github.com/xeco23/WasIstLos" -SRC_URI="https://github.com/xeco23/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" - -LANGUAGES="es it ka nl pt-BR ru tr" -for lang in ${LANGUAGES}; do - IUSE+=" +l10n_${lang}" -done - -RDEPEND=" - dev-cpp/atkmm - dev-cpp/glibmm:2 - dev-cpp/gtkmm:3.0 - dev-libs/glib - dev-libs/libayatana-appindicator - dev-libs/libsigc++:2 - media-libs/libcanberra - || ( - net-libs/webkit-gtk:4.1 - ) - x11-libs/gtk+:3 -" -DEPEND="${RDEPEND}" - -BDEPEND="dev-util/intltool" - -#PATCHES=( -# "${FILESDIR}/${PN}-1.6.5-webkitgtk.patch" -#) - -src_prepare() { - cmake_src_prepare - for lang in ${LANGUAGES}; do - if ! use l10n_${lang}; then - rm -v "${S}/po/${lang,,}.po" || die "Failed to remove localization" - sed -i -e "/${lang,,}/d" "${S}/po/LINGUAS" || die - fi - done -} diff --git a/net-im/WasIstLos/WasIstLos-1.7.0.ebuild b/net-im/WasIstLos/WasIstLos-1.7.0.ebuild deleted file mode 100644 index 2a45f8171b40..000000000000 --- a/net-im/WasIstLos/WasIstLos-1.7.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake xdg - -DESCRIPTION="An unofficial WhatsApp desktop application for Linux" -HOMEPAGE="https://github.com/xeco23/WasIstLos" -SRC_URI="https://github.com/xeco23/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" - -LANGUAGES="bn cs de es fr hu it ka nl pl pt_BR ru si tr uk" -for lang in ${LANGUAGES}; do - IUSE+=" +l10n_${lang/_/-}" -done - -RDEPEND=" - dev-cpp/atkmm - dev-cpp/glibmm:2 - dev-cpp/gtkmm:3.0 - dev-libs/glib - dev-libs/libayatana-appindicator - dev-libs/libsigc++:2 - media-libs/libcanberra - || ( - net-libs/webkit-gtk:4.1 - ) - x11-libs/gtk+:3 -" -DEPEND="${RDEPEND}" - -BDEPEND="dev-util/intltool" - -#PATCHES=( -# "${FILESDIR}/${PN}-1.6.5-webkitgtk.patch" -#) - -src_prepare() { - cmake_src_prepare - for lang in ${LANGUAGES}; do - if ! use l10n_${lang/_/-}; then - rm -v "${S}/po/${lang}.po" || die "Failed to remove localization" - sed -i -e "/${lang}/d" "${S}/po/LINGUAS" || die - fi - done -} diff --git a/net-im/WasIstLos/metadata.xml b/net-im/WasIstLos/metadata.xml deleted file mode 100644 index 2d71653d898d..000000000000 --- a/net-im/WasIstLos/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>colonia_duck@posteo.net</email> - <name>Thomas Clarke</name> - </maintainer> - <upstream> - <bugs-to>https://github.com/xeco23/WasIstLos/issues</bugs-to> - <changelog>https://github.com/xeco23/WasIstLos/releases</changelog> - <doc>https://github.com/xeco23/WasIstLos/wiki</doc> - <remote-id type="github">xeco23/WasIstLos</remote-id> - </upstream> -</pkgmetadata> |
