From d87262dd706fec50cd150aab3e93883b6337466d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:56:41 +0100 Subject: gentoo resync : 14.07.2018 --- app-text/convertlit/Manifest | 6 --- app-text/convertlit/convertlit-1.8-r3.ebuild | 44 ---------------------- .../files/convertlit-1.8-respectflags-r1.patch | 28 -------------- .../files/fix-Wformat-security-warnings.patch | 34 ----------------- .../convertlit/files/support-ar-variable.patch | 11 ------ app-text/convertlit/metadata.xml | 12 ------ 6 files changed, 135 deletions(-) delete mode 100644 app-text/convertlit/Manifest delete mode 100644 app-text/convertlit/convertlit-1.8-r3.ebuild delete mode 100644 app-text/convertlit/files/convertlit-1.8-respectflags-r1.patch delete mode 100644 app-text/convertlit/files/fix-Wformat-security-warnings.patch delete mode 100644 app-text/convertlit/files/support-ar-variable.patch delete mode 100644 app-text/convertlit/metadata.xml (limited to 'app-text/convertlit') diff --git a/app-text/convertlit/Manifest b/app-text/convertlit/Manifest deleted file mode 100644 index 071b67e6af52..000000000000 --- a/app-text/convertlit/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -AUX convertlit-1.8-respectflags-r1.patch 838 BLAKE2B 4ba437ea3a7eb23e08c262b6e6bf031c27f31c7f9e84002767e8225fa939f0bf5142b8d7928a64fc279b28f4b51b2237b9590bb0d98eeb2fe33ba0493aa21c0c SHA512 d02f79dd787712eeab3b13ea7b7e8553a3aa31767bf1a10cc6a714c9e93b6c82ae1fefce9507393268bcbd8bcd9d5939ea41da4a5b18368f4244b5f2e6eb2256 -AUX fix-Wformat-security-warnings.patch 936 BLAKE2B 636599eb3840f5ea084dd60fd96f462f6757a4ec04e41360469eacb03badb3b8271a595692f055d10162e591600994be7e4676800e0f8a8feadbbabccbaeb21a SHA512 6f8798a8b54951c15da4f28d4c8103811c4d77ba96eb12a4e19bc35876c148c1247d19ea5b3d60028b156d50d5dbd67ec5254e47a556d195ca8c084bbc571e4d -AUX support-ar-variable.patch 408 BLAKE2B d3649dcc362cb54a67eba34b9b6bfc6a52a22cd0ed33de95aad3cd5dad75729c35c45b8817e9c64040b3ea4baee876b456121a7e55094f0ceb01aabf4d6a2a8b SHA512 8d807507cccc58979092becb1725d4871f62746f06b3d4ac8740a0704019d3900cd60098497a0d770fcb9bab68e9bf34dc50219afda0995209ea88a71b084ce6 -DIST clit18src.zip 135120 BLAKE2B b2c47c03df2cee8779f50eee1a19f46907fa966165629d17fb25c66e5bf7b68b6ada6efa1790d36deb6a10f69c17ec7ef2cc66551796cbba04a3f2f7e5e3294d SHA512 0d4b7d525f5164a73a47a00e1c4e93ff50e738a4e6c541ded283c4779e6a67138f601c23a41344517ca5d7f8c9141b25cc6edc7f3967fbf9042e99f647354f36 -EBUILD convertlit-1.8-r3.ebuild 951 BLAKE2B 710d2cea0762a47128c8ab78b49ff4d7d3000d986d83f8a14fc5bd9b7aaf2fc029017f5ee7c546cd9100230a2cade1dc4a885af41af85983747bbe601d892a9b SHA512 b95136ce98aeb00b1bcd455984bcc1f2605afac35364e6b7c17558aac169f99eceee28ac1bf1c755ccde14057a42dbdade005fd8a77e26c876baf0fb00e9c196 -MISC metadata.xml 562 BLAKE2B 65f7b124b050f42c8c6f800e2e05d2e9404869c42a1217e0d280895d52d8f2588f37bbb4a696cffb58129f080580aee9cbca83740e888ccf9d272a8162a053ef SHA512 1264f1669bece35fbd465ebf7911c7d416d85d092aa6e1601b240728fc2a0cb521d913e3bae08962fc5e70c2b70ee17989191e0bc21f04c9c1ed30592ff4820e diff --git a/app-text/convertlit/convertlit-1.8-r3.ebuild b/app-text/convertlit/convertlit-1.8-r3.ebuild deleted file mode 100644 index 7befeb7eb306..000000000000 --- a/app-text/convertlit/convertlit-1.8-r3.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -MY_P="clit${PV//./}" - -DESCRIPTION="CLit converts MS ebook .lit files to .opf (xml+html+png+jpg)" -HOMEPAGE="http://www.convertlit.com/" -SRC_URI="http://www.convertlit.com/${MY_P}src.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" - -RDEPEND=">=dev-libs/libtommath-0.36-r1" - -DEPEND="${RDEPEND} - app-arch/unzip" - -S="${WORKDIR}" - -PATCHES=( - "${FILESDIR}/${P}-respectflags-r1.patch" - "${FILESDIR}/fix-Wformat-security-warnings.patch" - "${FILESDIR}/support-ar-variable.patch" -) - -src_compile() { - tc-export CC - - cd "${S}/lib" || die "failed to change into ${S}/lib directory" - emake - cd "${S}/${MY_P}" || die "failed to change into ${S}/${MY_P} directory" - emake -} - -src_install() { - einstalldocs - dobin "${MY_P}/clit" -} diff --git a/app-text/convertlit/files/convertlit-1.8-respectflags-r1.patch b/app-text/convertlit/files/convertlit-1.8-respectflags-r1.patch deleted file mode 100644 index faedfa0a30a5..000000000000 --- a/app-text/convertlit/files/convertlit-1.8-respectflags-r1.patch +++ /dev/null @@ -1,28 +0,0 @@ -Index: clit18/Makefile -=================================================================== ---- a/clit18/Makefile -+++ b/clit18/Makefile -@@ -1,9 +1,9 @@ - all: clit - --CFLAGS=-funsigned-char -Wall -O2 -I ../libtommath-0.30/ -I ../lib -I ../lib/des -I . -+CFLAGS+=-funsigned-char -I ../lib -I ../lib/des -I . - clean: - rm -f *.o clit - - clit: clit.o hexdump.o drm5.o explode.o transmute.o display.o utils.o manifest.o ../lib/openclit.a -- gcc -o clit $^ ../libtommath-0.30/libtommath.a -+ $(CC) $(LDFLAGS) -o clit $^ -ltommath - -Index: lib/Makefile -=================================================================== ---- a/lib/Makefile -+++ b/lib/Makefile -@@ -1,6 +1,6 @@ - all: openclit.a - --CFLAGS=-O3 -Wall -Ides -Isha -Inewlzx -I. -+CFLAGS+=-Ides -Isha -Inewlzx -I. - clean: - rm -f *.o openclit.a des/*.o lzx/*.o sha/*.o - diff --git a/app-text/convertlit/files/fix-Wformat-security-warnings.patch b/app-text/convertlit/files/fix-Wformat-security-warnings.patch deleted file mode 100644 index 78410a960f78..000000000000 --- a/app-text/convertlit/files/fix-Wformat-security-warnings.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 79ab07db8d91b6c6e0c36358c8030893c28510ba Mon Sep 17 00:00:00 2001 -From: Michael Orlitzky -Date: Tue, 2 Aug 2016 10:32:53 -0400 -Subject: [PATCH 1/1] clit.c: fix -Wformat-security warnings. - -Two uses of printf() in clit.c were triggering -Wformat-security -warnings due to a missing "%s" format string. This was causing -compilation to fail with -Werror=format-security, so they have -been fixed. - -Gentoo-Bug: 521246 ---- - clit18/clit.c | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/clit18/clit.c b/clit18/clit.c -index c13a75d..48b749f 100644 ---- a/clit18/clit.c -+++ b/clit18/clit.c -@@ -125,9 +125,9 @@ int main(int argc, char ** argv) - dir_program[i+1] = '\0'; break; - } - } -- printf(sTitle); -+ printf("%s", sTitle); - if (argc < 3) { -- printf(sUsage); -+ printf("%s", sUsage); - return -1; - } - base = 1; --- -2.7.3 - diff --git a/app-text/convertlit/files/support-ar-variable.patch b/app-text/convertlit/files/support-ar-variable.patch deleted file mode 100644 index 4bd3e822f31d..000000000000 --- a/app-text/convertlit/files/support-ar-variable.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff --git a/lib/Makefile b/lib/Makefile -index 9104f27..0c8b197 100644 ---- a/lib/Makefile -+++ b/lib/Makefile -@@ -6,5 +6,5 @@ clean: - - openclit.a: litatom.o litdrm.o litlib.o litembiggen.o littags.o litmetatags.o litmanifest.o litdirectory.o litsections.o litheaders.o litutil.o sha/mssha1.o des/des.o newlzx/lzxglue.o newlzx/lzxd.o - -rm -f openclit.a -- ar rv openclit.a $^ -+ $(AR) rv openclit.a $^ - diff --git a/app-text/convertlit/metadata.xml b/app-text/convertlit/metadata.xml deleted file mode 100644 index d566173e69a9..000000000000 --- a/app-text/convertlit/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - Convert Lit is a simple program to use .lit or Microsoft ebook files on - Linux. It's able to "explode" the ebook into Open Ebook Specification - Format (OEBPS), which than can be read by Opera and other Linux programs - (it's just xml, html, png and jpeg). Note that you won't get any - DRM-bypassing, so your .lit-file must not be copy protected. - - -- cgit v1.2.3