public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Clarke" <TomClarke2006@hotmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/WasIstLos/
Date: Sat, 19 Oct 2024 18:00:08 +0000 (UTC)	[thread overview]
Message-ID: <1729360737.6c4bcb0a68edafaf83f80d14e6a1e9acc6cd06ca.TomClarke2006@gentoo> (raw)

commit:     6c4bcb0a68edafaf83f80d14e6a1e9acc6cd06ca
Author:     colonia-duck <tomclarke2006 <AT> hotmail <DOT> com>
AuthorDate: Sat Oct 19 17:58:57 2024 +0000
Commit:     Thomas Clarke <TomClarke2006 <AT> hotmail <DOT> com>
CommitDate: Sat Oct 19 17:58:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c4bcb0a

net-im/WasIstLos: drop 1.6.4

Signed-off-by: colonia-duck <tomclarke2006 <AT> hotmail.com>

 net-im/WasIstLos/Manifest               |  2 +-
 net-im/WasIstLos/WasIstLos-1.6.4.ebuild | 47 ---------------------------------
 2 files changed, 1 insertion(+), 48 deletions(-)

diff --git a/net-im/WasIstLos/Manifest b/net-im/WasIstLos/Manifest
index 67c6100ff..1c83cdc2d 100644
--- a/net-im/WasIstLos/Manifest
+++ b/net-im/WasIstLos/Manifest
@@ -1,2 +1,2 @@
-DIST WasIstLos-1.6.4.tar.gz 361501 BLAKE2B c01aa774b2153f6342e389b86c207045c130ca6ae65b18e4a6f7e549e4aaf538cfd769f28d095befea6df762baaa0f4a7f40c7b76eb03f9834c6fd2cee9c54e2 SHA512 03901822146cee211ad91e9dde4bbf773ad23c959903500b007098acc1c63c182dd7b1bc6367199fc1405bed229bec506c84a5c9ed4fa2005353f81cff6de141
 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.4.ebuild b/net-im/WasIstLos/WasIstLos-1.6.4.ebuild
deleted file mode 100644
index 504c9bed7..000000000
--- a/net-im/WasIstLos/WasIstLos-1.6.4.ebuild
+++ /dev/null
@@ -1,47 +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
-		net-libs/webkit-gtk:4.1
-	)
-	x11-libs/gtk+:3
-"
-DEPEND="${RDEPEND}"
-
-BDEPEND="dev-util/intltool"
-
-src_prepare() {
-	cmake_src_prepare
-	for lang in ${LANGUAGES}; do
-		if ! use l10n_${lang}; then
-			rm "${S}/po/${lang,,}.po" || die "Failed to remove localization"
-			sed -i -e "/${lang,,}/d" "${S}/po/LINGUAS" || die
-		fi
-	done
-}


             reply	other threads:[~2024-10-19 18:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-19 18:00 Thomas Clarke [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-06 12:54 [gentoo-commits] repo/proj/guru:dev commit in: net-im/WasIstLos/ Filip Kobierski
2024-10-19 18:00 Thomas Clarke
2024-10-17 19:50 Takuya Wakazono
2024-10-17 19:28 Thomas Clarke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1729360737.6c4bcb0a68edafaf83f80d14e6a1e9acc6cd06ca.TomClarke2006@gentoo \
    --to=tomclarke2006@hotmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox