public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/obstack-standalone/
Date: Sat, 21 Jan 2017 13:38:45 +0000 (UTC)	[thread overview]
Message-ID: <1485005918.fb978d6ac5116613ca421c01017758b23c8ffcce.blueness@gentoo> (raw)

commit:     fb978d6ac5116613ca421c01017758b23c8ffcce
Author:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
AuthorDate: Thu Jan 19 20:16:22 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Jan 21 13:38:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb978d6a

sys-libs/obstack-standalone: New package

 sys-libs/obstack-standalone/Manifest               |  1 +
 sys-libs/obstack-standalone/metadata.xml           | 12 +++++++
 .../obstack-standalone-1.1.ebuild                  | 38 ++++++++++++++++++++++
 3 files changed, 51 insertions(+)

diff --git a/sys-libs/obstack-standalone/Manifest b/sys-libs/obstack-standalone/Manifest
new file mode 100644
index 00000000..d595464
--- /dev/null
+++ b/sys-libs/obstack-standalone/Manifest
@@ -0,0 +1 @@
+DIST obstack-standalone-1.1.tar.gz 11561 SHA256 52a216613e7d55e8725e43d017bb2d49a4b1ffa1e06da472f03c7f9875df7d0d SHA512 e3a9956133d72a00663cf8d9720e62002142e113e7d67e2338a2bce1bdfac9eefd4290db8add15eabafdf01065f7fe9bb6754faa36b88df819c53d44fa140757 WHIRLPOOL 2db9b26af04dd06fe216969443ebe9ea1be232e1d51b367da6dab76220ef3e354a4acc9fcf57441f6f7396d407371f5c18940947472e1460666d73ddd58249a2

diff --git a/sys-libs/obstack-standalone/metadata.xml b/sys-libs/obstack-standalone/metadata.xml
new file mode 100644
index 00000000..fe19d3f
--- /dev/null
+++ b/sys-libs/obstack-standalone/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>proxy-maint@gentoo.org</email>
+    <name>Proxy Maintainers</name>
+  </maintainer>
+  <maintainer type="person" >
+    <email>lluixhi@gmail.com</email>
+    <name>Aric Belsito</name>
+  </maintainer>
+</pkgmetadata>

diff --git a/sys-libs/obstack-standalone/obstack-standalone-1.1.ebuild b/sys-libs/obstack-standalone/obstack-standalone-1.1.ebuild
new file mode 100644
index 00000000..eea4e2b
--- /dev/null
+++ b/sys-libs/obstack-standalone/obstack-standalone-1.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="A standalone library to implement GNU libc's obstack."
+HOMEPAGE="https://github.com/pullmoll/musl-obstack"
+SRC_URI="https://github.com/pullmoll/musl-obstack/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
+IUSE="static-libs"
+
+DEPEND="
+	!sys-libs/glibc
+	!sys-libs/uclibc"
+
+S="${WORKDIR}/musl-obstack-${PV}"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		$(use_enable static-libs static)
+}
+
+src_install() {
+	default
+	find "${D}" -name '*.la' -delete || die
+	mv "${ED%/}"/usr/$(get_libdir)/pkgconfig/{musl-obstack,obstack-standalone}.pc || die
+}


             reply	other threads:[~2017-01-21 13:38 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-21 13:38 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-23 19:07 [gentoo-commits] repo/gentoo:master commit in: sys-libs/obstack-standalone/ Sam James
2023-02-15  9:56 Sam James
2022-12-03  6:05 Arthur Zamarin
2022-11-18 15:41 Arthur Zamarin
2022-11-18 15:41 Arthur Zamarin
2022-11-18 15:41 Arthur Zamarin
2022-11-18 15:41 Arthur Zamarin
2022-11-18 15:41 Arthur Zamarin
2022-10-04  3:00 Sam James
2022-04-22  0:20 Sam James
2022-01-01 20:08 David Seifert
2021-12-26  0:20 Sam James
2020-01-30  7:42 Georgy Yakovlev
2019-04-26 11:02 Anthony G. Basile
2019-04-21  2:45 Anthony G. Basile
2018-07-07 12:15 Jonas Stein
2018-06-24 17:37 Anthony G. Basile
2017-01-21 13:38 Anthony G. Basile

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=1485005918.fb978d6ac5116613ca421c01017758b23c8ffcce.blueness@gentoo \
    --to=blueness@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