mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-06 01:02:26 +01:00
main/*: Remove leading "Provides…" for pkgdesc
All packages "provide" something. Leading their description with "Provides a…" is superfluous and merely serves to pad pkgdesc.
This commit is contained in:
parent
9e6c8d33b0
commit
4e8cdf57b4
@ -1,8 +1,8 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=musl-fts
|
||||
pkgver=1.2.7
|
||||
pkgrel=6
|
||||
pkgdesc="Provides the fts(3) functions, which are missing in musl libc"
|
||||
pkgrel=7
|
||||
pkgdesc="fts(3) functions, which are missing in musl libc"
|
||||
url="https://github.com/void-linux/musl-fts/"
|
||||
arch="all"
|
||||
license="BSD-3-Clause"
|
||||
|
||||
@ -5,8 +5,8 @@ pkgname=perl-class-method-modifiers
|
||||
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
|
||||
_pkgreal=Class-Method-Modifiers
|
||||
pkgver=2.15
|
||||
pkgrel=1
|
||||
pkgdesc="Provides Moose-like method modifiers"
|
||||
pkgrel=2
|
||||
pkgdesc="Moose-like method modifiers"
|
||||
url="https://metacpan.org/release/Class-Method-Modifiers/"
|
||||
arch="noarch"
|
||||
license="GPL-1.0-or-later OR Artistic-1.0-Perl"
|
||||
|
||||
@ -5,8 +5,8 @@ pkgname=perl-devel-globaldestruction
|
||||
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
|
||||
_pkgreal=Devel-GlobalDestruction
|
||||
pkgver=0.14
|
||||
pkgrel=4
|
||||
pkgdesc="Provides function returning the equivalent of C<\${^GLOBAL_PHASE} eq 'DESTRUCT'> for older perls."
|
||||
pkgrel=5
|
||||
pkgdesc="Function returning the equivalent of C<\${^GLOBAL_PHASE} eq 'DESTRUCT'> for older perls."
|
||||
url="https://metacpan.org/release/Devel-GlobalDestruction/"
|
||||
arch="noarch"
|
||||
license="GPL-1.0-or-later OR Artistic-1.0-Perl"
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
# Maintainer: Michael Mason <ms13sp@gmail.com>
|
||||
pkgname=tiff
|
||||
pkgver=4.7.0
|
||||
pkgrel=1
|
||||
pkgdesc="Provides support for the Tag Image File Format or TIFF"
|
||||
pkgrel=2
|
||||
pkgdesc="Support for the Tag Image File Format or TIFF"
|
||||
url="https://gitlab.com/libtiff/libtiff"
|
||||
arch="all"
|
||||
license="libtiff"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user