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 1C0A758973 for ; Sat, 16 Jan 2016 12:22:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 893BB21C02F; Sat, 16 Jan 2016 12:22:31 +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 1DCCC21C02F for ; Sat, 16 Jan 2016 12:22:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3027340B10 for ; Sat, 16 Jan 2016 12:22:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7646BD01 for ; Sat, 16 Jan 2016 12:22:27 +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: <1452946798.723716487b632d5b97b42a5887adc714e63d7c56.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-misc/ptbatterysystemtray/ X-VCS-Repository: proj/qt X-VCS-Files: x11-misc/ptbatterysystemtray/metadata.xml x11-misc/ptbatterysystemtray/ptbatterysystemtray-9999.ebuild X-VCS-Directories: x11-misc/ptbatterysystemtray/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 723716487b632d5b97b42a5887adc714e63d7c56 X-VCS-Branch: master Date: Sat, 16 Jan 2016 12:22:27 +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: 7145ce6a-469c-4c97-8524-45a348cc2f17 X-Archives-Hash: 4530cb6d268ceba23aa91bbe16849955 commit: 723716487b632d5b97b42a5887adc714e63d7c56 Author: Michael Palimaka gentoo org> AuthorDate: Sat Jan 16 12:19:55 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Jan 16 12:19:58 2016 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=72371648 x11-misc/ptbatterysystemtray: remove unfetchable package x11-misc/ptbatterysystemtray/metadata.xml | 5 ----- .../ptbatterysystemtray-9999.ebuild | 23 ---------------------- 2 files changed, 28 deletions(-) diff --git a/x11-misc/ptbatterysystemtray/metadata.xml b/x11-misc/ptbatterysystemtray/metadata.xml deleted file mode 100644 index dc439f7..0000000 --- a/x11-misc/ptbatterysystemtray/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - -qt - diff --git a/x11-misc/ptbatterysystemtray/ptbatterysystemtray-9999.ebuild b/x11-misc/ptbatterysystemtray/ptbatterysystemtray-9999.ebuild deleted file mode 100644 index 5e8b190..0000000 --- a/x11-misc/ptbatterysystemtray/ptbatterysystemtray-9999.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit qt4-r2 git-2 - -DESCRIPTION="A simple battery monitor in the system tray" -HOMEPAGE="https://gitorious.org/ptbatterysystemtray" -EGIT_REPO_URI="git://gitorious.org/${PN}/${PN}.git" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="" -IUSE="debug" - -DEPEND="dev-qt/qtgui:4" -RDEPEND="${DEPEND}" - -src_configure() { - eqmake4 ${PN}.pro INSTALL_PREFIX=/usr -}