From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-voip/blink/, profiles/, net-voip/blink/files/
Date: Mon, 14 Aug 2017 21:24:52 +0000 (UTC) [thread overview]
Message-ID: <1502745868.33b4ec45a9d7ce56c28ba695f31fcbb048f76abb.mgorny@gentoo> (raw)
commit: 33b4ec45a9d7ce56c28ba695f31fcbb048f76abb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 14 21:18:05 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 21:24:28 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33b4ec45
net-voip/blink: Remove last-rited pkg, #575772
net-voip/blink/Manifest | 1 -
net-voip/blink/blink-1.4.1.ebuild | 57 ------------------------
net-voip/blink/files/blink-1.4.1-data-path.patch | 19 --------
net-voip/blink/metadata.xml | 5 ---
profiles/package.mask | 1 -
5 files changed, 83 deletions(-)
diff --git a/net-voip/blink/Manifest b/net-voip/blink/Manifest
deleted file mode 100644
index 17866a17d26..00000000000
--- a/net-voip/blink/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST blink-1.4.1.tar.gz 1640252 SHA256 4e9fe9ccb62029085d551e82d7b1dd8e4d65ce15b35228e2a9a54c08ea1bec52 SHA512 9181eca2b9ee8b99a4c12ae8667b5988f86b1dda10afaf337b6b29dc2fa8733fc9737926014355c11a9913ebd5b406e2d241a4632bb19e4571ed7d318a15940b WHIRLPOOL 329589964e1ad575b1917661af874af1598b05110004ad07a86b1f7bb171eb797603c0c147359f1ad72c78e9af9f102c6a55e9053c1641b4d96b29017ad0f897
diff --git a/net-voip/blink/blink-1.4.1.ebuild b/net-voip/blink/blink-1.4.1.ebuild
deleted file mode 100644
index 2e021efbab0..00000000000
--- a/net-voip/blink/blink-1.4.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils gnome2-utils distutils-r1
-
-DESCRIPTION="A state of the art, easy to use SIP client"
-HOMEPAGE="http://iCanBlink.com"
-SRC_URI="http://download.ag-projects.com/BlinkQt/blink-${PV}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-KEYWORDS="~amd64 ~x86"
-
-CDEPEND="net-libs/libvncserver"
-RDEPEND="${CDEPEND}
- dev-python/lxml[${PYTHON_USEDEP}]
- dev-python/PyQt4[webkit,${PYTHON_USEDEP}]
- dev-python/python-application[${PYTHON_USEDEP}]
- dev-python/python-cjson[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- dev-python/python-eventlib[${PYTHON_USEDEP}]
- dev-python/python-sipsimple[${PYTHON_USEDEP}]
- dev-python/twisted-core[${PYTHON_USEDEP}]
- dev-python/zope-interface[${PYTHON_USEDEP}]
-"
-DEPEND="${CDEPEND}
- dev-python/cython[${PYTHON_USEDEP}]"
-
-PATCHES=( "${FILESDIR}/${P}-data-path.patch" )
-
-src_install() {
- distutils-r1_src_install
-
- newicon -s 48 resources/icons/blink48.png blink.png
- newicon -s 64 resources/icons/blink64.png blink.png
- doicon -s 512 resources/icons/blink.png
-
- make_desktop_entry ${PN} Blink
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
diff --git a/net-voip/blink/files/blink-1.4.1-data-path.patch b/net-voip/blink/files/blink-1.4.1-data-path.patch
deleted file mode 100644
index 1add3ab55a2..00000000000
--- a/net-voip/blink/files/blink-1.4.1-data-path.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-From: Julian Ospald <hasufell@gentoo.org>
-Date: Tue Sep 8 10:10:18 UTC 2015
-Subject: Fix data path fallback
-
-Distutils installs into "/usr/share/blink", but
-blink was unable to find it on gentoo, probably due
-to python-exec magic.
-
---- blink-1.4.1/blink/resources.py
-+++ blink-1.4.1/blink/resources.py
-@@ -71,7 +71,7 @@
- if os.path.exists(os.path.join(application_directory, 'resources', 'blink.ui')):
- cls._cached_directory = os.path.join(application_directory, 'resources').decode(sys.getfilesystemencoding())
- else:
-- cls._cached_directory = os.path.join(application_directory, 'share', 'blink').decode(sys.getfilesystemencoding())
-+ cls._cached_directory = os.path.join(sys.prefix, 'share', 'blink').decode(sys.getfilesystemencoding())
- return DirectoryContextManager(cls._cached_directory)
-
- @classmethod
diff --git a/net-voip/blink/metadata.xml b/net-voip/blink/metadata.xml
deleted file mode 100644
index 7a38bb90096..00000000000
--- a/net-voip/blink/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 35b7afa2607..37e2b4d1247 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -271,7 +271,6 @@ dev-util/febootstrap
# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
# Buggy, doesn't compile for a long time, bug #575772. Removal in a month.
dev-python/python-sipsimple
-net-voip/blink
# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
# Doesn't compile, upstream dead, removal in 2 months (#584296).
reply other threads:[~2017-08-14 21:24 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1502745868.33b4ec45a9d7ce56c28ba695f31fcbb048f76abb.mgorny@gentoo \
--to=mgorny@gentoo.org \
--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