diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-23 00:34:22 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-23 00:35:01 +0200 |
commit | abe185977d0ff7d97d4a488f2ee261fd2fdbf461 (patch) | |
tree | 0ec1267d0614ac6a99a09d09272b2d74918fb2eb /lxqt-base | |
parent | app-editors/nano: arm64 stable (bug #688348) (diff) | |
download | gentoo-abe185977d0ff7d97d4a488f2ee261fd2fdbf461.tar.gz gentoo-abe185977d0ff7d97d4a488f2ee261fd2fdbf461.tar.bz2 gentoo-abe185977d0ff7d97d4a488f2ee261fd2fdbf461.zip |
lxqt-base/lxqt-l10n: Remove last-rited package
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-l10n/Manifest | 1 | ||||
-rw-r--r-- | lxqt-base/lxqt-l10n/lxqt-l10n-0.13.0.ebuild | 26 | ||||
-rw-r--r-- | lxqt-base/lxqt-l10n/metadata.xml | 11 |
3 files changed, 0 insertions, 38 deletions
diff --git a/lxqt-base/lxqt-l10n/Manifest b/lxqt-base/lxqt-l10n/Manifest deleted file mode 100644 index f06f5bc0e6db..000000000000 --- 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 2dc87e707dd0..000000000000 --- 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 36d625f58220..000000000000 --- a/lxqt-base/lxqt-l10n/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>lxqt@gentoo.org</email> - <name>LXQt</name> - </maintainer> - <upstream> - <remote-id type="github">lxde/lxqt-l10n</remote-id> - </upstream> -</pkgmetadata> |