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 206BB138334 for ; Mon, 22 Jul 2019 22:35:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43CD0E0805; Mon, 22 Jul 2019 22:35:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0F6EEE0805 for ; Mon, 22 Jul 2019 22:35:15 +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 A1196348ABD for ; Mon, 22 Jul 2019 22:35:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FBD66EA for ; Mon, 22 Jul 2019 22:35:12 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1563834901.abe185977d0ff7d97d4a488f2ee261fd2fdbf461.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-l10n/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxqt-base/lxqt-l10n/Manifest lxqt-base/lxqt-l10n/lxqt-l10n-0.13.0.ebuild lxqt-base/lxqt-l10n/metadata.xml profiles/package.mask X-VCS-Directories: lxqt-base/lxqt-l10n/ profiles/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: abe185977d0ff7d97d4a488f2ee261fd2fdbf461 X-VCS-Branch: master Date: Mon, 22 Jul 2019 22:35:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 90bef9fe-25ac-4d95-b112-7826416b8b51 X-Archives-Hash: c7e4b7028cf944536eb9e55292f2aeed commit: abe185977d0ff7d97d4a488f2ee261fd2fdbf461 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jul 22 22:34:22 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jul 22 22:35:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abe18597 lxqt-base/lxqt-l10n: Remove last-rited package Signed-off-by: Andreas Sturmlechner gentoo.org> lxqt-base/lxqt-l10n/Manifest | 1 - lxqt-base/lxqt-l10n/lxqt-l10n-0.13.0.ebuild | 26 -------------------------- lxqt-base/lxqt-l10n/metadata.xml | 11 ----------- profiles/package.mask | 5 ----- 4 files changed, 43 deletions(-) diff --git a/lxqt-base/lxqt-l10n/Manifest b/lxqt-base/lxqt-l10n/Manifest deleted file mode 100644 index f06f5bc0e6d..00000000000 --- a/lxqt-base/lxqt-l10n/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST lxqt-l10n-0.13.0.tar.xz 758588 BLAKE2B e904f60c50dd389fce027a374536412b9f2947bc4a7b81c313a0457744328158215b520e15044c30c045a022c7119682b05ccbf2534923684cf5daf40d5f7c45 SHA512 cbafc0f1c12a9c14af8ed896f5147d90fcd24786be0cc5de7f8897e31ac012a7308604622635f43709edeb13824395806e6d8e89355a0fd6799227f8d0d8f686 diff --git a/lxqt-base/lxqt-l10n/lxqt-l10n-0.13.0.ebuild b/lxqt-base/lxqt-l10n/lxqt-l10n-0.13.0.ebuild deleted file mode 100644 index 2dc87e707dd..00000000000 --- a/lxqt-base/lxqt-l10n/lxqt-l10n-0.13.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="LXQt localisation package" -HOMEPAGE="https://lxqt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" -else - SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 x86" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" - -RDEPEND="!~x11-misc/obconf-qt-0.9.0_p20150729" -DEPEND="${RDEPEND} - dev-qt/linguist-tools:5 - >=dev-util/lxqt-build-tools-0.5.0 -" diff --git a/lxqt-base/lxqt-l10n/metadata.xml b/lxqt-base/lxqt-l10n/metadata.xml deleted file mode 100644 index 36d625f5822..00000000000 --- a/lxqt-base/lxqt-l10n/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - lxqt@gentoo.org - LXQt - - - lxde/lxqt-l10n - - diff --git a/profiles/package.mask b/profiles/package.mask index 232a7760ecc..fe548863e57 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -176,11 +176,6 @@ sys-apps/cobalt-panel-utils # app-text/htmltidy; removal in 30 days, bug 686324 www-apache/mod_tidy -# Jimi Huotari (2019-06-22) -# Deprecated package with no consumers left. -# Removal in 30 days. -lxqt-base/lxqt-l10n - # David Seifert (2019-06-22) # Abandoned upstream, last release 5 years ago, # extremely brittle codebase, requires constant