We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.

changeset 222:e74cbf10807d

net-im/trillian: removed due to EAPI 2
author Daniel Neugebauer <dneuge@energiequant.de>
date Sun, 15 Dec 2019 11:35:04 +0100
parents 77fe2c26eb42
children ea74cb722388
files net-im/trillian/Manifest net-im/trillian/trillian-1.0.0.2.ebuild
diffstat 2 files changed, 0 insertions(+), 45 deletions(-) [+]
line wrap: on
line diff
--- a/net-im/trillian/Manifest	Sun Dec 15 11:20:30 2019 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-DIST trillian_1.0.0.2_amd64.deb 6410600 SHA256 78d6d2f506c7a0437229e8434db235bfaa906b1ea75dbfd8946d957425d77a34 SHA512 e6f1fbbe096ab338539cdf540e3fa9fc9dc7ee3a1eac195f9116c25af4da449741afbb51fd6992a2941acffe8a2433f63bc1ad6ed09d9c60bbdfcbfa94466dee WHIRLPOOL 7c2f20e02ea1584acc1fb980e3877ce32f7e8a20949a5e0a4a79b2bf5afe1c0277275a1a04d96476d4cea60018808d2a4dbba154b927ff8f8c82402046453587
-DIST trillian_1.0.0.2_i386.deb 6413738 SHA256 08052ae6672c9fe5db23167f16cb3d0f3c8187cc4271f5a724322b8bc1d5df29 SHA512 380f162bd2e6a72a7ea9badc19116ca0b9787961bc98cc0dbc00a7762d5e14778f1d0115d9c3d6d54349d96cc0c793e7b03d817251bd975d8748e68c78fb558f WHIRLPOOL 040eeecfb05bcf2cf296e85846204e17d20bfb753da1fd34469f746b465f28c0188beadea40db6e18d812aa86a6f1b0e92dc49a56a640b955fb90c04a1acf102
-EBUILD trillian-1.0.0.2.ebuild 1133 SHA256 37d42fb59f5d76b9d07b3570667d51231645afaec85287f57dff34567286d5d1 SHA512 263a73a73158801b592863b2865739ebf4878646f8e7522f2b0452cdfe18c62670198c110388b1ba438b976f7b8ced1426bd9d84b29089af714cccb96a1dbfe3 WHIRLPOOL 6c0e58094900f644323f4ffda6732c4aff453dd078270f8ae9abafb05da83bd001d952e5e9bacdec0cf5b04d571ab1d6b89feb879f4876d32b9bddf9bb9180d1
--- a/net-im/trillian/trillian-1.0.0.2.ebuild	Sun Dec 15 11:20:30 2019 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,42 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI="2"
-
-URI_PRE="http://www.trillian.im/get/linux/beta/apt/dists/stable/main/binary-"
-SRC_URI="x86? ( ${URI_PRE}i386/trillian_${PV}_i386.deb )
-	amd64? ( ${URI_PRE}amd64/trillian_${PV}_amd64.deb )"
-
-DESCRIPTION="Trillian is a multi-platform multi-protocol chat client. Attention: you'll need a pro account to use trillian for now!"
-HOMEPAGE="http://www.trillian.im"
-KEYWORDS="-* ~x86 ~amd64"
-SLOT="0"
-LICENSE="Closed Source"
-IUSE=""
-RESTRICT="mirror"
-
-RDEPEND=""
-DEPEND=">=sys-libs/glibc-2.13.0
-	>=dev-libs/glib-2.30.0
-	>=x11-libs/cairo-1.12.0
-	>=dev-cpp/cairomm-1.10.0
-	>=x11-libs/gdk-pixbuf-2.26.0
-	>=x11-libs/pango-1.30.0
-	>=dev-cpp/pangomm-2.28.0
-	>=dev-cpp/gtkmm-3.4.0
-	>=net-libs/webkit-gtk-1.8.0
-	>=dev-libs/libzip-0.10.0
-	>=x11-libs/libnotify-0.7.5
-	>=sys-libs/zlib-1.2.0
-	>=media-sound/pulseaudio-1
-	>=dev-libs/openssl-1.0.0
-	x11-themes/gtk-engines-unico
-	x11-themes/gtk-engines-murrine
-	gnome-base/librsvg"
-
-pkg_preinst() {
-	cd ${WORKDIR}
-	mkdir data
-	tar -xzf data.tar.gz -C data
-	cp -R data/* ${D}
-}