aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Scardovi <marco@scardovi.com>2021-06-25 22:50:26 +0200
committerMarco Scardovi <marco@scardovi.com>2021-06-25 22:50:26 +0200
commit8c42aca3336d3eaa443ce7b6edcdd45df0ec9f77 (patch)
tree30540995432565e9f73323ed69d34a05f1f709af
parentapp-mobilephone/flashlight: add missing package (diff)
downloadguru-8c42aca3.tar.gz
guru-8c42aca3.tar.bz2
guru-8c42aca3.zip
net-im/chatty: dropped package
Signed-off-by: Marco Scardovi <marco@scardovi.com>
-rw-r--r--dev-libs/libphonenumber/Manifest1
-rw-r--r--dev-libs/libphonenumber/libphonenumber-8.12.25.ebuild33
-rw-r--r--dev-libs/libphonenumber/metadata.xml8
-rw-r--r--net-im/chatty/Manifest1
-rw-r--r--net-im/chatty/chatty-0.3.1.ebuild40
-rw-r--r--net-im/chatty/metadata.xml8
6 files changed, 0 insertions, 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>