commit: e0a45317ad402764dd98db580f3f0a2db444cb47 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Thu Dec 3 06:26:51 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Dec 3 06:26:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0a45317
app-i18n/kde-l10n-scripts: remove last-rited package Bug: https://bugs.gentoo.org/752462 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> .../kde-l10n-scripts/kde-l10n-scripts-9999.ebuild | 34 ---------------------- app-i18n/kde-l10n-scripts/metadata.xml | 11 ------- 2 files changed, 45 deletions(-) diff --git a/app-i18n/kde-l10n-scripts/kde-l10n-scripts-9999.ebuild b/app-i18n/kde-l10n-scripts/kde-l10n-scripts-9999.ebuild deleted file mode 100644 index 4eca71e19ee..00000000000 --- a/app-i18n/kde-l10n-scripts/kde-l10n-scripts-9999.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Set of scripts to manage KDE translation files" -HOMEPAGE="https://github.com/vpelcak/kde-scripts" - -if [[ ${PV} == *9999 ]]; then - EGIT_REPO_URI="https://github.com/vpelcak/kde-scripts.git" - inherit git-r3 -else - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="LGPL-3" -SLOT="0" -IUSE="" - -RDEPEND=" - app-crypt/md5deep - app-i18n/pology - app-shells/bash:* - dev-vcs/subversion - kde-apps/poxml -" -DEPEND="${RDEPEND}" - -src_prepare() { - default - sed -i \ - -e "s:/usr/local:${EPREFIX}/usr:" \ - Makefile || die -} diff --git a/app-i18n/kde-l10n-scripts/metadata.xml b/app-i18n/kde-l10n-scripts/metadata.xml deleted file mode 100644 index cf6e8a9090b..00000000000 --- a/app-i18n/kde-l10n-scripts/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>[email protected]</email> - <name>Gentoo KDE Project</name> - </maintainer> - <upstream> - <remote-id type="github">vpelcak/kde-scripts</remote-id> - </upstream> -</pkgmetadata>
