public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: net-im/chatty/, dev-libs/libphonenumber/
@ 2021-06-26 10:53 Haelwenn Monnier
  0 siblings, 0 replies; only message in thread
From: Haelwenn Monnier @ 2021-06-26 10:53 UTC (permalink / raw
  To: gentoo-commits

commit:     8c42aca3336d3eaa443ce7b6edcdd45df0ec9f77
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Fri Jun 25 20:50:26 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Fri Jun 25 20:50:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c42aca3

net-im/chatty: dropped package

Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>

 dev-libs/libphonenumber/Manifest                   |  1 -
 .../libphonenumber/libphonenumber-8.12.25.ebuild   | 33 ------------------
 dev-libs/libphonenumber/metadata.xml               |  8 -----
 net-im/chatty/Manifest                             |  1 -
 net-im/chatty/chatty-0.3.1.ebuild                  | 40 ----------------------
 net-im/chatty/metadata.xml                         |  8 -----
 6 files changed, 91 deletions(-)

diff --git a/dev-libs/libphonenumber/Manifest b/dev-libs/libphonenumber/Manifest
deleted file mode 100644
index 8b5888b66..000000000
--- a/dev-libs/libphonenumber/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libphonenumber-8.12.25.tar.gz 10988736 BLAKE2B 373a31f815668fe9e284cedcb9503e45d3c25b0bb770939fa2c6badb54ae16bf68fba7e755d7b0178905401a99d22dcc2a6fde35a95daa01b50d63cb0a707654 SHA512 d2cd2ad3f1a9be6659bc8ef00ace295dfdbff354115aad563dca7dc169d7468a45941457b3d7c3af16691aee2537bbe7227a2989f30f2bbc7bf6ae410d3e3c5c

diff --git a/dev-libs/libphonenumber/libphonenumber-8.12.25.ebuild b/dev-libs/libphonenumber/libphonenumber-8.12.25.ebuild
deleted file mode 100644
index 4dd5fc667..000000000
--- a/dev-libs/libphonenumber/libphonenumber-8.12.25.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_MAKEFILE_GENERATOR=emake
-
-inherit cmake java-pkg-2 java-pkg-simple
-
-DESCRIPTION="library for parsing, formatting, and validating international phone numbers"
-HOMEPAGE="https://github.com/google/libphonenumber"
-SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~amd64 ~arm64"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-DEPEND="
-	dev-libs/icu
-	dev-libs/protobuf
-	dev-libs/boost
-"
-RDEPEND="${DEPEND}"
-
-BDEPEND="
-	dev-cpp/gtest
-	virtual/jdk
-"
-
-RESTRICT+=" test" # test is broken
-
-CMAKE_USE_DIR="${S}"/cpp

diff --git a/dev-libs/libphonenumber/metadata.xml b/dev-libs/libphonenumber/metadata.xml
deleted file mode 100644
index 144c8091c..000000000
--- a/dev-libs/libphonenumber/metadata.xml
+++ /dev/null
@@ -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>marco@scardovi.com</email>
-		<name>Marco Scardovi</name>
-	</maintainer>
-</pkgmetadata>

diff --git a/net-im/chatty/Manifest b/net-im/chatty/Manifest
deleted file mode 100644
index e6ba97fdf..000000000
--- a/net-im/chatty/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST chatty-v0.3.1.tar.gz 440910 BLAKE2B f2e3024fa44c4305a81ec6f340aefa9a1a1fed21be7483ac298da51f6e0bcb7bf506335d7257b589ccd1608c94a8390f18448be4b909751c047eb179cd1b00c3 SHA512 1283ea8f0a59659b219a1b01536389de74ecfbbb9a790788a91c54738f404bd1cbd77cf3b65074526a6b756817c198312cbd9d07ded6844d2baaa4af852c377a

diff --git a/net-im/chatty/chatty-0.3.1.ebuild b/net-im/chatty/chatty-0.3.1.ebuild
deleted file mode 100644
index bf045d351..000000000
--- a/net-im/chatty/chatty-0.3.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome2-utils meson xdg
-
-MY_P="${PN}-v${PV}"
-
-DESCRIPTION="Messaging client"
-HOMEPAGE="https://source.puri.sm/Librem5/chatty"
-SRC_URI="https://source.puri.sm/Librem5/chatty/-/archive/v0.3.1/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-S="${WORKDIR}/${MY_P}"
-
-DEPEND="
-	dev-libs/libphonenumber
-	dev-libs/feedbackd
-	>=gui-libs/libhandy-1.1.90
-	dev-libs/olm
-	net-im/jabber-base
-	x11-libs/gtk+:3
-	x11-plugins/purple-mm-sms
-"
-RDEPEND="${DEPEND}"
-BDEPEND="${DEPEND}"
-
-pkg_postinst() {
-	xdg_pkg_postinst
-	gnome2_schemas_update
-}
-
-pkg_postrm() {
-	xdg_pkg_postrm
-	gnome2_schemas_update
-}

diff --git a/net-im/chatty/metadata.xml b/net-im/chatty/metadata.xml
deleted file mode 100644
index 144c8091c..000000000
--- a/net-im/chatty/metadata.xml
+++ /dev/null
@@ -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>marco@scardovi.com</email>
-		<name>Marco Scardovi</name>
-	</maintainer>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-26 10:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-26 10:53 [gentoo-commits] repo/proj/guru:master commit in: net-im/chatty/, dev-libs/libphonenumber/ Haelwenn Monnier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox