# Removal in 30 days. Bug #694274.
dev-util/webstorm
-# Michał Górny <mgorny@gentoo.org> (2019-09-13)
-# Unmaintained. No reverse dependencies.
-# Removal in 30 days. Bug #694260.
-sys-libs/libmath++
-
# Lars Wendler <polynomial-c@gentoo.org> (2019-09-04)
# Unofficial build. Superseded by official 2.49.5 release.
# Masked for removal.
+++ /dev/null
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-AUTOTOOLS_IN_SOURCE_BUILD=1 # bug #474098
-inherit autotools-utils
-
-DESCRIPTION="C++ Template math library, for symbolic and numeric calculus applications"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="1"
-KEYWORDS="amd64 ppc ~s390 x86"
-IUSE="doc static-libs"
-
-DEPEND="doc? ( app-doc/doxygen )"
-RDEPEND=""
-
-DOCS=( AUTHORS README TODO )
-
-src_prepare() {
- # Autotools 1.13 compatibility, bug #471950
- sed -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.in || die 'sed on configure.in failed'
-
- autotools-utils_src_prepare
-}
-
-src_compile() {
- autotools-utils_src_compile
-
- if use doc; then
- pushd "${AUTOTOOLS_BUILD_DIR}" >/dev/null
- emake -C doc api-doc
- popd >/dev/null
- fi
-}
-
-src_install() {
- autotools-utils_src_install
-
- if use doc; then
- pushd "${AUTOTOOLS_BUILD_DIR}" >/dev/null
- dohtml -r doc/user-api/*
- popd >/dev/null
- fi
-}
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>