Merge branch 'master' into kernel-4.14
This commit is contained in:
@@ -15,7 +15,7 @@ import lzma
|
||||
|
||||
import piksemel
|
||||
|
||||
pisirepouri = "http://ciftlik.pisilinux.org/2.0-Beta.1/pisi-index.xml.xz"
|
||||
pisirepouri = "file:///home/ertugerata/Works/2.0-Beta.1/pisi-index.xml.xz"
|
||||
svnrepouri = "https://github.com/ertugerata/core/raw/master/pisi-index.xml.xz"
|
||||
|
||||
def getIndex(uri):
|
||||
|
||||
+33
-3
@@ -1,8 +1,38 @@
|
||||
|
||||
* working on https://github.com/ertugerata/core/raw/master/pisi-index.xml.xz
|
||||
* working on http://ciftlik.pisilinux.org/2.0-Beta.1/pisi-index.xml.xz
|
||||
* working on file:///home/ertugerata/Works/2.0-Beta.1/pisi-index.xml.xz
|
||||
|
||||
* Packages that needs compiling
|
||||
kernel/drivers/module-virtualbox (17 > 18)
|
||||
kernel/drivers/module-virtualbox-guest (17 > 18)
|
||||
kernel/drivers/module-bbswitch (16 > 17)
|
||||
kernel/drivers/module-broadcom-wl (16 > 17)
|
||||
kernel/drivers/module-virtualbox (25 > 27)
|
||||
kernel/drivers/module-virtualbox-guest (25 > 27)
|
||||
kernel/drivers/ndiswrapper (15 > 16)
|
||||
kernel/kernel (17 > 18)
|
||||
office/docbook/xmlto (3 > 4)
|
||||
system/base/coreutils (4 > 5)
|
||||
system/base/e2fsprogs (4 > 5)
|
||||
system/base/expat (5 > 6)
|
||||
system/base/file (4 > 5)
|
||||
system/base/gawk (3 > 4)
|
||||
system/base/gdbm (4 > 5)
|
||||
system/base/gzip (4 > 5)
|
||||
system/base/kmod (5 > 6)
|
||||
system/base/less (4 > 5)
|
||||
system/base/libpipeline (4 > 5)
|
||||
system/base/man-db (3 > 4)
|
||||
system/base/man-pages (4 > 5)
|
||||
system/base/nspr (5 > 6)
|
||||
system/base/openssl (4 > 5)
|
||||
system/base/perl (3 > 4)
|
||||
system/base/python (3 > 4)
|
||||
system/base/sqlite (7 > 9)
|
||||
system/base/tar (3 > 4)
|
||||
system/base/texinfo (4 > 5)
|
||||
system/base/timezone (4 > 5)
|
||||
system/base/util-linux (7 > 8)
|
||||
system/devel/check (4 > 5)
|
||||
system/devel/cmake (5 > 6)
|
||||
system/devel/elfutils (3 > 5)
|
||||
system/devel/libarchive (3 > 4)
|
||||
|
||||
|
||||
+13563
-13418
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
bb27522453a7298862c120692ebdbc03b193bd5e
|
||||
2d73dab0fce277fa9c86ed22c1296e711eb87102
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
8b4a4dab4b4cd07ee35f99ca8592fcd6cf9ab7a1
|
||||
8f0981a3bb01108692df0eabb14a7e2bb30167e6
|
||||
@@ -134,7 +134,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2018-05-03</Date>
|
||||
<Date>2018-06-07</Date>
|
||||
<Version>2.7.15</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
|
||||
@@ -61,10 +61,10 @@ def install():
|
||||
|
||||
pisitools.dodoc("README*")
|
||||
|
||||
shelltools.cd("%s/sqlite-doc-3220000" % get.workDIR())
|
||||
shelltools.cd("%s/sqlite-doc-3240000" % get.workDIR())
|
||||
shelltools.system("pwd")
|
||||
|
||||
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3220000/*")
|
||||
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3240000/*")
|
||||
|
||||
# fix permissions and remove obsolete files; https://bugs.archlinux.org/task/24605
|
||||
shelltools.system("find %s -type f -perm 755 -exec ls -lha {} \;" % get.installDIR())
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>An SQL Database Engine in a C Library</Summary>
|
||||
<Description>SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. Supports databases up to 2 terabytes in size.</Description>
|
||||
<Archive sha1sum="2fb24ec12001926d5209d2da90d252b9825366ac" type="targz">https://sqlite.org/2018/sqlite-autoconf-3220000.tar.gz</Archive>
|
||||
<Archive sha1sum="4cbcc5c5029b8e355fa1e5c563a15b91f7ea7ced" type="zip">https://sqlite.org/2018/sqlite-doc-3220000.zip</Archive>
|
||||
<Archive sha1sum="da68915e3563b5244cbcdb6c7e20fb35559bcfc6" type="targz">https://sqlite.org/2018/sqlite-autoconf-3240000.tar.gz</Archive>
|
||||
<Archive sha1sum="9684d06b7e6ec1868b1ef075993dc29d952dac97" type="zip">https://sqlite.org/2018/sqlite-doc-3240000.zip</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>readline-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -104,6 +104,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2018-07-08</Date>
|
||||
<Version>3.24.0</Version>
|
||||
<Comment>Verison Bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2018-05-05</Date>
|
||||
<Version>3.22.0</Version>
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
<BuildDependencies>
|
||||
<Dependency>acl-devel</Dependency>
|
||||
<Dependency>gettext</Dependency>
|
||||
<Dependency>texinfo</Dependency>
|
||||
<!--Dependency>gzip</Dependency>
|
||||
<Dependency>bzip2</Dependency>
|
||||
<Dependency>ncompress</Dependency-->
|
||||
|
||||
@@ -84,6 +84,7 @@ def install():
|
||||
|
||||
#pisitools.doman("sys-utils/klogconsole.man")
|
||||
pisitools.remove("/usr/share/man/man1/kill.1")
|
||||
pisitools.remove("/usr/share/bash-completion/completions/rfkill")
|
||||
|
||||
if get.buildTYPE() == "emul32": return
|
||||
|
||||
|
||||
@@ -141,9 +141,9 @@
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2018-05-01</Date>
|
||||
<Date>2018-07-11</Date>
|
||||
<Version>2.31.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
|
||||
Reference in New Issue
Block a user