commit:     f47a99716052055980b27e0187bc137b6b1afa5b
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 16 12:21:51 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jan 16 12:21:51 2016 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=f47a9971

sci-calculators/speedcrunch: remove unfetchable package

 sci-calculators/speedcrunch/metadata.xml           |  5 --
 .../speedcrunch/speedcrunch-9999.ebuild            | 55 ----------------------
 2 files changed, 60 deletions(-)

diff --git a/sci-calculators/speedcrunch/metadata.xml 
b/sci-calculators/speedcrunch/metadata.xml
deleted file mode 100644
index ab02f99..0000000
--- a/sci-calculators/speedcrunch/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <herd>qt</herd>
-</pkgmetadata>

diff --git a/sci-calculators/speedcrunch/speedcrunch-9999.ebuild 
b/sci-calculators/speedcrunch/speedcrunch-9999.ebuild
deleted file mode 100644
index 5a747ef..0000000
--- a/sci-calculators/speedcrunch/speedcrunch-9999.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit cmake-utils git-2
-
-DESCRIPTION="A fast and usable calculator for power users"
-HOMEPAGE="http://speedcrunch.org/";
-EGIT_REPO_URI="git://gitorious.org/${PN}/mainline"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="doc"
-
-LANGS="ar_JO ca_ES cs_CZ de_DE en_US es_ES eu_ES fi_FI fr_FR he_IL id_ID it_IT
-       nb_NO nl_NL pl_PL pt_PT ro_RO ru_RU sv_SE tr_TR zh_CN"
-LANGSLONG="en_GB es_AR pt_BR"
-
-for X in ${LANGS}; do
-       IUSE="${IUSE} linguas_${X%_*}"
-done
-for X in ${LANGSLONG}; do
-       IUSE="${IUSE} linguas_${X}"
-done
-
-DEPEND="dev-qt/qtgui:4"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       for X in ${LANGS}; do
-               use linguas_${X%_*} && lrelease "src/locale/${X}.ts"
-       done
-       for X in ${LANGSLONG}; do
-               use linguas_${X} && lrelease "src/locale/${X}.ts"
-       done
-
-       S="${S}/src"
-}
-
-src_install() {
-       cmake-utils_src_install
-
-       # prevent install of empty dir
-       rmdir "${D}/usr/share/${PN}/locale" 2>/dev/null
-
-       cd ..
-       dodoc ChangeLog HACKING README
-       if use doc; then
-               insinto /usr/share/doc/${PF}
-               doins doc/*.pdf
-       fi
-}

Reply via email to