sync with lfs stable

This commit is contained in:
Ertuğrul Erata
2017-12-06 10:19:17 +03:00
parent 1b2e99c75e
commit b9b598143a
7 changed files with 50 additions and 8 deletions
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>GNU regular expression matcher</Summary>
<Description>The grep command searches one or more input files for lines containing a match to a specified pattern. By default, grep prints the matching lines.</Description>
<Archive sha1sum="ac68dd7d07cd4318ef5545c29c9a37ed2e96aef6" type="tarxz">ftp://mirrors.kernel.org/gnu/grep/grep-2.27.tar.xz</Archive>
<Archive sha1sum="d1d677e959c7d874e18e7e3839f26a0f0c1733d5" type="tarxz">http://ftp.gnu.org/gnu/grep/grep-3.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>gettext</Dependency>
<Dependency>libpcre-devel</Dependency>
@@ -34,6 +34,13 @@
</Package>
<History>
<Update release="4">
<Date>2017-12-06</Date>
<Version>3.1</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-01-07</Date>
<Version>2.27</Version>
+4
View File
@@ -33,5 +33,9 @@ def install():
# Comes from xorg-input
pisitools.remove("/usr/share/man/man4/mouse.4")
# Comes from keyutils
pisitools.remove("/usr/share/man/man7/*-keyring.7")
pisitools.remove("/usr/share/man/man7/keyrings.7")
pisitools.dodoc("man-pages-*.Announce", "README")
+9 -2
View File
@@ -12,8 +12,8 @@
<IsA>data:doc</IsA>
<Summary>A somewhat comprehensive collection of Linux man pages</Summary>
<Description>A large collection of man pages (documentation) from the Linux Documentation Project (LDP).</Description>
<Archive sha1sum="1d04a31c51bbab6f113970721e994530900eb51c" type="tarxz">https://www.kernel.org/pub/linux/docs/man-pages/man-pages-4.09.tar.xz</Archive>
<Archive sha1sum="b9c65a46e2061a1b2d4ee7bcc3e46603517b1f42" target="man-pages-4.09" type="tarxz">http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/man-pages-posix-2003-a.tar.xz</Archive>
<Archive sha1sum="e1e081e9f1743c409ee876c87cd244bfb5f55703" type="tarxz">https://www.kernel.org/pub/linux/docs/man-pages/man-pages-4.12.tar.xz</Archive>
<Archive sha1sum="b9c65a46e2061a1b2d4ee7bcc3e46603517b1f42" target="man-pages-4.12" type="tarxz">http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/man-pages-posix-2003-a.tar.xz</Archive>
</Source>
<Package>
@@ -32,6 +32,13 @@
</Package>
<History>
<Update release="4">
<Date>2017-12-06</Date>
<Version>4.12</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-01-24</Date>
<Version>4.09</Version>