From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 37D361384B4 for ; Wed, 4 Nov 2015 11:16:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69BE821C063; Wed, 4 Nov 2015 11:16:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E04A021C063 for ; Wed, 4 Nov 2015 11:16:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F42633FEDE for ; Wed, 4 Nov 2015 11:16:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA7051F0D for ; Wed, 4 Nov 2015 11:16:37 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1446635785.85c6ec4fc61a68f69aceb58bff7b161bcf1b1060.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/dianara/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/dianara/Manifest net-im/dianara/dianara-1.2.4.ebuild X-VCS-Directories: net-im/dianara/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 85c6ec4fc61a68f69aceb58bff7b161bcf1b1060 X-VCS-Branch: master Date: Wed, 4 Nov 2015 11:16:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e60f00bd-2394-42bb-a4d0-ddc179e89a47 X-Archives-Hash: aae9bea0c201559185f0de68f906d74c commit: 85c6ec4fc61a68f69aceb58bff7b161bcf1b1060 Author: Michael Palimaka gentoo org> AuthorDate: Wed Nov 4 11:15:27 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Nov 4 11:16:25 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85c6ec4f net-im/dianara: remove old Package-Manager: portage-2.2.20.1 net-im/dianara/Manifest | 1 - net-im/dianara/dianara-1.2.4.ebuild | 57 ------------------------------------- 2 files changed, 58 deletions(-) diff --git a/net-im/dianara/Manifest b/net-im/dianara/Manifest index 03c146b..a720028 100644 --- a/net-im/dianara/Manifest +++ b/net-im/dianara/Manifest @@ -1,2 +1 @@ -DIST dianara-v1.2.4.tar.gz 540237 SHA256 8e58042e551646a09bd3c47838a1fb6d65c90501547ce4ed85944814d6e609d2 SHA512 78bacd0a02f5070b54d0a0aa74282592ab60aa734143c50f00f97f0dc09308f0571205608e0150fd4eb5cdca0083a5a2b0acaa2f90a00f84cd9cc6737dee30c7 WHIRLPOOL 940a6c2a0a1e15accaee24b40b96a87c0f8d947d65bfa7e7d3155ccdf90ca73b0ae6a8a7bc5f3281736f298f1748a352638d772153479fa5d4f1d1119febf636 DIST dianara-v1.3.1.tar.gz 691521 SHA256 98cd23ad6e9cdee1410662cf2008da0114e30d8f8e852f062e1bc46a286ff4e8 SHA512 8d8f4aa07af5a71cdd2778ae8cc8c095df42e415df4bbc8997d44886a98879184b316e7c76c49e9167b95838ac11b6844775f930359820a07927a12890becacf WHIRLPOOL 19a884f73778755795fdffc9c0ac5722806c49d45c2bda50040ad06681d0aff683329513ff1c584452d926f72b9c99139be51955c70d638a9e3af8f4d9fdfa98 diff --git a/net-im/dianara/dianara-1.2.4.ebuild b/net-im/dianara/dianara-1.2.4.ebuild deleted file mode 100644 index 24182a7..0000000 --- a/net-im/dianara/dianara-1.2.4.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=5 - -inherit eutils gnome2-utils qmake-utils - -MY_P=${PN}-v${PV/_beta/beta} -DESCRIPTION="Qt-based client for the pump.io distributed social network" -HOMEPAGE="http://dianara.nongnu.org/" -SRC_URI="mirror://nongnu/dianara/${MY_P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=" - app-crypt/qca:2[qt4(+)] - dev-libs/qjson - dev-libs/qoauth - dev-qt/qtcore:4 - dev-qt/qtdbus:4 - dev-qt/qtgui:4 - sys-apps/file" -RDEPEND="${DEPEND} - app-crypt/qca:2[openssl] -" - -S=${WORKDIR}/${MY_P} - -src_configure() { - eqmake4 -} - -src_install() { - emake INSTALL_ROOT="${D}" install - - doman manual/* - dodoc README TODO CHANGELOG BUGS - doicon -s 32 icon/32x32/${PN}.png - doicon -s 64 icon/64x64/${PN}.png - domenu ${PN}.desktop -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -}