diff options
author | Thomas Sachau <tommy@gentoo.org> | 2010-08-13 21:29:04 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2010-08-13 21:29:04 +0000 |
commit | 5ba2f1eea157968c7cefead637175a953d6a6457 (patch) | |
tree | a77ebc43beee046bd328f35daa307dc4d14757fa /app-text | |
parent | app-editors/gummi: Remove old version (diff) | |
download | sunrise-5ba2f1eea157968c7cefead637175a953d6a6457.tar.gz sunrise-5ba2f1eea157968c7cefead637175a953d6a6457.tar.bz2 sunrise-5ba2f1eea157968c7cefead637175a953d6a6457.zip |
app-text/odt2txt: Drop unused patch
svn path=/sunrise/; revision=11137
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/odt2txt/ChangeLog | 4 | ||||
-rw-r--r-- | app-text/odt2txt/Manifest | 3 | ||||
-rw-r--r-- | app-text/odt2txt/files/odt2txt-0.4-hardened_makefile.patch | 12 |
3 files changed, 5 insertions, 14 deletions
diff --git a/app-text/odt2txt/ChangeLog b/app-text/odt2txt/ChangeLog index 3d71d09fd..dfcf5a4eb 100644 --- a/app-text/odt2txt/ChangeLog +++ b/app-text/odt2txt/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 13 Aug 2010; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> + -files/odt2txt-0.4-hardened_makefile.patch: + Drop unused patch + 11 Aug 2010; LABBE Corentin (Montjoie) <corentin.labbe@geomatys.fr +odt2txt-0.4.ebuild, +files/odt2txt-0.4-darwin_iconv.patch, +files/odt2txt-0.4-hardened_makefile.patch, +metadata.xml: diff --git a/app-text/odt2txt/Manifest b/app-text/odt2txt/Manifest index d262096db..c8f0ddbf0 100644 --- a/app-text/odt2txt/Manifest +++ b/app-text/odt2txt/Manifest @@ -1,6 +1,5 @@ AUX odt2txt-0.4-darwin_iconv.patch 366 RMD160 1572f05d3287471118c930f3b7fd9400f05daa48 SHA1 85966e0cab843e683fbae59e698f7f09bc9574f8 SHA256 2ce5183a5f5d64ebb265cfe527b60819e2a06fac17707ccc83f2aece9dccd0e8 -AUX odt2txt-0.4-hardened_makefile.patch 333 RMD160 39ef80988d2c79530ea41d51c9b25d5d73070be9 SHA1 7ffb3c50ffa14e9e710468c6cb823f39601614c2 SHA256 6f00ab22bc2218867d632fa7b54aece3ac2134f1ef66e4cc8bd3a423a2487d92 DIST odt2txt-0.4.tar.gz 23997 RMD160 bb6ef1a58a6b18f40855be4124e32b1d514e8bca SHA1 331eef1c64cec809a5c7b7cfb972279cc4f9c914 SHA256 a5f4bdf81cdc2afb60fa74ed5da34235eafdc78263f5aaa325193c2bf8d166f8 EBUILD odt2txt-0.4.ebuild 605 RMD160 b75a17ea299e2e326c07c246886740e4825ce3cc SHA1 7de24851f5315d435100a9cd1711e99efb13190e SHA256 47e25dd385ab69c3643ac9bd9add64dc1a8f2fd969ad293c2086bfae6c61aab7 -MISC ChangeLog 371 RMD160 f96cf7413ad68147113c36bcbdeb4147f403376d SHA1 4fe51019597a794146e1cad48d49050737913e3b SHA256 54300f0f92f6dcb10dc0946880f150a5d8ab38dd140ed228c328804525304c3e +MISC ChangeLog 497 RMD160 d63d2a2d5ba1fc95d413eb6d8d4e59ae1a33a610 SHA1 a63142ad349f940b3ac01f8b348d473b986ea2fa SHA256 3c9745c656fb9e6dc69b2c5d16488c10b3159952961f0cb7bae60b9b6b96e02b MISC metadata.xml 231 RMD160 6aebfea93d789d2b96ea6d8259dc842dd1fdacd3 SHA1 e10a04c4c18a66af326abc1f40c61b28cc610fae SHA256 48054ea190d00518c1e035fc6663b2368854cdea5ff69a94830e4f9a38260987 diff --git a/app-text/odt2txt/files/odt2txt-0.4-hardened_makefile.patch b/app-text/odt2txt/files/odt2txt-0.4-hardened_makefile.patch deleted file mode 100644 index aabad382c..000000000 --- a/app-text/odt2txt/files/odt2txt-0.4-hardened_makefile.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile.orig 2010-06-09 09:22:44.000000000 +0200 -+++ Makefile 2010-06-09 09:26:05.000000000 +0200 -@@ -7,7 +7,8 @@ - #LDFLAGS = -lefence - LDFLAGS += -g - else --CFLAGS = -O2 -+CFLAGS += -O2 -fstack-protector-all -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIE -+LDFLAGS += -fPIE -pie -Wl,-z,relro,-z,now - endif - - ifdef NO_ICONV |