diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-08-02 19:14:55 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-08-02 19:14:55 +0100 |
commit | b24bd25253fe093f722ab576d29fdc41d04cb1ee (patch) | |
tree | 0fcf2afd9f852c4d4c291cf8afaa2c244d598105 /lxqt-base/lxqt-l10n | |
parent | 121ed4eec41fbf03e1998d09eede1bf449da63b9 (diff) |
gentoo resync : 02.08.2019
Diffstat (limited to 'lxqt-base/lxqt-l10n')
-rw-r--r-- | lxqt-base/lxqt-l10n/Manifest | 3 | ||||
-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, 40 deletions
diff --git a/lxqt-base/lxqt-l10n/Manifest b/lxqt-base/lxqt-l10n/Manifest deleted file mode 100644 index 09f917204237..000000000000 --- a/lxqt-base/lxqt-l10n/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST lxqt-l10n-0.13.0.tar.xz 758588 BLAKE2B e904f60c50dd389fce027a374536412b9f2947bc4a7b81c313a0457744328158215b520e15044c30c045a022c7119682b05ccbf2534923684cf5daf40d5f7c45 SHA512 cbafc0f1c12a9c14af8ed896f5147d90fcd24786be0cc5de7f8897e31ac012a7308604622635f43709edeb13824395806e6d8e89355a0fd6799227f8d0d8f686 -EBUILD lxqt-l10n-0.13.0.ebuild 574 BLAKE2B d70fbd4adaa8a0ccb467c86715a9bfe43fc131dc9403a7903cb14f8afcc9377bc5140e764a4fd48fc979ac7700df4ba3340a17bd36dd325a80c833bf76541645 SHA512 1d75fe740a6e1de6e632135b7ef1fb8f90812b1a1aa7492ae00b8fb9925b4a65ea7efb9967756fcc0daeaa9b0b34ebb40c6601cb50c0354422b1b7c4e5ec9f58 -MISC metadata.xml 315 BLAKE2B 50fef7cf54830ce7ddd54aa3eb6a2dccef953f82e466ffb160add28174a6347400a62e2af002fe47276e1d2f6d161e4566300df7cc3223696596a422afeeec85 SHA512 52bd54eb50703636a14daacc56f4433867e2093875819afe70105c6cda3500b91e2791fbce071675a3b667db76ccd797cbe478f6f1c2be7cfda6b55f189a36dc 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> |