summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-04-20 20:57:28 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-04-20 20:57:59 +1000
commit180afa0ce3278445fc29149c45d8d06d062b390b (patch)
tree473ca49817b813d91f238225debe973fa6488974
parentdev-python/backports-ssl-match-hostname: keyword ~mips (diff)
downloadgentoo-180afa0ce3278445fc29149c45d8d06d062b390b.tar.gz
gentoo-180afa0ce3278445fc29149c45d8d06d062b390b.tar.bz2
gentoo-180afa0ce3278445fc29149c45d8d06d062b390b.zip
net-im/qtwitter: remove last-rited package
-rw-r--r--net-im/qtwitter/Manifest1
-rw-r--r--net-im/qtwitter/files/qtwitter-0.10.0-gold.patch12
-rw-r--r--net-im/qtwitter/metadata.xml8
-rw-r--r--net-im/qtwitter/qtwitter-0.10.0-r1.ebuild54
4 files changed, 0 insertions, 75 deletions
diff --git a/net-im/qtwitter/Manifest b/net-im/qtwitter/Manifest
deleted file mode 100644
index c44a9e200b93..000000000000
--- a/net-im/qtwitter/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qtwitter-0.10.0-src.tar.gz 698851 SHA256 0a649d8e5cfeb5aa5c168b7b07c46b79605783a2d0f0a04527dc5883f5b4e951 SHA512 9475db148a6e78e1e087ad6b880e02797270d755d0348ddb7c72cec578150e1e3967925cf8eb660dd3a756567dc4d6ae49dd62afb9ce48b25f17704826288388 WHIRLPOOL 8cfc61366d2ed6775d6ba7e2fce2824f0e2ac42594cab3b70f6f0d7f2587f350f9844971d69764300d0abfa962bd2916e0f632fc6c2f8c34c043c2e9fb8ad7a7
diff --git a/net-im/qtwitter/files/qtwitter-0.10.0-gold.patch b/net-im/qtwitter/files/qtwitter-0.10.0-gold.patch
deleted file mode 100644
index d5aff527bead..000000000000
--- a/net-im/qtwitter/files/qtwitter-0.10.0-gold.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- qtwitter-app/qtwitter-app.pro
-+++ qtwitter-app/qtwitter-app.pro
-@@ -82,7 +82,8 @@
- else:unix {
- LIBS += -L$${DESTDIR} \
- -Wl,-rpath,$${DESTDIR} \
-- $$TWITTERAPI_LIB
-+ $$TWITTERAPI_LIB \
-+ -lX11
- target.path = $${INSTALL_PREFIX}/bin
- PLUGINS_DIR = $${INSTALL_PREFIX}/lib$${LIB_SUFFIX}/$${TARGET}/plugins
- DEFINES += PLUGINS_DIR='\\\"$${PLUGINS_DIR}\\\"' \ No newline at end of file
diff --git a/net-im/qtwitter/metadata.xml b/net-im/qtwitter/metadata.xml
deleted file mode 100644
index a7f1abb3029b..000000000000
--- a/net-im/qtwitter/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="project">
- <email>qt@gentoo.org</email>
- <name>Gentoo Qt Project</name>
- </maintainer>
-</pkgmetadata>
diff --git a/net-im/qtwitter/qtwitter-0.10.0-r1.ebuild b/net-im/qtwitter/qtwitter-0.10.0-r1.ebuild
deleted file mode 100644
index 79046dd27805..000000000000
--- a/net-im/qtwitter/qtwitter-0.10.0-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-PLOCALES="ca_ES cs_CZ de_DE es_ES fr_FR it_IT ja_JP nb_NO pl_PL pt_BR"
-
-inherit l10n qt4-r2
-
-DESCRIPTION="A Qt-based microblogging client"
-HOMEPAGE="http://www.qt-apps.org/content/show.php/qTwitter?content=99087"
-SRC_URI="http://files.ayoy.net/qtwitter/release/${PV}/src/${P}-src.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-DEPEND="x11-libs/libX11
- >=dev-qt/qtcore-4.5:4
- >=dev-qt/qtgui-4.5:4
- >=dev-qt/qtdbus-4.5:4
- >=dev-libs/qoauth-1.0:0"
-RDEPEND="${DEPEND}"
-
-DOCS="README CHANGELOG"
-PATCHES=( "${FILESDIR}/${P}-gold.patch" )
-
-src_prepare() {
- qt4-r2_src_prepare
-
- echo "CONFIG += nostrip" >> "${S}"/${PN}.pro
-
- l10n_find_plocales_changes "${S}/translations" '${PN}' '.ts'
-
- local langs
- langs="$(l10n_get_locales)"
- # remove translations and add only the selected ones
- sed -e '/^ *LANGS/,/^$/s/^/#/' \
- -e "/LANGS =/s/.*/LANGS = ${langs}/" \
- -i translations/translations.pri || die "sed translations failed"
-
- # fix insecure runpaths
- sed -e '/-Wl,-rpath,\$\${DESTDIR}/d' \
- -i qtwitter-app/qtwitter-app.pro || die "sed rpath failed"
-
- # to pass validation
- sed -e 's/Instant Messaging/InstantMessaging/' \
- -i qtwitter-app/x11/qtwitter.desktop || die "sed .desktop failed"
-}
-
-src_configure() {
- eqmake4 PREFIX="/usr"
-}