public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libowfat/, dev-libs/libowfat/files/
Date: Wed, 20 Dec 2017 21:03:08 +0000 (UTC)	[thread overview]
Message-ID: <1513803780.2f47fececac67939c38fbcb6c4bbd74a6f6fd8b5.whissi@gentoo> (raw)

commit:     2f47fececac67939c38fbcb6c4bbd74a6f6fd8b5
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 21:01:58 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 21:03:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f47fece

dev-libs/libowfat: Cleanup old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-libs/libowfat/Manifest                         |  2 -
 .../libowfat/files/libowfat-0.28-GNUmakefile.patch | 10 -----
 dev-libs/libowfat/libowfat-0.29.ebuild             | 49 ----------------------
 dev-libs/libowfat/libowfat-0.30.ebuild             | 44 -------------------
 dev-libs/libowfat/libowfat-0.31.ebuild             | 44 -------------------
 5 files changed, 149 deletions(-)

diff --git a/dev-libs/libowfat/Manifest b/dev-libs/libowfat/Manifest
index cabd228a735..81615514918 100644
--- a/dev-libs/libowfat/Manifest
+++ b/dev-libs/libowfat/Manifest
@@ -1,3 +1 @@
-DIST libowfat-0.29.tar.bz2 139489 BLAKE2B 16773fa9dc151d8d45fae301e1b57d74b0b1fb3348b2f999b4575b526e1b22f761cdc07145fe4d4543cff0be1789c5ffc353e7c26a130744116eb0badc40d366 SHA512 35b3be01f288a24ebf01e1f860bc2bba7431db890be1b117f9a7f0702532610d283f6e569b1a1d1e625a4fec3394d2c6ed5c2bf512a11c38ecf89cf89ec72136
-DIST libowfat-0.30.tar.xz 177368 BLAKE2B 31178f6fc6b515f09421797017950d6a4fc568b9c6ab8ccef07926e8400e877037fe652b162f1fcb551d2c0f6146f1744f2bd393957bd044e63c4a88ba65d51a SHA512 ce7b13266dbb0360aaeac62882e7138437507ea23b811c49a92b698a08ffb3afe9be6762c74cc1de7236c3d135c3cfaaa9236c7536e4183108747fc82bbb911b
 DIST libowfat-0.31.tar.xz 183684 BLAKE2B 67c60ebba10463f28196e3d9ed5f20fdbe79db8b499b226fb02d4f38833747e5e709054473267a1e139e1bef29222220e7f60cf2f472ac58ca67b52dca2c5661 SHA512 b3ce973d6edc501ddaa6caa84dc3b74e3e31ced92e4f707038858cd36c977863251a7eaeababdad34ffe6b8ad13c9702118464f6f9fd827e05f6fbc5004408b5

diff --git a/dev-libs/libowfat/files/libowfat-0.28-GNUmakefile.patch b/dev-libs/libowfat/files/libowfat-0.28-GNUmakefile.patch
deleted file mode 100644
index 03b8981876d..00000000000
--- a/dev-libs/libowfat/files/libowfat-0.28-GNUmakefile.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- GNUmakefile.bak	2011-10-22 22:08:53.443669478 -0700
-+++ GNUmakefile	2011-10-22 22:09:27.535002311 -0700
-@@ -277,6 +277,7 @@
- socket_accept4.o socket_accept6.o socket_connected.o socket_local4.o \
- socket_local6.o socket_recv4.o socket_recv6.o socket_remote4.o \
- socket_remote6.o: havesl.h
-+socket_remote4.o: havescope.h
- 
- dns_nd6.o fmt_xlong.o scan_xlong.o fmt_ip6_flat.o $(TEXTCODE_OBJS): haveinline.h
- 

diff --git a/dev-libs/libowfat/libowfat-0.29.ebuild b/dev-libs/libowfat/libowfat-0.29.ebuild
deleted file mode 100644
index 0197b92862a..00000000000
--- a/dev-libs/libowfat/libowfat-0.29.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit flag-o-matic toolchain-funcs eutils
-
-DESCRIPTION="reimplement libdjb - excellent libraries from Dan Bernstein"
-SRC_URI="http://dl.fefe.de/${P}.tar.bz2"
-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_prepare() {
-	sed -e "s:^CFLAGS.*:CFLAGS=-I. ${CFLAGS}:" \
-		-e "s:^DIET.*:DIET?=/usr/bin/diet -Os:" \
-		-e "s:^prefix.*:prefix=/usr:" \
-		-e "s:^INCLUDEDIR.*:INCLUDEDIR=\${prefix}/include/libowfat:" \
-		-i GNUmakefile || die "sed failed"
-	epatch "${FILESDIR}/libowfat-0.28-GNUmakefile.patch"
-}
-
-src_compile() {
-	emake -j1 \
-		CC=$(tc-getCC) \
-		$( 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
-}

diff --git a/dev-libs/libowfat/libowfat-0.30.ebuild b/dev-libs/libowfat/libowfat-0.30.ebuild
deleted file mode 100644
index 912b3c76e8f..00000000000
--- a/dev-libs/libowfat/libowfat-0.30.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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 ~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 -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
-}

diff --git a/dev-libs/libowfat/libowfat-0.31.ebuild b/dev-libs/libowfat/libowfat-0.31.ebuild
deleted file mode 100644
index 436ac0f8b93..00000000000
--- a/dev-libs/libowfat/libowfat-0.31.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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 ~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 -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:[~2017-12-20 21:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-20 21:03 Thomas Deutschmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-11-26 18:36 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libowfat/, dev-libs/libowfat/files/ Sebastian Pipping
2021-08-22  3:07 Sam James
2022-11-23  1:45 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=1513803780.2f47fececac67939c38fbcb6c4bbd74a6f6fd8b5.whissi@gentoo \
    --to=whissi@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