diff options
author | Dominik Kapusta <ayoy@gentoo.org> | 2009-12-20 09:19:11 +0000 |
---|---|---|
committer | Dominik Kapusta <ayoy@gentoo.org> | 2009-12-20 09:19:11 +0000 |
commit | bcf7661d748998e0bf07d45f163b070861012ad9 (patch) | |
tree | c8795a0ac820658b56b4cf6871b63933e5ab4a46 /net-im | |
parent | Removing vulnerable version (diff) | |
download | gentoo-2-bcf7661d748998e0bf07d45f163b070861012ad9.tar.gz gentoo-2-bcf7661d748998e0bf07d45f163b070861012ad9.tar.bz2 gentoo-2-bcf7661d748998e0bf07d45f163b070861012ad9.zip |
Remove old ebuilds
(Portage version: 2.2_rc59/cvs/Linux x86_64)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/qtwitter/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/qtwitter/qtwitter-0.7.1.ebuild | 69 | ||||
-rw-r--r-- | net-im/qtwitter/qtwitter-0.8.3.ebuild | 74 |
3 files changed, 5 insertions, 144 deletions
diff --git a/net-im/qtwitter/ChangeLog b/net-im/qtwitter/ChangeLog index 23f56fa29f7d..3663ce1beafc 100644 --- a/net-im/qtwitter/ChangeLog +++ b/net-im/qtwitter/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/qtwitter # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/qtwitter/ChangeLog,v 1.20 2009/11/16 05:04:28 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/qtwitter/ChangeLog,v 1.21 2009/12/20 09:19:11 ayoy Exp $ + + 20 Dec 2009; Dominik Kapusta <ayoy@gentoo.org> -qtwitter-0.7.1.ebuild, + -qtwitter-0.8.3.ebuild: + Remove old ebuilds 16 Nov 2009; Jonathan Callen <abcd@gentoo.org> -files/qtwitter-0.9.0-no-oauth-fix.patch: diff --git a/net-im/qtwitter/qtwitter-0.7.1.ebuild b/net-im/qtwitter/qtwitter-0.7.1.ebuild deleted file mode 100644 index ec36975d32d4..000000000000 --- a/net-im/qtwitter/qtwitter-0.7.1.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/qtwitter/qtwitter-0.7.1.ebuild,v 1.3 2009/07/20 04:10:21 darkside Exp $ - -EAPI="2" - -inherit qt4 multilib - -DESCRIPTION="A Qt-based client for Twitter and Identi.ca" -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/qt-gui:4" -RDEPEND="${DEPEND}" - -QTWITTER_LANGS="pt_BR" -QTWITTER_NOLONGLANGS="ca_ES de_DE es_ES fr_FR ja_JP pl_PL" - -for L in $QTWITTER_LANGS; do - IUSE="$IUSE linguas_$L" -done -for L in $QTWITTER_NOLONGLANGS; do - IUSE="$IUSE linguas_${L%_*}" -done - -src_prepare() { - echo "CONFIG += nostrip" >> "${S}"/${PN}.pro - - # translations - local langs= - for lingua in $LINGUAS; do - if has $lingua $QTWITTER_LANGS; then - langs="$langs loc/${PN}_${lingua}.ts" - else - for a in $QTWITTER_NOLONGLANGS; do - if [[ $lingua == ${a%_*} ]]; then - langs="$langs loc/${PN}_${a}.ts" - fi - done - fi - done - - # remove translations and add only the selected ones - sed -i -e '/^ *loc.*\.ts/d' \ - -e "/^TRANSLATIONS/s:loc.*:${langs}:" \ - qtwitter-app/qtwitter-app.pro || die "sed failed" - # first line fixes bug about unsecure runpaths - # second disables docs installation by make (done by dodoc in install) - sed -i -e '/-Wl,-rpath,\$\${TOP}/d' \ - -e '/doc \\/d' \ - qtwitter-app/qtwitter-app.pro || die "sed failed" - - sed -i "s/\$\${INSTALL_PREFIX}\/lib/\$\${INSTALL_PREFIX}\/$(get_libdir)/" \ - twitterapi/twitterapi.pro urlshortener/urlshortener.pro || die "sed failed" -} - -src_configure() { - eqmake4 ${PN}.pro -} - -src_install() { - emake INSTALL_ROOT="${D}" install || die "emake install failed" - dodoc README CHANGELOG || die "dodoc failed" -} diff --git a/net-im/qtwitter/qtwitter-0.8.3.ebuild b/net-im/qtwitter/qtwitter-0.8.3.ebuild deleted file mode 100644 index 7a6adc66b865..000000000000 --- a/net-im/qtwitter/qtwitter-0.8.3.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/qtwitter/qtwitter-0.8.3.ebuild,v 1.1 2009/08/08 17:42:03 hwoarang Exp $ - -EAPI="2" - -inherit qt4 - -DESCRIPTION="A Qt-based client for Twitter and Identi.ca" -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 +oauth" - -DEPEND="x11-libs/qt-gui:4 - oauth? ( >=dev-libs/qoauth-1.0 )" -RDEPEND="${DEPEND}" - -QTWITTER_LANGS="pt_BR" -QTWITTER_NOLONGLANGS="ca_ES de_DE es_ES fr_FR it_IT ja_JP pl_PL" - -for L in $QTWITTER_LANGS; do - IUSE="$IUSE linguas_$L" -done -for L in $QTWITTER_NOLONGLANGS; do - IUSE="$IUSE linguas_${L%_*}" -done - -src_prepare() { - qt4_src_prepare - echo "CONFIG += nostrip" >> "${S}"/${PN}.pro - - local langs= - for lingua in $LINGUAS; do - if has $lingua $QTWITTER_LANGS; then - langs="$langs loc/${PN}_${lingua}.ts" - else - for a in $QTWITTER_NOLONGLANGS; do - if [[ $lingua == ${a%_*} ]]; then - langs="$langs loc/${PN}_${a}.ts" - fi - done - fi - done - - # remove translations and add only the selected ones - sed -i -e '/^ *loc.*\.ts/d' \ - -e "/^TRANSLATIONS/s:loc.*:${langs}:" \ - qtwitter-app/qtwitter-app.pro || die "sed failed" - # first line fixes bug about unsecure runpaths - # second disables docs installation by make (done by dodoc) - sed -i -e '/-Wl,-rpath,\$\${TOP}/d' \ - -e '/doc \\/d' \ - qtwitter-app/qtwitter-app.pro || die "sed failed" - - sed -i "s!\(\$\${INSTALL_PREFIX}\)/lib!\1/$(get_libdir)!" \ - twitterapi/twitterapi.pro urlshortener/urlshortener.pro || die "sed failed" - - if ! use oauth; then - sed -i '/DEFINES += OAUTH/d' ${PN}.pri || die "sed failed" - fi -} - -src_configure() { - eqmake4 -} - -src_install() { - emake INSTALL_ROOT="${D}" install || die "emake install failed" - dodoc README CHANGELOG || die "dodoc failed" -} |