summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-12-08 16:13:32 -0500
committerAaron Bauman <bman@gentoo.org>2019-12-08 16:13:32 -0500
commit010852d13e7f1c59bc11ab2e3efe806dfacebaf4 (patch)
tree199c1c0799f0fe9d8d8df7c0cd506c8114c256de /sys-libs/lib-compat/lib-compat-1.5.ebuild
parentgames-fps/*: remove last-rited pkgs (diff)
downloadgentoo-010852d13e7f1c59bc11ab2e3efe806dfacebaf4.tar.gz
gentoo-010852d13e7f1c59bc11ab2e3efe806dfacebaf4.tar.bz2
gentoo-010852d13e7f1c59bc11ab2e3efe806dfacebaf4.zip
games-*/*: drop last-rited pkgs
Bug: https://bugs.gentoo.org/515926 Bug: https://bugs.gentoo.org/510960 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sys-libs/lib-compat/lib-compat-1.5.ebuild')
-rw-r--r--sys-libs/lib-compat/lib-compat-1.5.ebuild16
1 files changed, 0 insertions, 16 deletions
diff --git a/sys-libs/lib-compat/lib-compat-1.5.ebuild b/sys-libs/lib-compat/lib-compat-1.5.ebuild
deleted file mode 100644
index 93f758188723..000000000000
--- a/sys-libs/lib-compat/lib-compat-1.5.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Compatibility C++ library for very old programs"
-HOMEPAGE="https://www.gentoo.org/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="libstdc++" # corresponding source code in gcc-2.95.3.tar.bz2
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86 ~x86-linux"
-
-src_install() {
- ABI=x86 dolib.so x86/libstdc++-libc6.2-2.so.3
-}