Sync with portage [Mon Apr 28 17:33:04 MSK 2014].

mhiretskiy
root 10 years ago
parent 6b1fab7d4c
commit 215b9a5f6a

@ -1,2 +1,3 @@
DIST apr-1.4.8.tar.bz2 772927 SHA256 61b8d2f8d321c6365ee3d71d0bb41f3a89c44da6124cc5b407a3b8319d660421 SHA512 48483647fd958cae6b27672cfe10d3905fd2d4280b686a64deb5e166c239aa7d9838d61a199b5db836c47e63acebee9fa95804d60543cb581fef87bcc150c15b WHIRLPOOL c0e3e17470970734cd36b1b72837b3ed39e0488ef4291eb3a3f9482dffabb72aab85b4d9a8482d9c4cc3a66ce530bd81e8076b98e1fa10b086089266fa9b2f0a
DIST apr-1.5.0.tar.bz2 813976 SHA256 17287d36a5917e27281e60d47e7b147bd5ddcd1ca832702c2318f5e0724f1221 SHA512 d54d995a67fe13a619d4781cbfcfae07679d15defa49634ee472c6a93f9521f7964e6e3e366188f1817c01a8fdb98b4ff042e56d8bd9bc379683d6c4ccff2a3e WHIRLPOOL 083da7589f85fb2212b4ced33004ee30848a40cf4718de36a21dfcba15b794dc9b57a9324cdd400e2df74564f9ad27899119de55075f1e0285415471b47f90e7
DIST apr-1.5.1.tar.bz2 817569 SHA256 e94abe431d4da48425fcccdb27b469bd0f8151488f82e5630a56f26590e198ac SHA512 0d8dea97490cd0b0689eb090d0e32ab9b582e4a0248ea7028e2a44552fc3839013b18cff985547aa9bbb549d93bc4859cca1d8ef95b32d4d4fd610ed19bde435 WHIRLPOOL 553efdefdb58ae44015ef36505c70b52122b750e6c3f63d9ccaa0878efd476dac249a62e2fb644d3e709c372a2805b1d76869c0e9b880b6273f46ef2e9937ace

@ -0,0 +1,138 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-1.5.1.ebuild,v 1.1 2014/04/28 07:10:01 polynomial-c Exp $
EAPI="4"
inherit autotools eutils libtool multilib toolchain-funcs
DESCRIPTION="Apache Portable Runtime Library"
HOMEPAGE="http://apr.apache.org/"
SRC_URI="mirror://apache/apr/${P}.tar.bz2"
LICENSE="Apache-2.0"
SLOT="1"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc elibc_FreeBSD older-kernels-compatibility static-libs +urandom"
RDEPEND="elibc_glibc? ( >=sys-apps/util-linux-2.16 )
elibc_mintlib? ( >=sys-apps/util-linux-2.18 )"
DEPEND="${RDEPEND}
>=sys-devel/libtool-2.4.2
doc? ( app-doc/doxygen )"
DOCS=(CHANGES NOTICE README)
src_prepare() {
epatch "${FILESDIR}"/${PN}-1.5.0-mint.patch
epatch "${FILESDIR}"/${PN}-1.5.0-libtool.patch
epatch "${FILESDIR}"/${PN}-1.5.0-cross-types.patch
epatch "${FILESDIR}"/${PN}-1.5.0-sysroot.patch #385775
epatch_user #449048
AT_M4DIR="build" eautoreconf
elibtoolize
epatch "${FILESDIR}/config.layout.patch"
}
src_configure() {
local myconf=()
[[ ${CHOST} == *-mint* ]] && export ac_cv_func_poll=no
if use older-kernels-compatibility; then
local apr_cv_accept4 apr_cv_dup3 apr_cv_epoll_create1 apr_cv_sock_cloexec
export apr_cv_accept4="no"
export apr_cv_dup3="no"
export apr_cv_epoll_create1="no"
export apr_cv_sock_cloexec="no"
fi
if tc-is-cross-compiler; then
# The apache project relies heavily on AC_TRY_RUN and doesn't
# have any sane cross-compiling fallback logic.
export \
ac_cv_file__dev_zero="yes" \
ac_cv_func_sem_open="yes" \
ac_cv_negative_eai="yes" \
ac_cv_o_nonblock_inherited="no" \
ac_cv_struct_rlimit="yes" \
ap_cv_atomic_builtins="yes" \
apr_cv_accept4="yes" \
apr_cv_dup3="yes" \
apr_cv_epoll="yes" \
apr_cv_epoll_create1="yes" \
apr_cv_gai_addrconfig="yes" \
apr_cv_mutex_recursive="yes" \
apr_cv_mutex_robust_shared="yes" \
apr_cv_process_shared_works="yes" \
apr_cv_pthreads_lib="-pthread" \
apr_cv_sock_cloexec="yes" \
apr_cv_tcp_nodelay_with_cork="yes"
fi
if use urandom; then
myconf+=( --with-devrandom=/dev/urandom )
elif (( ${CHOST#*-hpux11.} <= 11 )); then
: # no /dev/*random on hpux11.11 and before, $PN detects this.
else
myconf+=( --with-devrandom=/dev/random )
fi
tc-is-static-only && myconf+=( --disable-dso )
# shl_load does not search runpath, but hpux11 supports dlopen
[[ ${CHOST} == *-hpux11* ]] && myconf+=( --enable-dso=dlfcn )
if [[ ${CHOST} == *-solaris2.10 ]]; then
case $(<$([[ ${CHOST} != ${CBUILD} ]] && echo "${EPREFIX}/usr/${CHOST}")/usr/include/atomic.h) in
*atomic_cas_ptr*) ;;
*)
elog "You do not have Solaris Patch ID "$(
[[ ${CHOST} == sparc* ]] && echo 118884 || echo 118885
)" (Problem 4954703) installed on your host ($(hostname)),"
elog "using generic atomic operations instead."
myconf+=( --disable-nonportable-atomics )
;;
esac
fi
econf \
--enable-layout=gentoo \
--enable-nonportable-atomics \
--enable-threads \
$(use_enable static-libs static) \
"${myconf[@]}"
}
src_compile() {
if tc-is-cross-compiler; then
# This header is the same across targets, so use the build compiler.
emake tools/gen_test_char
tc-export_build_env BUILD_CC
${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_CPPFLAGS} ${BUILD_LDFLAGS} \
tools/gen_test_char.c -o tools/gen_test_char || die
fi
emake
if use doc; then
emake dox
fi
}
src_install() {
default
find "${ED}" -name "*.la" -delete
if use doc; then
dohtml -r docs/dox/html/*
fi
# This file is only used on AIX systems, which Gentoo is not,
# and causes collisions between the SLOTs, so remove it.
# Even in Prefix, we don't need this on AIX.
rm -f "${ED}usr/$(get_libdir)/apr.exp"
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.52.0-r6.ebuild,v 1.14 2014/04/07 10:17:50 pinkbyte Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.52.0-r6.ebuild,v 1.15 2014/04/28 07:20:08 pinkbyte Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@ -60,6 +60,19 @@ ${python_configuration}
__EOF__
}
pkg_setup() {
# Bail out on unsupported build configuration, bug #456792
if [[ -f "${EROOT}etc/site-config.jam" ]]; then
grep -q gentoorelease "${EROOT}etc/site-config.jam" && grep -q gentoodebug "${EROOT}etc/site-config.jam" ||
(
eerror "You are using custom ${EROOT}etc/site-config.jam without defined gentoorelease/gentoodebug targets."
eerror "Boost can not be built in such configuration."
eerror "Please, either remove this file or add targets from ${EROOT}usr/share/boost-build/site-config.jam to it."
die
)
fi
}
src_prepare() {
epatch \
"${FILESDIR}/${PN}-1.48.0-mpi_python3.patch" \

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.53.0-r1.ebuild,v 1.3 2014/04/07 10:57:06 pinkbyte Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.53.0-r1.ebuild,v 1.4 2014/04/28 07:20:08 pinkbyte Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@ -61,6 +61,19 @@ ${python_configuration}
__EOF__
}
pkg_setup() {
# Bail out on unsupported build configuration, bug #456792
if [[ -f "${EROOT}etc/site-config.jam" ]]; then
grep -q gentoorelease "${EROOT}etc/site-config.jam" && grep -q gentoodebug "${EROOT}etc/site-config.jam" ||
(
eerror "You are using custom ${EROOT}etc/site-config.jam without defined gentoorelease/gentoodebug targets."
eerror "Boost can not be built in such configuration."
eerror "Please, either remove this file or add targets from ${EROOT}usr/share/boost-build/site-config.jam to it."
die
)
fi
}
src_prepare() {
epatch \
"${FILESDIR}/${PN}-1.48.0-mpi_python3.patch" \

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.54.0-r1.ebuild,v 1.3 2014/04/07 10:57:06 pinkbyte Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.54.0-r1.ebuild,v 1.4 2014/04/28 07:20:08 pinkbyte Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@ -61,6 +61,19 @@ ${python_configuration}
__EOF__
}
pkg_setup() {
# Bail out on unsupported build configuration, bug #456792
if [[ -f "${EROOT}etc/site-config.jam" ]]; then
grep -q gentoorelease "${EROOT}etc/site-config.jam" && grep -q gentoodebug "${EROOT}etc/site-config.jam" ||
(
eerror "You are using custom ${EROOT}etc/site-config.jam without defined gentoorelease/gentoodebug targets."
eerror "Boost can not be built in such configuration."
eerror "Please, either remove this file or add targets from ${EROOT}usr/share/boost-build/site-config.jam to it."
die
)
fi
}
src_prepare() {
epatch \
"${FILESDIR}/${PN}-1.48.0-mpi_python3.patch" \

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.55.0-r1.ebuild,v 1.4 2014/04/07 10:57:06 pinkbyte Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.55.0-r1.ebuild,v 1.5 2014/04/28 07:20:08 pinkbyte Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@ -69,6 +69,19 @@ ${python_configuration}
__EOF__
}
pkg_setup() {
# Bail out on unsupported build configuration, bug #456792
if [[ -f "${EROOT}etc/site-config.jam" ]]; then
grep -q gentoorelease "${EROOT}etc/site-config.jam" && grep -q gentoodebug "${EROOT}etc/site-config.jam" ||
(
eerror "You are using custom ${EROOT}etc/site-config.jam without defined gentoorelease/gentoodebug targets."
eerror "Boost can not be built in such configuration."
eerror "Please, either remove this file or add targets from ${EROOT}usr/share/boost-build/site-config.jam to it."
die
)
fi
}
src_prepare() {
epatch \
"${FILESDIR}/${PN}-1.51.0-respect_python-buildid.patch" \

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.17.ebuild,v 1.2 2014/04/28 06:35:54 gienah Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.17.ebuild,v 1.3 2014/04/28 07:44:03 ulm Exp $
EAPI=5
inherit multilib eutils flag-o-matic pax-utils
@ -51,11 +51,11 @@ sbcl_feature() {
}
sbcl_apply_features() {
cat > "${CONFIG}" <<'EOF'
(lambda (list)
(flet ((enable (x) (pushnew x list))
(disable (x) (setf list (remove x list))))
EOF
sed 's/^X//' > "${CONFIG}" <<-'EOF'
(lambda (list)
X (flet ((enable (x) (pushnew x list))
X (disable (x) (setf list (remove x list))))
EOF
if use x86 || use amd64; then
sbcl_feature "$(usep threads)" ":sb-thread"
fi
@ -64,10 +64,10 @@ EOF
sbcl_feature "$(usep unicode)" ":sb-unicode"
sbcl_feature "$(usep zlib)" ":sb-core-compression"
sbcl_feature "$(usep debug)" ":sb-xref-for-internals"
cat >> "${CONFIG}" <<'EOF'
)
list)
EOF
sed 's/^X//' >> "${CONFIG}" <<-'EOF'
X )
X list)
EOF
cat "${CONFIG}"
}
@ -162,17 +162,17 @@ src_test() {
src_install() {
# install system-wide initfile
dodir /etc/
cat > "${D}"/etc/sbclrc <<EOF
;;; The following is required if you want source location functions to
;;; work in SLIME, for example.
(setf (logical-pathname-translations "SYS")
'(("SYS:SRC;**;*.*.*" #p"/usr/$(get_libdir)/sbcl/src/**/*.*")
("SYS:CONTRIB;**;*.*.*" #p"/usr/$(get_libdir)/sbcl/**/*.*")))
;;; Setup ASDF2
(load "/etc/common-lisp/gentoo-init.lisp")
EOF
sed 's/^X//' > "${D}"/etc/sbclrc <<-EOF
;;; The following is required if you want source location functions to
;;; work in SLIME, for example.
X
(setf (logical-pathname-translations "SYS")
X '(("SYS:SRC;**;*.*.*" #p"/usr/$(get_libdir)/sbcl/src/**/*.*")
X ("SYS:CONTRIB;**;*.*.*" #p"/usr/$(get_libdir)/sbcl/**/*.*")))
X
;;; Setup ASDF2
(load "/etc/common-lisp/gentoo-init.lisp")
EOF
# Install documentation
unset SBCL_HOME

@ -0,0 +1,57 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core-apps/gnome-core-apps-3.12.0.ebuild,v 1.1 2014/04/28 07:02:56 eva Exp $
EAPI="5"
DESCRIPTION="Sub-meta package for the core applications integrated with GNOME 3"
HOMEPAGE="http://www.gnome.org/"
LICENSE="metapackage"
SLOT="3.0"
IUSE="+bluetooth +cdr cups"
# when unmasking for an arch
# double check none of the deps are still masked !
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
# Note to developers:
# This is a wrapper for the core apps tightly integrated with GNOME 3
# gtk-engines:2 is still around because it's needed for gtk2 apps
RDEPEND="
>=gnome-base/gnome-core-libs-${PV}[cups?]
>=gnome-base/gnome-session-${PV}
>=gnome-base/gnome-menus-3.10.1:3
>=gnome-base/gnome-settings-daemon-${PV}[cups?]
>=gnome-base/gnome-control-center-${PV}[cups?]
>=app-crypt/gcr-${PV}
>=gnome-base/nautilus-${PV}
>=gnome-base/gnome-keyring-${PV}
>=gnome-extra/evolution-data-server-${PV}
>=app-crypt/seahorse-${PV}
>=app-editors/gedit-${PV}
>=app-text/evince-${PV}
>=gnome-extra/gnome-contacts-${PV}
>=media-gfx/eog-${PV}
>=media-video/totem-${PV}
>=net-im/empathy-${PV}
>=x11-terms/gnome-terminal-${PV}
>=gnome-extra/gnome-user-docs-${PV}
>=gnome-extra/yelp-${PV}
>=x11-themes/gtk-engines-2.20.2:2
>=x11-themes/gnome-icon-theme-${PV}
>=x11-themes/gnome-icon-theme-symbolic-${PV}
>=x11-themes/gnome-themes-standard-${PV}
bluetooth? ( >=net-wireless/gnome-bluetooth-${PV} )
cdr? ( >=app-cdr/brasero-3.11.3 )
!gnome-base/gnome-applets
"
DEPEND=""
S="${WORKDIR}"

@ -0,0 +1,75 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-extra-apps/gnome-extra-apps-3.12.0.ebuild,v 1.1 2014/04/28 07:04:21 eva Exp $
EAPI="5"
DESCRIPTION="Sub-meta package for the applications of GNOME 3"
HOMEPAGE="http://www.gnome.org/"
LICENSE="metapackage"
SLOT="3.0"
IUSE="+games +shotwell +tracker"
# when unmasking for an arch
# double check none of the deps are still masked !
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
# Note to developers:
# This is a wrapper for the extra apps integrated with GNOME 3
# New package
RDEPEND="
>=gnome-base/gnome-core-libs-${PV}
>=app-admin/gnome-system-log-3.9.90
>=app-arch/file-roller-${PV}
>=app-dicts/gnome-dictionary-3.10
>=gnome-extra/gconf-editor-3
>=gnome-extra/gnome-calculator-${PV}
>=gnome-extra/gnome-power-manager-${PV}
>=gnome-extra/gnome-search-tool-3.6
>=gnome-extra/gnome-system-monitor-${PV}
>=gnome-extra/gnome-tweak-tool-${PV}
>=gnome-extra/gucharmap-${PV}:2.90
>=gnome-extra/nautilus-sendto-3.8
>=gnome-extra/sushi-${PV}
>=mail-client/evolution-${PV}
>=media-gfx/gnome-font-viewer-${PV}
>=media-gfx/gnome-screenshot-${PV}
>=media-sound/sound-juicer-3.11.90
>=media-video/cheese-${PV}
>=net-analyzer/gnome-nettool-3.8
>=net-misc/vinagre-${PV}
>=net-misc/vino-${PV}
>=sys-apps/baobab-${PV}
>=www-client/epiphany-${PV}
games? (
>=games-arcade/gnome-nibbles-${PV}
>=games-arcade/gnome-robots-${PV}
>=games-board/aisleriot-3.2.3.2
>=games-board/four-in-a-row-${PV}
>=games-board/gnome-chess-${PV}
>=games-board/gnome-mahjongg-${PV}
>=games-board/gnome-mines-${PV}
>=games-board/iagno-${PV}
>=games-board/tali-${PV}
>=games-puzzle/five-or-more-${PV}
>=games-puzzle/gnome-klotski-${PV}
>=games-puzzle/gnome-sudoku-${PV}
>=games-puzzle/gnome-tetravex-${PV}
>=games-puzzle/lightsoff-${PV}
>=games-puzzle/quadrapassel-${PV}
>=games-puzzle/swell-foop-${PV} )
shotwell? ( >=media-gfx/shotwell-0.15 )
tracker? (
>=app-misc/tracker-1
>=gnome-extra/gnome-documents-${PV} )
amd64? ( >=gnome-extra/gnome-user-share-3.10.2 )
x86? ( >=gnome-extra/gnome-user-share-3.10.2 )
"
# Note: bug-buddy is broken with GNOME 3
# Note: aisleriot-3.4 is masked for guile-2
# Note: we want to pull in gnome-user-share, but it's only available for amd64/x86, bug #506176
DEPEND=""
S=${WORKDIR}

@ -0,0 +1,51 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-light/gnome-light-3.12.0.ebuild,v 1.1 2014/04/28 07:14:52 eva Exp $
EAPI="5"
DESCRIPTION="Meta package for GNOME-Light, merge this package to install"
HOMEPAGE="http://www.gnome.org/"
LICENSE="metapackage"
SLOT="2.0"
IUSE="cups +gnome-shell"
# when unmasking for an arch
# double check none of the deps are still masked !
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
# XXX: Note to developers:
# This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of
# the bare minimum of libs/apps needed. It is basically gnome-base/gnome without
# any apps, but shouldn't be used by users unless they know what they are doing.
RDEPEND="!gnome-base/gnome
>=gnome-base/gnome-core-libs-${PV}[cups?]
>=gnome-base/gnome-session-${PV}
>=gnome-base/gnome-menus-3.10.1:3
>=gnome-base/gnome-settings-daemon-${PV}[cups?]
>=gnome-base/gnome-control-center-${PV}[cups?]
>=gnome-base/nautilus-${PV}
gnome-shell? (
>=x11-wm/mutter-${PV}
>=gnome-base/gnome-shell-${PV} )
>=x11-themes/gnome-icon-theme-${PV}
>=x11-themes/gnome-icon-theme-symbolic-${PV}
>=x11-themes/gnome-themes-standard-${PV}
>=x11-terms/gnome-terminal-${PV}
"
DEPEND=""
PDEPEND=">=gnome-base/gvfs-1.20.0"
S="${WORKDIR}"
pkg_pretend() {
if ! use gnome-shell; then
# Users probably want to use e16, sawfish, etc
ewarn "You're installing neither GNOME Shell"
ewarn "You will have to install and manage a window manager by yourself"
fi
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.78.ebuild,v 1.1 2013/12/21 09:17:37 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.78.ebuild,v 1.2 2014/04/28 08:04:04 nimiux Exp $
EAPI=5
@ -10,7 +10,7 @@ SRC_URI="http://www.lcdf.org/~eddietwo/${PN}/${P}.tar.gz"
LICENSE="GPL-2 MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="X"
RDEPEND="X? ( x11-libs/libX11 x11-libs/libXt )"

@ -1 +1 @@
Mon, 28 Apr 2014 07:07:01 +0000
Mon, 28 Apr 2014 12:37:01 +0000

@ -1 +1 @@
Mon, 28 Apr 2014 07:07:01 +0000
Mon, 28 Apr 2014 12:37:01 +0000

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare
DEPEND=elibc_glibc? ( >=sys-apps/util-linux-2.16 ) elibc_mintlib? ( >=sys-apps/util-linux-2.18 ) >=sys-devel/libtool-2.4.2 doc? ( app-doc/doxygen ) !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool
DESCRIPTION=Apache Portable Runtime Library
EAPI=4
HOMEPAGE=http://apr.apache.org/
IUSE=doc elibc_FreeBSD older-kernels-compatibility static-libs +urandom
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
LICENSE=Apache-2.0
RDEPEND=elibc_glibc? ( >=sys-apps/util-linux-2.16 ) elibc_mintlib? ( >=sys-apps/util-linux-2.18 )
SLOT=1
SRC_URI=mirror://apache/apr/apr-1.5.1.tar.bz2
_eclasses_=autotools 5256b4f4c1798109f39f308f9f7eaf5f eutils 025442f2eecab39ad0b4e541b6e142af libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3
_md5_=11a2d94a1767d971c5de741633d888bd

@ -1,4 +1,4 @@
DEFINED_PHASES=compile configure install preinst prepare test
DEFINED_PHASES=compile configure install preinst prepare setup test
DEPEND=icu? ( >=dev-libs/icu-3.6:= ) !icu? ( virtual/libiconv ) mpi? ( || ( sys-cluster/openmpi[cxx] sys-cluster/mpich2[cxx,threads] ) ) python? ( python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] ) app-arch/bzip2 sys-libs/zlib !app-admin/eselect-boost =dev-util/boost-build-1.52.0-r1 userland_GNU? ( >=sys-apps/coreutils-8.5 )
DESCRIPTION=Boost Libraries for C++
EAPI=5
@ -10,4 +10,4 @@ RDEPEND=icu? ( >=dev-libs/icu-3.6:= ) !icu? ( virtual/libiconv ) mpi? ( || ( sys
SLOT=0/1.52
SRC_URI=mirror://sourceforge/boost/boost_1_52_0.tar.bz2
_eclasses_=eutils 025442f2eecab39ad0b4e541b6e142af flag-o-matic 9a539029fe1d390c1828ff633baf26b5 multibuild 576bde67ccb00fe7175a23755deb2e66 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 1356c4bb8f56765cff4b74c0128d2a4f python-utils-r1 30d5d7986d3f80d0f2c2726366426859 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f
_md5_=8a39e8f140cc13292af6a771216a5310
_md5_=0ae3e63bcb600477af31a098630fb726

@ -1,4 +1,4 @@
DEFINED_PHASES=compile configure install preinst prepare test
DEFINED_PHASES=compile configure install preinst prepare setup test
DEPEND=icu? ( >=dev-libs/icu-3.6:= ) !icu? ( virtual/libiconv ) mpi? ( || ( sys-cluster/openmpi[cxx] sys-cluster/mpich2[cxx,threads] ) ) python? ( python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] ) app-arch/bzip2 sys-libs/zlib !app-admin/eselect-boost =dev-util/boost-build-1.53* userland_GNU? ( >=sys-apps/coreutils-8.5 )
DESCRIPTION=Boost Libraries for C++
EAPI=5
@ -11,4 +11,4 @@ REQUIRED_USE=python? ( || ( python_targets_python2_6 python_targets_python2_7 py
SLOT=0/1.53
SRC_URI=mirror://sourceforge/boost/boost_1_53_0.tar.bz2
_eclasses_=eutils 025442f2eecab39ad0b4e541b6e142af flag-o-matic 9a539029fe1d390c1828ff633baf26b5 multibuild 576bde67ccb00fe7175a23755deb2e66 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 1356c4bb8f56765cff4b74c0128d2a4f python-utils-r1 30d5d7986d3f80d0f2c2726366426859 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f
_md5_=ac883839664718638525b5acfd7aa47a
_md5_=dcf028560a73db238306ca991f0a391e

@ -1,4 +1,4 @@
DEFINED_PHASES=compile configure install preinst prepare test
DEFINED_PHASES=compile configure install preinst prepare setup test
DEPEND=icu? ( >=dev-libs/icu-3.6:= ) !icu? ( virtual/libiconv ) mpi? ( || ( sys-cluster/openmpi[cxx] sys-cluster/mpich2[cxx,threads] ) ) python? ( python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] ) app-arch/bzip2 sys-libs/zlib !app-admin/eselect-boost =dev-util/boost-build-1.54* userland_GNU? ( >=sys-apps/coreutils-8.5 )
DESCRIPTION=Boost Libraries for C++
EAPI=5
@ -11,4 +11,4 @@ REQUIRED_USE=python? ( || ( python_targets_python2_6 python_targets_python2_7 py
SLOT=0/1.54
SRC_URI=mirror://sourceforge/boost/boost_1_54_0.tar.bz2
_eclasses_=eutils 025442f2eecab39ad0b4e541b6e142af flag-o-matic 9a539029fe1d390c1828ff633baf26b5 multibuild 576bde67ccb00fe7175a23755deb2e66 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 1356c4bb8f56765cff4b74c0128d2a4f python-utils-r1 30d5d7986d3f80d0f2c2726366426859 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f
_md5_=67f4302fe848be64bf20e30a762f22de
_md5_=51540fdd222324613370bb483ccbf540

@ -1,4 +1,4 @@
DEFINED_PHASES=compile configure install preinst prepare
DEFINED_PHASES=compile configure install preinst prepare setup
DEPEND=icu? ( >=dev-libs/icu-3.6:= ) !icu? ( virtual/libiconv ) mpi? ( || ( sys-cluster/openmpi[cxx] sys-cluster/mpich2[cxx,threads] ) ) python? ( python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] ) app-arch/bzip2 sys-libs/zlib !app-admin/eselect-boost =dev-util/boost-build-1.55* userland_GNU? ( >=sys-apps/coreutils-8.5 )
DESCRIPTION=Boost Libraries for C++
EAPI=5
@ -12,4 +12,4 @@ RESTRICT=test
SLOT=0/1.55.0
SRC_URI=mirror://sourceforge/boost/boost_1_55_0.tar.bz2
_eclasses_=eutils 025442f2eecab39ad0b4e541b6e142af flag-o-matic 9a539029fe1d390c1828ff633baf26b5 multibuild 576bde67ccb00fe7175a23755deb2e66 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 1356c4bb8f56765cff4b74c0128d2a4f python-utils-r1 30d5d7986d3f80d0f2c2726366426859 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f
_md5_=d4c98fb7a4f3fa13daac7855b729c738
_md5_=c953e24da668f845a6af82e8883b8323

@ -10,4 +10,4 @@ RDEPEND=>=dev-lisp/asdf-2.33-r3:= elibc_glibc? ( >=sys-libs/glibc-2.3 || ( <sys-
SLOT=0/1.1.17
SRC_URI=mirror://sourceforge/sbcl/sbcl-1.1.17-source.tar.bz2 x86? ( mirror://sourceforge/sbcl/sbcl-1.0.58-x86-linux-binary.tar.bz2 ) amd64? ( mirror://sourceforge/sbcl/sbcl-1.1.17-x86-64-linux-binary.tar.bz2 ) ppc? ( mirror://sourceforge/sbcl/sbcl-1.0.28-powerpc-linux-binary.tar.bz2 ) sparc? ( mirror://sourceforge/sbcl/sbcl-1.0.28-sparc-linux-binary.tar.bz2 ) alpha? ( mirror://sourceforge/sbcl/sbcl-1.0.28-alpha-linux-binary.tar.bz2 )
_eclasses_=eutils 025442f2eecab39ad0b4e541b6e142af flag-o-matic 9a539029fe1d390c1828ff633baf26b5 multilib fac675dcccf94392371a6abee62d909f pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 48b38a216afb92db6314d6c3187abea3
_md5_=c98310f435e8a145850966710ff7ff7b
_md5_=de682de2597aa47c205ecb565ba12999

@ -0,0 +1,10 @@
DEFINED_PHASES=-
DESCRIPTION=Sub-meta package for the core applications integrated with GNOME 3
EAPI=5
HOMEPAGE=http://www.gnome.org/
IUSE=+bluetooth +cdr cups
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
LICENSE=metapackage
RDEPEND=>=gnome-base/gnome-core-libs-3.12.0[cups?] >=gnome-base/gnome-session-3.12.0 >=gnome-base/gnome-menus-3.10.1:3 >=gnome-base/gnome-settings-daemon-3.12.0[cups?] >=gnome-base/gnome-control-center-3.12.0[cups?] >=app-crypt/gcr-3.12.0 >=gnome-base/nautilus-3.12.0 >=gnome-base/gnome-keyring-3.12.0 >=gnome-extra/evolution-data-server-3.12.0 >=app-crypt/seahorse-3.12.0 >=app-editors/gedit-3.12.0 >=app-text/evince-3.12.0 >=gnome-extra/gnome-contacts-3.12.0 >=media-gfx/eog-3.12.0 >=media-video/totem-3.12.0 >=net-im/empathy-3.12.0 >=x11-terms/gnome-terminal-3.12.0 >=gnome-extra/gnome-user-docs-3.12.0 >=gnome-extra/yelp-3.12.0 >=x11-themes/gtk-engines-2.20.2:2 >=x11-themes/gnome-icon-theme-3.12.0 >=x11-themes/gnome-icon-theme-symbolic-3.12.0 >=x11-themes/gnome-themes-standard-3.12.0 bluetooth? ( >=net-wireless/gnome-bluetooth-3.12.0 ) cdr? ( >=app-cdr/brasero-3.11.3 ) !gnome-base/gnome-applets
SLOT=3.0
_md5_=11add064f53605d950184ad7177244e7

@ -0,0 +1,10 @@
DEFINED_PHASES=-
DESCRIPTION=Sub-meta package for the applications of GNOME 3
EAPI=5
HOMEPAGE=http://www.gnome.org/
IUSE=+games +shotwell +tracker
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
LICENSE=metapackage
RDEPEND=>=gnome-base/gnome-core-libs-3.12.0 >=app-admin/gnome-system-log-3.9.90 >=app-arch/file-roller-3.12.0 >=app-dicts/gnome-dictionary-3.10 >=gnome-extra/gconf-editor-3 >=gnome-extra/gnome-calculator-3.12.0 >=gnome-extra/gnome-power-manager-3.12.0 >=gnome-extra/gnome-search-tool-3.6 >=gnome-extra/gnome-system-monitor-3.12.0 >=gnome-extra/gnome-tweak-tool-3.12.0 >=gnome-extra/gucharmap-3.12.0:2.90 >=gnome-extra/nautilus-sendto-3.8 >=gnome-extra/sushi-3.12.0 >=mail-client/evolution-3.12.0 >=media-gfx/gnome-font-viewer-3.12.0 >=media-gfx/gnome-screenshot-3.12.0 >=media-sound/sound-juicer-3.11.90 >=media-video/cheese-3.12.0 >=net-analyzer/gnome-nettool-3.8 >=net-misc/vinagre-3.12.0 >=net-misc/vino-3.12.0 >=sys-apps/baobab-3.12.0 >=www-client/epiphany-3.12.0 games? ( >=games-arcade/gnome-nibbles-3.12.0 >=games-arcade/gnome-robots-3.12.0 >=games-board/aisleriot-3.2.3.2 >=games-board/four-in-a-row-3.12.0 >=games-board/gnome-chess-3.12.0 >=games-board/gnome-mahjongg-3.12.0 >=games-board/gnome-mines-3.12.0 >=games-board/iagno-3.12.0 >=games-board/tali-3.12.0 >=games-puzzle/five-or-more-3.12.0 >=games-puzzle/gnome-klotski-3.12.0 >=games-puzzle/gnome-sudoku-3.12.0 >=games-puzzle/gnome-tetravex-3.12.0 >=games-puzzle/lightsoff-3.12.0 >=games-puzzle/quadrapassel-3.12.0 >=games-puzzle/swell-foop-3.12.0 ) shotwell? ( >=media-gfx/shotwell-0.15 ) tracker? ( >=app-misc/tracker-1 >=gnome-extra/gnome-documents-3.12.0 ) amd64? ( >=gnome-extra/gnome-user-share-3.10.2 ) x86? ( >=gnome-extra/gnome-user-share-3.10.2 )
SLOT=3.0
_md5_=f042ad0846df707e33c3b1616c360f1d

@ -0,0 +1,11 @@
DEFINED_PHASES=pretend
DESCRIPTION=Meta package for GNOME-Light, merge this package to install
EAPI=5
HOMEPAGE=http://www.gnome.org/
IUSE=cups +gnome-shell
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
LICENSE=metapackage
PDEPEND=>=gnome-base/gvfs-1.20.0
RDEPEND=!gnome-base/gnome >=gnome-base/gnome-core-libs-3.12.0[cups?] >=gnome-base/gnome-session-3.12.0 >=gnome-base/gnome-menus-3.10.1:3 >=gnome-base/gnome-settings-daemon-3.12.0[cups?] >=gnome-base/gnome-control-center-3.12.0[cups?] >=gnome-base/nautilus-3.12.0 gnome-shell? ( >=x11-wm/mutter-3.12.0 >=gnome-base/gnome-shell-3.12.0 ) >=x11-themes/gnome-icon-theme-3.12.0 >=x11-themes/gnome-icon-theme-symbolic-3.12.0 >=x11-themes/gnome-themes-standard-3.12.0 >=x11-terms/gnome-terminal-3.12.0
SLOT=2.0
_md5_=b25b0844f21cc3e1e5f06bbbc1b51f2e

@ -4,9 +4,9 @@ DESCRIPTION=A command-line tool for creating, editing, and getting information a
EAPI=5
HOMEPAGE=http://www.lcdf.org/~eddietwo/gifsicle/
IUSE=X
KEYWORDS=~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos
KEYWORDS=~alpha amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos
LICENSE=GPL-2 MIT
RDEPEND=X? ( x11-libs/libX11 x11-libs/libXt )
SLOT=0
SRC_URI=http://www.lcdf.org/~eddietwo/gifsicle/gifsicle-1.78.tar.gz
_md5_=0a65a3d042313d4267b544590c9194fb
_md5_=88de4b07af5027c10e4f0da3fd4b1bc4

@ -0,0 +1,15 @@
DEFINED_PHASES=compile install postinst postrm preinst setup test unpack
DEPEND=>=sys-devel/patch-2.7.1-r3 !build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 )
DESCRIPTION=The very latest -git version of the Linux kernel
EAPI=5
HOMEPAGE=http://www.kernel.org
IUSE=symlink build
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
LICENSE=GPL-2 freedist
PDEPEND=!build? ( virtual/dev-manager )
RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc )
RESTRICT=binchecks strip
SLOT=3.15_rc3
SRC_URI=mirror://kernel/linux/kernel/v3.x/testing/patch-3.15-rc3.xz mirror://kernel/linux/kernel/v3.x/linux-3.14.tar.xz
_eclasses_=eutils 025442f2eecab39ad0b4e541b6e142af kernel-2 6fb31411472936acc8287129d3df7f43 multilib fac675dcccf94392371a6abee62d909f python-any-r1 4560effd96d3d2a82e50af7cf87166da python-utils-r1 30d5d7986d3f80d0f2c2726366426859 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f
_md5_=45a7981c0b41dcc3d561f68c47552556

@ -0,0 +1,15 @@
DEFINED_PHASES=compile install postinst postrm preinst setup test unpack
DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) deblob? ( || ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-2.6.8-r3:2.6 ) )
DESCRIPTION=Hardened kernel sources (kernel series 3.14)
EAPI=5
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/
IUSE=deblob symlink build deblob
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
LICENSE=GPL-2 !deblob? ( freedist )
PDEPEND=!build? ( virtual/dev-manager )
RDEPEND=>=sys-devel/gcc-4.5 !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc )
RESTRICT=binchecks strip
SLOT=3.14.2
SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.14.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.14.N/deblob-3.14 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.14.N/deblob-check -> deblob-check-3.14 ) http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-3.14.2-1.extras.tar.bz2 mirror://gentoo/genpatches-3.14-5.base.tar.xz
_eclasses_=eutils 025442f2eecab39ad0b4e541b6e142af kernel-2 6fb31411472936acc8287129d3df7f43 multilib fac675dcccf94392371a6abee62d909f python-any-r1 4560effd96d3d2a82e50af7cf87166da python-utils-r1 30d5d7986d3f80d0f2c2726366426859 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f
_md5_=7615bc01d2dedeaf995726b31a8209cc

@ -0,0 +1,15 @@
DEFINED_PHASES=compile install postinst postrm preinst setup test unpack
DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) deblob? ( || ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-2.6.8-r3:2.6 ) )
DESCRIPTION=Hardened kernel sources (kernel series 3.2)
EAPI=5
HOMEPAGE=http://www.gentoo.org/proj/en/hardened/
IUSE=deblob symlink build deblob
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
LICENSE=GPL-2 !deblob? ( freedist )
PDEPEND=!build? ( virtual/dev-manager )
RDEPEND=>=sys-devel/gcc-4.5 !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc )
RESTRICT=binchecks strip
SLOT=3.2.57-r3
SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.2.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.2.N/deblob-3.2 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.2.N/deblob-check -> deblob-check-3.2 ) http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-3.2.57-3.extras.tar.bz2 mirror://gentoo/genpatches-3.2-16.base.tar.xz mirror://gentoo/genpatches-3.2-16.extras.tar.xz
_eclasses_=eutils 025442f2eecab39ad0b4e541b6e142af kernel-2 6fb31411472936acc8287129d3df7f43 multilib fac675dcccf94392371a6abee62d909f python-any-r1 4560effd96d3d2a82e50af7cf87166da python-utils-r1 30d5d7986d3f80d0f2c2726366426859 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 versionator a8a3963967d6140be9a14b08bb8f047f
_md5_=80b4e5e72c5097a7a8d9a58a09370654

@ -1 +1 @@
Mon, 28 Apr 2014 07:07:04 +0000
Mon, 28 Apr 2014 12:37:04 +0000

@ -1 +1 @@
Mon Apr 28 07:07:01 UTC 2014
Mon Apr 28 12:37:01 UTC 2014

@ -1 +1 @@
Mon, 28 Apr 2014 07:30:01 +0000
Mon, 28 Apr 2014 13:00:01 +0000

@ -1 +1 @@
1398668701 Mon 28 Apr 2014 07:05:01 AM UTC UTC
1398688501 Mon 28 Apr 2014 12:35:01 PM UTC UTC

@ -1,5 +1,5 @@
####################################################################
# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15621 2014/04/28 06:56:18 eva Exp $
# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15622 2014/04/28 07:07:46 eva Exp $
#
# When you add an entry to the top of this file, add your name, the date, and
# an explanation of why something is getting masked. Please be extremely
@ -104,6 +104,7 @@ dev-python/python-gnutls
>=gnome-base/gnome-desktop-3.12.1
>=gnome-base/gnome-extra-apps-3.12.0
>=gnome-base/gnome-keyring-3.12.0
>=gnome-base/gnome-light-3.12.0
>=gnome-base/gnome-session-3.12.1
>=gnome-base/gnome-settings-daemon-3.12.1
>=gnome-base/gnome-shell-3.12.1

@ -1,3 +1,4 @@
DIST linux-3.14.tar.xz 78399152 SHA256 61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa SHA512 5730d83a7a81134c1e77c0bf89e42dee4f8251ad56c1ac2be20c59e26fdfaa7bea55f277e7af156b637f22e1584914a46089af85039177cb43485089c74ac26e WHIRLPOOL 5ad07b78c362ba0b21c50b4abb99407cae06bd08576f3fd8f36047b01409eba096263208020da3dcad4977eefc61d66502276754097bc127635df1d7a5817d41
DIST patch-3.15-rc1.xz 6173384 SHA256 e27e7ffd71fe77b8c7492153e100f2d4b43a660b3f2b7cbbe0a0611263b654db SHA512 31ef0d0df62d1e5f30b89a80e02858ce78ba5c1c9ef9e419ce7f335d22a1cd6603c56299b6e6210cfcd49ca3329b11b7fde1611eb22dd4d5b23d81723c3b179f WHIRLPOOL d26e0b4e16518c082e6dbd27da4c5e2aa64ee0f9ea9ebbb9506fefd3b740eeca7fe6c751615b09592b1091902b2944edfc5459b1d5446a94bd25f1ad933a6d7a
DIST patch-3.15-rc2.xz 7853188 SHA256 29ad402d1857668239bebc22b3dbe8c5e4d20ea06125e5a4e2de37bec59c1e29 SHA512 f15dac159c25fdc5e6e177ab4fdaa05c999c2263b9bddd061a8c009be9c34fc783d3c6dad4750599b07fac5867ac28f685c1c2c920fcc601f6dd117c0ac4f406 WHIRLPOOL b3e8a96195562a057826a2a68adf75878a2f9b7ecd96a74e96ebe8ce29ea4452a25c106657cbb252bdb7a1d5efe1ab93c4fb298d56f3d957d8ddf4f595121ef1
DIST patch-3.15-rc3.xz 7886748 SHA256 4da8853bf07b52914d5a977063f02382a8043a311b3d8f3b142e3d144a9406dd SHA512 da9cfc042c089e5f697a934819a953090040bc576ae003205c9c811282b018d274d5a5b113f17e99f2c29b27874ff82053b62d4543327c388ce94088e9da24c1 WHIRLPOOL 4c60e4916dd88699aa8a6e83a436b0e654cad8566a657d1482ba2f0a203482bedea53af1fcae9482d5e3d3949b83629c633a87b985a09e00aa24e69906b8ba8a

@ -0,0 +1,39 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.15_rc3.ebuild,v 1.1 2014/04/28 12:05:55 tomwij Exp $
EAPI="5"
UNIPATCH_STRICTORDER="yes"
K_NOUSENAME="yes"
K_NOSETEXTRAVERSION="yes"
K_NOUSEPR="yes"
K_SECURITY_UNSUPPORTED="yes"
K_DEBLOB_AVAILABLE=0
ETYPE="sources"
CKV="${PVR/-r/-git}"
# only use this if it's not an _rc/_pre release
[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
inherit kernel-2
detect_version
DESCRIPTION="The very latest -git version of the Linux kernel"
HOMEPAGE="http://www.kernel.org"
SRC_URI="${KERNEL_URI}"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
experimental nature. If you have any issues, try a matching vanilla-sources
ebuild -- if the problem is not there, please contact the upstream kernel
developers at http://bugzilla.kernel.org and on the linux-kernel mailing list to
report the problem so it can be fixed in time for the next kernel release."
RDEPEND=""
DEPEND="${RDEPEND}
>=sys-devel/patch-2.7.1-r3"
pkg_postinst() {
postinst_sources
}

@ -13,6 +13,7 @@ DIST genpatches-3.13-13.base.tar.xz 284344 SHA256 b74916bf239655bb9fc368e10a3d9d
DIST genpatches-3.13-5.base.tar.xz 60572 SHA256 a1be8e79aee0e85dc1c36e863031bfe6e9836ecfdecbd274045e65af09f1cf1d SHA512 5c402a3870e106d0c14732c10b0eec5bf671d1057241a3cd7449620f875f5362ef1747b5748bcd301429e5cbd8995c9438c8e3696f5d3599198c3ebec33a4ad0 WHIRLPOOL 69eb9fd79c4b4d3ba7718582585457045abe12a86f93263706acc385357b139597ea1ada1258e64ccaffc8325e5fe7f91213240695f920ac01f8a1aa9989f1bc
DIST genpatches-3.13-9.base.tar.xz 193284 SHA256 f507ccb65f1c2cbeee86e4e5949f62db924f5cd9cd35b3962e478802c2279995 SHA512 49540e2c4aae2641a14c27c88888a52358298711d682865ae39128f1d5935325c0bf901cb58ad8d5477940efaee87e5bbd4d758ff4daca88fc23765d8ee176a3 WHIRLPOOL d30fe74184a549493da4fd2ee1b0bd7d75e5439c8387d7d81bc9319926be8706db3e177d5e91b073c988c49a7ff2d2be63854a1e7b43472675844c512daddbc7
DIST genpatches-3.14-4.base.tar.xz 19028 SHA256 2d6abfa6a7af3f4ad1f46a0b6f121226b08674b2cae272a783cbcc9d20b30e31 SHA512 6885c66e73abb07c55b675cb6a577c2570e19d06ca33fd93857d870d2331177d2f3c7ca99489967f5c7e7b3d4bb808c4cc90b56a8483a6d507e8b2a3198cb636 WHIRLPOOL e093704335fb19bfcf193c000ebe9b119aa42f8c3464fc51c119dc2a8eaae0dfefd9e8f07b98c8aa6cfeba647e18ed1812f1f61ce43907a4c03c9a847967bfb9
DIST genpatches-3.14-5.base.tar.xz 29832 SHA256 458a678f14d8c9c3beaefe75cc77ce8258346d6096350efffe9de6216017a292 SHA512 525eecbd8bb092bccb071ffbfcb93be4247b973276538a2dcb596ae1a974ad360c5b565e8ea5ef0a05130c4218040ffe73b39491286e4c51b9636b775b974da6 WHIRLPOOL e8a192e467d1b9e26c21531ca621268fb530647069120ef5c79636d0e3783739830a27b97bb9eaa84b1276dd33f44abab66fd11a8ab600a349963ccf90894138
DIST genpatches-3.2-16.base.tar.xz 410332 SHA256 d3ad97b119c5b8cfd8e34f1cf118dc7d5bbe61fe908a5627f8ab6365517d7190 SHA512 6c917efbdd26dada3e68241c4d55833968e8ee7044ea7fa2edeffdd4d7eb0edac157057abb75da09ac6d2b5368d228ecd1c2ac6006a9d45b91dbb264eae33625 WHIRLPOOL 155a5b3297ec53a6bdb76e20c8c89d4f4c35ed2bb47e20281ce305bf9edd413e4d89168e250a699ace0561c151ef2f484c05e59013dbd971d43184c5f072a71a
DIST genpatches-3.2-16.extras.tar.xz 16764 SHA256 c3f5adba6f1700c716354b91bc624115c6f5cae6f8fbdc51d07a76d4546bacaa SHA512 e3245c05f3385bb27852c00a39a898c91b3c0006e19c5db561f3e41f9bef7e97012ed29ddf9b0e2bd1ba1fa16590e516fb00ce754a84dd5c653c046b9f4e63f9 WHIRLPOOL 3c1ee6db88607ed91366067217d4a556fb5516ce8bee2859e97be7e214a05609e2d36ec27ec413154baa432a984f53cf69cfb94ae65ec4b8d2e9a86641d77a0b
DIST hardened-patches-3.11.7-2.extras.tar.bz2 767238 SHA256 908678fe53c768ef564b4c47e00f0e22a7c7c16cc1ea0d931662d19fe6ca7cd8 SHA512 703f8c57931eeced09d3cf77525252b69cb369d8da40c16b8d4521a1b9657ce1075cc4138c5d1678e051575928fab292f59cf2b9638dc538f7d957e4a64dd418 WHIRLPOOL 315b1520631b06ba6ce6683fdbf6a7a3689f278844e2df37879069f2c1d0680c111a6783a4122d96a2d7d4824cdba4e9cf68dce44a1ea5adb1765b55fc67dd7a
@ -23,6 +24,7 @@ DIST hardened-patches-3.13.8-2.extras.tar.bz2 804301 SHA256 7206a7adc36b83e469a6
DIST hardened-patches-3.13.8-3.extras.tar.bz2 807445 SHA256 777db11c6cf76275d221ccb80ce87e6e9cf0e96cf35d72ecf57861ee75ea0cf4 SHA512 137f13d8223d88c17132c808746452ffac81d500eb27b552951fe70eb83cf7948c35b2a3698406d77ca0f3b60c8aaf800a76cbeb40429157147da894c9930f19 WHIRLPOOL 1f6264e439ff6abde06176db6a04d2a302331f1c4960ca14d4bc1f4cb8a3efb6e0e081878ab363532cca68e80a14b068c2815977295f819edf145b52d04d5256
DIST hardened-patches-3.13.9-1.extras.tar.bz2 809347 SHA256 d54f94e4338c2a975525c515ee4676f90f9aa0573090f5dbb804c56a2b1f074c SHA512 7330fe70349a31e00ed466a869cae4d8636fe0b18db89698110c71fb47723539840bd075357838e5b0161956a1640e102a7dc9e8d99128bef68c478b39ecac82 WHIRLPOOL b48fa48c7cc80dbd35beab06522c4e3c9994ab13f5408d5409ae7972ca783353cb6eb6d82fc21a4ad154342eb9b89fd01eaed640f6b22a7a5e8fe5167ade9360
DIST hardened-patches-3.14.1-1.extras.tar.bz2 809494 SHA256 626c068bdbb6c0fa1330031d493bd25e515066f3dd6100bf7cd13941e1d3f3b5 SHA512 146745eab81e4ec673823b6b28c5a521be87add7bce5ea79043125e1b06addc6c7e4cea260bdbde92e8ae5d454b7344825e09537d97a1fc8bae95c854f476522 WHIRLPOOL f58125a9ac7c613b0fdbde8012f00ddda92fc2a20a544f956912f26cf988e71147a0a5b5038b85121fb96f1eb70147b74019cf6917b143dd71e2794a2a173226
DIST hardened-patches-3.14.2-1.extras.tar.bz2 810947 SHA256 75ab6564d5640be930a104c2eb924c416b4e11f74de2e327f57363de88a165b3 SHA512 f50664ceeb50c8905b1f17d81ebd88a2d1f9b2b22acc2ef074a02f2800e82ba3c8629b8a2d96ab23da0d0868c9a8e543dc76c9561dc5b2a344ef001e1a8fd181 WHIRLPOOL e5ecfbddd7bba6a41e80916740f04035f3ad846afa57de9d278988eb0ccbda0dc9310a145ee408fe80537d7dff00a67602d729529e9859597afd8f93dd09de82
DIST hardened-patches-3.2.53-7.extras.tar.bz2 1691171 SHA256 7dd9b8f06db46488c00b0d5fb1183e8702a11d94101fe9fc44a45afcb6c94803 SHA512 a4890882890c687ba12c3c9fe336301ff4ff9d0b30ddb2e769054e124be45fe2a01e3b6749e6d9e866223507b95eef827ef427cab0effc449af4d5f23890a0d5 WHIRLPOOL 3c45d4ad79146f53d80453f94ebdc30cc25ad4cf1efc49e0efaf9d7fd05e5fb5ae52a42c883503d0939fea6571eee068897fd7a97ea237f17f0e87750a5d44ae
DIST hardened-patches-3.2.54-10.extras.tar.bz2 1766757 SHA256 362ae7cccee1ad85ac0d134a4e04aa6889372a075e7c5797b2dba5d9bf99ca0b SHA512 0d2c3ad87a4e006de1a8c8b497d88b6fc47c9a24a5e4de930ef8f1ee4f1a3acc9eaac1f63cdbcdf17d71d72bcd8bafb30e60adebfff407a237c7b3622e4841ec WHIRLPOOL ca6efb0876bfda9ef8660a877d8a1c2cf05c01ee7f93fede83bf00b545b8caf018e1a49b623ecfe4b8fa0d549d31ffc4aa6270dadb10f423dcefd119943ed436
DIST hardened-patches-3.2.55-8.extras.tar.bz2 1798078 SHA256 d7ddc2b8984aa6cd57c5b188fefe60acae2f90ec3a6badbcda899bacd04dc0c2 SHA512 fbdae9dffc1d035a73fa7672734304b06d94e22407f37d9960b549cb6ce864546afb2a50a3f6da36b58eef2eb611d64ccd8e87ff0bb5e5118ecfe6171464331f WHIRLPOOL a1afae9d5b533c6a3c6d3ba2d72c344f17464e2077231f42aa3b2514412df0d6ba98227431fb0d7aa42e2c9e95e34550a74920c590b44a7188dd41ae67c1458d
@ -30,6 +32,7 @@ DIST hardened-patches-3.2.56-2.extras.tar.bz2 1846924 SHA256 f9e199846a8835307e2
DIST hardened-patches-3.2.56-3.extras.tar.bz2 1852318 SHA256 a937931dcdcfa04e469821409a66fa807d89ffa2429d340417358e8ffc827922 SHA512 b9b3df16acf2beea86880bcc7e92d11122b9279debebce4e44ad28ab719ecbe68d7ce18402a9663220a3bf0e0ac0d8ad1505b67948a54765da6566ddb064c85a WHIRLPOOL 6bc56f6a05aae6632433c8f66c69c88d8892250add4380e7888a33911e0e0da7a2c4890ad52ea3a88bd14d9b8768e625fcff7c84dc72d418144b0c2db2dadb2f
DIST hardened-patches-3.2.57-1.extras.tar.bz2 1860907 SHA256 0bc81093dce825245ed04bd3d3397dd7ab672dd368347e9cd38cee9093f331e2 SHA512 9fc4469bc3a2c9a02bd4d752d9b1b6ae0e00fb74ca28abc5d163603d3e75c6c7dbbadff8170e57c6978773d88467c5b23996038be3fa1a862225c12a0bc2b393 WHIRLPOOL 10dd039a72ac12750fb2080e8c30bdf0357ca5113c35cf0138ce4cd362ec0232f2734586dc6a27a98426c3a720a2cc905ff01eca0581082b5da90d51def59cf6
DIST hardened-patches-3.2.57-2.extras.tar.bz2 1868881 SHA256 fc83e5174d2b00fe60ced784256b300214c1f5744cd2b98c27bd747a3cb4a83f SHA512 3cb840785ec92183458b41f1d457d12ab7b618d8132cb44bc44eced43c53406aaa0e9448c59f7b0b54ff51ddbd5f5bc94c34955396dee5db0527037db8f8790a WHIRLPOOL 7313aabe11a9b65c59338d0f5cc3e730ada51b9973c589b8fc57475f2f81d3e03c400735f0c890af3edb65917216a65b2af6dc4ce285e0a685e9da31e5e273c6
DIST hardened-patches-3.2.57-3.extras.tar.bz2 1848308 SHA256 d79518302f20c392560654921814513cfa79c8da453fc9bd504e9465b8842c25 SHA512 549c7aea208fa11d9fa91d2940aedef17d4daa81a706edccdb04c517b1006b8d76e968b283f86522914a974435195177e0f4d2406741c4c5385c2e13378329be WHIRLPOOL 42fcad51127e537b5a9905cae5cac72d97b9cbd6e9f8a9a42ea922933057ebf10ae02c40fdfb604cbd456b41694741827a33e2957db6fc337b62dfafe7d92944
DIST linux-3.11.tar.xz 75082460 SHA256 803ec8f0ad4b2ddedcb0332a590cd2b5e10dfc57c3b1c95bc9c46af81d51d7f9 SHA512 b3680d3a45a7308383cf8634a7f1908e94f6e1c6d1cb587332a9418a95fb93bd3c73ab70c6976c7330508d7c8c6b0f43c2a9a2efde5fe1f76e9bfffb1de5686c WHIRLPOOL 96c9c27ffe155fe2c1760b53d87ef981943d58ab2dcf1ed6bd2c1e762e18bceec81d85d49c523947ec6fe52e41f25c4a86310347705c8d4b80a1748cec5b90d3
DIST linux-3.13.tar.xz 77187032 SHA256 4d5e5eee5f276424c32e9591f1b6c971baedc7b49f28ce03d1f48b1e5d6226a2 SHA512 1ba223bb4b885d691a67196d86a8aaf7b4a1c351bf2a762f50f1b0c32da00dd0c28895872a66b49e8d244498d996876609268e64861d28ac4048886ef9f79b87 WHIRLPOOL 2992257a17e85b3eb16fcaf21678fa6dbf31f80c2099fd1ad0ff9852ac1d16122ac8e2c0b46421d8895d4368253a724e439cd625307ee7af7bd1e50cb2c9b62a
DIST linux-3.14.tar.xz 78399152 SHA256 61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa SHA512 5730d83a7a81134c1e77c0bf89e42dee4f8251ad56c1ac2be20c59e26fdfaa7bea55f277e7af156b637f22e1584914a46089af85039177cb43485089c74ac26e WHIRLPOOL 5ad07b78c362ba0b21c50b4abb99407cae06bd08576f3fd8f36047b01409eba096263208020da3dcad4977eefc61d66502276754097bc127635df1d7a5817d41

@ -0,0 +1,45 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.14.2.ebuild,v 1.1 2014/04/28 12:13:25 blueness Exp $
EAPI="5"
ETYPE="sources"
K_WANT_GENPATCHES="base"
K_GENPATCHES_VER="5"
K_DEBLOB_AVAILABLE="1"
inherit kernel-2
detect_version
HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1"
HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2"
SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
UNIPATCH_EXCLUDE="
1500_XATTR_USER_PREFIX.patch
2900_dev-root-proc-mount-fix.patch"
DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
IUSE="deblob"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
RDEPEND=">=sys-devel/gcc-4.5"
pkg_postinst() {
kernel-2_pkg_postinst
local GRADM_COMPAT="sys-apps/gradm-3.0*"
ewarn
ewarn "Users of grsecurity's RBAC system must ensure they are using"
ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
ewarn "It is strongly recommended that the following command is issued"
ewarn "prior to booting a ${PF} kernel for the first time:"
ewarn
ewarn "emerge -na =${GRADM_COMPAT}"
ewarn
}

@ -0,0 +1,43 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.57-r3.ebuild,v 1.1 2014/04/28 12:12:00 blueness Exp $
EAPI="5"
ETYPE="sources"
K_WANT_GENPATCHES="base extras"
K_GENPATCHES_VER="16"
K_DEBLOB_AVAILABLE="1"
inherit kernel-2
detect_version
HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-3"
HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2"
SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.6.patch"
DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
IUSE="deblob"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
RDEPEND=">=sys-devel/gcc-4.5"
pkg_postinst() {
kernel-2_pkg_postinst
local GRADM_COMPAT="sys-apps/gradm-3.0*"
ewarn
ewarn "Users of grsecurity's RBAC system must ensure they are using"
ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
ewarn "It is strongly recommended that the following command is issued"
ewarn "prior to booting a ${PF} kernel for the first time:"
ewarn
ewarn "emerge -na =${GRADM_COMPAT}"
ewarn
}

@ -2,7 +2,8 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>maintainer-needed@gentoo.org</email>
<email>nimiux@gentoo.org</email>
<name>Chema Alonso</name>
</maintainer>
<longdescription>
Stumpwm is a tiling, keyboard driven X11 Window Manager written entirely in Common Lisp.

Loading…
Cancel
Save