public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick Lauer" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libowfat/
Date: Tue, 19 Jan 2016 09:28:36 +0000 (UTC)	[thread overview]
Message-ID: <1453195660.d084925cb26f58df36ad9acc460bc9079afea117.patrick@gentoo> (raw)

commit:     d084925cb26f58df36ad9acc460bc9079afea117
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 19 09:27:40 2016 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 09:27:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d084925c

dev-libs/libowfat: Bump #571296

Package-Manager: portage-2.2.27

 dev-libs/libowfat/Manifest             |  1 +
 dev-libs/libowfat/libowfat-0.30.ebuild | 45 ++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/dev-libs/libowfat/Manifest b/dev-libs/libowfat/Manifest
index ce62ded..25d0bd3 100644
--- a/dev-libs/libowfat/Manifest
+++ b/dev-libs/libowfat/Manifest
@@ -1 +1,2 @@
 DIST libowfat-0.29.tar.bz2 139489 SHA256 4badbdeed6bef4337f1edd6b86fb7154c5592509c272dcdc09c693161cbc6427 SHA512 35b3be01f288a24ebf01e1f860bc2bba7431db890be1b117f9a7f0702532610d283f6e569b1a1d1e625a4fec3394d2c6ed5c2bf512a11c38ecf89cf89ec72136 WHIRLPOOL cc23d2c0a643b6a65b5d07a555bb1bd32d5f5f572e1fe414725e28e51614c53f538e4c7a7a24022c10784ae8097714549624b5f548700970c8aa34ad3b926dfe
+DIST libowfat-0.30.tar.xz 177368 SHA256 db4a3a853cfbb9e83b27f565b580f6fdc519475b162edc1a656043e1c126e993 SHA512 ce7b13266dbb0360aaeac62882e7138437507ea23b811c49a92b698a08ffb3afe9be6762c74cc1de7236c3d135c3cfaaa9236c7536e4183108747fc82bbb911b WHIRLPOOL fbe4c63c781d104d55c6cc2d480191335088965eb287916ccbae3313d16fcdd93bdba56d1f01d38b0c17d89c1ef1b4706a75644e64b28e49df34da2b20525509

diff --git a/dev-libs/libowfat/libowfat-0.30.ebuild b/dev-libs/libowfat/libowfat-0.30.ebuild
new file mode 100644
index 0000000..1a7df93
--- /dev/null
+++ b/dev-libs/libowfat/libowfat-0.30.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit flag-o-matic toolchain-funcs eutils
+
+DESCRIPTION="reimplement libdjb - excellent libraries from Dan Bernstein"
+SRC_URI="http://www.fefe.de/libowfat/${P}.tar.xz"
+HOMEPAGE="http://www.fefe.de/libowfat/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE="diet"
+
+RDEPEND="diet? ( >=dev-libs/dietlibc-0.33_pre20090721 )"
+DEPEND="${RDEPEND}
+	>=sys-apps/sed-4"
+
+pkg_setup() {
+	# Required for mult/umult64.c to be usable
+	append-flags -fomit-frame-pointer
+}
+
+src_compile() {
+	emake -j1 \
+		CC=$(tc-getCC) \
+		CFLAGS="-I. ${CFLAGS}" \
+		DIET="/usr/bin/diet -Os" \
+		prefix=/usr \
+		INCLUDEDIR=/usr/include/libowfat \
+		$( use diet || echo 'DIET=' )
+}
+
+src_install () {
+	emake -j1 \
+		LIBDIR="${D}/usr/lib" \
+		MAN3DIR="${D}/usr/share/man/man3" \
+		INCLUDEDIR="${D}/usr/include/libowfat" \
+		install || die "emake install failed"
+
+	cd "${D}"/usr/share/man
+	mv man3/buffer.3 man3/owfat-buffer.3
+}


             reply	other threads:[~2016-01-19  9:28 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-19  9:28 Patrick Lauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-01-19 21:48 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libowfat/ Jeroen Roovers
2016-10-20 17:30 Patrick Lauer
2017-11-29 23:19 Andreas Sturmlechner
2017-11-29 23:19 Andreas Sturmlechner
2017-11-29 23:19 Andreas Sturmlechner
2017-12-04  8:01 Sergei Trofimovich
2017-12-04 22:07 Sergei Trofimovich
2017-12-08 21:58 Thomas Deutschmann
2017-12-16 17:24 Tobias Klausmann
2017-12-20 21:03 Thomas Deutschmann
2018-11-11 13:07 Pacho Ramos
2018-11-28  2:07 Thomas Deutschmann
2018-12-01 18:46 Thomas Deutschmann
2018-12-03 21:55 Sergei Trofimovich
2019-04-10 22:03 Sergei Trofimovich
2019-05-19 15:48 Thomas Deutschmann
2019-05-20 17:50 Sergei Trofimovich
2019-05-26 11:49 Mikle Kolyada
2021-05-31 20:45 David Seifert
2021-08-16  1:58 Sam James
2021-08-16  1:58 Sam James
2021-08-16  1:58 Sam James
2021-08-16  1:58 Sam James
2021-11-17 21:56 Sam James
2022-02-13 14:58 Sam James
2022-02-13 22:15 Jakov Smolić
2022-02-14  8:01 Agostino Sarubbo
2022-03-20  0:53 Sam James
2022-12-07 13:52 David Seifert
2024-03-17  5:34 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=1453195660.d084925cb26f58df36ad9acc460bc9079afea117.patrick@gentoo \
    --to=patrick@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