devel/rubygem-paperclip-rails5: Deprecate and set expiration date to 2024-04-30

Upstream repo archived Jul 13, 2023 and recommends using Rails' own
ActiveStorage. There's also an active fork located at
https://github.com/kreeti/kt-paperclip

Reference:
https://github.com/thoughtbot/paperclip

Discussed with jrm on IRC
This commit is contained in:
Daniel Engberg 2024-03-17 19:21:54 +01:00
parent 8bd8e26470
commit cb883df14f

View file

@ -12,6 +12,9 @@ WWW= https://github.com/thoughtbot/paperclip
LICENSE= MIT LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_FILE= ${WRKSRC}/LICENSE
DEPRECATED= Upstream repo archived Jul 13, 2023. Upstream recommends using Rails' own ActiveStorage.
EXPIRATION_DATE=2024-04-30
RUN_DEPENDS= rubygem-activemodel5>=4.2.0:databases/rubygem-activemodel5 \ RUN_DEPENDS= rubygem-activemodel5>=4.2.0:databases/rubygem-activemodel5 \
rubygem-activesupport5>=4.2.0:devel/rubygem-activesupport5 \ rubygem-activesupport5>=4.2.0:devel/rubygem-activesupport5 \
rubygem-mimemagic>=0.3.0:misc/rubygem-mimemagic \ rubygem-mimemagic>=0.3.0:misc/rubygem-mimemagic \