diff options
author | Ben de Groot <yngwin@gentoo.org> | 2012-07-26 15:29:11 +0800 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2012-07-26 15:29:11 +0800 |
commit | 92d84aa0df94d3954b3c6f17148f59296699681f (patch) | |
tree | 297dd4aa974efd292784af080495051204c782a3 | |
parent | media-video/smplayer: rm since changes applied in gx86 (diff) | |
download | yngwin-92d84aa0df94d3954b3c6f17148f59296699681f.tar.gz yngwin-92d84aa0df94d3954b3c6f17148f59296699681f.tar.bz2 yngwin-92d84aa0df94d3954b3c6f17148f59296699681f.zip |
net-im/qtwitter: rm since changes applied in gx86
-rw-r--r-- | net-im/qtwitter/Manifest | 1 | ||||
-rw-r--r-- | net-im/qtwitter/files/qtwitter-0.10.0-gold.patch | 12 | ||||
-rw-r--r-- | net-im/qtwitter/metadata.xml | 8 | ||||
-rw-r--r-- | net-im/qtwitter/qtwitter-0.10.0-r10.ebuild | 55 |
4 files changed, 0 insertions, 76 deletions
diff --git a/net-im/qtwitter/Manifest b/net-im/qtwitter/Manifest deleted file mode 100644 index c44a9e2..0000000 --- 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 d5aff52..0000000 --- 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 1d78188..0000000 --- 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> -<herd>qt</herd> -<longdescription lang="en"> -</longdescription> -</pkgmetadata> - diff --git a/net-im/qtwitter/qtwitter-0.10.0-r10.ebuild b/net-im/qtwitter/qtwitter-0.10.0-r10.ebuild deleted file mode 100644 index 7f2a12f..0000000 --- a/net-im/qtwitter/qtwitter-0.10.0-r10.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/qtwitter/qtwitter-0.10.0-r1.ebuild,v 1.3 2012/06/04 11:26:11 johu Exp $ - -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 - >=x11-libs/qt-core-4.5:4 - >=x11-libs/qt-gui-4.5:4 - >=x11-libs/qt-dbus-4.5:4 - >=dev-libs/qoauth-1.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)" - einfo "Selected localizations are: ${langs}" - # 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" -} |