summaryrefslogtreecommitdiff
path: root/app-text/convertlit
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-06-16 05:02:38 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-06-16 05:02:38 +0100
commitf1bc537f089cc8477a9a18db597cb349e1b00e91 (patch)
treec48eb730c43e5f35729fabbe5cb4bfbe4a1bc794 /app-text/convertlit
parentcb3e8c6af7661fbcafdcacc7e0ecdfb610d098fa (diff)
gentoo resync : 16.06.2018
Diffstat (limited to 'app-text/convertlit')
-rw-r--r--app-text/convertlit/Manifest1
-rw-r--r--app-text/convertlit/files/convertlit-1.8-respectflags.patch28
2 files changed, 0 insertions, 29 deletions
diff --git a/app-text/convertlit/Manifest b/app-text/convertlit/Manifest
index d976735ca438..071b67e6af52 100644
--- a/app-text/convertlit/Manifest
+++ b/app-text/convertlit/Manifest
@@ -1,5 +1,4 @@
AUX convertlit-1.8-respectflags-r1.patch 838 BLAKE2B 4ba437ea3a7eb23e08c262b6e6bf031c27f31c7f9e84002767e8225fa939f0bf5142b8d7928a64fc279b28f4b51b2237b9590bb0d98eeb2fe33ba0493aa21c0c SHA512 d02f79dd787712eeab3b13ea7b7e8553a3aa31767bf1a10cc6a714c9e93b6c82ae1fefce9507393268bcbd8bcd9d5939ea41da4a5b18368f4244b5f2e6eb2256
-AUX convertlit-1.8-respectflags.patch 840 BLAKE2B cb61c62e453d3bea6287cfa372d52f294f9cee33556b0e49bf75b9a4964aacf4dc8903c690cffef55c51fb0875c1f45f626f6c47006f464f38c3d02651f9d3ab SHA512 ff5bc3ddeb7e59d6068a907bae710c705c861e9f8f439b8d6105c2bc2bb391ac3407cd884f8baa1d0998c60ab4ffd9ad53cc35dd64dcd461f4ac2f6782723dbc
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
diff --git a/app-text/convertlit/files/convertlit-1.8-respectflags.patch b/app-text/convertlit/files/convertlit-1.8-respectflags.patch
deleted file mode 100644
index 06209ef62ada..000000000000
--- a/app-text/convertlit/files/convertlit-1.8-respectflags.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Index: clit18/Makefile
-===================================================================
---- clit18/Makefile.orig
-+++ 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
-===================================================================
---- lib/Makefile.orig
-+++ 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
-