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 A73121382A5 for ; Mon, 30 May 2016 18:05:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F24C821C028; Mon, 30 May 2016 18:05:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5460421C03C for ; Mon, 30 May 2016 18:05:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2256340756 for ; Mon, 30 May 2016 18:05:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F57F16C5 for ; Mon, 30 May 2016 18:04:59 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1464631385.547a3adbcdc95839582b4aba99b68b28a8f9536d.pesa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/cmst/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/cmst/Manifest net-misc/cmst/cmst-2015.12.03.ebuild X-VCS-Directories: net-misc/cmst/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 547a3adbcdc95839582b4aba99b68b28a8f9536d X-VCS-Branch: master Date: Mon, 30 May 2016 18:04:59 +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: 5616d4c3-41fd-4ce6-8cb0-5d27a019ba53 X-Archives-Hash: abcd07c02c63cbe9799ac21c97f701b6 commit: 547a3adbcdc95839582b4aba99b68b28a8f9536d Author: Davide Pesavento gentoo org> AuthorDate: Mon May 30 18:03:05 2016 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Mon May 30 18:03:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=547a3adb net-misc/cmst: remove old Package-Manager: portage-2.3.0_rc1 net-misc/cmst/Manifest | 1 - net-misc/cmst/cmst-2015.12.03.ebuild | 45 ------------------------------------ 2 files changed, 46 deletions(-) diff --git a/net-misc/cmst/Manifest b/net-misc/cmst/Manifest index 3680a50..6144250 100644 --- a/net-misc/cmst/Manifest +++ b/net-misc/cmst/Manifest @@ -1,2 +1 @@ -DIST cmst-2015.12.03.tar.gz 1137034 SHA256 a67bd61a7b30d262b5ba4ac0dc2fed4c11bb14e0d605ec9aeae453cefb446010 SHA512 7705d15e71fac5b951c14d187c7424ff5329a7b5621bb9f765c564fd268cd2925c8130410c4e66760bcc7214a1ecf4e3ff0c8242f1bdcda0c4a3b97d1645324f WHIRLPOOL 014444884f9e90034e012d19b3938bd41f64f106cda7e648c7d251d41c2755e75c8371b5728f549adbf4c499285f35636e0e019d4edaa99062328dfc52805143 DIST cmst-2016.04.03.tar.gz 2551685 SHA256 c3d7ba9b3d06a3bdf8476224b7e30b4ea41005d719ae4f01897c188d56c716a1 SHA512 22f1cb2c3a8b06b3c92bf446ea6c5511c4589445747e4f615aa5a4a1c4c9933a320447077060c317e446f312e645ce887e98c80c27fdbf16f76513bd18d487f1 WHIRLPOOL ae405ae6e99d2588fae005411976b0c7ce1b72db896a905ee1c91e7cf3aed5d2ee09609241191dfe00d1ab20c81a7d8e77a06c3166951f66383a417c25df1823 diff --git a/net-misc/cmst/cmst-2015.12.03.ebuild b/net-misc/cmst/cmst-2015.12.03.ebuild deleted file mode 100644 index 799b5a1..0000000 --- a/net-misc/cmst/cmst-2015.12.03.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -inherit qmake-utils - -DESCRIPTION="Qt GUI for Connman with system tray icon" -HOMEPAGE="https://github.com/andrew-bibb/cmst" -SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtwidgets:5 -" -RDEPEND="${DEPEND} - net-misc/connman -" - -S="${WORKDIR}/${PN}-${P}" - -src_prepare() { - sed -i misc/desktop/cmst.desktop \ - -e 's/Version=1.1/Version=1.0/' \ - -e '/Categories/ s/$/;/' || die - - default -} - -src_configure() { - export USE_LIBPATH="${EPREFIX}/usr/$(get_libdir)/${PN}" - eqmake5 -} - -src_install() { - emake INSTALL_ROOT="${D}" install - rm -r "${D}"/usr/share/licenses || die -}