From 41d5ac9aa6cbf5bfa25d42729f356364ea7bae30 Mon Sep 17 00:00:00 2001 From: Davide Pesavento Date: Wed, 8 Jul 2009 18:14:39 +0200 Subject: [PATCH] Removed net-im/psi-0.13_rc2: in tree. --- net-im/psi/Manifest | 3 -- net-im/psi/psi-0.13_rc2.ebuild | 92 ------------------------------------------ 2 files changed, 95 deletions(-) delete mode 100644 net-im/psi/Manifest delete mode 100644 net-im/psi/psi-0.13_rc2.ebuild diff --git a/net-im/psi/Manifest b/net-im/psi/Manifest deleted file mode 100644 index bf7ba17..0000000 --- a/net-im/psi/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST psi-0.13-rc2.tar.bz2 3017075 RMD160 b896d8cc69b0c382e8f19cc3f47d3936f40880d5 SHA1 ab9d7f071e1a31d510c16281e946a9bb7e35fc04 SHA256 21572616cf1eeaf7099e25da381b24e4ee2e911a28000ec9a0a7474f73494635 -DIST psi-langs-20090217.tar.bz2 641414 RMD160 03e95fc690aa0e1ea49b7ac277ef0ecea91285f8 SHA1 de5e149d6fc55a464af6e614121b8c228b6e1432 SHA256 59f17d6547e4c911e83199fcd3908fa1bf4db312ae25d2c14e27d4c536915f9c -EBUILD psi-0.13_rc2.ebuild 2323 RMD160 14cb0bd554fc9925ecfd9c3b82e76c309fd3cea7 SHA1 f6f932ce942fff5cebd5fcbde39a710791b13510 SHA256 1dc1115ec0ad4e0eb5e6441a1d770ff6844f766dbb257be293b53ffb59ef13ff diff --git a/net-im/psi/psi-0.13_rc2.ebuild b/net-im/psi/psi-0.13_rc2.ebuild deleted file mode 100644 index e10771f..0000000 --- a/net-im/psi/psi-0.13_rc2.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -inherit eutils multilib qt4 - -MY_P=${P/_/-} -LANGPACK_VER="20090217" - -DESCRIPTION="Qt4 Jabber client, with Licq-like interface" -HOMEPAGE="http://psi-im.org/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2 - mirror://gentoo/${PN}-langs-${LANGPACK_VER}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="crypt dbus debug doc jingle spell ssl xscreensaver" -RESTRICT="test" - -LANGS="cs de eo es_ES fr it mk pl pt_BR ru uk ur_PK vi zh zh_TW" -for LNG in ${LANGS}; do - IUSE="${IUSE} linguas_${LNG}" - #SRC_URI="${SRC_URI} http://psi-im.org/download/lang/psi_${LNG/ur_PK/ur_pk}.qm" -done - -RDEPEND="app-crypt/qca:2 - x11-libs/qt-gui:4[qt3support,dbus?] - spell? ( app-text/aspell ) - xscreensaver? ( x11-libs/libXScrnSaver )" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen )" -PDEPEND="crypt? ( app-crypt/qca-gnupg:2 ) - jingle? ( net-im/psimedia ) - ssl? ( app-crypt/qca-ossl:2 )" - -S="${WORKDIR}"/${MY_P} - -src_configure() { - # cannot use econf because of non-standard configure script - # disable growl as it is a MacOS X extension only - local confcmd="./configure - --prefix=/usr - --qtdir=/usr - --disable-bundled-qca - --disable-growl - $(use dbus || echo '--disable-qdbus') - $(use debug && echo '--enable-debug') - $(use spell || echo '--disable-aspell') - $(use xscreensaver || echo '--disable-xss')" - - echo ${confcmd} - ${confcmd} || die "configure failed" - - eqmake4 ${PN}.pro LIBS+="-L/usr/$(get_libdir)/qca2" -} - -src_compile() { - emake || die "emake failed" - - if use doc; then - cd doc && mkdir -p api # 259632 - einfo "Generating API documentation" - make api_public || die "make api_public failed" - fi -} - -src_install() { - emake INSTALL_ROOT="${D}" install || die "emake install failed" - - # this way the docs will be installed in the standard gentoo dir - newdoc iconsets/roster/README README.roster || die - newdoc iconsets/system/README README.system || die - newdoc certs/README README.certs || die - dodoc README || die - - if use doc; then - cd doc - dohtml -r api || die "dohtml failed" - fi - - # install translations - cd "${WORKDIR}"/${PN}-langs - insinto /usr/share/${PN} - for LNG in ${LANGS}; do - if use linguas_${LNG}; then - doins ${PN}_${LNG/ur_PK/ur_pk}.qm || die - fi - done -} -- 2.11.4.GIT