diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-12 10:24:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-12 10:24:20 +0200 |
commit | 0d2538d89318bfe1640206394363db8a06d083c7 (patch) | |
tree | 2d3b0ba316c82a0bfc372b7df3d4d37a9024d3f9 /dev-libs | |
parent | dev-libs/socketstream: Remove last-rited pkg (diff) | |
download | gentoo-0d2538d89318bfe1640206394363db8a06d083c7.tar.gz gentoo-0d2538d89318bfe1640206394363db8a06d083c7.tar.bz2 gentoo-0d2538d89318bfe1640206394363db8a06d083c7.zip |
dev-libs/stlsoft: Remove last-rited pkg
Closes: https://bugs.gentoo.org/694234
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/stlsoft/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/stlsoft/metadata.xml | 8 | ||||
-rw-r--r-- | dev-libs/stlsoft/stlsoft-1.9.111.ebuild | 22 |
3 files changed, 0 insertions, 31 deletions
diff --git a/dev-libs/stlsoft/Manifest b/dev-libs/stlsoft/Manifest deleted file mode 100644 index 6ec758e33f6b..000000000000 --- a/dev-libs/stlsoft/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST stlsoft-1.9.111-hdrs.zip 2074341 BLAKE2B 73377b822c7c2251011691c9452ef1788dc80fb5a1334e5adad905eb6d525f766b5d817afc4386c26de2f3767114a57e1f7b8918245d7c274514cbf3ee9d130d SHA512 0b277d87444e93ac2918072daf4065240fe18d941831b41cf810427fa51d950922359fa6b9e441fb7d33e26a86a5830e237bc765ff4e7fbc2ec276a708836b7c diff --git a/dev-libs/stlsoft/metadata.xml b/dev-libs/stlsoft/metadata.xml deleted file mode 100644 index 35c25a052436..000000000000 --- a/dev-libs/stlsoft/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> - <upstream> - <remote-id type="sourceforge">stlsoft</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-libs/stlsoft/stlsoft-1.9.111.ebuild b/dev-libs/stlsoft/stlsoft-1.9.111.ebuild deleted file mode 100644 index 8a17de2830d6..000000000000 --- a/dev-libs/stlsoft/stlsoft-1.9.111.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -DESCRIPTION="Robust, Lightweight, Cross-platform, Template Software" -HOMEPAGE="http://www.stlsoft.org/" -SRC_URI="mirror://sourceforge/stlsoft/${P}-hdrs.zip" - -LICENSE="BSD" -SLOT="1.9" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="app-arch/unzip" -RDEPEND="" - -src_install() { - default - insinto /usr - doins -r include/ -} |