sync with lfs
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<IsA>console</IsA>
|
||||
<Summary>eudev is a fork of system-udev</Summary>
|
||||
<Description>eudev is a fork of system-udev with the goal of obtaining better compatibility with existing software such as OpenRC and Upstart, older kernels, various toolchains and anything else required by users and various distributions.</Description>
|
||||
<Archive sha1sum="18a81b6da182c0c30823ea976ab0c8c70ba1a621" type="targz">https://github.com/gentoo/eudev/archive/v3.1.tar.gz</Archive>
|
||||
<Archive sha1sum="2a1ab1f301b8d0fe1754f13d4b5fe63d84173bf3" type="targz">https://github.com/gentoo/eudev/archive/v3.1.1.tar.gz</Archive>
|
||||
<AdditionalFiles>
|
||||
<!-- http://www.linuxfromscratch.org/lfs/view/development/chapter06/eudev.html -->
|
||||
<AdditionalFile target="config.cache">config.cache</AdditionalFile>
|
||||
@@ -119,6 +119,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2015-06-05</Date>
|
||||
<Version>3.1.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2015-05-30</Date>
|
||||
<Version>3.1</Version>
|
||||
|
||||
@@ -19,8 +19,8 @@ def setup():
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def check():
|
||||
autotools.make("-j1 check diffout")
|
||||
#def check():
|
||||
# autotools.make("-j1 check diffout")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
@@ -12,13 +12,13 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>GNU awk pattern-matching language</Summary>
|
||||
<Description>The awk utility interprets a special-purpose programming language that makes it possible to handle simple data-reformatting jobs with just a few lines of code. It helps you to make changes in various text files wherever certain patterns appear, or extract data from parts of certain lines while discarding the rest. Gawk is the GNU implementation of awk.</Description>
|
||||
<Archive sha1sum="547feb48d20e923aff58daccee97c94e047fdc18" type="tarxz">http://ftp.gnu.org/gnu/gawk/gawk-4.1.1.tar.xz</Archive>
|
||||
<Archive sha1sum="76b0acbbdeaa0e58466675c5faf68895eedd8306" type="tarxz">ftp://mirrors.kernel.org/gnu/gawk/gawk-4.1.3.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">gawk-4.1.1-sandbox_issue.patch</Patch>
|
||||
<Patch level="1">gawk-4.1.1-sigpipe.patch</Patch>
|
||||
<!--<Patch level="1">gawk-4.1.1-sandbox_issue.patch</Patch>
|
||||
<Patch level="1">gawk-4.1.1-sigpipe.patch</Patch>-->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -43,6 +43,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2015-06-05</Date>
|
||||
<Version>4.1.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2014-05-11</Date>
|
||||
<Version>4.1.1</Version>
|
||||
|
||||
@@ -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="55aac6158b51baa505669cf8f86440bcc106ec65" type="tarxz">http://ftp.gnu.org/gnu/grep/grep-2.20.tar.xz</Archive>
|
||||
<Archive sha1sum="c7e6525c5c5aaa1bc3c1774db1697f42b11c2d85" type="tarxz">ftp://mirrors.kernel.org/gnu/grep/grep-2.21.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gettext</Dependency>
|
||||
<Dependency>libpcre-devel</Dependency>
|
||||
@@ -34,6 +34,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2015-06-05</Date>
|
||||
<Version>2.21</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2014-06-04</Date>
|
||||
<Version>2.20</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Various useful Linux utilities</Summary>
|
||||
<Description>The util-linux package contains a large variety of low-level system utilities that are necessary for a Linux system to function.</Description>
|
||||
<Archive sha1sum="73aee8f0ecc5f25c206a92e0c6ed7f14a5e01d66" type="tarxz">https://www.kernel.org/pub/linux/utils/util-linux/v2.26/util-linux-2.26.1.tar.xz</Archive>
|
||||
<Archive sha1sum="ac0b880a12392b2cbbe12239ab7613c25349093d" type="tarxz">https://www.kernel.org/pub/linux/utils/util-linux/v2.26/util-linux-2.26.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>eudev-devel</Dependency>
|
||||
@@ -158,6 +158,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="10">
|
||||
<Date>2015-06-05</Date>
|
||||
<Version>2.26.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2015-04-29</Date>
|
||||
<Version>2.26.1</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Applies patch files</Summary>
|
||||
<Description>Patch takes a patch file generated by diff command, and applies it to the original files, thus producing patched files.</Description>
|
||||
<Archive sha1sum="b2e29867263095e0f8bfd4b1319124b04102f2b0" type="tarxz">ftp://ftp.gnu.org/gnu/patch/patch-2.7.4.tar.xz</Archive>
|
||||
<Archive sha1sum="8fd8f8f8ba640d871bce1bd33c7fd5e2ebe03a1e" type="tarxz">ftp://ftp.gnu.org/gnu/patch/patch-2.7.5.tar.xz</Archive>
|
||||
<Patches>
|
||||
<!--<Patch level="1">patch-2.7.1-initialize-data-structures-early-enough.patch</Patch>-->
|
||||
</Patches>
|
||||
@@ -31,6 +31,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2015-06-05</Date>
|
||||
<Version>2.7.5</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2015-02-01</Date>
|
||||
<Version>2.7.4</Version>
|
||||
|
||||
Reference in New Issue
Block a user