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 64F811382C5 for ; Sun, 8 Apr 2018 13:32:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1317E0A91; Sun, 8 Apr 2018 13:32:43 +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 8CFF9E0A91 for ; Sun, 8 Apr 2018 13:32:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6F203335C05 for ; Sun, 8 Apr 2018 13:32:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09FB127C for ; Sun, 8 Apr 2018 13:32:41 +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: <1523194347.e473ad3bc53eabf3a6fb5f45c05dad208974bcb8.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxde-base/lxterminal/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxde-base/lxterminal/Manifest lxde-base/lxterminal/lxterminal-0.1.11.ebuild X-VCS-Directories: lxde-base/lxterminal/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: e473ad3bc53eabf3a6fb5f45c05dad208974bcb8 X-VCS-Branch: master Date: Sun, 8 Apr 2018 13:32:41 +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: f4a65bfa-6fbc-4b7b-8fe3-245ac27f9759 X-Archives-Hash: bc8fdfb8d221aa4f854f1c8eed82f833 commit: e473ad3bc53eabf3a6fb5f45c05dad208974bcb8 Author: Aaron Bauman gentoo org> AuthorDate: Sun Apr 8 13:32:27 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Apr 8 13:32:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e473ad3b lxde-base/lxterminal: drop vulnerable Bug: https://bugs.gentoo.org/635992 Package-Manager: Portage-2.3.28, Repoman-2.3.9 lxde-base/lxterminal/Manifest | 1 - lxde-base/lxterminal/lxterminal-0.1.11.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/lxde-base/lxterminal/Manifest b/lxde-base/lxterminal/Manifest index a381012f4ee..2968ffbefa4 100644 --- a/lxde-base/lxterminal/Manifest +++ b/lxde-base/lxterminal/Manifest @@ -1,2 +1 @@ -DIST lxterminal-0.1.11.tar.gz 304025 BLAKE2B 88e0172bcfa5e310f9ac726fc2cb03d6300eed8876203f641721d3b3b81b05af143e6184abb45748b02ae100ab6e16494e7d42facdd1f28d8b45c6ace59676aa SHA512 4f929e9177775c78dcf4c440e1cff4f4824f56ff5bd165cb76ab42208db350feeb08d22449a482b3979160873b0120a78ace43069d910b5aeeec0736aa550139 DIST lxterminal-0.3.1.tar.xz 197628 BLAKE2B 9448855b6d1bfc3fc272ec40f7e5b4fde1dfcb861254db3ed35b73611fd2dc5ca5d760542251f297289a051913e6eb6d669b2c04b194e01862ff7e79305c2e14 SHA512 3063eb7bc7426293d35dc1d9c32d5841e4c3f0b417f3cfa3e5a7bf4d9b71df9c9d375d53d6dd6694b318085ba07167bd8403b2caea9c6e9197aef4b7802877fc diff --git a/lxde-base/lxterminal/lxterminal-0.1.11.ebuild b/lxde-base/lxterminal/lxterminal-0.1.11.ebuild deleted file mode 100644 index acaa98ba584..00000000000 --- a/lxde-base/lxterminal/lxterminal-0.1.11.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -DESCRIPTION="Lightweight vte-based tabbed terminal emulator for LXDE" -HOMEPAGE="http://lxde.sf.net/" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc x86 ~amd64-linux ~arm-linux ~x86-linux" -SLOT="0" -IUSE="" - -RDEPEND="x11-libs/gtk+:2 - dev-libs/glib:2 - x11-libs/vte:0" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/gettext - >=dev-util/intltool-0.40.0" - -src_install () { - emake DESTDIR="${D}" install - dodoc AUTHORS README -}