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 EE5E11382C5 for ; Fri, 16 Feb 2018 12:43:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11BF5E0A8A; Fri, 16 Feb 2018 12:43:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0609E0A8A for ; Fri, 16 Feb 2018 12:43:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 143BF335C8F for ; Fri, 16 Feb 2018 12:43:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95D731C9 for ; Fri, 16 Feb 2018 12:43:33 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1518785002.8e7c4c7a738c1d5125b2844ed77d48acedf5c4a0.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/notepadqq/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/notepadqq/notepadqq-1.2.0.ebuild X-VCS-Directories: app-editors/notepadqq/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 8e7c4c7a738c1d5125b2844ed77d48acedf5c4a0 X-VCS-Branch: master Date: Fri, 16 Feb 2018 12:43: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: c261d509-9619-4133-940e-87fada12a9f1 X-Archives-Hash: 536ba848b520a07764f943a85f486215 commit: 8e7c4c7a738c1d5125b2844ed77d48acedf5c4a0 Author: Lars Wendler gentoo org> AuthorDate: Fri Feb 16 12:41:18 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Feb 16 12:43:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7c4c7a app-editors/notepadqq: Removed unused variable. Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-editors/notepadqq/notepadqq-1.2.0.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app-editors/notepadqq/notepadqq-1.2.0.ebuild b/app-editors/notepadqq/notepadqq-1.2.0.ebuild index 7710405ccb6..ecd14126476 100644 --- a/app-editors/notepadqq/notepadqq-1.2.0.ebuild +++ b/app-editors/notepadqq/notepadqq-1.2.0.ebuild @@ -1,12 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit qmake-utils xdg-utils -CM_PV="5.18.2" - DESCRIPTION="Notepad++-like editor for Linux" HOMEPAGE="http://notepadqq.altervista.org" SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"