public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libb64/
Date: Sat, 12 Dec 2015 15:13:34 +0000 (UTC)	[thread overview]
Message-ID: <1449933065.f32ba92142bc0a09f1e29072630d75a8a4b34214.mgorny@gentoo> (raw)

commit:     f32ba92142bc0a09f1e29072630d75a8a4b34214
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 12 14:21:00 2015 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 12 15:11:05 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f32ba921

dev-libs/libb64: Initial commit, new dependency of dev-util/sysdig

 dev-libs/libb64/Manifest          |  1 +
 dev-libs/libb64/libb64-1.2.ebuild | 29 +++++++++++++++++++++++++++++
 dev-libs/libb64/metadata.xml      |  8 ++++++++
 3 files changed, 38 insertions(+)

diff --git a/dev-libs/libb64/Manifest b/dev-libs/libb64/Manifest
new file mode 100644
index 0000000..f215421
--- /dev/null
+++ b/dev-libs/libb64/Manifest
@@ -0,0 +1 @@
+DIST libb64-1.2.src.zip 16063 SHA256 343d8d61c5cbe3d3407394f16a5390c06f8ff907bd8d614c16546310b689bfd3 SHA512 ac041c78bf324a027e311fb10935886f8713f9b6ac53136396186a5b5fd936efdf6add715899827591bdf6d3727f6e27f680bc273c7634517cc2e1941140f596 WHIRLPOOL 4dfd317674dfe9daa7832bbddb3e668e83a11d216aa8fd05d3cb8b9697397c73183aadc0c8124e68f0397bf64cb1c9e819abd216ede4bf3d7f85176c05c8cf35

diff --git a/dev-libs/libb64/libb64-1.2.ebuild b/dev-libs/libb64/libb64-1.2.ebuild
new file mode 100644
index 0000000..eea7444
--- /dev/null
+++ b/dev-libs/libb64/libb64-1.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Fast Base64 encoding/decoding routines"
+HOMEPAGE="http://libb64.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.src.zip"
+
+LICENSE="public-domain"
+# static library, so always rebuild
+SLOT="0/${PVR}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="app-arch/unzip"
+
+src_compile() {
+	# override -O3, -Werror non-sense
+	emake -C src CFLAGS="${CFLAGS} -I../include"
+}
+
+src_install() {
+	dolib src/libb64.a
+	insinto /usr/include
+	doins -r include/b64
+	dodoc AUTHORS BENCHMARKS CHANGELOG README
+}

diff --git a/dev-libs/libb64/metadata.xml b/dev-libs/libb64/metadata.xml
new file mode 100644
index 0000000..5cb9324
--- /dev/null
+++ b/dev-libs/libb64/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>
+		<email>mgorny@gentoo.org</email>
+		<name>Michał Górny</name>
+	</maintainer>
+</pkgmetadata>


             reply	other threads:[~2015-12-12 15:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-12 15:13 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-12-12 22:37 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libb64/ Michał Górny
2017-01-26 20:14 Michał Górny
2018-01-02  6:19 Michał Górny
2020-12-10 12:43 Michał Górny
2022-09-24 20:39 Andreas Sturmlechner
2023-01-03 18:28 Sam James
2023-01-04  6:30 Arthur Zamarin
2025-01-20 16:53 Sam James

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=1449933065.f32ba92142bc0a09f1e29072630d75a8a4b34214.mgorny@gentoo \
    --to=mgorny@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