commit: 3eb00fd671eae776ddcdcb9cb88e0813e7a6a0a3 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org> AuthorDate: Tue Feb 9 16:59:44 2016 +0000 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org> CommitDate: Tue Feb 9 16:59:44 2016 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=3eb00fd6
net-im/qtwitter: remove unmaintained live ebuild Upstream also looks dead, last commit in 2012. net-im/qtwitter/metadata.xml | 8 ----- net-im/qtwitter/qtwitter-9999.ebuild | 57 ------------------------------------ 2 files changed, 65 deletions(-) diff --git a/net-im/qtwitter/metadata.xml b/net-im/qtwitter/metadata.xml deleted file mode 100644 index 1723768..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> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Qt Project</name> - </maintainer> -</pkgmetadata> diff --git a/net-im/qtwitter/qtwitter-9999.ebuild b/net-im/qtwitter/qtwitter-9999.ebuild deleted file mode 100644 index 15cf6b6..0000000 --- a/net-im/qtwitter/qtwitter-9999.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -LANGS="nb_NO pt_BR" -LANGSLONG="ca_ES cs_CZ de_DE es_ES fr_FR it_IT ja_JP pl_PL" - -inherit qt4-r2 git-2 - -DESCRIPTION="A Qt-based microblogging client" -HOMEPAGE="http://www.qt-apps.org/content/show.php/qTwitter?content=99087" -EGIT_REPO_URI="git://github.com/ayoy/${PN}" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="" -IUSE="debug" - -DEPEND=">=dev-libs/qoauth-1.0 - x11-libs/libX11 - >=dev-qt/qtcore-4.5:4 - >=dev-qt/qtdbus-4.5:4 - >=dev-qt/qtgui-4.5:4" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}" - -DOCS="README CHANGELOG" - -src_prepare() { - qt4-r2_src_prepare - echo "CONFIG += nostrip" >> "${S}"/${PN}.pro - - local langs= - for lingua in $LINGUAS; do - if has $lingua $LANGS; then - langs="$langs ${lingua}" - else - for a in $LANGSLONG; do - if [[ $lingua == ${a%_*} ]]; then - langs="$langs ${a}" - fi - done - fi - done - - # 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" -} - -src_configure() { - eqmake4 PREFIX="/usr" -}
