From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4017E139085 for ; Wed, 18 Jan 2017 04:25:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8681EE0DC5; Wed, 18 Jan 2017 04:25:31 +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 60152E0DC5 for ; Wed, 18 Jan 2017 04:25:31 +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 26CA0340EE8 for ; Wed, 18 Jan 2017 04:25:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BFAA2677 for ; Wed, 18 Jan 2017 04:25:28 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1484713473.1051cce32c1d832c550ee6db92d6df75a6eb834f.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lxqt-build-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/lxqt-build-tools/Manifest dev-util/lxqt-build-tools/lxqt-build-tools-0.2.0.ebuild X-VCS-Directories: dev-util/lxqt-build-tools/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 1051cce32c1d832c550ee6db92d6df75a6eb834f X-VCS-Branch: master Date: Wed, 18 Jan 2017 04:25:28 +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: eb43e120-1d81-4b72-8b63-a99281f3cd84 X-Archives-Hash: 98ec96105b64b0ef973390136abeddd8 commit: 1051cce32c1d832c550ee6db92d6df75a6eb834f Author: Aaron Bauman gentoo org> AuthorDate: Wed Jan 18 04:24:33 2017 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Jan 18 04:24:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1051cce3 Revert "dev-util/lxqt-build-tools: new package." This reverts commit 961157ef75c206f7e38bcddf1422fc9f76e4eb86. dev-util/lxqt-build-tools/Manifest | 1 - .../lxqt-build-tools/lxqt-build-tools-0.2.0.ebuild | 26 ---------------------- 2 files changed, 27 deletions(-) diff --git a/dev-util/lxqt-build-tools/Manifest b/dev-util/lxqt-build-tools/Manifest deleted file mode 100644 index c0a62e8..00000000 --- a/dev-util/lxqt-build-tools/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST lxqt-build-tools-0.2.0.tar.xz 15552 SHA256 4b2b6788260e167358f3bb295cc2faa820cb52670d3213a6317419db893037d2 SHA512 40349710a20d3f06761c57b5d40aa05cb194fa4b50d1e41e4bd7e6adf1beb5c7209f3d4965869a301369df17ec1d75f55aede7ab0fe88a55d692cd56d72121de WHIRLPOOL 9725e8181a7f6e6e05c172336b5b489caf9573e7d6beb472ffd9a6ae8769f961b285f43d3ef05103e0374c50abf55afc81d028e487668d1b0cbe8fcc2787a878 diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-0.2.0.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-0.2.0.ebuild deleted file mode 100644 index 0e20e21..00000000 --- a/dev-util/lxqt-build-tools/lxqt-build-tools-0.2.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -inherit cmake-utils - -DESCRIPTION="LXQt Build tools" -HOMEPAGE="http://lxqt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" -else - SRC_URI="http://downloads.lxqt.org/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~x86" -fi - -LICENSE="BSD" -SLOT="0" - -DEPEND="dev-qt/qtcore:5" - -src_configure() { - cmake-utils_src_configure -}