Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
I
inary
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
SulinOS
inary
Commits
caf29623
Kaydet (Commit)
caf29623
authored
Nis 28, 2018
tarafından
Suleyman Poyraz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remastered License and Copyright lines.
üst
05da4d18
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
158 changed files
with
322 additions
and
138 deletions
+322
-138
inary-cli
inary-cli
+2
-0
inary-spec.dtd
inary-spec.dtd
+1
-1
__init__.py
inary/__init__.py
+3
-1
__init__.py
inary/actionsapi/__init__.py
+3
-1
autotools.py
inary/actionsapi/autotools.py
+3
-1
cmaketools.py
inary/actionsapi/cmaketools.py
+3
-1
coreutils.py
inary/actionsapi/coreutils.py
+3
-1
get.py
inary/actionsapi/get.py
+3
-1
inarytools.py
inary/actionsapi/inarytools.py
+3
-1
javamodules.py
inary/actionsapi/javamodules.py
+3
-1
kde.py
inary/actionsapi/kde.py
+3
-1
kde4.py
inary/actionsapi/kde4.py
+3
-1
kde5.py
inary/actionsapi/kde5.py
+3
-1
kerneltools.py
inary/actionsapi/kerneltools.py
+3
-1
libtools.py
inary/actionsapi/libtools.py
+3
-1
perlmodules.py
inary/actionsapi/perlmodules.py
+3
-1
pkgconfig.py
inary/actionsapi/pkgconfig.py
+3
-1
pythonmodules.py
inary/actionsapi/pythonmodules.py
+3
-1
qt4.py
inary/actionsapi/qt4.py
+3
-1
qt5.py
inary/actionsapi/qt5.py
+3
-1
rubymodules.py
inary/actionsapi/rubymodules.py
+3
-1
scons.py
inary/actionsapi/scons.py
+3
-1
shelltools.py
inary/actionsapi/shelltools.py
+3
-1
texlivemodules.py
inary/actionsapi/texlivemodules.py
+3
-1
variables.py
inary/actionsapi/variables.py
+3
-1
__init__.py
inary/analyzer/__init__.py
+1
-1
conflict.py
inary/analyzer/conflict.py
+3
-1
ctypes_analyzer.py
inary/analyzer/ctypes_analyzer.py
+3
-1
dependency.py
inary/analyzer/dependency.py
+3
-1
firmwares.py
inary/analyzer/firmwares.py
+1
-1
magic.py
inary/analyzer/magic.py
+1
-1
pkgconfig.py
inary/analyzer/pkgconfig.py
+1
-1
urgent-packages.py
inary/analyzer/urgent-packages.py
+1
-1
api.py
inary/api.py
+3
-1
archive.py
inary/archive.py
+3
-1
atomicoperations.py
inary/atomicoperations.py
+3
-1
blacklist.py
inary/blacklist.py
+3
-1
__init__.py
inary/cli/__init__.py
+4
-2
addrepo.py
inary/cli/addrepo.py
+4
-2
blame.py
inary/cli/blame.py
+4
-2
build.py
inary/cli/build.py
+4
-2
check.py
inary/cli/check.py
+4
-2
clean.py
inary/cli/clean.py
+4
-2
command.py
inary/cli/command.py
+4
-2
configurepending.py
inary/cli/configurepending.py
+4
-2
deletecache.py
inary/cli/deletecache.py
+4
-2
delta.py
inary/cli/delta.py
+4
-2
disablerepo.py
inary/cli/disablerepo.py
+4
-2
emerge.py
inary/cli/emerge.py
+4
-2
emergeup.py
inary/cli/emergeup.py
+4
-2
enablerepo.py
inary/cli/enablerepo.py
+4
-2
fetch.py
inary/cli/fetch.py
+2
-2
graph.py
inary/cli/graph.py
+4
-2
help.py
inary/cli/help.py
+4
-2
history.py
inary/cli/history.py
+4
-2
inarycli.py
inary/cli/inarycli.py
+4
-2
index.py
inary/cli/index.py
+4
-2
info.py
inary/cli/info.py
+4
-2
install.py
inary/cli/install.py
+4
-2
listavailable.py
inary/cli/listavailable.py
+4
-2
listcomponents.py
inary/cli/listcomponents.py
+4
-2
listinstalled.py
inary/cli/listinstalled.py
+4
-2
listnewest.py
inary/cli/listnewest.py
+4
-2
listorphaned.py
inary/cli/listorphaned.py
+4
-2
listpending.py
inary/cli/listpending.py
+4
-2
listrepo.py
inary/cli/listrepo.py
+4
-2
listsources.py
inary/cli/listsources.py
+4
-2
listupgrades.py
inary/cli/listupgrades.py
+4
-2
rebuilddb.py
inary/cli/rebuilddb.py
+4
-2
remove.py
inary/cli/remove.py
+4
-2
removeorphaned.py
inary/cli/removeorphaned.py
+4
-2
removerepo.py
inary/cli/removerepo.py
+4
-2
search.py
inary/cli/search.py
+4
-2
searchfile.py
inary/cli/searchfile.py
+4
-2
updaterepo.py
inary/cli/updaterepo.py
+4
-2
upgrade.py
inary/cli/upgrade.py
+4
-2
config.py
inary/config.py
+3
-1
configfile.py
inary/configfile.py
+3
-1
constants.py
inary/constants.py
+3
-1
context.py
inary/context.py
+3
-1
__init__.py
inary/data/__init__.py
+3
-1
component.py
inary/data/component.py
+3
-1
files.py
inary/data/files.py
+3
-1
group.py
inary/data/group.py
+3
-1
history.py
inary/data/history.py
+3
-1
index.py
inary/data/index.py
+3
-1
metadata.py
inary/data/metadata.py
+3
-1
pgraph.py
inary/data/pgraph.py
+3
-1
relation.py
inary/data/relation.py
+3
-1
replace.py
inary/data/replace.py
+3
-1
specfile.py
inary/data/specfile.py
+3
-1
__init__.py
inary/db/__init__.py
+3
-1
componentdb.py
inary/db/componentdb.py
+3
-1
filesdb.py
inary/db/filesdb.py
+1
-1
groupdb.py
inary/db/groupdb.py
+3
-1
historydb.py
inary/db/historydb.py
+3
-1
installdb.py
inary/db/installdb.py
+3
-1
itembyrepo.py
inary/db/itembyrepo.py
+3
-1
lazydb.py
inary/db/lazydb.py
+3
-1
packagedb.py
inary/db/packagedb.py
+3
-1
repodb.py
inary/db/repodb.py
+0
-0
sourcedb.py
inary/db/sourcedb.py
+0
-0
errors.py
inary/errors.py
+0
-0
fetcher.py
inary/fetcher.py
+0
-0
file.py
inary/file.py
+0
-0
mirrors.py
inary/mirrors.py
+0
-0
__init__.py
inary/operations/__init__.py
+0
-0
build.py
inary/operations/build.py
+0
-0
check.py
inary/operations/check.py
+0
-0
delta.py
inary/operations/delta.py
+0
-0
emerge.py
inary/operations/emerge.py
+0
-0
helper.py
inary/operations/helper.py
+0
-0
history.py
inary/operations/history.py
+0
-0
info.py
inary/operations/info.py
+0
-0
install.py
inary/operations/install.py
+0
-0
op_wrappers.py
inary/operations/op_wrappers.py
+0
-0
remove.py
inary/operations/remove.py
+0
-0
search.py
inary/operations/search.py
+0
-0
upgrade.py
inary/operations/upgrade.py
+0
-0
package.py
inary/package.py
+0
-0
__init__.py
inary/scenarioapi/__init__.py
+0
-0
actions.py
inary/scenarioapi/actions.py
+0
-0
constants.py
inary/scenarioapi/constants.py
+0
-0
inaryops.py
inary/scenarioapi/inaryops.py
+0
-0
package.py
inary/scenarioapi/package.py
+0
-0
pspec.py
inary/scenarioapi/pspec.py
+0
-0
repoops.py
inary/scenarioapi/repoops.py
+0
-0
scenario.py
inary/scenarioapi/scenario.py
+0
-0
withops.py
inary/scenarioapi/withops.py
+0
-0
scomiface.py
inary/scomiface.py
+0
-0
signalhandler.py
inary/signalhandler.py
+0
-0
sourcearchive.py
inary/sourcearchive.py
+0
-0
strutils.py
inary/strutils.py
+0
-0
__init__.py
inary/sxml/__init__.py
+0
-0
autoxml.py
inary/sxml/autoxml.py
+0
-0
xmlext.py
inary/sxml/xmlext.py
+0
-0
xmlext_iks.py
inary/sxml/xmlext_iks.py
+0
-0
xmlext_minidom.py
inary/sxml/xmlext_minidom.py
+0
-0
xmlfile.py
inary/sxml/xmlfile.py
+0
-0
xmlfile_iks.py
inary/sxml/xmlfile_iks.py
+0
-0
xmlfile_minidom.py
inary/sxml/xmlfile_minidom.py
+0
-0
ui.py
inary/ui.py
+0
-0
uri.py
inary/uri.py
+0
-0
util.py
inary/util.py
+0
-0
version.py
inary/version.py
+0
-0
bug3481scen.py
scenarios/bug3481scen.py
+0
-0
bug3732scen.py
scenarios/bug3732scen.py
+0
-0
bug3865scen.py
scenarios/bug3865scen.py
+0
-0
bug4211scen.py
scenarios/bug4211scen.py
+0
-0
bug9991scen.py
scenarios/bug9991scen.py
+0
-0
check-newconfigs.py
scripts/check-newconfigs.py
+0
-0
cleanCache.py
scripts/cleanCache.py
+0
-0
createdelta.py
scripts/createdelta.py
+0
-0
inary-sandbox
scripts/inary-sandbox
+0
-0
inarysh
scripts/inarysh
+0
-0
lsinary
scripts/lsinary
+0
-0
uninary
scripts/uninary
+0
-0
setup.py
setup.py
+0
-0
No files found.
inary-cli
Dosyayı görüntüle @
caf29623
#!/usr/bin/env python3
#
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (AquilaNipalensis)
#
# This program is free software; you can redistribute it and/or modify it under
...
...
inary-spec.dtd
Dosyayı görüntüle @
caf29623
<!-- Document Type Declaration file for INARY pspec.xml files -->
<!-- http://www.
pardus
.org.tr/projeler/inary/ -->
<!-- http://www.
sulin
.org.tr/projeler/inary/ -->
<!ELEMENT INARY (Source,Package+,History)>
...
...
inary/__init__.py
Dosyayı görüntüle @
caf29623
# -*- coding: utf-8 -*-
#
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/actionsapi/__init__.py
Dosyayı görüntüle @
caf29623
# -*- coding: utf-8 -*-
#
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/actionsapi/autotools.py
Dosyayı görüntüle @
caf29623
# -*- coding: utf-8 -*-
#
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/actionsapi/cmaketools.py
Dosyayı görüntüle @
caf29623
# -*- coding: utf-8 -*-
#
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/actionsapi/coreutils.py
Dosyayı görüntüle @
caf29623
#-*- coding: utf-8 -*-
#
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/actionsapi/get.py
Dosyayı görüntüle @
caf29623
# -*- coding: utf-8 -*-
#
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/actionsapi/inarytools.py
Dosyayı görüntüle @
caf29623
#-*- coding: utf-8 -*-
#
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/actionsapi/javamodules.py
Dosyayı görüntüle @
caf29623
#-*- coding: utf-8 -*-
#
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/actionsapi/kde.py
Dosyayı görüntüle @
caf29623
# -*- coding: utf-8 -*-
#
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/actionsapi/kde4.py
Dosyayı görüntüle @
caf29623
# -*- coding: utf-8 -*-
#
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/actionsapi/kde5.py
Dosyayı görüntüle @
caf29623
# -*- coding: utf-8 -*-
#
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/actionsapi/kerneltools.py
Dosyayı görüntüle @
caf29623
# -*- coding: utf-8 -*-
#
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/actionsapi/libtools.py
Dosyayı görüntüle @
caf29623
# -*- coding: utf-8 -*-
#
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/actionsapi/perlmodules.py
Dosyayı görüntüle @
caf29623
# -*- coding: utf-8 -*-
#
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/actionsapi/pkgconfig.py
Dosyayı görüntüle @
caf29623
# -*- coding: utf-8 -*-
#
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/actionsapi/pythonmodules.py
Dosyayı görüntüle @
caf29623
# -*- coding: utf-8 -*-
#
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/actionsapi/qt4.py
Dosyayı görüntüle @
caf29623
# -*- coding: utf-8 -*-
#
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/actionsapi/qt5.py
Dosyayı görüntüle @
caf29623
# -*- coding: utf-8 -*-
#
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/actionsapi/rubymodules.py
Dosyayı görüntüle @
caf29623
# -*- coding: utf-8 -*-
#
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/actionsapi/scons.py
Dosyayı görüntüle @
caf29623
# -*- coding: utf-8 -*-
#
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/actionsapi/shelltools.py
Dosyayı görüntüle @
caf29623
#-*- coding: utf-8 -*-
#
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/actionsapi/texlivemodules.py
Dosyayı görüntüle @
caf29623
# -*- coding: utf-8 -*-
#
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/actionsapi/variables.py
Dosyayı görüntüle @
caf29623
# -*- coding: utf-8 -*-
#
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/analyzer/__init__.py
Dosyayı görüntüle @
caf29623
...
...
@@ -4,7 +4,7 @@
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/analyzer/conflict.py
Dosyayı görüntüle @
caf29623
# -*- coding: utf-8 -*-
#
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/analyzer/ctypes_analyzer.py
Dosyayı görüntüle @
caf29623
# -*- coding: utf-8 -*-
#
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/analyzer/dependency.py
Dosyayı görüntüle @
caf29623
# -*- coding: utf-8 -*-
#
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/analyzer/firmwares.py
Dosyayı görüntüle @
caf29623
...
...
@@ -4,7 +4,7 @@
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/analyzer/magic.py
Dosyayı görüntüle @
caf29623
...
...
@@ -4,7 +4,7 @@
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/analyzer/pkgconfig.py
Dosyayı görüntüle @
caf29623
...
...
@@ -4,7 +4,7 @@
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/analyzer/urgent-packages.py
Dosyayı görüntüle @
caf29623
...
...
@@ -4,7 +4,7 @@
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/api.py
Dosyayı görüntüle @
caf29623
# -*- coding: utf-8 -*-
#
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/archive.py
Dosyayı görüntüle @
caf29623
# -*- coding: utf-8 -*-
#
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/atomicoperations.py
Dosyayı görüntüle @
caf29623
# -*- coding: utf-8 -*-
#
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/blacklist.py
Dosyayı görüntüle @
caf29623
# -*- coding: utf-8 -*-
#
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/cli/__init__.py
Dosyayı görüntüle @
caf29623
# -*- coding: utf-8 -*-
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/cli/addrepo.py
Dosyayı görüntüle @
caf29623
# -*- coding:utf-8 -*-
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/cli/blame.py
Dosyayı görüntüle @
caf29623
# -*- coding:utf-8 -*-
#
# Copyright (C) 2017, Suleyman POYRAZ (Zaryob)
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2017 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/cli/build.py
Dosyayı görüntüle @
caf29623
# -*- coding:utf-8 -*-
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/cli/check.py
Dosyayı görüntüle @
caf29623
# -*- coding:utf-8 -*-
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/cli/clean.py
Dosyayı görüntüle @
caf29623
# -*- coding:utf-8 -*-
#
# Copyright (C) 2016 - 2017, Suleyman POYRAZ (Zaryob)
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/cli/command.py
Dosyayı görüntüle @
caf29623
# -*- coding:utf-8 -*-
#
# Copyright (C) 2016 - 2017, Suleyman POYRAZ (Zaryob)
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/cli/configurepending.py
Dosyayı görüntüle @
caf29623
# -*- coding:utf-8 -*-
#
# Copyright (C) 2016 - 2017, Suleyman POYRAZ (Zaryob)
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/cli/deletecache.py
Dosyayı görüntüle @
caf29623
# -*- coding:utf-8 -*-
#
# Copyright (C) 2016 - 2017, Suleyman POYRAZ (Zaryob)
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/cli/delta.py
Dosyayı görüntüle @
caf29623
# -*- coding:utf-8 -*-
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/cli/disablerepo.py
Dosyayı görüntüle @
caf29623
# -*- coding:utf-8 -*-
#
# Copyright (C) 2017, Suleyman POYRAZ (Zaryob)
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2017 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/cli/emerge.py
Dosyayı görüntüle @
caf29623
# -*- coding:utf-8 -*-
#
# Copyright (C) 2016 - 2017, Suleyman POYRAZ (Zaryob)
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version
2
of the License, or (at your option)
# Software Foundation; either version
3
of the License, or (at your option)
# any later version.
#
# Please read the COPYING file.
...
...
inary/cli/emergeup.py
Dosyayı görüntüle @
caf29623
# -*- coding:utf-8 -*-
#
# Copyright (C) 2016 - 2017, Suleyman POYRAZ (Zaryob)
# Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE
#
# Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob)
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free