commit:     0e7c50fc7bb23c1f37eec57a3f00e473d1f94654
Author:     layman <layman <AT> localhost>
AuthorDate: Tue Aug 18 21:15:10 2015 +0000
Commit:     Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 21:15:10 2015 +0000
URL:        https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=0e7c50fc

Remove the pointless/testing patch file.

 dev-util/capstone/Manifest                         |  1 -
 .../files/capstone-3.0.4-python-setup.patch        | 42 ----------------------
 2 files changed, 43 deletions(-)

diff --git a/dev-util/capstone/Manifest b/dev-util/capstone/Manifest
index e50e5f6..f303fb7 100644
--- a/dev-util/capstone/Manifest
+++ b/dev-util/capstone/Manifest
@@ -1,3 +1,2 @@
-AUX capstone-3.0.4-python-setup.patch 1403 SHA256 
da86561eef1047b08bbf3975daa1eb59cf93066b93cb216f8db20d8fa13ac8ed SHA512 
827d84a032ce109c810aebec71c24482ed56bd701dab3ddc905c2e6331950da1733139f67a1cd26ff4ba2be590a61a090b9cd497b6243c8f76050eaef100ec36
 WHIRLPOOL 
a8b493667b889b64bf5567ed83e99bea84ec6508b72c41cdb4a3234539a84fba74ac8d2c2089d624ec1611a10b06f785144743f874f20c518299a2f9aa94bf7d
 DIST capstone-3.0.4.tar.gz 2800818 SHA256 
5d6dadf5864c56f8de66c66088fa68e849d0bff6577865a4f81b6f23112b14f2 SHA512 
a5c29e7c559b5391d6a4ec9a7f766699ea6d321aa2f1fc57fdcec893107fa3ef2f5f6323629971c1129f1ca087df4f3ad03d0a8234d2eae368c8ccfec04dbf4d
 WHIRLPOOL 
24aa002e215ee2a74c06a9be40218c78258a853028c74e1cdf95a5e2ea484471cf084cc8f5cc9db1aaefc16cf80a0b37480d4af60ca9119730334cbe2a02b906
 EBUILD capstone-3.0.4.ebuild 1717 SHA256 
c6a0cdc8ccc45b1b1048d8ce0c3d02babd61ae22056b82d67e85ca5359ebc63a SHA512 
55bb1011ba9788e157beb6c168f66c0eca48d64e20a6d463811850a66e31e6c190e96b017bf527928a56ba24014e4bfd05e6e042f18d6684f24d225163f1a99e
 WHIRLPOOL 
51a4a938c5df6505e28ae1f395f6bae4eb0e7052783b93d2d82616cb76ef0d45849d2f65ec3af595560af97976fd736a9cd73950f647d4731d5a8be7e8e6fc2e

diff --git a/dev-util/capstone/files/capstone-3.0.4-python-setup.patch 
b/dev-util/capstone/files/capstone-3.0.4-python-setup.patch
deleted file mode 100644
index ad3fbfe..0000000
--- a/dev-util/capstone/files/capstone-3.0.4-python-setup.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-diff -urN capstone-2.1.2.orig/bindings/python/setup.py 
capstone-2.1.2/bindings/python/setup.py
---- capstone-2.1.2.orig/bindings/python/setup.py       2014-04-01 
10:22:54.000000000 +0800
-+++ capstone-2.1.2/bindings/python/setup.py    2014-04-10 09:07:21.023071179 
+0800
-@@ -4,17 +4,6 @@
- 
- VERSION = '2.1'
- 
--# clean package directory first
--import os.path, shutil, sys
--for f in sys.path:
--    if f.endswith('packages'):
--        pkgdir = os.path.join(f, 'capstone')
--        #print(pkgdir)
--        try:
--            shutil.rmtree(pkgdir)
--        except:
--            pass
--
- setup(
-     provides     = ['capstone'],
-     packages     = ['capstone'],
-diff -urN capstone-2.1.2.orig/bindings/python/setup_cython.py 
capstone-2.1.2/bindings/python/setup_cython.py
---- capstone-2.1.2.orig/bindings/python/setup_cython.py        2014-04-01 
10:22:54.000000000 +0800
-+++ capstone-2.1.2/bindings/python/setup_cython.py     2014-04-10 
09:10:03.838082455 +0800
-@@ -21,17 +21,6 @@
-     Extension("capstone.x86_const", ["pyx/x86_const.pyx"], 
extra_compile_args=compile_args)
- ]
- 
--# clean package directory first
--import os.path, shutil, sys
--for f in sys.path:
--    if f.endswith('packages'):
--        pkgdir = os.path.join(f, 'capstone')
--        #print(pkgdir)
--        try:
--            shutil.rmtree(pkgdir)
--        except:
--            pass
--
- setup(
-     provides     = ['capstone'],
-     package_dir  = {'capstone' : 'pyx'},

Reply via email to