From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libowfat/
Date: Mon, 16 Aug 2021 01:58:20 +0000 (UTC) [thread overview]
Message-ID: <1629079084.2a32913101220ca3386800019a5913008c3fa385.sam@gentoo> (raw)
commit: 2a32913101220ca3386800019a5913008c3fa385
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Thu Aug 12 08:50:51 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 16 01:58:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a329131
dev-libs/libowfat: drop old
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Closes: https://github.com/gentoo/gentoo/pull/21956
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libowfat/Manifest | 1 -
dev-libs/libowfat/libowfat-0.31-r1.ebuild | 46 -----------------------------
dev-libs/libowfat/libowfat-0.32-r2.ebuild | 49 -------------------------------
3 files changed, 96 deletions(-)
diff --git a/dev-libs/libowfat/Manifest b/dev-libs/libowfat/Manifest
index dbed130e1f4..f10b19ebb8e 100644
--- a/dev-libs/libowfat/Manifest
+++ b/dev-libs/libowfat/Manifest
@@ -1,2 +1 @@
-DIST libowfat-0.31.tar.xz 183684 BLAKE2B 67c60ebba10463f28196e3d9ed5f20fdbe79db8b499b226fb02d4f38833747e5e709054473267a1e139e1bef29222220e7f60cf2f472ac58ca67b52dca2c5661 SHA512 b3ce973d6edc501ddaa6caa84dc3b74e3e31ced92e4f707038858cd36c977863251a7eaeababdad34ffe6b8ad13c9702118464f6f9fd827e05f6fbc5004408b5
DIST libowfat-0.32.tar.xz 195820 BLAKE2B 6dc19b947867a9b08eece785378be2493fb7185d1cc334de080ab1c288884fe0b670ece6f3785f051c707cc98afc4d843a262b9761fc9cc68fdf1f1ac8df1eb8 SHA512 c762a1aa27dfb30e2f6da67d1ad16da03d301b2e3cce33c83b69103183a6689a494c8cf8d7d4e26ad5b22130e4e0560d5f3ef6f44b14d706f10e2300ce11ff3b
diff --git a/dev-libs/libowfat/libowfat-0.31-r1.ebuild b/dev-libs/libowfat/libowfat-0.31-r1.ebuild
deleted file mode 100644
index 409b88fc630..00000000000
--- a/dev-libs/libowfat/libowfat-0.31-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="reimplement libdjb - excellent libraries from Dan Bernstein"
-SRC_URI="https://www.fefe.de/${PN}/${P}.tar.xz"
-HOMEPAGE="https://www.fefe.de/libowfat/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 hppa 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 \
- CC=$(tc-getCC) \
- CFLAGS="-I. ${CFLAGS}" \
- DIET="/usr/bin/diet -Os" \
- prefix=/usr \
- INCLUDEDIR=/usr/include/libowfat \
- $( use diet || echo 'DIET=' )
-}
-
-src_install() {
- emake \
- DESTDIR="${D}" \
- LIBDIR="/usr/$(get_libdir)" \
- MAN3DIR="/usr/share/man/man3" \
- INCLUDEDIR="/usr/include/libowfat" \
- install
-
- cd "${D}"/usr/share/man
- mv man3/buffer.3 man3/owfat-buffer.3
-}
diff --git a/dev-libs/libowfat/libowfat-0.32-r2.ebuild b/dev-libs/libowfat/libowfat-0.32-r2.ebuild
deleted file mode 100644
index 6e711f600ef..00000000000
--- a/dev-libs/libowfat/libowfat-0.32-r2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="reimplement libdjb - excellent libraries from Dan Bernstein"
-SRC_URI="https://www.fefe.de/${PN}/${P}.tar.xz"
-HOMEPAGE="https://www.fefe.de/libowfat/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~sparc ~x86"
-IUSE="diet"
-
-RDEPEND="diet? ( >=dev-libs/dietlibc-0.33_pre20090721 )"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-PATCHES=(
- "${FILESDIR}"/${P}-gcc10.patch
-)
-
-pkg_setup() {
- # Required for mult/umult64.c to be usable
- append-flags -fomit-frame-pointer
-}
-
-src_compile() {
- emake \
- CC=$(tc-getCC) \
- CFLAGS="-I. ${CFLAGS}" \
- DIET="${EPREFIX}/usr/bin/diet -Os" \
- prefix="${EPREFIX}/usr" \
- INCLUDEDIR="${EPREFIX}/usr/include" \
- $( use diet || echo 'DIET=' )
-}
-
-src_install() {
- emake \
- DESTDIR="${D}" \
- LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
- MAN3DIR="${EPREFIX}/usr/share/man/man3" \
- INCLUDEDIR="${EPREFIX}/usr/include" \
- install
-
- mv "${ED}"/usr/share/man/man3/{buffer.3,owfat-buffer.3} || die
-}
next reply other threads:[~2021-08-16 20:48 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-16 1:58 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-17 5:34 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libowfat/ Sam James
2022-12-07 13:52 David Seifert
2022-03-20 0:53 Sam James
2022-02-14 8:01 Agostino Sarubbo
2022-02-13 22:15 Jakov Smolić
2022-02-13 14:58 Sam James
2021-11-17 21:56 Sam James
2021-08-16 1:58 Sam James
2021-08-16 1:58 Sam James
2021-08-16 1:58 Sam James
2021-05-31 20:45 David Seifert
2019-05-26 11:49 Mikle Kolyada
2019-05-20 17:50 Sergei Trofimovich
2019-05-19 15:48 Thomas Deutschmann
2019-04-10 22:03 Sergei Trofimovich
2018-12-03 21:55 Sergei Trofimovich
2018-12-01 18:46 Thomas Deutschmann
2018-11-28 2:07 Thomas Deutschmann
2018-11-11 13:07 Pacho Ramos
2017-12-20 21:03 Thomas Deutschmann
2017-12-16 17:24 Tobias Klausmann
2017-12-08 21:58 Thomas Deutschmann
2017-12-04 22:07 Sergei Trofimovich
2017-12-04 8:01 Sergei Trofimovich
2017-11-29 23:19 Andreas Sturmlechner
2017-11-29 23:19 Andreas Sturmlechner
2017-11-29 23:19 Andreas Sturmlechner
2016-10-20 17:30 Patrick Lauer
2016-01-19 21:48 Jeroen Roovers
2016-01-19 9:28 Patrick Lauer
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=1629079084.2a32913101220ca3386800019a5913008c3fa385.sam@gentoo \
--to=sam@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