Sync with portage [Thu Dec 13 16:49:35 MSK 2012].

mhiretskiy
root 12 years ago
parent 2ca02e546e
commit 0c08903a02

@ -1,13 +1,13 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ada/cbind/cbind-6.0.1.ebuild,v 1.1 2012/11/30 12:40:17 george Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ada/cbind/cbind-6.0.1.ebuild,v 1.2 2012/12/13 11:12:49 george Exp $
# !NOTE!
# this is a utility, no libs generated, no reason to do the gnat.eclass dance
# so, "inherit gnat" should not appear here!
DESCRIPTION="This tool is designed to aid in the creation of Ada bindings to C."
SRC_URI="mirror://gentoo/${P}.tar.bz2"
SRC_URI="http://dev.gentoo.org/~george/src/${P}.tar.bz2"
HOMEPAGE="http://www.rational.com/"
LICENSE="GMGPL"

@ -1,3 +1,4 @@
DIST pgadmin3-1.14.2.tar.gz 15041255 SHA256 043e782fcedbf46f040d7164256f531ad4711730b97bd280b16035fb279fd872 SHA512 a53e9b920e4112de7e7a891aaede08f0cd751f054ddee011c941b64454d7e00e1d125ece7cfe96a5598457cebf837d2f1169024cbe6c82b995bd65d0f71d6aef WHIRLPOOL 890ca9632d87805636b4914de2e92088252d10d717a2b23308a0fd224ca3c2c08ec146e21e4a4232bfce7b6b4dd833a1322651bc74c7987772cbdc71749b4e6b
DIST pgadmin3-1.14.3.tar.gz 15074739 SHA256 00724a88b9f9f6ded24c98052053aef9b09a6a51816fbe9809f398307de12dd7 SHA512 14439ffc87309f6dccc243db33fcfb454a8892afd88ef0c6961750e3604a62427bcf2b1984eb80177ed193e03644e8d6f83fa4ae2102a62f03684df7f33e8bd2 WHIRLPOOL 5670bb23fae12a1aa0e34ffc862c372176eb1e43be9eb8838d18a981bdc5830c35905f7e1d6e3be606a04ff246dda52769bdd4127b2ac86fd5bede87b65a5b09
DIST pgadmin3-1.16.0.tar.gz 13467810 SHA256 f9cd6ff620f9c920615261ed6bd4b4c9f7b446420ed18a8080d2375640d851ac SHA512 d6d3fa96af3dd655c799134f106d68f1684d245ff2bbb2bf510c574afb667693ffe0167e4795c791fcdcaab4f129a166c085832e78812a4d591009a4ea47d96b WHIRLPOOL 78eae140d5b250925a002af65a4150bd0d1c7c563a63d0909500d4b1092655cfc2114cf73787492cee0b7cf643da5c61b77089b7ed0cd3da301f45dc7b05f1e4
DIST pgadmin3-1.16.1.tar.gz 13783723 SHA256 d4ba243dc24dc28e6d0db4104baec373ab3bec11c6dc0e6cfa4bd665a5b7c28e SHA512 f5f110f99d15801dc2b2253c803cf038871461909cb63f114ee769ff0977183d6825f3bf13f378822f874fc15aa593f52cd999ccb97370b786b6e02f45ce4a81 WHIRLPOOL 375f444147e2ff850d1fdffe8d88bbd9296aff652f1008447242e7cbe5995ad1ba37822fafe5012d09bf963cf4485183f72087c3ade3740c2eab974e931fb5b1

@ -2,4 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>postgresql</herd>
<use>
<flag name='database-designer'>Enable the Database Designer component</flag>
</use>
</pkgmetadata>

@ -0,0 +1,55 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.16.1.ebuild,v 1.1 2012/12/13 09:55:34 patrick Exp $
EAPI="4"
WX_GTK_VER="2.8"
inherit multilib versionator wxwidgets
DESCRIPTION="wxWidgets GUI for PostgreSQL."
HOMEPAGE="http://www.pgadmin.org/"
SRC_URI="mirror://postgresql/${PN}/release/v${PV}/src/${P}.tar.gz"
LICENSE="POSTGRESQL"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
SLOT="0"
IUSE="debug +database-designer"
DEPEND="x11-libs/wxGTK:2.8[X,debug=]
>=dev-db/postgresql-base-8.4.0
>=dev-libs/libxml2-2.6.18
>=dev-libs/libxslt-1.1"
RDEPEND="${DEPEND}"
pkg_setup() {
local pgslot=$(postgresql-config show)
if [[ ${pgslot//.} < 84 ]] ; then
eerror "PostgreSQL slot must be set to 8.4 or higher."
eerror " postgresql-config set 8.4"
die "PostgreSQL slot is not set to 8.4 or higher."
fi
}
src_configure() {
econf --with-wx-version=2.8 \
$(use_enable debug) \
$(use_enable database-designer)
}
src_install() {
emake DESTDIR="${D}" install
newicon "${S}/pgadmin/include/images/pgAdmin3.png" ${PN}.png
# icon location for the desktop file provided in pkg folder
insinto /usr/share/pgadmin3
doins "${S}/pgadmin/include/images/pgAdmin3.png"
domenu "${S}/pkg/pgadmin3.desktop"
# Fixing world-writable files
fperms -R go-w /usr/share
}

@ -0,0 +1,51 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pygments/pygments-1.5-r1.ebuild,v 1.1 2012/12/13 10:24:39 mgorny Exp $
EAPI=4
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2} pypy{1_8,1_9} )
inherit distutils-r1
MY_PN="Pygments"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Pygments is a syntax highlighting package written in Python."
HOMEPAGE="http://pygments.org/ http://pypi.python.org/pypi/Pygments"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc test"
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
test? (
dev-python/nose[${PYTHON_USEDEP}]
virtual/ttf-fonts
dev-texlive/texlive-latexrecommended
)"
S="${WORKDIR}/${MY_P}"
DOCS=( CHANGES )
python_test() {
cp -r -l tests "${BUILD_DIR}"/ || die
if [[ ${EPYTHON} == python3.* ]]; then
# Notes:
# -W is not supported by python3.1
# -n causes Python to write into hardlinked files
2to3 -w "${BUILD_DIR}"/tests/*.py || die
fi
nosetests -w "${BUILD_DIR}"/tests || die
}
python_install_all() {
use doc && local HTML_DOCS=( docs/build/. )
distutils-r1_python_install_all
}

@ -1,3 +1,4 @@
DIST pymongo-2.2.1.tar.gz 230880 SHA256 0a6251742736dd3c80025e701ec97ea1540bc97df26ada7b3bf40ff01daa7032 SHA512 093014671240ff43174b33ded43041d640818c37a2e25ee18c3cee2bb8a51e9edc49e04ed434806dfe2729c0f83294e108496f6fb23931fa16a2bebe3528fc85 WHIRLPOOL 27996bc9bd3406ab8c40e25eee0307c2a932e67a292d5c2d27da1149e32f7be236a8fc721c0cb7e6933d0409a3a3100dce7a2125bb74de92cf660430633e58a3
DIST pymongo-2.3.tar.gz 254199 SHA256 8e43fdd7ea8e2aa965791af1b6e24186248023c6fde70092d9631b1d9150b1dc SHA512 eb08f9716b2d5ee6c71ab06fe4e1ab57cb1385de808f26720a0173375be52a184dfabad23f7b10e765a7eb1b06fed597d27c052e7d42a60f7e470862abef8b25 WHIRLPOOL 25612002a891eb39d00416e0fbc0c64289bd307da11aef7bcd8f5763d12dec0c6495de7a62d24bc5518c50e7af3743724c1bc0c9a972872c420cca0c8f5881ae
DIST pymongo-2.4.1.tar.gz 275222 SHA256 dae8a074137ade3c854c47f76853792b69d1cbc263d9e74aaca50a02842da970 SHA512 89e4765952d7b38a41d4b148a6f2d8de808f3b35a78efa84589fc9ed138784b5ad7e1047436b3a21b7b145446cac837a6472207db0e711a1de3c37c77c922652 WHIRLPOOL 42a75a2db5349ac0261ac24f713c4969a9a948d14b23e291dfe3d948e0ff66ff6f7560629a7b2dcf6b37c9c0109c55f39766542bea18c6f2dd62f0bf94ad5e50
DIST pymongo-2.4.tar.gz 273479 SHA256 11d6a2934188eea6a6b6c55f3a0b1ac610175e6de92b0e5632bb8d90acb3d48d SHA512 cd3bed659614a3d61217bb445e0313494783ff01f25be681b86a24f66692a16c123213625ca5b046d50433c395d8f4b4b2be93e9bcad8f0f392cb7f6b6c60560 WHIRLPOOL 346959547590518bc7747f3e6a84013b0931743ae485b88293c6974ddc564884a70f8b2c6f5e33b8f1c65a9d5b547a43090bf01028613278f096cecf5d5509d1

@ -0,0 +1,64 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pymongo/pymongo-2.4.1.ebuild,v 1.1 2012/12/13 10:22:17 ultrabug Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
PYTHON_TESTS_FAILURES_TOLERANT_ABIS="*-jython"
DISTUTILS_SRC_TEST="nosetests"
PYTHON_TESTS_RESTRICTED_ABIS="3.*"
inherit distutils
DESCRIPTION="Python driver for MongoDB"
HOMEPAGE="http://github.com/mongodb/mongo-python-driver http://pypi.python.org/pypi/pymongo"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc mod_wsgi"
RDEPEND="dev-db/mongodb"
DEPEND="${RDEPEND}
dev-python/setuptools
doc? ( dev-python/sphinx )"
PYTHON_MODNAME="bson gridfs pymongo"
src_compile() {
distutils_src_compile
if use doc; then
einfo "Generation of documentation"
mkdir html
sphinx-build doc html || die "Generation of documentation failed"
fi
}
distutils_src_test_pre_hook() {
mkdir -p "${T}/tests-${PYTHON_ABI}/mongo.db"
mongod --dbpath "${T}/tests-${PYTHON_ABI}/mongo.db" --fork --logpath "${T}/tests-${PYTHON_ABI}/mongo.log"
}
src_test() {
distutils_src_test
killall -u "$(id -nu)" mongod
}
src_install() {
# Maintainer note:
# In order to work with mod_wsgi, we need to disable the C extension.
# See [1] for more information.
# [1] http://api.mongodb.org/python/current/faq.html#does-pymongo-work-with-mod-wsgi
distutils_src_install $(use mod_wsgi && echo --no_ext)
if use doc; then
dohtml -r html/* || die "Error installing docs"
fi
}
pkg_postinst() {
ewarn "Important changes on this release, make sure to read the changelog:"
ewarn "http://api.mongodb.org/python/${PV}/changelog.html"
}

@ -1,345 +0,0 @@
diff -aurN tix8.2.0/unix/Makefile.in funkhouser's/patch/Makefile.in
--- tix8.2.0/unix/Makefile.in 2001-01-10 23:43:46.000000000 -0800
+++ unix/Makefile.in 2002-10-11 13:58:52.000000000 -0700
@@ -44,6 +44,9 @@
# Directory in which to install libtix.so or libtix.a:
LIB_INSTALL_DIR = $(INSTALL_ROOT)$(libdir)
+# Directory in which to install tix.h
+INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(includedir)
+
# Path name to use when installing library scripts.
SCRIPT_INSTALL_DIR = $(INSTALL_ROOT)$(TIX_LIBRARY)
@@ -584,7 +587,7 @@
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
-rm -f config.status
-install: install-binaries install-libraries install-doc
+install: install-binaries install-libraries install-doc install-headers install-tools
install-strip:
$(MAKE) install INSTALL_PROGRAM="$(INSTALL_PROGRAM) -s"
@@ -619,6 +622,17 @@
"Installing $(TIX_EXE_FILE) as $(BIN_INSTALL_DIR)/$(TIX_EXE_FILE)"
@$(INSTALL_PROGRAM) $(TIX_EXE_FILE) $(BIN_INSTALL_DIR)/$(TIX_EXE_FILE)
+install-headers:
+ @echo "Installing header files";
+ @for i in $(GENERIC_DIR)/tix.h; \
+ do \
+ $(INSTALL_DATA) $$i $(INCLUDE_INSTALL_DIR); \
+ done;
+
+install-tools:
+ @echo "installing the tixindex program for building tclIndex for Tix scripts"
+ @$(INSTALL_DATA) $(TIX_SRC_DIR)/tools/tixindex $(BIN_INSTALL_DIR)
+
install-libraries: libraries
@for i in $(SCRIPT_INSTALL_DIR); \
do \
diff -aurN tix8.2.0/library/HList.tcl haneef's/patch/HList.tcl
--- tix8.2.0/library/HList.tcl 2001-01-23 23:28:35.000000000 -0800
+++ library/HList.tcl 2002-10-11 13:57:35.000000000 -0700
@@ -394,6 +394,9 @@
proc tixHList:AutoScan {w} {
case [tixHList:GetState $w] {
+ {10 11} {
+ tixHList:GoState 11 $w
+ }
{29 30} {
tixHList:GoState 30 $w
}
@@ -491,17 +494,19 @@
tixHList:GoState 0 $w
}
+# start auto-scanning inside a single/browse widget
proc tixHList:GoState-10 {w} {
tixHList:StartScan $w
}
+# repeat auto-scanning inside a single/browse widget
proc tixHList:GoState-11 {w} {
global tkPriv
tixHList:DoScan $w
set oldEnt [$w info anchor]
- set ent [tixHList:SetAnchor $w $tkPriv(x) $tkPriv(y)]
+ set ent [tixHList:SetAnchor $w $tkPriv(x) $tkPriv(y) 0 1]
if {$ent == "" || $oldEnt == $ent} {
return
@@ -718,12 +723,18 @@
tixHList:GoState 0 $w
}
+# ctrl-button-1 has been pressed in extended selection mode
proc tixHList:GoState-33 {w x y} {
set ent [tixHList:GetNearest $w $y]
if {$ent != ""} {
$w anchor set $ent
- $w selection set $ent
- tixHList:Browse $w $ent
+ if { [lsearch [$w info selection] $ent] >= 0 } {
+ # toggle
+ $w selection clear $ent
+ } else {
+ $w selection set $ent
+ tixHList:Browse $w $ent
+ }
}
}
@@ -745,13 +756,15 @@
return $ent
}
-proc tixHList:SetAnchor {w x y {disableOK 0}} {
+proc tixHList:SetAnchor {w x y {disableOK 0} {dontsee 0}} {
set ent [tixHList:GetNearest $w $y $disableOK]
if {$ent != ""} {
if {[$w entrycget $ent -state] != "disabled"} {
$w anchor set $ent
- $w see $ent
+ if {!$dontsee} {
+ $w see $ent
+ }
return $ent
} elseif $disableOK {
return $ent
@@ -846,3 +859,230 @@
}
+#----------------------------------------------------------------------
+#
+# Header resizing. Based on Art Morel's work.
+#
+#----------------------------------------------------------------------
+
+bind TixHListHeader <Motion> {
+ tixHList:header:setHeaderCursor [winfo parent %W] %W %x %y
+}
+bind TixHListHeader <Enter> {
+ tixHList:header:setHeaderCursor [winfo parent %W] %W %x %y
+}
+bind TixHListHeader <Leave> {
+ tixHList:header:setHeaderCursor [winfo parent %W] %W %x %y
+}
+bind TixHListHeader <1> {
+ tixHList:header:mark [winfo parent %W] %x
+}
+bind TixHListHeader <Button1-Enter> {
+ tixHList:header:drag [winfo parent %W] %x
+}
+bind TixHListHeader <Button1-Leave> {
+ tixHList:header:drag [winfo parent %W] %x
+}
+bind TixHListHeader <Button1-Motion> {
+ tixHList:header:drag [winfo parent %W] %x
+}
+bind TixHListHeader <ButtonRelease-1> {
+ tixHList:header:endDrag [winfo parent %W] %x
+}
+
+# tixHList:header:setHeaderCursor --
+# Change the header window's cursor to <-> when it's placed on top
+# of the border between two header columns.
+# Arguments:
+# hlist The HList whose column is being resized.
+# header The private header window of the HList.
+# x Mouse X location (relative to header window)
+# y Mouse Y location (relative to header window)
+# Results:
+# Returns nothing
+#
+proc tixHList:header:setHeaderCursor {hlist header x y} {
+ global tixPriv
+
+ if {$y >= 0 && $y < [winfo height $header] &&
+ [tixHList:header:getColumn $hlist $x] != -1} {
+ if {![info exists tixPriv(hlist:oldcursor)]} {
+ set col [tixHList:header:getColumn $hlist $x]
+ set colx [tixHList:header:getColumnX $hlist $col]
+ set tixPriv(hlist:col) $col
+ set tixPriv(hlist:startx) $colx
+ set tixPriv(hlist:oldcursor) [$hlist cget -cursor]
+ $hlist config -cursor sb_h_double_arrow
+ }
+ } else {
+ if {[info exists tixPriv(hlist:oldcursor)]} {
+ $hlist config -cursor $tixPriv(hlist:oldcursor)
+ unset tixPriv(hlist:oldcursor)
+ }
+ }
+}
+
+# tixHList:header:mark --
+# Initialize the header dragging indicator line.
+# Arguments:
+# hlist The Hlist whose column is being resized.
+# x Mouse X location (relative to header window)
+# Results:
+# Returns nothing
+#
+proc tixHList:header:mark {hlist x} {
+ global tixPriv
+
+ if {![info exists tixPriv(hlist:oldcursor)]} {
+ return
+ }
+
+ set col [tixHList:header:getColumn $hlist $x]
+ set colx [tixHList:header:getColumnX $hlist $col]
+ tixHList:header:drawDragLines set $hlist $colx
+
+ set tixPriv(hlist:startx) $x
+ set tixPriv(hlist:col) $col
+}
+
+# tixHList:header:drag --
+# Move the header dragging indicator line.
+# Arguments:
+# hlist The Hlist whose column is being resized.
+# x Mouse X location (relative to header window)
+# Results:
+# Returns nothing
+#
+proc tixHList:header:drag {hlist x} {
+ global tixPriv
+
+ if {![info exists tixPriv(hlist:oldcursor)]} {
+ return
+ }
+
+ set x [tixHList:header:restrictDrag $hlist $tixPriv(hlist:col) $x]
+ set delta [expr $x - $tixPriv(hlist:startx)]
+ set colx [tixHList:header:getColumnX $hlist $tixPriv(hlist:col)]
+
+ tixHList:header:drawDragLines update $hlist [expr $colx + $delta]
+}
+
+# tixHList:header:endDrag --
+# End header dragging and resize the affected column
+# Arguments:
+# hlist The Hlist whose column is being resized.
+# x Mouse X location (relative to header window)
+# Results:
+# Returns nothing
+#
+proc tixHList:header:endDrag {hlist x} {
+ global tixPriv
+
+ if {![info exists tixPriv(hlist:oldcursor)]} {
+ return
+ }
+ tixHList:header:drawDragLines cancel $hlist
+
+ set x [tixHList:header:restrictDrag $hlist $tixPriv(hlist:col) $x]
+ set width [$hlist column width $tixPriv(hlist:col)]
+ set delta [expr $x - $tixPriv(hlist:startx)]
+ set nwidth [expr $delta + $width]
+ if {$nwidth < 8} {
+ set nwidth 8
+ }
+ $hlist column width $tixPriv(hlist:col) $nwidth
+ $hlist config -cursor $tixPriv(hlist:oldcursor)
+
+ unset tixPriv(hlist:startx)
+ unset tixPriv(hlist:oldcursor)
+ unset tixPriv(hlist:col)
+ $hlist config -cursor {}
+}
+
+# Returns the vertical line that divides col and col+1
+proc tixHList:header:getColumnX {hlist col} {
+ set colx 0
+ for {set i 0} {$i <= $col} {incr i} {
+ incr colx [$hlist column width $i]
+ }
+ incr colx -[$hlist xview]
+
+ return $colx
+}
+
+proc tixHList:header:restrictDrag {hlist col x} {
+ set min [expr [tixHList:header:getColumnX $hlist [expr $col - 1]] + 8]
+ set max [expr [winfo width $hlist] - [$hlist cget -bd] - 2]
+
+ if {$x < $min} {
+ set x $min
+ }
+ if {$x > $max} {
+ set x $max
+ }
+
+ if {$x < 0} {
+ set x 0
+ }
+ if {$x > [winfo width $hlist]} {
+ set x [expr [winfo width $hlist] - 1]
+ }
+ return $x
+}
+
+
+proc tixHList:header:drawDragLines {mode {hlist {}} {x {}}} {
+ global tixPriv
+
+ if {$mode != "set"} {
+ if {[info exists tixPriv(hlist:drX)]} {
+ set oldX $tixPriv(hlist:drX)
+ set oldY1 $tixPriv(hlist:drY1)
+ set oldY2 $tixPriv(hlist:drY2)
+
+ tixTmpLine $oldX $oldY1 $oldX $oldY2 $hlist
+ }
+ }
+
+ if {$mode == "cancel"} {
+ catch {
+ unset tixPriv(hlist:drX)
+ unset tixPriv(hlist:drY1)
+ unset tixPriv(hlist:drY2)
+ }
+ return
+ }
+
+ set y1 [$hlist cget -bd]
+ set y2 [expr [winfo height $hlist] - 2 * $y1]
+
+ incr x [winfo rootx $hlist]
+ incr y1 [winfo rooty $hlist]
+ incr y2 [winfo rooty $hlist]
+
+ tixTmpLine $x $y1 $x $y2 $hlist
+
+ set tixPriv(hlist:drX) $x
+ set tixPriv(hlist:drY1) $y1
+ set tixPriv(hlist:drY2) $y2
+}
+
+# Returns the column which is just to the left of the mouse cursor
+proc tixHList:header:getColumn {hlist x} {
+ set fuzzy 3
+ set sum 0
+ set max [expr [$hlist cget -columns] - 1]
+ incr x [$hlist xview]
+
+ for {set col 0} {$col < $max} {incr col} {
+ set width [$hlist column width $col]
+ incr sum $width
+ if {abs($x - $sum) <= $fuzzy} {
+ return $col
+ break
+ }
+ }
+
+ return -1
+}
+

@ -1,26 +0,0 @@
Source: Mandriva - posted on http://bugs.gentoo.org/show_bug.cgi?id=250354
Index: generic/tixPort.h
===================================================================
--- generic/tixPort.h
+++ generic/tixPort.h 2007-05-13 19:33:49.000000000 +0200
@@ -21,6 +21,7 @@
#ifndef _TCL
#include "tcl.h"
#endif
+#include "tclInt.h"
#ifndef _TK
#include "tk.h"
Index: generic/tixWidget.c
===================================================================
--- generic/tixWidget.c
+++ generic/tixWidget.c 2007-05-13 19:38:07.000000000 +0200
@@ -228,7 +228,7 @@
Tcl_SetVar2(interp, "errorCode", NULL, oldErrorCode,
TCL_GLOBAL_ONLY);
}
- iPtr->flags |= ERR_IN_PROGRESS;
+ iPtr->flags |= INTERP_TRACE_IN_PROGRESS;
}
if (rootCmd) {
ckfree(rootCmd);

@ -0,0 +1,11 @@
--- Tix8.4.2/Makefile.in.link 2006-11-18 04:41:06.000000000 +0100
+++ Tix8.4.2/Makefile.in 2006-11-18 04:43:13.000000000 +0100
@@ -124,7 +124,7 @@
RANLIB = @RANLIB@
RANLIB_STUB = @RANLIB_STUB@
SHLIB_CFLAGS = @SHLIB_CFLAGS@
-SHLIB_LD = @SHLIB_LD@
+SHLIB_LD = @SHLIB_LD@ $(CFLAGS) -Wl,-soname=$(PKG_LIB_FILE)
SHLIB_LD_FLAGS = @SHLIB_LD_FLAGS@
SHLIB_LD_LIBS = @SHLIB_LD_LIBS@
STLIB_LD = @STLIB_LD@

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>tcltk</herd>
<herd>tcltk</herd>
</pkgmetadata>

@ -1,8 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/tix-8.4.3.ebuild,v 1.13 2012/09/09 21:30:25 blueness Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/tix-8.4.3.ebuild,v 1.14 2012/12/13 07:31:34 jlec Exp $
EAPI="2"
EAPI=5
inherit eutils multilib
@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/tix/${MY_P}-src.tar.gz"
IUSE=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
RESTRICT="test"
@ -28,14 +28,32 @@ RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"
src_prepare() {
(use x86-macos || use x64-macos) || epatch "${FILESDIR}"/${P}-link.patch
sed \
-e 's:-Os::g' \
-i configure tclconfig/tcl.m4 || die
}
src_configure() {
econf \
--with-tcl="${EPREFIX}/usr/$(get_libdir)" \
--with-tk="${EPREFIX}/usr/$(get_libdir)"
}
src_install() {
emake DESTDIR="${D}" install || die
default
# Bug 168897
insinto /usr/include; doins generic/tix.h || die
doheader generic/tix.h
# Bug 201138
dosym ${MY_P}/lib${MY_P}.so /usr/$(get_libdir)/lib${MY_P}.so || die
dodoc ChangeLog README.txt docs/*.txt || die
dohtml -r index.html ABOUT.html docs/ || die
if use x86-macos || use x64-macos; then
mv "${ED}"/usr/$(get_libdir)/${MY_P}/libTix{,.}${PV}.dylib
dosym ${MY_P}/libTix.${PV}.dylib /usr/$(get_libdir)/libTix.${PV}.dylib
else
dosym ${MY_P}/lib${MY_P}.so /usr/$(get_libdir)/lib${MY_P}.so
fi
dodoc ChangeLog README.txt docs/*.txt
dohtml -r index.html ABOUT.html docs/
}

@ -1 +1 @@
Thu, 13 Dec 2012 07:36:52 +0000
Thu, 13 Dec 2012 12:06:52 +0000

@ -1 +1 @@
Thu, 13 Dec 2012 07:36:52 +0000
Thu, 13 Dec 2012 12:06:52 +0000

@ -6,5 +6,5 @@ KEYWORDS=~x86 ~amd64
LICENSE=GMGPL
RDEPEND=virtual/ada
SLOT=0
SRC_URI=mirror://gentoo/cbind-6.0.1.tar.bz2
_md5_=2d8a1b79954b0993579b8a90ceb694bc
SRC_URI=http://dev.gentoo.org/~george/src/cbind-6.0.1.tar.bz2
_md5_=6861498d45acc27e9cdeddc92f25d917

@ -0,0 +1,13 @@
DEFINED_PHASES=configure install setup
DEPEND=x11-libs/wxGTK:2.8[X,debug=] >=dev-db/postgresql-base-8.4.0 >=dev-libs/libxml2-2.6.18 >=dev-libs/libxslt-1.1
DESCRIPTION=wxWidgets GUI for PostgreSQL.
EAPI=4
HOMEPAGE=http://www.pgadmin.org/
IUSE=debug +database-designer
KEYWORDS=~amd64 ~ppc ~x86 ~x86-fbsd
LICENSE=POSTGRESQL
RDEPEND=x11-libs/wxGTK:2.8[X,debug=] >=dev-db/postgresql-base-8.4.0 >=dev-libs/libxml2-2.6.18 >=dev-libs/libxslt-1.1
SLOT=0
SRC_URI=mirror://postgresql/pgadmin3/release/v1.16.1/src/pgadmin3-1.16.1.tar.gz
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 wxwidgets fb1a306837717dfa2af841ecdf929565
_md5_=50a6950dcc1dba43a1841dfd7dcdf022

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/setuptools[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_pypy1_8?,python_targets_pypy1_9?] test? ( dev-python/nose[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_pypy1_8?,python_targets_pypy1_9?] virtual/ttf-fonts dev-texlive/texlive-latexrecommended ) dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_pypy1_8?,python_targets_pypy1_9?] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_pypy1_8? ( dev-python/pypy:1.8 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 )
DESCRIPTION=Pygments is a syntax highlighting package written in Python.
EAPI=4
HOMEPAGE=http://pygments.org/ http://pypi.python.org/pypi/Pygments
IUSE=doc test python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_pypy1_8 python_targets_pypy1_9
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
LICENSE=BSD
RDEPEND=dev-python/setuptools[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_pypy1_8?,python_targets_pypy1_9?] dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_pypy1_8?,python_targets_pypy1_9?] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_pypy1_8? ( dev-python/pypy:1.8 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 )
REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_pypy1_8 python_targets_pypy1_9 )
SLOT=0
SRC_URI=mirror://pypi/P/Pygments/Pygments-1.5.tar.gz
_eclasses_=distutils-r1 b9b7c8f6f9495c1ab29f69fc49195b3a eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 fb4fe6028d7e1d3e82442f6057f1ff26 python-utils-r1 91bb8f958882645dca1ba01c1eda4545 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=e568bd66ee34ca10ccdd6d5c5fb5cc8b

@ -0,0 +1,13 @@
DEFINED_PHASES=compile install postinst postrm prepare test
DEPEND=dev-db/mongodb dev-python/setuptools doc? ( dev-python/sphinx ) =dev-lang/python-2* test? ( dev-python/nose )
DESCRIPTION=Python driver for MongoDB
EAPI=3
HOMEPAGE=http://github.com/mongodb/mongo-python-driver http://pypi.python.org/pypi/pymongo
IUSE=doc mod_wsgi test
KEYWORDS=~amd64 ~x86
LICENSE=Apache-2.0
RDEPEND=dev-db/mongodb =dev-lang/python-2*
SLOT=0
SRC_URI=mirror://pypi/p/pymongo/pymongo-2.4.1.tar.gz
_eclasses_=distutils 15ae23f6f8219a009bfcfff7724fe727 multilib 9aa8a023e062fca0ba79362d9d0cc488 python 4092929a66c8b47ffa8d314ca9314ea7 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4
_md5_=b4f40f89a3ff540028baba505c54b929

@ -1,13 +1,13 @@
DEFINED_PHASES=install
DEFINED_PHASES=configure install prepare
DEPEND=dev-lang/tk sys-apps/sed x11-libs/libX11 x11-libs/libXau x11-libs/libXdmcp
DESCRIPTION=A widget library for Tcl/Tk
EAPI=2
EAPI=5
HOMEPAGE=http://tix.sourceforge.net/
KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux
KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos
LICENSE=BSD
RDEPEND=dev-lang/tk sys-apps/sed x11-libs/libX11 x11-libs/libXau x11-libs/libXdmcp
RESTRICT=test
SLOT=0
SRC_URI=mirror://sourceforge/tix/Tix8.4.3-src.tar.gz
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=87ab1ba771d7f426a02cdb64e8bea2d2
_md5_=d9ab7236c55abf6a27f9c21e8e5735eb

@ -0,0 +1,15 @@
DEFINED_PHASES=compile config configure install postinst prepare setup unpack
DEPEND=dev-libs/popt dev-libs/libxml2 dev-libs/openssl sys-libs/ncurses sys-libs/zlib ais? ( sys-cluster/openais ) alsa? ( media-libs/alsa-lib ) bluetooth? ( net-wireless/bluez ) calendar? ( net-libs/neon dev-libs/libical dev-libs/iksemel ) caps? ( sys-libs/libcap ) curl? ( net-misc/curl ) dahdi? ( >=net-libs/libpri-1.4.12_beta2 net-misc/dahdi-tools ) freetds? ( dev-db/freetds ) gtalk? ( dev-libs/iksemel ) http? ( dev-libs/gmime:2.4 ) iconv? ( virtual/libiconv ) jabber? ( dev-libs/iksemel ) jingle? ( dev-libs/iksemel ) ldap? ( net-nds/openldap ) lua? ( dev-lang/lua ) mysql? ( virtual/mysql ) newt? ( dev-libs/newt ) odbc? ( dev-db/unixODBC ) osplookup? ( net-libs/osptoolkit ) portaudio? ( media-libs/portaudio ) postgres? ( dev-db/postgresql-base ) radius? ( net-dialup/radiusclient-ng ) selinux? ( sec-policy/selinux-asterisk ) snmp? ( net-analyzer/net-snmp ) span? ( media-libs/spandsp ) speex? ( media-libs/speex ) sqlite? ( dev-db/sqlite:0 ) sqlite3? ( dev-db/sqlite:3 ) srtp? ( net-libs/libsrtp ) vorbis? ( media-libs/libvorbis ) voicemail_storage_imap? ( virtual/imap-c-client ) !net-libs/openh323 || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool
DESCRIPTION=Asterisk: A Modular Open Source PBX System
EAPI=4
HOMEPAGE=http://www.asterisk.org/
IUSE=+voicemail_storage_file voicemail_storage_odbc voicemail_storage_imap ais alsa bluetooth calendar +caps curl dahdi debug doc freetds gtalk http iconv jabber jingle ldap lua mysql newt +samples odbc osplookup oss portaudio postgres radius selinux snmp span speex sqlite sqlite3 srtp static syslog vorbis
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2
PDEPEND=net-misc/asterisk-core-sounds net-misc/asterisk-extra-sounds net-misc/asterisk-moh-opsound
RDEPEND=dev-libs/popt dev-libs/libxml2 dev-libs/openssl sys-libs/ncurses sys-libs/zlib ais? ( sys-cluster/openais ) alsa? ( media-libs/alsa-lib ) bluetooth? ( net-wireless/bluez ) calendar? ( net-libs/neon dev-libs/libical dev-libs/iksemel ) caps? ( sys-libs/libcap ) curl? ( net-misc/curl ) dahdi? ( >=net-libs/libpri-1.4.12_beta2 net-misc/dahdi-tools ) freetds? ( dev-db/freetds ) gtalk? ( dev-libs/iksemel ) http? ( dev-libs/gmime:2.4 ) iconv? ( virtual/libiconv ) jabber? ( dev-libs/iksemel ) jingle? ( dev-libs/iksemel ) ldap? ( net-nds/openldap ) lua? ( dev-lang/lua ) mysql? ( virtual/mysql ) newt? ( dev-libs/newt ) odbc? ( dev-db/unixODBC ) osplookup? ( net-libs/osptoolkit ) portaudio? ( media-libs/portaudio ) postgres? ( dev-db/postgresql-base ) radius? ( net-dialup/radiusclient-ng ) selinux? ( sec-policy/selinux-asterisk ) snmp? ( net-analyzer/net-snmp ) span? ( media-libs/spandsp ) speex? ( media-libs/speex ) sqlite? ( dev-db/sqlite:0 ) sqlite3? ( dev-db/sqlite:3 ) srtp? ( net-libs/libsrtp ) vorbis? ( media-libs/libvorbis ) syslog? ( virtual/logger )
REQUIRED_USE=gtalk? ( jabber ) ^^ ( voicemail_storage_file voicemail_storage_odbc voicemail_storage_imap ) voicemail_storage_odbc? ( odbc )
SLOT=0
SRC_URI=http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-1.8.19.0.tar.gz mirror://gentoo/gentoo-asterisk-patchset-1.16.tar.bz2
_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f base ec46b36a6f6fd1d0b505a33e0b74e413 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac linux-info f01ffb28843e2de3ea571f80f07e5078 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=e61292d54186eb39c41b19e3bbbf1bff

@ -10,6 +10,6 @@ PDEPEND=net-misc/asterisk-core-sounds net-misc/asterisk-extra-sounds net-misc/as
RDEPEND=dev-db/sqlite:3 dev-libs/popt dev-libs/libxml2 dev-libs/openssl sys-libs/ncurses sys-libs/zlib ais? ( sys-cluster/openais ) alsa? ( media-libs/alsa-lib ) bluetooth? ( net-wireless/bluez ) calendar? ( net-libs/neon dev-libs/libical dev-libs/iksemel ) caps? ( sys-libs/libcap ) curl? ( net-misc/curl ) dahdi? ( >=net-libs/libpri-1.4.12_beta2 net-misc/dahdi-tools ) freetds? ( dev-db/freetds ) gtalk? ( dev-libs/iksemel ) http? ( dev-libs/gmime:2.4 ) iconv? ( virtual/libiconv ) jabber? ( dev-libs/iksemel ) jingle? ( dev-libs/iksemel ) ldap? ( net-nds/openldap ) lua? ( dev-lang/lua ) mysql? ( virtual/mysql ) newt? ( dev-libs/newt ) odbc? ( dev-db/unixODBC ) osplookup? ( net-libs/osptoolkit ) portaudio? ( media-libs/portaudio ) postgres? ( dev-db/postgresql-base ) radius? ( net-dialup/radiusclient-ng ) selinux? ( sec-policy/selinux-asterisk ) snmp? ( net-analyzer/net-snmp ) span? ( media-libs/spandsp ) speex? ( media-libs/speex ) srtp? ( net-libs/libsrtp ) vorbis? ( media-libs/libvorbis ) syslog? ( virtual/logger )
REQUIRED_USE=gtalk? ( jabber ) ^^ ( voicemail_storage_file voicemail_storage_odbc voicemail_storage_imap ) voicemail_storage_odbc? ( odbc )
SLOT=0
SRC_URI=http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-10.10.0.tar.gz mirror://gentoo/gentoo-asterisk-patchset-2.8.tar.bz2
SRC_URI=http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-10.11.0.tar.gz mirror://gentoo/gentoo-asterisk-patchset-2.8.tar.bz2
_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f base ec46b36a6f6fd1d0b505a33e0b74e413 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac linux-info f01ffb28843e2de3ea571f80f07e5078 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=ef1ecba57708d75b517ab837bf2087f9
_md5_=f9ae44b562bee4566ee6af8d6c729116

@ -10,6 +10,6 @@ PDEPEND=net-misc/asterisk-core-sounds net-misc/asterisk-extra-sounds net-misc/as
RDEPEND=dev-db/sqlite:3 dev-libs/popt dev-libs/libxml2 dev-libs/openssl sys-libs/ncurses sys-libs/zlib alsa? ( media-libs/alsa-lib ) bluetooth? ( net-wireless/bluez ) calendar? ( net-libs/neon dev-libs/libical dev-libs/iksemel ) caps? ( sys-libs/libcap ) cluster? ( sys-cluster/corosync ) curl? ( net-misc/curl ) dahdi? ( >=net-libs/libpri-1.4.12_beta2 net-misc/dahdi-tools ) freetds? ( dev-db/freetds ) gtalk? ( dev-libs/iksemel ) http? ( dev-libs/gmime:2.4 ) iconv? ( virtual/libiconv ) ilbc? ( dev-libs/ilbc-rfc3951 ) jabber? ( dev-libs/iksemel ) ldap? ( net-nds/openldap ) libedit? ( dev-libs/libedit ) lua? ( dev-lang/lua ) mysql? ( virtual/mysql ) newt? ( dev-libs/newt ) odbc? ( dev-db/unixODBC ) osplookup? ( net-libs/osptoolkit ) portaudio? ( media-libs/portaudio ) postgres? ( dev-db/postgresql-base ) radius? ( net-dialup/radiusclient-ng ) selinux? ( sec-policy/selinux-asterisk ) snmp? ( net-analyzer/net-snmp ) span? ( media-libs/spandsp ) speex? ( media-libs/speex ) srtp? ( net-libs/libsrtp ) vorbis? ( media-libs/libvorbis ) syslog? ( virtual/logger )
REQUIRED_USE=gtalk? ( jabber ) ^^ ( voicemail_storage_file voicemail_storage_odbc voicemail_storage_imap ) voicemail_storage_odbc? ( odbc )
SLOT=0
SRC_URI=http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-11.0.1.tar.gz mirror://gentoo/gentoo-asterisk-patchset-3.1.tar.bz2
SRC_URI=http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-11.1.0.tar.gz mirror://gentoo/gentoo-asterisk-patchset-3.1.tar.bz2
_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f base ec46b36a6f6fd1d0b505a33e0b74e413 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac linux-info f01ffb28843e2de3ea571f80f07e5078 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=bad54504d5a964b56b740aa9f38772e5
_md5_=9bd1d3c210d948eb9b304c8c05672b84

@ -10,4 +10,4 @@ RDEPEND=dev-cpp/eigen:3 dev-libs/boost media-libs/glew sci-libs/fftw:3.0[threads
SLOT=0
SRC_URI=http://dev.gentoo.org/~jlec/distfiles/ball-1.4.1.tar.gz
_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils 341ea44ed97a940b6ff74283ed5b94d7 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 1a0b9986e891584bbc9f18928d126299 multilib 9aa8a023e062fca0ba79362d9d0cc488 python 4092929a66c8b47ffa8d314ca9314ea7 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=e117bf80ed22e5a25dc4f24973971f79
_md5_=e5e59ce02b9759ac1dc0e0d2d14353b3

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for acct
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=fde6a6facc1d6d6630fa0a39383896d0
_md5_=b05160644b92e5843036db3ce32289f6

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for ada
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=0b229379093018f816408cae8ebfffc7
_md5_=b271c699278f84a2d6ae925a3e2ea577

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for afs
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=ecf53ca8a44e581c21141dfe69c5861d
_md5_=e2be907700b90f59fa20f73296f0c232

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for aide
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=26bcde7275930e3ed7fbdd1f2d5811c6
_md5_=e781b456b203c41ef8a7de17cb7b18b5

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for alsa
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=52951c69aa8e94a60f67e82b7128606d
_md5_=ff8d517b709d361aa486ac5b04cf820d

@ -3,10 +3,10 @@ DEPEND=sec-policy/selinux-inetd >=sys-apps/policycoreutils-2.0.82 >=sec-policy/s
DESCRIPTION=SELinux policy for amanda
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=sec-policy/selinux-inetd >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=28d2e1cd07a54a45181e6d0c9abec0c9
_md5_=4070c24161785f234bea156d18f19c1f

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for amavis
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=8d54ec87272abb4a129e5f2b4ed5b4ad
_md5_=0ab5d6b4e5c51b62632b80070f3f3117

@ -3,10 +3,10 @@ DEPEND=sec-policy/selinux-kerberos >=sys-apps/policycoreutils-2.0.82 >=sec-polic
DESCRIPTION=SELinux policy for apache
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=sec-policy/selinux-kerberos >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=09685fe27c230701795aabd4ec341180
_md5_=c0f4c3c469ca3b54abb80ce6b2421f53

@ -3,10 +3,10 @@ DEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.0.82 >=sec-policy/
DESCRIPTION=SELinux policy for apcupsd
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=b61ebae88aa27d2460ae7085535015b2
_md5_=67a59da3aefc731c7846f10a5f90fd22

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for apm
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=ef1c32ec26613e7fae1cb2b2f825e2c2
_md5_=ee69b668d1f4aaf880389432e97f610a

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for arpwatch
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=42438019165ef28e531ce1f539d5dce0
_md5_=32856984da66a9c07233443a7ef8168e

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for asterisk
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=f7e2af70dd2b6f6edc9903bf3aef4dc3
_md5_=a3643a1090b10e7ff8028166bfb5222b

@ -0,0 +1,10 @@
DEFINED_PHASES=compile install postinst prepare unpack
DEPEND=dev-vcs/git >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999 sys-devel/m4 >=sys-apps/checkpolicy-2.0.21
DESCRIPTION=SELinux policy for at
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-9999
SLOT=0
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=df9075013a263721a2cecfc0052c69d8

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for automount
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=d143f8748aded029c2ea55d0476aaf48
_md5_=df1954fe6fb0b1976e471badab08f460

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for avahi
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=eb87721ccbebd2bc8bd900d891255bf9
_md5_=69b43545f87e6b90849f70dcf47975fd

@ -3,10 +3,10 @@ DEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.0.82 >=sec-policy/
DESCRIPTION=SELinux policy for awstats
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=sec-policy/selinux-apache >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=99311ab61e9182316b71e98ed1b3c7cc
_md5_=994b5b851bd2501099fc49d7d291cbda

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for bacula
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=4c85afe2dd9b42afa7e7e5ceb5bc45ca
_md5_=a1d85f101709821ac408b3d6d5d1b9d8

@ -4,10 +4,10 @@ DESCRIPTION=Gentoo base policy for SELinux
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
IUSE=+peer_perms +open_perms +ubac doc
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.1.10 virtual/udev !<=sec-policy/selinux-base-policy-2.20120725
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=90fdf149af69736b61b932693d3ac418
_md5_=7a8b2c58750654293fb7bca46cbcdd41

@ -2,10 +2,10 @@ DEFINED_PHASES=compile install postinst prepare
DESCRIPTION=SELinux policy for core modules
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sec-policy/selinux-base-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=ed9ae7b3f9f98f44fe1671955eb38f45
_md5_=5ba3fb33d128655f4c60ca62acb795a1

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for bind
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=61f4d452c0e48eccdd57fda4886385fd
_md5_=c023b395b89a1431d9b72a6ebb94297e

@ -3,10 +3,10 @@ DEPEND=sec-policy/selinux-inetd >=sys-apps/policycoreutils-2.0.82 >=sec-policy/s
DESCRIPTION=SELinux policy for bitlbee
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=sec-policy/selinux-inetd >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=92271b882b6c194614dc58d4ef9712f4
_md5_=ac16b32cfffe80d8d7fa1bb3a163b739

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for bluetooth
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=34d43c6c29f7cb000d87e1633b41e4b7
_md5_=4249a0ee1f39eac3f3b9e45d04c812be

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for brctl
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=23aa38146cd1ca44463271074e238804
_md5_=eaca48666bd1bd583e67166fcf644679

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for calamaris
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=c7db5520f9dddc1b300793afe305548c
_md5_=915345c09f6ac0645aa5badddcd04c21

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for canna
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=cd68322d4e8d3c0969690311423c3245
_md5_=1b4a5901a47040e25635d1a1fa3d491e

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for ccs
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=8653753de02268df62aa0f54028b8176
_md5_=f90db2291b866f1237d3807598584766

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for cdrecord
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=1768cffaff68d0c899c2b582918b6166
_md5_=690395facc5b453e435d917d80589ed7

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for cgroup
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=9f97b17241e26c34ddfcce8e4f4db6c6
_md5_=4f992def1c3a0fddf897701a6de23f55

@ -3,10 +3,10 @@ DEPEND=sec-policy/selinux-xserver >=sys-apps/policycoreutils-2.0.82 >=sec-policy
DESCRIPTION=SELinux policy for chromium
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=sec-policy/selinux-xserver >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=1e88107fb3d1c3fb54dd268911d5858f
_md5_=ae562d610ac73bf5711c4098afb1f1b5

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for chronyd
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=03641ac5ce52326297cbbf6f14d821b9
_md5_=470b07dc31c9a8ab55f5b5e636975619

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for clamav
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=705ca4f1ae7efa9edfdd57b0b61767de
_md5_=07baeded23fec102d12c9b803c9b1d9a

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for clockspeed
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=b34021afa370ccab5b66fc6212995183
_md5_=0df96aa517d2bb7f6beb94965fc0d5f6

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for consolekit
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=9d7581640b786b7ce6ab9a30896da529
_md5_=bc071feb1cfeec0b04b7a26774a6865a

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for corosync
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=f8e73a593530ae5e73bc4348073c9b83
_md5_=c9946242c5544b2a4cf8c666302fea1c

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for courier
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=6bbf98dfd0b6fb25a46b1e386588be1a
_md5_=4d912cfd74d8298a2aec06bfb40ff85d

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for cpucontrol
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=53e3e33a68081d60457b28f2b68eb198
_md5_=3441f2c4eb658c06a26d873f3857960e

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for cpufreqselector
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=821a07b330c338d619c1ea18d9d1df14
_md5_=b639f47882bcefb7280105a87c9cd3d1

@ -3,10 +3,10 @@ DEPEND=sec-policy/selinux-lpd >=sys-apps/policycoreutils-2.0.82 >=sec-policy/sel
DESCRIPTION=SELinux policy for cups
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=sec-policy/selinux-lpd >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=dac4c898f038c17742f8c5d22a0a70dc
_md5_=07eba0a5fe523065beed02e9394532bf

@ -3,10 +3,10 @@ DEPEND=sec-policy/selinux-apache sec-policy/selinux-inetd >=sys-apps/policycoreu
DESCRIPTION=SELinux policy for cvs
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=sec-policy/selinux-apache sec-policy/selinux-inetd >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=d033aa8e6ab11bc235c97c521be28f20
_md5_=f465fd91dcb4b483dea9b55bc70ffbdb

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for cyphesis
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=afba68ccb83a2cb96aeab17d47fbd289
_md5_=fe309bda5ccd28ae75c4817fa635fff6

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for daemontools
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=f73f4b1032ca66daf33a14f8509135a8
_md5_=6360d48b18d4c5bde5a5c32771d32b65

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for dante
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=d5eafa26bf6f6bf7ad744b0eecabd38c
_md5_=d6335194ae67ba1e9169134a2aee667c

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for dbadm
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=bfa256fb48d0c61299101b242ba0b942
_md5_=00273b8cee6543775908670cb0f04335

@ -3,10 +3,10 @@ DEPEND=sec-policy/selinux-inetd >=sys-apps/policycoreutils-2.0.82 >=sec-policy/s
DESCRIPTION=SELinux policy for dbskk
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=sec-policy/selinux-inetd >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=d6ff5c0f8d09d6a3bee2915e1b21fe61
_md5_=c01601012600f1c8690c770843010229

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for dbus
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=78c54ff0aaa7111a58579973841f33ad
_md5_=c1279360af65d8de084461909f3fded6

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for dcc
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=15ffcedba35dd845f96d24aec3281334
_md5_=0ad3e587b6cffd68a67e08aefdade078

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for ddclient
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=da297a41c625d2b158ef6e783d0f4534
_md5_=22f9263e004542912b35660313eea2c9

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for ddcprobe
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=c75ada341a580a920082353586c7954c
_md5_=b037dc3ab9190bba726ad2e78ff85f4a

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for denyhosts
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=84f0e0401c5c880c942280422f3f96e2
_md5_=7673f590375b47a8dab85792d9f3b151

@ -3,10 +3,10 @@ DEPEND=sec-policy/selinux-dbus >=sys-apps/policycoreutils-2.0.82 >=sec-policy/se
DESCRIPTION=SELinux policy for devicekit
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=sec-policy/selinux-dbus >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=a981bfbb54e7345fe7078737c0d84f69
_md5_=e9589448d096ca1401d8b8f212c3638a

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for dhcp
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=33f2e320d5266c994ae384f114505a0f
_md5_=9b7222a032c7b9baad518d2861545d27

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for dictd
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=5447b94a56cb465c4da4a782257b7fa9
_md5_=3c40f1bfaff26cd144d950011523d5f5

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for distcc
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=2d4c418bb4cd6afcdf086110042a54c2
_md5_=23aadf1beb530998460349387f94be08

@ -3,10 +3,10 @@ DEPEND=sec-policy/selinux-daemontools sec-policy/selinux-ucspitcp >=sys-apps/pol
DESCRIPTION=SELinux policy for djbdns
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=sec-policy/selinux-daemontools sec-policy/selinux-ucspitcp >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=0a273d7bb7db9c70c5b5faedf2c86071
_md5_=23b4e1c05cd487dea795a303206d61a7

@ -3,10 +3,10 @@ DEPEND=sec-policy/selinux-milter >=sys-apps/policycoreutils-2.0.82 >=sec-policy/
DESCRIPTION=SELinux policy for dkim
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=sec-policy/selinux-milter >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=7b40f135deea92faedf09ea4ac179ac1
_md5_=f364e89cf7f62127b5d1ae65e62c2135

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for dmidecode
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=344962f1ec2c3ac000844ab98643c419
_md5_=2b61fd91e61ebf86863d896ea9f46d43

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for dnsmasq
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=1815cbda79d5fd322efedcfbed4fadf1
_md5_=3e75d54ead0daa666cddbf0e2e19125c

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for dovecot
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=4037ef8e2dc6aea5d8b3ecbb5e68467c
_md5_=e6548b3ed1c6b4f31cde17f6ebc57abf

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for dpkg
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=0b2013ef45ddde7824b4f087ef3819ac
_md5_=a9898e9de2e5eff9b8ba68e2ba98d7fa

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for dracut
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=45ccd9b9fc6823ec9773c8d719da3796
_md5_=879e1cc1ac0b673aa303d5b7bb0f524d

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for entropyd
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=4cb352a752eebcb9bc6962e88279cfc2
_md5_=eefee6c2bf43c55657bfaf409191b506

@ -3,10 +3,10 @@ DEPEND=sec-policy/selinux-xserver >=sys-apps/policycoreutils-2.0.82 >=sec-policy
DESCRIPTION=SELinux policy for evolution
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=sec-policy/selinux-xserver >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=97f10712e6a1e3ddcd053f538931104d
_md5_=6ad11acd9fb461dbce95b856402f5331

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for exim
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=e5fcc9fc38434d74ad4507cdfd15acae
_md5_=9d63ae12e85a174b38a973c1502aa052

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for fail2ban
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=a03b1308b8af40bc78e06b561b739afd
_md5_=968dbd55ac8eb485aceac49ff8a47bac

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for fetchmail
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=ce05af57b79a5971ad0d9c7ba5cf78dc
_md5_=a8b45a281e76fe0c38333b7a8a216bc2

@ -3,10 +3,10 @@ DEPEND=sec-policy/selinux-inetd >=sys-apps/policycoreutils-2.0.82 >=sec-policy/s
DESCRIPTION=SELinux policy for finger
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=sec-policy/selinux-inetd >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=e207874d94ed95c5e34ed352b936efd0
_md5_=94db1527b8adff650d93a63eb548c6d6

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for flash
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=8381d634c2b1b8337569ef2841e55b54
_md5_=c382dccfb2f706e43e0b3c72c60fff92

@ -3,10 +3,10 @@ DEPEND=sec-policy/selinux-dbus >=sys-apps/policycoreutils-2.0.82 >=sec-policy/se
DESCRIPTION=SELinux policy for fprintd
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=sec-policy/selinux-dbus >=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=4240a6714aab77529d738b22adb0293a
_md5_=a121cd6f022a4ea89552e7cd04086dda

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for ftp
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=a31d7ae275d077cdb5899c2cb7304950
_md5_=038b458b5415b4f8f599ca669373aea7

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for games
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=a7281a53271ff4089666143f1bb09ebe
_md5_=ef27971beb3947b8b6ecdd05278dd17d

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for gatekeeper
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=91d6fb4365ff18d015b644a97b94cb37
_md5_=ae7ec7fcbc8b07bbcf66d752ac126252

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for gift
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=d405c166a8b5965286a1d6b0e1a630f9
_md5_=7bf6d9f64404d88fdf4e75bcbc7afc9f

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for gitosis
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=877e5f14cb6beb4222cccf37b119d945
_md5_=b8b4947694c521686dcf4ca91193ec2e

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for gnome
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=7a939325120935ed4d957f1c94edeba2
_md5_=2fe5f565c7e8d4298b9e244107f334ae

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for gorg
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=cebd514614b7ee85db94ea686d98d5dd
_md5_=b19a35ef120d60c98578e04613e5718b

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for gpg
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=7013a91cb70a54b0b70fdcd4205e57e0
_md5_=b2c50c99d932e871bf8a3c0f31b3073d

@ -3,10 +3,10 @@ DEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.2012
DESCRIPTION=SELinux policy for gpm
EAPI=4
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-apps/policycoreutils-2.0.82 >=sec-policy/selinux-base-policy-2.20120725-r8
SLOT=0
SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r8.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 selinux-policy-2 48460697200ebcb51ba3fb83596a787a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=66b13087639ad5563309bb26f18d2d4a
_md5_=9207507cc705ee0e401689bfc60afb4c

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save