-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merged: funtoo-overlay: 57ad3677f6a893e3624627fb3682c0bd337c8520
- Loading branch information
box
committed
Mar 21, 2015
1 parent
5d6c1da
commit 6780511
Showing
221 changed files
with
1,517 additions
and
4,686 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
DIST ec2-api-tools-1.5.6.1.zip 13995825 SHA256 0ae6d5da0f4715c1279c4a39ffaa1f14cb425bd4ed0fe821f71f00fd138a74bf SHA512 f06c2299fe1772755dfb7037401644e6587012a41c9c98eb941a2ebee33b1ab134bf19d3e271a846c6066dceba4d91d607e55f7ef57d14e83431eb31d4061a98 WHIRLPOOL 676f159b5c6cf46ca5455bae3684237bf76df4cfa1458f5abd3ae074a905c5c183928d900870290c7a5d1207227b074e9c9c7a3c4bc657cef7a2ee0ad9978499 | ||
DIST ec2-api-tools-1.6.0.0.zip 13997508 SHA256 c7a67eb92849a6104ef9f118263e545340f54900cc5970f0653837e415f4b72d SHA512 e3b2bbb406941e3ba0403137d81834a9161da6df97b0b92b89a5bfd7f4330d49a981325b6155a8ca272732c9b85c97a8bc8ce1c4d3cc0ede83d5b11029d1979c WHIRLPOOL f62b3fe69651faa44f83c78a2362c8ea8ba62e04065d1a89f0c19b7cbab7b70195fac0b2650ba6356742d0eb5b320febd8e7d70a94595c56d4782d009e124bff | ||
DIST ec2-api-tools-1.6.0.1.zip 14008355 SHA256 0219bef69eedc9ed28402d2796f13cce59838ceaeb6b938a28891bdbc0439e45 SHA512 fe24d06aa5921a8fc66e63ae821abce0c1f78907e542e7f0a3ac97c67dbea5131aef7db5ab63840e69536445317553cb2e924df4e5c66b33144054ad25cc3bff WHIRLPOOL af396f8ebbdcbcd364e0ed0f6392c458689181aaab07dfb7c13e4dcf2f554181f5db3c1b222bf9c8be6d195a42ecd78d92d79562dfd0bbd0e612e584e4a6bcbc | ||
DIST ec2-api-tools-1.6.7.2.zip 14536729 SHA256 4ff426a8d36610754699f639780c7b258744e1705f19a9b1c1c6794d63283557 SHA512 a2e5381689892bd471d7edea8f96969af847f47da20465f8584fb02e461b9e7c7f35a69e81164bdcfb703045531f5760ba96f247335ac9ead04ada6a1c076cd8 WHIRLPOOL e6fd6511bc53871f2e8e172a736b4a9ea1fe24814ea16ae4ef998eb899bb420db3eed92f45e920d89d4997a74194be2ca4dfcd3c653a807d5efc95810f204399 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Copyright 1999-2015 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Header: /var/cvsroot/gentoo-x86/app-arch/threadzip/threadzip-1.2-r1.ebuild,v 1.1 2015/03/21 09:38:00 mgorny Exp $ | ||
|
||
EAPI="5" | ||
|
||
PYTHON_COMPAT=( python2_7 ) | ||
|
||
inherit python-single-r1 | ||
|
||
DESCRIPTION="threaded compressor logic for zlib/lzma" | ||
HOMEPAGE="http://code.google.com/p/threadzip/" | ||
SRC_URI="http://threadzip.googlecode.com/files/${P}.tar.gz" | ||
|
||
LICENSE="GPL-3" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="lzma" | ||
|
||
DEPEND="" | ||
RDEPEND="lzma? ( dev-python/pylzma[${PYTHON_USEDEP}] )" | ||
|
||
src_install() { | ||
local x | ||
for x in un '' ; do | ||
newbin python/thread${x}zip.py thread${x}zip | ||
done | ||
python_fix_shebang "${ED}"/usr/bin | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<maintainer> | ||
<email>[email protected]</email> | ||
<name>Default assignee for orphaned packages</name> | ||
</maintainer> | ||
<maintainer> | ||
<email>[email protected]</email> | ||
<name>Default assignee for orphaned packages</name> | ||
</maintainer> | ||
</pkgmetadata> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.