diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-libs/stlsoft | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-libs/stlsoft')
-rw-r--r-- | dev-libs/stlsoft/Manifest | 3 | ||||
-rw-r--r-- | dev-libs/stlsoft/metadata.xml | 8 | ||||
-rw-r--r-- | dev-libs/stlsoft/stlsoft-1.9.111.ebuild | 22 |
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-libs/stlsoft/Manifest b/dev-libs/stlsoft/Manifest new file mode 100644 index 000000000000..b2355610fa70 --- /dev/null +++ b/dev-libs/stlsoft/Manifest @@ -0,0 +1,3 @@ +DIST stlsoft-1.9.111-hdrs.zip 2074341 BLAKE2B 73377b822c7c2251011691c9452ef1788dc80fb5a1334e5adad905eb6d525f766b5d817afc4386c26de2f3767114a57e1f7b8918245d7c274514cbf3ee9d130d SHA512 0b277d87444e93ac2918072daf4065240fe18d941831b41cf810427fa51d950922359fa6b9e441fb7d33e26a86a5830e237bc765ff4e7fbc2ec276a708836b7c +EBUILD stlsoft-1.9.111.ebuild 427 BLAKE2B b05cf9da13532b8dc409fa148faaae82ecbe50ec828b5689210464d7f7ba65f4df8ad28ed53eff78f256eea64ee9b5402f14533de25a0492f6b97c3d6b246e8e SHA512 73bc6d541d7ac16a1dc0948869cf52ea1b4e7da26c59a0e5323fc0a08ca16e8a04d777a355daf2cfdfd1107ada3087250e5f564e0d4a2ed894b11d2e3e66d6f8 +MISC metadata.xml 243 BLAKE2B 2b0a920e82265b6810be0b633cb7b5b79402c382a8a7af4105f6cfb01998ade281fb410157aad94bdccb4ee36c0e3db9b02e167c2194ca5de7cf120c6e7555d6 SHA512 bf5bcc94e0485af353fd128fddbd4981e1386f4935e1779332019f40d78dacad7bde8e6cc897fe5e3e06d8acf546d219b0d1dcb6d593d59ec784001330327ca3 diff --git a/dev-libs/stlsoft/metadata.xml b/dev-libs/stlsoft/metadata.xml new file mode 100644 index 000000000000..35c25a052436 --- /dev/null +++ b/dev-libs/stlsoft/metadata.xml @@ -0,0 +1,8 @@ +<?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 new file mode 100644 index 000000000000..8a17de2830d6 --- /dev/null +++ b/dev-libs/stlsoft/stlsoft-1.9.111.ebuild @@ -0,0 +1,22 @@ +# 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/ +} |