From: "Maciej Mrozowski" <reavertm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmspack/
Date: Mon, 6 Mar 2017 01:28:13 +0000 (UTC) [thread overview]
Message-ID: <1488763668.53e1591b307cdcdeefb9edeca10b4f7991b021e8.reavertm@gentoo> (raw)
commit: 53e1591b307cdcdeefb9edeca10b4f7991b021e8
Author: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 6 01:10:53 2017 +0000
Commit: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 6 01:27:48 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53e1591b
dev-libs/libmspack: New package, bug 548382.
Package-Manager: Portage-2.3.3, Repoman-2.3.2
dev-libs/libmspack/Manifest | 1 +
dev-libs/libmspack/libmspack-0.5_alpha.ebuild | 46 +++++++++++++++++++++++++++
dev-libs/libmspack/metadata.xml | 8 +++++
3 files changed, 55 insertions(+)
diff --git a/dev-libs/libmspack/Manifest b/dev-libs/libmspack/Manifest
new file mode 100644
index 00000000000..af1af83747d
--- /dev/null
+++ b/dev-libs/libmspack/Manifest
@@ -0,0 +1 @@
+DIST libmspack-0.5alpha.tar.gz 654193 SHA256 8967f275525f5067b364cee43b73e44d0433668c39f9376dfff19f653d1c8110 SHA512 6d4efa0f43c43185ef91c97c1518aa70f09109d7332cda7e12019e146ec9cb0f2065fb1b57683b48bae9a7eaf8e82eb94096644c6d25c56d45878f630b719231 WHIRLPOOL fcbbbdee1ce4c75222767ad7ce3e16d18c3fbf1c7cb60170a9cad51647e3500e11c458f7a65e8c2e0dccfb8a8e3981f13252ac26fd9edce6f633381b77410faf
diff --git a/dev-libs/libmspack/libmspack-0.5_alpha.ebuild b/dev-libs/libmspack/libmspack-0.5_alpha.ebuild
new file mode 100644
index 00000000000..b8c96e78ed0
--- /dev/null
+++ b/dev-libs/libmspack/libmspack-0.5_alpha.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils multilib-minimal
+
+MY_PV="${PV/_alpha/alpha}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="A library for Microsoft compression formats"
+HOMEPAGE="https://www.cabextract.org.uk/libmspack/"
+SRC_URI="https://www.cabextract.org.uk/libmspack/libmspack-${MY_PV}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug doc static-libs"
+
+DEPEND=""
+RDEPEND=""
+
+S="${WORKDIR}/${MY_P}"
+
+multilib_src_configure() {
+ ECONF_SOURCE="${S}" econf \
+ $(use_enable debug) \
+ $(use_enable static-libs static)
+}
+
+multilib_src_test() {
+ if multilib_is_native_abi; then
+ default
+ cd "${S}"/test && "${BUILD_DIR}"/test/cabd_test || die
+ fi
+}
+
+multilib_src_install_all() {
+ DOCS=(AUTHORS ChangeLog NEWS README TODO)
+ prune_libtool_files --all
+ use doc && HTML_DOCS=(doc/*)
+ default_src_install
+ if use doc; then
+ rm "${ED}"/usr/share/doc/"${PF}"/html/{Makefile*,Doxyfile*} || die
+ fi
+}
diff --git a/dev-libs/libmspack/metadata.xml b/dev-libs/libmspack/metadata.xml
new file mode 100644
index 00000000000..ea4e7c21a84
--- /dev/null
+++ b/dev-libs/libmspack/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 type="person">
+ <email>reavertm@gentoo.org</email>
+ <name>Maciej Mrozowski</name>
+ </maintainer>
+</pkgmetadata>
next reply other threads:[~2017-03-06 1:28 UTC|newest]
Thread overview: 70+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-06 1:28 Maciej Mrozowski [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-04-23 21:23 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmspack/ Agostino Sarubbo
2017-10-19 23:08 Maciej Mrozowski
2017-11-03 1:39 Maciej Mrozowski
2018-03-02 15:35 Agostino Sarubbo
2018-03-04 6:51 Thomas Deutschmann
2018-04-18 6:57 Sergei Trofimovich
2018-04-22 22:43 Aaron Bauman
2018-05-02 19:30 Markus Meier
2018-05-06 19:24 Sergei Trofimovich
2018-06-16 19:26 Sergei Trofimovich
2018-07-20 8:08 Sergei Trofimovich
2018-07-20 9:49 Jeroen Roovers
2018-07-20 9:49 Jeroen Roovers
2018-09-08 20:18 Sergei Trofimovich
2018-10-06 17:38 Thomas Deutschmann
2018-10-06 19:46 Matt Turner
2018-10-06 23:05 Thomas Deutschmann
2018-10-08 9:17 Mikle Kolyada
2018-10-12 19:08 Sergei Trofimovich
2018-10-13 16:14 Sergei Trofimovich
2018-10-16 9:18 Tobias Klausmann
2018-10-18 11:45 Tobias Klausmann
2018-10-24 15:42 Thomas Deutschmann
2018-11-04 1:20 Thomas Deutschmann
2018-11-06 2:12 Thomas Deutschmann
2018-11-07 9:43 Agostino Sarubbo
2018-11-07 23:44 Thomas Deutschmann
2018-11-20 12:13 Thomas Deutschmann
2018-11-23 8:53 Sergei Trofimovich
2018-11-24 22:01 Sergei Trofimovich
2018-12-07 12:47 Mikle Kolyada
2018-12-24 9:09 Fabian Groffen
2018-12-26 13:55 Sergei Trofimovich
2018-12-26 17:29 Matt Turner
2018-12-26 20:00 Sergei Trofimovich
2019-01-05 17:19 Mikle Kolyada
2019-01-30 13:20 Tobias Klausmann
2019-04-04 19:14 Aaron Bauman
2019-04-04 19:56 Aaron Bauman
2019-04-18 4:16 Aaron Bauman
2020-08-02 17:31 Maciej Mrozowski
2020-08-15 3:06 Sam James
2020-08-15 3:06 Sam James
2020-08-15 3:45 Sam James
2020-08-15 4:33 Sam James
2020-08-16 14:47 Agostino Sarubbo
2020-08-16 14:48 Agostino Sarubbo
2020-08-29 12:56 Sam James
2020-09-03 23:57 Sam James
2020-09-06 7:49 Sergei Trofimovich
2020-12-01 8:45 Fabian Groffen
2021-06-25 1:33 Yixun Lan
2022-01-01 10:05 James Le Cuirot
2022-05-05 10:44 WANG Xuerui
2022-05-05 10:44 WANG Xuerui
2022-07-28 13:59 Sam James
2023-08-13 7:52 Sam James
2023-08-13 7:52 Sam James
2024-08-26 16:29 Arthur Zamarin
2024-10-05 22:25 Maciej Mrozowski
2024-11-04 21:56 Sam James
2024-11-04 21:56 Sam James
2024-11-04 21:56 Sam James
2024-11-04 21:56 Sam James
2024-11-04 22:17 Sam James
2024-11-05 15:55 Arthur Zamarin
2024-11-08 2:49 Sam James
2025-01-09 0:08 Sam James
2025-01-09 20:17 Andreas Sturmlechner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1488763668.53e1591b307cdcdeefb9edeca10b4f7991b021e8.reavertm@gentoo \
--to=reavertm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox