forked from tastytea/overlay
net-im/gajim: Changed dependency: pycrypto to pycryptodome
This commit is contained in:
parent
b04d33966a
commit
5b0d4058bf
|
@ -1,14 +1,4 @@
|
|||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA256
|
||||
|
||||
AUX disable-gspell.patch 798 BLAKE2B 2d5c3d413f078e171e0e7cfc144731302e137c53b7b52cfac3aeb92fc8eb399f8865d25b89c589c1e017a43c4903ed11b1bc3f24f1001b538513a5096e6d29ff SHA512 6dfbbe82517c73412512916480bca049588728cac92099a418b1a2be47480131032cb7536cf67896e8511232d4ce1a9576406326bd237b4ae1f799ffc3a2c83c
|
||||
DIST gajim-1.0.3.tar.bz2 5964743 BLAKE2B af4bf2206a962eb68c4df09359fa3a0ccaca1e886d4fad67d9839f5fd4c1fd359c7ee7933d39d8c1ae7dcbde6b72548fef3564a467653064d4d37aa1db234c04 SHA512 a6d7f92a22a9dddc8a4b07eda0aae0b6fb4db57c73133ee19937f7e2a2a82c5351051d1f3627c94a44434276ed001b83d375f708f177962125af66cda8579ec8
|
||||
EBUILD gajim-1.0.3-r2.ebuild 2486 BLAKE2B 9766f6874b4738295f5b8371ed4dc19ba156665333681d1b71ef8807dc992d2d1ba865827fb2b0d230e3321d709e4e305e9803bf9acd31b09ae0590317c76132 SHA512 c06fc88f9dd8eb171c65796c1a192d178e46759d48fef26bce3d59682a6606479cf9bc5c86f8308ae31e6f32f50f2b96bcbfee1599ed947756736408b5e630c2
|
||||
EBUILD gajim-1.0.3-r3.ebuild 2521 BLAKE2B 9026005e8fd95052c2612548d537eaab6c7edecd7b4ae09645e94b0fdff028d0b4b9e59474dcb37246e531d2aa041d43803de1db2084378b89a00469615dccdb SHA512 b74aa3883d92d3f4e1ed0904c78cb84ead2075bb0686ff8c60d63a7813f2739569c3f6db0c4eacb6fe0a464777bab51590336b5ec8be14f303c9f4e657c6638b
|
||||
MISC metadata.xml 807 BLAKE2B 1fd3f760c7dbc30a7396142f2fb2abe8fb896757a1b36cb9fb77db41ba9f825d5ea72bd1f7038a888738f81d4cf09a0fc8cb818dd769b34f1c76b573d200cfff SHA512 d7f93ff96e63bba7ef947bfc69019cad0b22fd2b2c0b65cbe4653a632759bf52849f46ec0c082bbb49a8dc32211c5c89ba800837c53f0642970b83002cb32787
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCW0za1wAKCRDPw5SX8bJu
|
||||
B6mdAP9y0wng588isgIEBvkj7huI/AIv2vDQZj4HIvawD0GxFwD/VngFVp2oLQtB
|
||||
ZYICe43wvV0gKKA3C3YHzmx92eGsDIo=
|
||||
=uU0M
|
||||
-----END PGP SIGNATURE-----
|
||||
|
|
|
@ -28,14 +28,15 @@ DEPEND="${COMMON_DEPEND}
|
|||
virtual/pkgconfig
|
||||
>=sys-devel/gettext-0.17-r1"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
dev-python/pycairo[${PYTHON_USEDEP}]
|
||||
dev-python/pyasn1[${PYTHON_USEDEP}]
|
||||
dev-python/pycairo[${PYTHON_USEDEP}]
|
||||
dev-python/pygobject:3[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-nbxmpp-0.6.6[${PYTHON_USEDEP}]
|
||||
dev-python/pyopenssl[${PYTHON_USEDEP}]
|
||||
dev-python/idna[${PYTHON_USEDEP}]
|
||||
dev-python/precis_i18n[${PYTHON_USEDEP}]
|
||||
dev-python/pycurl[${PYTHON_USEDEP}]
|
||||
crypt? ( dev-python/pycrypto[${PYTHON_USEDEP}] )
|
||||
crypt? ( dev-python/pycryptodome[${PYTHON_USEDEP}] )
|
||||
gpg? ( >=dev-python/python-gnupg-0.4.0[${PYTHON_USEDEP}] )
|
||||
idle? ( x11-libs/libXScrnSaver )
|
||||
remote? (
|
||||
|
@ -67,8 +68,8 @@ RDEPEND="${COMMON_DEPEND}
|
|||
RESTRICT="test"
|
||||
|
||||
src_prepare() {
|
||||
ewarn "I will likely not update the Gajim ebuilds in the future since they are"
|
||||
ewarn "available in the pzskc383 repo now. Please use that instead."
|
||||
ewarn "I will not update the Gajim ebuilds in the future since they are"
|
||||
ewarn "available in the pzskc383 repo. Please use that instead."
|
||||
|
||||
default
|
||||
|
Loading…
Reference in New Issue
Block a user