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 6E7161381F3 for ; Sat, 22 Jun 2013 13:38:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6B4EE0BA0; Sat, 22 Jun 2013 13:38:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F40DE0BA0 for ; Sat, 22 Jun 2013 13:38:36 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5055E33E0B3 for ; Sat, 22 Jun 2013 13:38:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D83C0E468F for ; Sat, 22 Jun 2013 13:38:33 +0000 (UTC) From: "Chris Reffett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chris Reffett" Message-ID: <1371908094.db805446e5dd8dbe346935cd912fda8b3f97217d.creffett@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-wifi/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/plasma-wifi/metadata.xml kde-misc/plasma-wifi/plasma-wifi-0.5-r1.ebuild X-VCS-Directories: kde-misc/plasma-wifi/ X-VCS-Committer: creffett X-VCS-Committer-Name: Chris Reffett X-VCS-Revision: db805446e5dd8dbe346935cd912fda8b3f97217d X-VCS-Branch: master Date: Sat, 22 Jun 2013 13:38:33 +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: f2ed73ae-7b98-4d5a-b2b5-22172f8acf65 X-Archives-Hash: e8702bb77f44e7187e9c429763246eb7 commit: db805446e5dd8dbe346935cd912fda8b3f97217d Author: Chris Reffett gentoo org> AuthorDate: Fri Jun 21 22:50:59 2013 +0000 Commit: Chris Reffett gmail com> CommitDate: Sat Jun 22 13:34:54 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=db805446 [kde-misc/plasma-wifi] Move to tree --- kde-misc/plasma-wifi/metadata.xml | 5 ----- kde-misc/plasma-wifi/plasma-wifi-0.5-r1.ebuild | 28 -------------------------- 2 files changed, 33 deletions(-) diff --git a/kde-misc/plasma-wifi/metadata.xml b/kde-misc/plasma-wifi/metadata.xml deleted file mode 100644 index 8d1e86a..0000000 --- a/kde-misc/plasma-wifi/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - -kde - diff --git a/kde-misc/plasma-wifi/plasma-wifi-0.5-r1.ebuild b/kde-misc/plasma-wifi/plasma-wifi-0.5-r1.ebuild deleted file mode 100644 index dde5d73..0000000 --- a/kde-misc/plasma-wifi/plasma-wifi-0.5-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -inherit kde4-base - -DESCRIPTION="KDE4 plasmoid. Displays the currect signal strength." -HOMEPAGE="http://www.kde-look.org/content/show.php/cpuload?content=79476" -SRC_URI="http://kde-look.org/CONTENT/content-files/79476-${P}.tgz" - -LICENSE="GPL-3" -KEYWORDS="~amd64 ~x86" -SLOT="4" -IUSE="debug" - -RDEPEND=" - !kde-plasmoids/plasma-wifi - $(add_kdebase_dep plasma-workspace) -" - -src_prepare() { - sed -i "s:find_package(Plasma REQUIRED)::" CMakeLists.txt || die "sed failed" - sed -i "s:PLASMA_LIBS:KDE4_PLASMA_LIBS:" CMakeLists.txt || die "sed failed" - - kde4-base_src_prepare -}