diff options
author | 2017-06-21 08:26:27 -0400 | |
---|---|---|
committer | 2017-06-21 08:26:27 -0400 | |
commit | 7a28ab5ca93ca7d1b243586590ff16a56ae9ca19 (patch) | |
tree | 802c5193417c521cd6dbb92873a9207e6000be48 /app-crypt | |
parent | no need to configure (diff) | |
download | superposition-7a28ab5ca93ca7d1b243586590ff16a56ae9ca19.tar.gz superposition-7a28ab5ca93ca7d1b243586590ff16a56ae9ca19.tar.bz2 superposition-7a28ab5ca93ca7d1b243586590ff16a56ae9ca19.zip |
correct files in sources
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gorilla/Manifest | 2 | ||||
-rw-r--r-- | app-crypt/gorilla/gorilla-1.5.3.7.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/gorilla/Manifest b/app-crypt/gorilla/Manifest index a6f2061..df86dc0 100644 --- a/app-crypt/gorilla/Manifest +++ b/app-crypt/gorilla/Manifest @@ -1,3 +1,3 @@ DIST gorilla-1.5.3.7.tar.gz 5008679 SHA256 cb55c0134451a26dab10826396752f0e8d5f9fc6af3a85ee75e7dfa914f53720 SHA512 013aaf1a47dac6490aaf11e6598142069d1d32a2a9c8fcf6100c8f9d0a3233e21250510d95ff10930b4dc3b19c065c34a7eae234790f4068cb4c598ab835efc4 WHIRLPOOL ebf1ae84c40a848a95c2f46dd3d7a410518fffbb0e81899ff6eedc56d4dd9b370c032ee1886d375ab70f993798693079029685831f75d181743f11d1964a10a7 -EBUILD gorilla-1.5.3.7.ebuild 768 SHA256 926db257d967cd5f61df4aac76db808947bc3310573e963b7dd766cd29c4b325 SHA512 01c4edb91e29cf0c9f9eb25d51f096183fcd0f48b7cd073c73fbb6ed47b0d39df1f6fc4d67b5aa0d868b99d9cef8771c5b284e0fce5da9bd13dc84510bbceae0 WHIRLPOOL c3636d6939e6a694ab32ee60b134a47389fc207f9112d1e7912c529ce1cf0f0ffcaaa5c9ec3622c58bbb3c4e69f0c739845858ba2ba808f29153496514bd6a71 +EBUILD gorilla-1.5.3.7.ebuild 898 SHA256 8df1d40e5ac52de20648f582164d430e0f53aaa85340ecb5431325ae9bcafde8 SHA512 3a9399e274b8af8f0ebe417bb547d2ecd89de6bbddd387ac6a626743a7819cb0e064ecbc7c763e6826687fd00a6280e9cec148de1677494d3385c4474135e182 WHIRLPOOL 23c1b833430114286a5ac7dd372323c7ea7265f1c9152f6da1c1016e27e4229bb8cc4c5f75d8cc6b18c3987cee43ec0cda3e1692e57a7db5ff69af160a5ceeeb MISC metadata.xml 334 SHA256 c977e213ec24ca6de82f0139fd8348acfc6aeea7c3dbf9b8050b23965cfb0762 SHA512 82e606fd71fd8dd152b2e3a0638a6d503789226dcf0fa89d25066af33ae8f648da132578bfa506c172596b0a265590428b6444bdeda54d98dc7f1e80b5939b54 WHIRLPOOL 7df375cc943b9443fcec768dc9bc54f923779e3f852f03505acfcfdf7b97a85443c8a66364d67fd3096a6721f4eccbb63be93f08b9d86ca917c845fd23c8e861 diff --git a/app-crypt/gorilla/gorilla-1.5.3.7.ebuild b/app-crypt/gorilla/gorilla-1.5.3.7.ebuild index 6bf7a18..f89e545 100644 --- a/app-crypt/gorilla/gorilla-1.5.3.7.ebuild +++ b/app-crypt/gorilla/gorilla-1.5.3.7.ebuild @@ -32,7 +32,7 @@ src_install() { PREFIX="/opt/${P}" insinto ${PREFIX} - doins -r gorilla.tcl isaac.tcl twofish sha1 blowfish pwsafe pics + doins -r sources/itcl3.4 sources/msgs sources/pwsafe sources/twofish sources/blowfish sources/gorilla.tcl sources/isaac.tcl sources/modules sources/pics sources/tcllib sources/viewhelp.tcl - dobin gorilla + newbin gorilla } |