From 2f47fececac67939c38fbcb6c4bbd74a6f6fd8b5 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Wed, 20 Dec 2017 22:01:58 +0100 Subject: 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(-) delete mode 100644 dev-libs/libowfat/files/libowfat-0.28-GNUmakefile.patch delete mode 100644 dev-libs/libowfat/libowfat-0.29.ebuild delete mode 100644 dev-libs/libowfat/libowfat-0.30.ebuild delete mode 100644 dev-libs/libowfat/libowfat-0.31.ebuild diff --git a/dev-libs/libowfat/Manifest b/dev-libs/libowfat/Manifest index cabd228a7355..816155149182 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 03b8981876d2..000000000000 --- 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 0197b92862ad..000000000000 --- 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 912b3c76e8fe..000000000000 --- 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 436ac0f8b93e..000000000000 --- 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 -} -- cgit v1.2.3-65-gdbad