summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-11-15 00:01:51 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-11-15 00:01:51 +0100
commit9fd953b2870c84d5fc76bc74152486396caf675e (patch)
treee7c150cd64cfd663958c0a8095c8873e8c2757d7 /net-im
parentnet-im/gajim: Update GTK+ icon cache (diff)
downloadgentoo-9fd953b2870c84d5fc76bc74152486396caf675e.tar.gz
gentoo-9fd953b2870c84d5fc76bc74152486396caf675e.tar.bz2
gentoo-9fd953b2870c84d5fc76bc74152486396caf675e.zip
profiles: Remove last-rited packages
Closes: https://bugs.gentoo.org/633498 Closes: https://bugs.gentoo.org/633510 Closes: https://bugs.gentoo.org/633502 Closes: https://bugs.gentoo.org/620722 Closes: https://bugs.gentoo.org/608174
Diffstat (limited to 'net-im')
-rw-r--r--net-im/skypetab-ng/Manifest2
-rw-r--r--net-im/skypetab-ng/files/skypetab-ng-0.5.2_p20150201-isdigit.patch14
-rw-r--r--net-im/skypetab-ng/metadata.xml12
-rw-r--r--net-im/skypetab-ng/skypetab-ng-0.5.2.ebuild37
-rw-r--r--net-im/skypetab-ng/skypetab-ng-0.5.2_p20150201.ebuild41
-rw-r--r--net-im/skypetab-ng/skypetab-ng-9999.ebuild41
6 files changed, 0 insertions, 147 deletions
diff --git a/net-im/skypetab-ng/Manifest b/net-im/skypetab-ng/Manifest
deleted file mode 100644
index 599e679d891d..000000000000
--- a/net-im/skypetab-ng/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST skypetab-ng-0.5.2.tar.gz 54244 SHA256 cb47961ddb9d5754141c10c862d991704ae065abf2cba1e4763a78a5dcbf0805 SHA512 28a19ea983a81c069bb6ad24c337561293f7ec53ca9a315fb872c9341dccecf4eb30e1652b1f012f7be34060fb955a8c085327ae03017264ccc4510976d3f6ea WHIRLPOOL 48b1a86a588dd60c3ee7b9185625027bbaef69b0a6dce237c1e38d3c7dc5b762675d7d21efb88bef7e3840ac1464cdfa3ca4a531756ab3f3f155c2a681aec0e7
-DIST skypetab-ng-0.5.2_p20150201.tar.bz2 53527 SHA256 c2ec5b1b206b9dd6c285daea58fc68966237a1a29fdc67c3feec2030a78d8487 SHA512 cb423d83a1ea6979bf8732b2f546860778f0a5b4dddf3e7704c5fc71d15c25b191dcf510ede2315350aa26cf8c0580cd7fae5cd79ff035e5053857849bd0427c WHIRLPOOL c5bcaf70547305eb6c5f3fb74d516b3d7083eb3ccc569c8d7c08ee33b41c5196e2688d4ec9a5cab7bc8dad3491b3b17ac7d5cd7dbda37757619ae98b532eeb32
diff --git a/net-im/skypetab-ng/files/skypetab-ng-0.5.2_p20150201-isdigit.patch b/net-im/skypetab-ng/files/skypetab-ng-0.5.2_p20150201-isdigit.patch
deleted file mode 100644
index 9b199e5361c8..000000000000
--- a/net-im/skypetab-ng/files/skypetab-ng-0.5.2_p20150201-isdigit.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Missing header noticed by gcc:
- * skype-poll-fix.c:38:9: warning: implicit declaration of function ‘isdigit’ [-Wimplicit-function-declaration]
-diff --git a/skype-poll-fix.c b/skype-poll-fix.c
-index ccc88a1..fd21ba8 100644
---- a/skype-poll-fix.c
-+++ b/skype-poll-fix.c
-@@ -2,2 +2,3 @@
- #define _GNU_SOURCE
-+#include <ctype.h>
- #include <stdio.h>
-@@ -13,3 +14,2 @@
- #include <sys/time.h>
--#include <ctype.h>
- #endif
diff --git a/net-im/skypetab-ng/metadata.xml b/net-im/skypetab-ng/metadata.xml
deleted file mode 100644
index c16dc3f5475c..000000000000
--- a/net-im/skypetab-ng/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>slyfox@gentoo.org</email>
- <name>Sergei Trofimovich</name>
- <description>Primary Maintainer</description>
- </maintainer>
- <upstream>
- <remote-id type="github">kekekeks/skypetab-ng</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/net-im/skypetab-ng/skypetab-ng-0.5.2.ebuild b/net-im/skypetab-ng/skypetab-ng-0.5.2.ebuild
deleted file mode 100644
index 2aaaab6d100f..000000000000
--- a/net-im/skypetab-ng/skypetab-ng-0.5.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-if [[ ${PV} = *9999* ]]; then
- EGIT_REPO_URI="https://github.com/kekekeks/${PN}.git"
- UNPACKER_ECLASS="git-2"
- LIVE_EBUILD=yes
-else
- UNPACKER_ECLASS="vcs-snapshot"
-fi
-
-inherit qt4-r2 multilib ${UNPACKER_ECLASS}
-
-if [[ -z ${LIVE_EBUILD} ]]; then
- KEYWORDS="-* ~x86 ~amd64"
- SRC_URI="https://github.com/kekekeks/${PN}/tarball/v${PV} -> ${P}.tar.gz"
-fi
-
-DESCRIPTION="An LD_PRELOAD wrapper that adds tabs to Skype for Linux"
-HOMEPAGE="https://github.com/kekekeks/skypetab-ng"
-LICENSE="LGPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND="
- dev-qt/qtcore:4[abi_x86_32(-)]
- dev-qt/qtgui:4[abi_x86_32(-)]
-"
-RDEPEND="${DEPEND}
- || ( >=net-im/skype-4.1 <net-im/skype-4.1[-qt-static] )
-"
-
-pkg_setup() {
- use amd64 && multilib_toolchain_setup x86
-}
diff --git a/net-im/skypetab-ng/skypetab-ng-0.5.2_p20150201.ebuild b/net-im/skypetab-ng/skypetab-ng-0.5.2_p20150201.ebuild
deleted file mode 100644
index 0ea51d9f8ee0..000000000000
--- a/net-im/skypetab-ng/skypetab-ng-0.5.2_p20150201.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-if [[ ${PV} = *9999* ]]; then
- EGIT_REPO_URI="https://github.com/kekekeks/${PN}.git"
- UNPACKER_ECLASS="git-2"
- LIVE_EBUILD=yes
-else
- UNPACKER_ECLASS="vcs-snapshot"
-fi
-
-inherit eutils qt4-r2 multilib ${UNPACKER_ECLASS}
-
-if [[ -z ${LIVE_EBUILD} ]]; then
- KEYWORDS="-* ~x86 ~amd64"
- SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.bz2"
-fi
-
-DESCRIPTION="An LD_PRELOAD wrapper that adds tabs to Skype for Linux"
-HOMEPAGE="https://github.com/kekekeks/skypetab-ng"
-LICENSE="LGPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND="
- dev-qt/qtcore:4[abi_x86_32(-)]
- dev-qt/qtgui:4[abi_x86_32(-)]
-"
-RDEPEND="${DEPEND}
- || ( >=net-im/skype-4.1 <net-im/skype-4.1[-qt-static] )
-"
-
-pkg_setup() {
- use amd64 && multilib_toolchain_setup x86
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-isdigit.patch
-}
diff --git a/net-im/skypetab-ng/skypetab-ng-9999.ebuild b/net-im/skypetab-ng/skypetab-ng-9999.ebuild
deleted file mode 100644
index 2295ba44020b..000000000000
--- a/net-im/skypetab-ng/skypetab-ng-9999.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-if [[ ${PV} = *9999* ]]; then
- EGIT_REPO_URI="https://github.com/kekekeks/${PN}.git"
- UNPACKER_ECLASS="git-2"
- LIVE_EBUILD=yes
-else
- UNPACKER_ECLASS="vcs-snapshot"
-fi
-
-inherit eutils qt4-r2 multilib ${UNPACKER_ECLASS}
-
-if [[ -z ${LIVE_EBUILD} ]]; then
- KEYWORDS="-* ~x86 ~amd64"
- SRC_URI="https://github.com/kekekeks/${PN}/tarball/v${PV} -> ${P}.tar.gz"
-fi
-
-DESCRIPTION="An LD_PRELOAD wrapper that adds tabs to Skype for Linux"
-HOMEPAGE="https://github.com/kekekeks/skypetab-ng"
-LICENSE="LGPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND="
- dev-qt/qtcore:4[abi_x86_32(-)]
- dev-qt/qtgui:4[abi_x86_32(-)]
-"
-RDEPEND="${DEPEND}
- || ( >=net-im/skype-4.1 <net-im/skype-4.1[-qt-static] )
-"
-
-pkg_setup() {
- use amd64 && multilib_toolchain_setup x86
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.5.2_p20150201-isdigit.patch
-}