sys-libs/libmath++: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sun, 13 Oct 2019 12:40:30 +0000 (14:40 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 13 Oct 2019 12:40:30 +0000 (14:40 +0200)
Closes: https://bugs.gentoo.org/694260
Signed-off-by: Michał Górny <mgorny@gentoo.org>
profiles/package.mask
sys-libs/libmath++/Manifest [deleted file]
sys-libs/libmath++/libmath++-0.0.4-r1.ebuild [deleted file]
sys-libs/libmath++/metadata.xml [deleted file]

index 5c98da67d08856508a304bfec5fbe4831b1e1a8a..9bb3c6c6442f58016d4b1c14c62b77c395e19974 100644 (file)
@@ -543,11 +543,6 @@ dev-util/idea-ultimate
 # 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.
diff --git a/sys-libs/libmath++/Manifest b/sys-libs/libmath++/Manifest
deleted file mode 100644 (file)
index 6a4ed9d..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST libmath++-0.0.4.tar.gz 51107 BLAKE2B 7aa9656129a0f1106f6a08f4e9747e93a67ed67e5cda27c3aedf2aa893de169f366755144a9155c156c185faf6eded2434bcb53dbed250d1c8fd88349fd9a3d4 SHA512 4ee86f365f9eb4f8a122beef430041b5133da1b780a595627ec43c53bb45a6b5a5836a1f2453d2c93f6771ff45683b1143a1d1432f3904ba5b6317c50f010bbc
diff --git a/sys-libs/libmath++/libmath++-0.0.4-r1.ebuild b/sys-libs/libmath++/libmath++-0.0.4-r1.ebuild
deleted file mode 100644 (file)
index 790fb20..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-# 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
-}
diff --git a/sys-libs/libmath++/metadata.xml b/sys-libs/libmath++/metadata.xml
deleted file mode 100644 (file)
index 6f49eba..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>