From b2c59335bfbeb25c5644f32172e1e9b23c447710 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 22 Dec 2022 01:55:45 +0000 Subject: gentoo auto-resync : 22:12:2022 - 01:55:45 --- dev-libs/uulib/Manifest | 2 - dev-libs/uulib/files/uulib-0.5.20-shared.patch | 81 -------------------------- dev-libs/uulib/uulib-0.5.20-r1.ebuild | 46 --------------- 3 files changed, 129 deletions(-) delete mode 100644 dev-libs/uulib/files/uulib-0.5.20-shared.patch delete mode 100644 dev-libs/uulib/uulib-0.5.20-r1.ebuild (limited to 'dev-libs/uulib') diff --git a/dev-libs/uulib/Manifest b/dev-libs/uulib/Manifest index fe1306d2fc8b..b2ab07697a54 100644 --- a/dev-libs/uulib/Manifest +++ b/dev-libs/uulib/Manifest @@ -1,7 +1,5 @@ AUX uulib-0.5.20-Fix-Wimplicit-function-declaration-for-strerror.patch 505 BLAKE2B 2ca32b836728d956761f21f6de69f7a8037e5e2ba602acac5e5a495b37d77725c78a1e65ee4dab25f46eb1d85b77d787d766f3843e072b2d3ea9f63dca017d1b SHA512 a5006a309ded1e635a8b70435d207c4afc4ac3244524dcf77d41773eb52b80f7cdca5c0526c16a8e490802277e5d8cb401a8ba8e279379d90da8bb874e2cfa5f AUX uulib-0.5.20-libtool.patch 3556 BLAKE2B 473586a6d1c0c36a7402747c19a3133dedb16edfe79eb8867004da9b065f843e965124c62f54cde857df558cd47433d5cc99c9ebc421aa746cc3472a310595e8 SHA512 91a16db31654a80c50e35ad5eb0e9eb0eea5a88c434b589b4d4d719baa9e7d3d3eccb17d17bde4df5c833e1941ce5f7b2830712c5758c64ee7c2373c4b0a6772 -AUX uulib-0.5.20-shared.patch 2528 BLAKE2B aec47f6b2ca06bba0161ea94c32dca12b96baa5e0d6301501f9959499f252fe3557f50cbfb016d8a79fe959775db5694d688ad83d58160d097452d043565b2a9 SHA512 4dc386a2d70569ac218d56f1a1b0c0d9ad1f0708a0c975c273d8b18482d9fbb0863540459f64bdbc5415576c616088ea791001a6f3a8f30f0ef01e650de63996 DIST uudeview-0.5.20.tar.gz 261574 BLAKE2B bd345144a87e2322c89e185d0fe5f31f1cd1ff8f73a5c5b6e585b79a0b319fcf349f2bb51f814a6d6a81e0e18271b5c37db827ba414007785b1743c64e5efe46 SHA512 d080e9c3940bad7bacd28457f21133056384a01e33ba014de42502d23f81f2c7f5fa7f6c472ce9f37bec2edb8e18d27135bf18426cf2f23188a3683558e1721c -EBUILD uulib-0.5.20-r1.ebuild 1025 BLAKE2B c80ecd15486db6f32cdb65ea6d8265a0c39a8362a50f96dab58c0ea70209de8810190b3c8a6e4819f7badc434426b2def3402f798dd928e31932654083cf21f7 SHA512 62ba0ec14cf4e9a4a185c5b2150d8161f65460d03f71c574e18298eff60c0e5f7d2d0433b854148ea39f1ac0cd5b1940c69c1ec34664ba29264a2ca144edb7c0 EBUILD uulib-0.5.20-r3.ebuild 833 BLAKE2B 7b511da930463fb3907eecc649b54cd99911757c02c0ed79e12c2770642403d5763455b89d1ded2b437da76485c4de0df229dbc9135e33ffbfe201262a943a86 SHA512 df0b1d7358e532c6d279b17a6d345935c837e604e3f2a620144cfc17a8cbc370bc7af03520d950542c9f226d72a60466ca12eeababacf91fd95aa4c2a80dd727 MISC metadata.xml 168 BLAKE2B 2e0e000b4c3b6ca04c12903fdbe278415c05a822623c52e9aa95cbbf3d50bcb1246b7edbda7d2f6b559af8950c6374e6e0a69b76319964cfe686bf50b0604a57 SHA512 4dcf45d1809e8390a2d8155c8ebfe0dd610203e392aeab0ccd8a10f42cc8532a4925eff32b35e7a6c35598a4efd288229034ec0732299dbd8cfa0acff705fed3 diff --git a/dev-libs/uulib/files/uulib-0.5.20-shared.patch b/dev-libs/uulib/files/uulib-0.5.20-shared.patch deleted file mode 100644 index fade48fb5932..000000000000 --- a/dev-libs/uulib/files/uulib-0.5.20-shared.patch +++ /dev/null @@ -1,81 +0,0 @@ -Source: PDL Linux -https://raw.githubusercontent.com/pld-linux/uudeview/master/uudeview-shared.patch -https://github.com/pld-linux/uudeview - ---- a/Makefile.in -+++ b/Makefile.in -@@ -40,9 +40,13 @@ - VDEF = -DVERSION=\"$(VERSION)\" -DPATCH=\"$(PATCH)\" - # - -+DESTDIR = -+libdir = @libdir@ -+includedir = @prefix@/@includedir@ -+ - UULIB_SOURCE = uulib.c uucheck.c uunconc.c uuutil.c uuencode.c \ - uuscan.c uustring.c fptools.c crc32.c --UULIB_OBJ = ${UULIB_SOURCE:.c=.o} -+UULIB_OBJ = ${UULIB_SOURCE:.c=.lo} - - # - # make stuff -@@ -51,11 +55,11 @@ - .SUFFIXES: - .SUFFIXES: .c .o - --all: libuu.a -+all: libuu.la - - clean: - rm -f [Xx]deview gif2gfp -- rm -f *.o *.a *.so core *~ TAGS -+ rm -f *.o *.a *.so core *~ TAGS *.lo *.la - - distclean: clean - rm -f config.status config.cache config.log Makefile config.h -@@ -64,25 +68,28 @@ - realclean: distclean - - new: clean -- rm -f libuu.a -+ rm -f libuu.la - $(MAKE) all - --libuu.a: $(UULIB_OBJ) -- rm -f $@ -- ar r $@ $(UULIB_OBJ) -- -$(RANLIB) $@ -- --.c.o: -- $(CC) -c $(CFLAGS) $(VDEF) $< -- --uuencode.o: uuencode.c uudeview.h uuint.h uustring.h fptools.h config.h --uulib.o: uulib.c uudeview.h uuint.h uustring.h fptools.h config.h --uunconc.o: uunconc.c uudeview.h uuint.h uustring.h fptools.h config.h --uucheck.o: uucheck.c uudeview.h uuint.h uustring.h fptools.h config.h --uuutil.o: uuutil.c uudeview.h uuint.h uustring.h fptools.h config.h --uuscan.o: uuutil.c uudeview.h uuint.h uustring.h fptools.h config.h --uustring.o: uustring.c uudeview.h uuint.h uustring.h config.h --fptools.o: fptools.c fptools.h config.h -+libuu.la: $(UULIB_OBJ) -+ libtool --mode=link $(CC) -o libuu.la $(LDFLAGS) $(UULIB_OBJ) -rpath $(libdir) -+ -+%.lo : %.c -+ libtool --mode=compile $(CC) -c $(CFLAGS) $(VDEF) $< -+ -+install: libuu.la -+ install -d $(DESTDIR)$(libdir) $(DESTDIR)$(includedir) -+ libtool --mode=install install libuu.la $(DESTDIR)$(libdir) -+ install uudeview.h fptools.h $(DESTDIR)$(includedir) -+ -+uuencode.lo: uuencode.c uudeview.h uuint.h uustring.h fptools.h config.h -+uulib.lo: uulib.c uudeview.h uuint.h uustring.h fptools.h config.h -+uunconc.lo: uunconc.c uudeview.h uuint.h uustring.h fptools.h config.h -+uucheck.lo: uucheck.c uudeview.h uuint.h uustring.h fptools.h config.h -+uuutil.lo: uuutil.c uudeview.h uuint.h uustring.h fptools.h config.h -+uuscan.lo: uuutil.c uudeview.h uuint.h uustring.h fptools.h config.h -+uustring.lo: uustring.c uudeview.h uuint.h uustring.h config.h -+fptools.lo: fptools.c fptools.h config.h - - uustring.h: uustring.c - awk -f uustring.awk < uustring.c > uustring.h diff --git a/dev-libs/uulib/uulib-0.5.20-r1.ebuild b/dev-libs/uulib/uulib-0.5.20-r1.ebuild deleted file mode 100644 index 91efcae15424..000000000000 --- a/dev-libs/uulib/uulib-0.5.20-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -MY_P=uudeview-${PV} - -DESCRIPTION="Library that supports Base64 (MIME), uuencode, xxencode and binhex coding" -HOMEPAGE="http://www.fpx.de/fp/Software/UUDeview/" -SRC_URI="http://www.fpx.de/fp/Software/UUDeview/download/${MY_P}.tar.gz" -S="${WORKDIR}"/${MY_P}/${PN} - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -BDEPEND="sys-devel/libtool" - -PATCHES=( - "${FILESDIR}"/${P}-shared.patch -) - -src_prepare() { - default - - sed -i 's:\:$(AR):' Makefile.in || die - # Fix Darwin and other platforms with a non-GNU default libtool - sed -i 's/libtool/$(LIBTOOL)/' Makefile.in || die -} - -src_configure() { - tc-export AR CC RANLIB - econf -} - -src_compile() { - if use prefix ; then - LIBTOOL=glibtool - else - LIBTOOL=libtool - fi - - LIBTOOL="${LIBTOOL}" emake -} -- cgit v1.2.3