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

changeset 58:003bdc73ca7d

added testing ebuild for trillian beta 2
author Michalis Adamidis <gsnerf@gsnerf.de>
date Fri, 11 Apr 2014 12:44:17 +0200
parents 43ee544f8f89
children c8a52cf20ef3
files net-im/trillian/Manifest net-im/trillian/trillian-1.0.0.2.ebuild
diffstat 2 files changed, 45 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/net-im/trillian/Manifest	Fri Apr 11 12:44:17 2014 +0200
@@ -0,0 +1,3 @@
+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 1071 SHA256 5f7232c1ff06edb5ff58f830f63b3d8198a010f24ef832f2f3691eb1b4455333 SHA512 ec1d03c79468b9753740e455f11a9c8fd3066971cca9336aefc718c9615bf23ccda0b5b17d8b02dcef438660b25d3e45e1a821a3862da9ef1e2e5323612219bf WHIRLPOOL 38d0a68ee2cd09e21c09e5e3c0b168f48ba7a9cecce434409d10ea38fd7dc7275f8c101d25d6db7c977415656a5eea8c1ee4b2823e81d26bc5da7f35c3edf8d8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/net-im/trillian/trillian-1.0.0.2.ebuild	Fri Apr 11 12:44:17 2014 +0200
@@ -0,0 +1,42 @@
+# 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."
+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}
+}