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 BA19F1381F3 for ; Wed, 19 Jun 2013 22:54:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74F8FE095A; Wed, 19 Jun 2013 22:54:02 +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 EA384E095A for ; Wed, 19 Jun 2013 22:54:01 +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 E33A733E47F for ; Wed, 19 Jun 2013 22:54:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 92496E5459 for ; Wed, 19 Jun 2013 22:53:59 +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: <1371682389.fecf8ab636cbafec785ed4013e0e2983c36c224b.creffett@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/nepomukshell/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/nepomukshell/nepomukshell-0.8.0.ebuild X-VCS-Directories: kde-misc/nepomukshell/ X-VCS-Committer: creffett X-VCS-Committer-Name: Chris Reffett X-VCS-Revision: fecf8ab636cbafec785ed4013e0e2983c36c224b X-VCS-Branch: master Date: Wed, 19 Jun 2013 22:53: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: 5b6f9530-09f2-4807-986d-b011282a8a5f X-Archives-Hash: ae781956c6c5863ad018379f6860b9cb commit: fecf8ab636cbafec785ed4013e0e2983c36c224b Author: Chris Reffett gentoo org> AuthorDate: Wed Jun 19 01:16:25 2013 +0000 Commit: Chris Reffett gmail com> CommitDate: Wed Jun 19 22:53:09 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=fecf8ab6 [kde-misc/nepomukshell] Moved stable version to tree Package-Manager: portage-2.2.0_alpha180 --- kde-misc/nepomukshell/nepomukshell-0.8.0.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/kde-misc/nepomukshell/nepomukshell-0.8.0.ebuild b/kde-misc/nepomukshell/nepomukshell-0.8.0.ebuild deleted file mode 100644 index 7eb7deb..0000000 --- a/kde-misc/nepomukshell/nepomukshell-0.8.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit kde4-base - -DESCRIPTION="Browse, query, and edit Nepomuk resources" -HOMEPAGE="https://projects.kde.org/projects/extragear/utils/nepomukshell" -SRC_URI="mirror://kde/unstable/nepomuk/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="4" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DEPEND=" - $(add_kdebase_dep kdelibs 'semantic-desktop(+)') -" - -RDEPEND="${DEPEND}"