[gentoo-commits] gentoo-x86 commit in sys-kernel/pf-sources: pf-sources-4.1_p1.ebuild ChangeLog
hwoarang15/07/23 16:48:08 Modified: ChangeLog Added:pf-sources-4.1_p1.ebuild Log: Version bump. Bug #555686 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.133sys-kernel/pf-sources/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?rev=1.133&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?rev=1.133&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?r1=1.132&r2=1.133 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v retrieving revision 1.132 retrieving revision 1.133 diff -u -r1.132 -r1.133 --- ChangeLog 13 Jun 2015 18:25:35 - 1.132 +++ ChangeLog 23 Jul 2015 16:48:08 - 1.133 @@ -1,6 +1,11 @@ # ChangeLog for sys-kernel/pf-sources # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v 1.132 2015/06/13 18:25:35 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v 1.133 2015/07/23 16:48:08 hwoarang Exp $ + +*pf-sources-4.1_p1 (23 Jul 2015) + + 23 Jul 2015; Markos Chandras +pf-sources-4.1_p1.ebuild: + Version bump. Bug #555686 *pf-sources-4.0_p6 (13 Jun 2015) 1.1 sys-kernel/pf-sources/pf-sources-4.1_p1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/pf-sources-4.1_p1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/pf-sources-4.1_p1.ebuild?rev=1.1&content-type=text/plain Index: pf-sources-4.1_p1.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/pf-sources-4.1_p1.ebuild,v 1.1 2015/07/23 16:48:08 hwoarang Exp $ EAPI="5" inherit readme.gentoo toolchain-funcs versionator COMPRESSTYPE=".xz" K_USEPV="yes" UNIPATCH_STRICTORDER="yes" K_SECURITY_UNSUPPORTED="1" CKV="$(get_version_component_range 1-2)" ETYPE="sources" inherit kernel-2 detect_version K_NOSETEXTRAVERSION="don't_set_it" DESCRIPTION="Linux kernel fork with new features, including the -ck patchset (BFS), BFQ, TuxOnIce and UKSM" HOMEPAGE="http://pf.natalenko.name/"; PF_VERS="1" PF_FILE="patch-${PV/_p*/}-pf${PV/*_p/}${COMPRESSTYPE}" PF_URI="http://pf.natalenko.name/sources/$(get_version_component_range 1-2)/${PF_FILE}" SRC_URI="${KERNEL_URI} ${PF_URI}" # \${EXPERIMENTAL_URI} KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86" IUSE="" KV_FULL="${PVR}-pf" S="${WORKDIR}"/linux-"${KV_FULL}" DISABLE_AUTOFORMATTING="yes" DOC_CONTENTS=" ${P} has the following optional runtime dependencies: - sys-apps/tuxonice-userui: provides minimal userspace progress information related to suspending and resuming process. - sys-power/hibernate-script or sys-power/pm-utils: runtime utilities for hibernating and suspending your computer." pkg_pretend() { # 547868 if [[ $(gcc-version) < 4.9 ]]; then eerror "" eerror "${P} needs an active GCC 4.9+ compiler" eerror "" die "${P} needs an active sys-devel/gcc >= 4.9" fi } pkg_setup(){ ewarn ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way." ewarn "If you need support, please contact the pf developers directly." ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with" ewarn "the ebuilds. Thank you." ewarn kernel-2_pkg_setup } src_prepare(){ epatch "${DISTDIR}"/"${PF_FILE}" } src_install() { kernel-2_src_install readme.gentoo_create_doc } pkg_postinst() { kernel-2_pkg_postinst readme.gentoo_print_elog } K_EXTRAEINFO="For more info on pf-sources and details on how to report problems, see: ${HOMEPAGE}."
[gentoo-commits] gentoo-x86 commit in sys-auth/sssd: sssd-1.13.0.ebuild ChangeLog
hwoarang15/07/23 11:48:12 Modified: sssd-1.13.0.ebuild ChangeLog Log: Bring back the python-r1 eclass inclusion (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.3 sys-auth/sssd/sssd-1.13.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.13.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.13.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.13.0.ebuild?r1=1.2&r2=1.3 Index: sssd-1.13.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.13.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sssd-1.13.0.ebuild 22 Jul 2015 20:00:57 - 1.2 +++ sssd-1.13.0.ebuild 23 Jul 2015 11:48:12 - 1.3 @@ -1,12 +1,12 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.13.0.ebuild,v 1.2 2015/07/22 20:00:57 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.13.0.ebuild,v 1.3 2015/07/23 11:48:12 hwoarang Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) -inherit eutils multilib pam linux-info autotools multilib-minimal systemd toolchain-funcs +inherit eutils multilib pam linux-info autotools multilib-minimal python-r1 systemd toolchain-funcs DESCRIPTION="System Security Services Daemon provides access to identity and authentication" HOMEPAGE="http://fedorahosted.org/sssd/"; 1.74 sys-auth/sssd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/ChangeLog?rev=1.74&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/ChangeLog?rev=1.74&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/ChangeLog?r1=1.73&r2=1.74 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v retrieving revision 1.73 retrieving revision 1.74 diff -u -r1.73 -r1.74 --- ChangeLog 22 Jul 2015 20:00:57 - 1.73 +++ ChangeLog 23 Jul 2015 11:48:12 - 1.74 @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/sssd # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.73 2015/07/22 20:00:57 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.74 2015/07/23 11:48:12 hwoarang Exp $ + + 23 Jul 2015; Markos Chandras sssd-1.13.0.ebuild: + Bring back the python-r1 eclass inclusion 22 Jul 2015; Markos Chandras +files/sssd-1.13.0-fix-init.patch, sssd-1.13.0.ebuild:
[gentoo-commits] gentoo-x86 commit in sys-auth/sssd/files: sssd-1.13.0-fix-init.patch
hwoarang15/07/22 20:00:57 Added:sssd-1.13.0-fix-init.patch Log: Fix python support. Bug #554776. Respect SSSD_OPTIONS in init script. Bug #553678 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.1 sys-auth/sssd/files/sssd-1.13.0-fix-init.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/files/sssd-1.13.0-fix-init.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/files/sssd-1.13.0-fix-init.patch?rev=1.1&content-type=text/plain Index: sssd-1.13.0-fix-init.patch === >From 121061115d1902d8298fbe9ebc3f8d081a725934 Mon Sep 17 00:00:00 2001 From: Tyler Gates Date: Mon, 20 Jul 2015 17:14:12 -0400 Subject: [PATCH] daemon startup options as declared in conf.d/sssd --- Gentoo bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=553678 Upstrem bugzilla: https://fedorahosted.org/sssd/ticket/2722 --- src/sysv/gentoo/sssd.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sysv/gentoo/sssd.in b/src/sysv/gentoo/sssd.in index 30d7559..7ced44f 100644 --- a/src/sysv/gentoo/sssd.in +++ b/src/sysv/gentoo/sssd.in @@ -7,7 +7,7 @@ depend(){ start(){ ebegin "Starting sssd" -start-stop-daemon --start --exec @sbindir@/sssd -- -Df +start-stop-daemon --start --exec @sbindir@/sssd -- -Df ${SSSD_OPTIONS} eend ${?} } -- 2.0.5
[gentoo-commits] gentoo-x86 commit in sys-auth/sssd: sssd-1.13.0.ebuild ChangeLog
hwoarang15/07/22 20:00:57 Modified: sssd-1.13.0.ebuild ChangeLog Log: Fix python support. Bug #554776. Respect SSSD_OPTIONS in init script. Bug #553678 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.2 sys-auth/sssd/sssd-1.13.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.13.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.13.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.13.0.ebuild?r1=1.1&r2=1.2 Index: sssd-1.13.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.13.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sssd-1.13.0.ebuild 11 Jul 2015 21:11:58 - 1.1 +++ sssd-1.13.0.ebuild 22 Jul 2015 20:00:57 - 1.2 @@ -1,12 +1,12 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.13.0.ebuild,v 1.1 2015/07/11 21:11:58 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.13.0.ebuild,v 1.2 2015/07/22 20:00:57 hwoarang Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) -inherit python-single-r1 multilib pam linux-info autotools multilib-minimal systemd toolchain-funcs +inherit eutils multilib pam linux-info autotools multilib-minimal systemd toolchain-funcs DESCRIPTION="System Security Services Daemon provides access to identity and authentication" HOMEPAGE="http://fedorahosted.org/sssd/"; @@ -76,14 +76,19 @@ ) pkg_setup(){ - use python && python-single-r1_pkg_setup linux-info_pkg_setup } src_prepare() { + # bug #553678 + epatch "${FILESDIR}"/${P}-fix-init.patch + eautoreconf multilib_copy_sources + + # Maybe run it before eautoreconf? + epatch_user } src_configure() { @@ -95,7 +100,15 @@ multilib_src_configure() { # set initscript to sysv because the systemd option needs systemd to # be installed. We provide our own systemd file anyway. - local myconf=( + local myconf=() + if [[ "${PYTHON_TARGETS}" == *python2* ]]; then + myconf+=($(multilib_native_use_with python python2-bindings)) + fi + if [[ "${PYTHON_TARGETS}" == *python3* ]]; then + myconf+=($(multilib_native_use_with python python3-bindings)) + fi + + myconf+=( --localstatedir="${EPREFIX}"/var --enable-nsslibdir="${EPREFIX}"/$(get_libdir) --with-plugin-path="${EPREFIX}"/usr/$(get_libdir)/sssd @@ -111,7 +124,6 @@ $(multilib_native_use_enable augeas config-lib) $(multilib_native_use_with selinux) $(multilib_native_use_with selinux semanage) - $(multilib_native_use_with python python-bindings) $(use_enable locator krb5-locator-plugin) $(multilib_native_use_with nfsv4 nfsv4-idmapd-plugin) $(use_enable nls ) @@ -179,7 +191,6 @@ multilib_src_install_all() { einstalldocs prune_libtool_files --all - use python && python_optimize insinto /etc/sssd insopts -m600 1.73 sys-auth/sssd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/ChangeLog?rev=1.73&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/ChangeLog?rev=1.73&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/ChangeLog?r1=1.72&r2=1.73 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v retrieving revision 1.72 retrieving revision 1.73 diff -u -r1.72 -r1.73 --- ChangeLog 11 Jul 2015 21:11:58 - 1.72 +++ ChangeLog 22 Jul 2015 20:00:57 - 1.73 @@ -1,6 +1,11 @@ # ChangeLog for sys-auth/sssd # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.72 2015/07/11 21:11:58 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.73 2015/07/22 20:00:57 hwoarang Exp $ + + 22 Jul 2015; Markos Chandras + +files/sssd-1.13.0-fix-init.patch, sssd-1.13.0.ebuild: + Fix python support. Bug #554776. Respect SSSD_OPTIONS in init script. Bug + #553678 *sssd-1.13.0 (11 Jul 2015)
[gentoo-commits] gentoo-x86 commit in x11-wm/openbox: openbox-3.6.1.ebuild ChangeLog
hwoarang15/07/17 19:56:15 Modified: ChangeLog Added:openbox-3.6.1.ebuild Log: Version bump. Bug #553714 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.296x11-wm/openbox/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/openbox/ChangeLog?rev=1.296&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/openbox/ChangeLog?rev=1.296&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/openbox/ChangeLog?r1=1.295&r2=1.296 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v retrieving revision 1.295 retrieving revision 1.296 diff -u -r1.295 -r1.296 --- ChangeLog 13 Jun 2015 14:24:59 - 1.295 +++ ChangeLog 17 Jul 2015 19:56:15 - 1.296 @@ -1,6 +1,11 @@ # ChangeLog for x11-wm/openbox # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.295 2015/06/13 14:24:59 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.296 2015/07/17 19:56:15 hwoarang Exp $ + +*openbox-3.6.1 (17 Jul 2015) + + 17 Jul 2015; Markos Chandras +openbox-3.6.1.ebuild: + Version bump. Bug #553714 *openbox-3.6 (13 Jun 2015) 1.1 x11-wm/openbox/openbox-3.6.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/openbox/openbox-3.6.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/openbox/openbox-3.6.1.ebuild?rev=1.1&content-type=text/plain Index: openbox-3.6.1.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-3.6.1.ebuild,v 1.1 2015/07/17 19:56:15 hwoarang Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) inherit multilib autotools python-r1 eutils DESCRIPTION="A standards compliant, fast, light-weight, extensible window manager" HOMEPAGE="http://openbox.org/"; if [[ ${PV} == ** ]]; then inherit git-2 EGIT_REPO_URI="git://git.openbox.org/dana/openbox" SRC_URI="branding? ( http://dev.gentoo.org/~hwoarang/distfiles/surreal-gentoo.tar.gz )" KEYWORDS="" else SRC_URI="http://openbox.org/dist/openbox/${P}.tar.gz branding? ( http://dev.gentoo.org/~hwoarang/distfiles/surreal-gentoo.tar.gz )" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~arm-linux ~x86-linux" fi LICENSE="GPL-2" SLOT="3" IUSE="branding debug imlib nls session startup-notification static-libs svg xdg" REQUIRED_USE="xdg? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="dev-libs/glib:2 >=dev-libs/libxml2-2.0 >=media-libs/fontconfig-2 x11-libs/libXft x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXt >=x11-libs/pango-1.8[X] imlib? ( media-libs/imlib2 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) svg? ( gnome-base/librsvg:2 ) xdg? ( ${PYTHON_DEPS} dev-python/pyxdg[${PYTHON_USEDEP}] ) " DEPEND="${RDEPEND} sys-devel/gettext virtual/pkgconfig x11-proto/xextproto x11-proto/xf86vidmodeproto x11-proto/xineramaproto" src_unpack() { if [[ ${PV} == ** ]]; then git-2_src_unpack else unpack ${A} fi } src_prepare() { use xdg && python_export_best epatch "${FILESDIR}"/${PN}-3.5.2-gnome-session.patch sed -i \ -e "s:-O0 -ggdb ::" \ -e 's/-fno-strict-aliasing//' \ "${S}"/m4/openbox.m4 || die epatch_user eautoreconf } src_configure() { econf \ --docdir="${EPREFIX}/usr/share/doc/${PF}" \ $(use_enable debug) \ $(use_enable static-libs static) \ $(use_enable nls) \ $(use_enable imlib imlib2) \ $(use_enable svg librsvg) \ $(use_enable startup-notification) \ $(use_enable session session-management) \ --with-x } src_install() { dodir /etc/X11/Sessions echo "/usr/bin/openbox-session" > "${ED}/etc/X11/Sessions/${PN}" fperms a+x /etc/X11/Sessions/${PN} emake DESTDIR="${D}" install if use branding; then insinto /usr/share/themes doins -r "${WORKDIR}"/Surreal_Gentoo # make it the default theme sed -i \ -e "//{n; s@.*@Surreal_Gentoo@}" \ "${D}"/etc/xdg/openbox/rc.xml \
[gentoo-commits] gentoo-x86 commit in x11-misc/lightdm: lightdm-1.14.2.ebuild ChangeLog
hwoarang15/07/17 19:54:16 Modified: ChangeLog Added:lightdm-1.14.2.ebuild Log: Version bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.112x11-misc/lightdm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/ChangeLog?rev=1.112&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/ChangeLog?rev=1.112&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/ChangeLog?r1=1.111&r2=1.112 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v retrieving revision 1.111 retrieving revision 1.112 diff -u -r1.111 -r1.112 --- ChangeLog 31 May 2015 10:26:13 - 1.111 +++ ChangeLog 17 Jul 2015 19:54:16 - 1.112 @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/lightdm # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.111 2015/05/31 10:26:13 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.112 2015/07/17 19:54:16 hwoarang Exp $ + +*lightdm-1.14.2 (17 Jul 2015) + + 17 Jul 2015; Markos Chandras +lightdm-1.14.2.ebuild: + Version bump *lightdm-1.14.1 (31 May 2015) *lightdm-1.15.0 (31 May 2015) 1.1 x11-misc/lightdm/lightdm-1.14.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/lightdm-1.14.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/lightdm-1.14.2.ebuild?rev=1.1&content-type=text/plain Index: lightdm-1.14.2.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.14.2.ebuild,v 1.1 2015/07/17 19:54:16 hwoarang Exp $ EAPI=5 inherit autotools eutils pam readme.gentoo systemd versionator TRUNK_VERSION="$(get_version_component_range 1-2)" DESCRIPTION="A lightweight display manager" HOMEPAGE="http://www.freedesktop.org/wiki/Software/LightDM"; SRC_URI="http://launchpad.net/${PN}/${TRUNK_VERSION}/${PV}/+download/${P}.tar.xz mirror://gentoo/introspection-20110205.m4.tar.bz2" LICENSE="GPL-3 LGPL-3" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="+gtk +introspection kde qt4 +gnome" REQUIRED_USE="|| ( gtk kde )" COMMON_DEPEND=">=dev-libs/glib-2.32.3:2 dev-libs/libxml2 gnome? ( sys-apps/accountsservice ) virtual/pam x11-libs/libX11 >=x11-libs/libxklavier-5 introspection? ( >=dev-libs/gobject-introspection-1 ) qt4? ( dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 )" RDEPEND="${COMMON_DEPEND} >=sys-auth/pambase-20101024-r2" DEPEND="${COMMON_DEPEND} dev-util/gtk-doc-am dev-util/intltool gnome? ( gnome-base/gnome-common ) sys-devel/gettext virtual/pkgconfig" PDEPEND="gtk? ( x11-misc/lightdm-gtk-greeter ) kde? ( x11-misc/lightdm-kde )" DOCS=( NEWS ) RESTRICT="test" src_prepare() { sed -i -e 's:getgroups:lightdm_&:' tests/src/libsystem.c || die #412369 sed -i -e '/minimum-uid/s:500:1000:' data/users.conf || die einfo "Fixing the session-wrapper variable in lightdm.conf" sed -i -e \ "/session-wrapper/s@^.*@session-wrapper=/etc/${PN}/Xsession@" \ data/lightdm.conf || die "Failed to fix lightdm.conf" epatch_user # Remove bogus Makefile statement. This needs to go upstream sed -i /"@YELP_HELP_RULES@"/d help/Makefile.am || die if has_version dev-libs/gobject-introspection; then eautoreconf else AT_M4DIR=${WORKDIR} eautoreconf fi } src_configure() { # Set default values if global vars unset local _greeter _session _user _greeter=${LIGHTDM_GREETER:=lightdm-gtk-greeter} _session=${LIGHTDM_SESSION:=gnome} _user=${LIGHTDM_USER:=root} # Let user know how lightdm is configured einfo "Gentoo configuration" einfo "Default greeter: ${_greeter}" einfo "Default session: ${_session}" einfo "Greeter user: ${_user}" # also disable tests because libsystem.c does not build. Tests are # restricted so it does not matter anyway. econf \ --localstatedir=/var \ --disable-static \ --disable-tests \ $(use_enable introspection) \ $(use_enable qt4 liblightdm-qt) \ --disable-liblightdm-qt5 \ --with-user-session=${_session} \ --with-greeter-session=
[gentoo-commits] gentoo-x86 commit in x11-misc/lightdm-gtk-greeter: lightdm-gtk-greeter-2.0.1.ebuild ChangeLog
hwoarang15/07/17 19:52:11 Modified: lightdm-gtk-greeter-2.0.1.ebuild ChangeLog Log: Add missing sys-devel/gettext dependency. Bug #555014 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.2 x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.1.ebuild?r1=1.1&r2=1.2 Index: lightdm-gtk-greeter-2.0.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- lightdm-gtk-greeter-2.0.1.ebuild31 May 2015 10:28:44 - 1.1 +++ lightdm-gtk-greeter-2.0.1.ebuild17 Jul 2015 19:52:11 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.1.ebuild,v 1.1 2015/05/31 10:28:44 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.1.ebuild,v 1.2 2015/07/17 19:52:11 hwoarang Exp $ EAPI=4 @@ -17,7 +17,8 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" IUSE="branding" -DEPEND="x11-libs/gtk+:3 +DEPEND="sys-devel/gettext + x11-libs/gtk+:3 >=x11-misc/lightdm-1.2.2" RDEPEND="!!http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm-gtk-greeter/ChangeLog?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm-gtk-greeter/ChangeLog?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm-gtk-greeter/ChangeLog?r1=1.30&r2=1.31 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/x11-misc/lightdm-gtk-greeter/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ChangeLog 31 May 2015 10:28:44 - 1.30 +++ ChangeLog 17 Jul 2015 19:52:11 - 1.31 @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/lightdm-gtk-greeter # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm-gtk-greeter/ChangeLog,v 1.30 2015/05/31 10:28:44 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm-gtk-greeter/ChangeLog,v 1.31 2015/07/17 19:52:11 hwoarang Exp $ + + 17 Jul 2015; Markos Chandras + lightdm-gtk-greeter-2.0.1.ebuild: + Add missing sys-devel/gettext dependency. Bug #555014 *lightdm-gtk-greeter-2.0.1 (31 May 2015)
[gentoo-commits] gentoo-x86 commit in sys-auth/sssd: sssd-1.13.0.ebuild ChangeLog
hwoarang15/07/11 21:11:58 Modified: ChangeLog Added:sssd-1.13.0.ebuild Log: Version bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.72 sys-auth/sssd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/ChangeLog?rev=1.72&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/ChangeLog?rev=1.72&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/ChangeLog?r1=1.71&r2=1.72 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- ChangeLog 13 Jun 2015 17:52:25 - 1.71 +++ ChangeLog 11 Jul 2015 21:11:58 - 1.72 @@ -1,6 +1,11 @@ # ChangeLog for sys-auth/sssd # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.71 2015/06/13 17:52:25 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.72 2015/07/11 21:11:58 hwoarang Exp $ + +*sssd-1.13.0 (11 Jul 2015) + + 11 Jul 2015; Markos Chandras +sssd-1.13.0.ebuild: + Version bump *sssd-1.12.5 (13 Jun 2015) 1.1 sys-auth/sssd/sssd-1.13.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.13.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.13.0.ebuild?rev=1.1&content-type=text/plain Index: sssd-1.13.0.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.13.0.ebuild,v 1.1 2015/07/11 21:11:58 hwoarang Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit python-single-r1 multilib pam linux-info autotools multilib-minimal systemd toolchain-funcs DESCRIPTION="System Security Services Daemon provides access to identity and authentication" HOMEPAGE="http://fedorahosted.org/sssd/"; SRC_URI="http://fedorahosted.org/released/${PN}/${P}.tar.gz"; LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="acl augeas autofs +locator netlink nfsv4 nls +manpages python samba selinux sudo ssh test" COMMON_DEP=" >=virtual/pam-0-r1[${MULTILIB_USEDEP}] >=dev-libs/popt-1.16 dev-libs/glib:2 >=dev-libs/ding-libs-0.2 >=sys-libs/talloc-2.0.7 >=sys-libs/tdb-1.2.9 >=sys-libs/tevent-0.9.16 >=sys-libs/ldb-1.1.17-r1:= >=net-nds/openldap-2.4.30[sasl] >=dev-libs/libpcre-8.30 >=app-crypt/mit-krb5-1.10.3 locator? ( >=app-crypt/mit-krb5-1.12.2[${MULTILIB_USEDEP}] >=net-dns/c-ares-1.10.0-r1[${MULTILIB_USEDEP}] ) >=sys-apps/keyutils-1.5 >=net-dns/c-ares-1.7.4 >=dev-libs/nss-3.12.9 selinux? ( >=sys-libs/libselinux-2.1.9 >=sys-libs/libsemanage-2.1 ) >=net-dns/bind-tools-9.9[gssapi] >=dev-libs/cyrus-sasl-2.1.25-r3[kerberos] >=sys-apps/dbus-1.6 acl? ( net-fs/cifs-utils[acl] ) augeas? ( app-admin/augeas ) nfsv4? ( net-libs/libnfsidmap ) nls? ( >=sys-devel/gettext-0.18 ) virtual/libintl netlink? ( dev-libs/libnl:3 ) samba? ( >=net-fs/samba-4.0 ) " RDEPEND="${COMMON_DEP} >=sys-libs/glibc-2.17[nscd] selinux? ( >=sec-policy/selinux-sssd-2.20120725-r9 ) " DEPEND="${COMMON_DEP} test? ( dev-libs/check ) manpages? ( >=dev-libs/libxslt-1.1.26 app-text/docbook-xml-dtd:4.4 )" CONFIG_CHECK="~KEYS" MULTILIB_WRAPPED_HEADERS=( /usr/include/ipa_hbac.h /usr/include/sss_idmap.h /usr/include/sss_nss_idmap.h /usr/include/wbclient_sssd.h # --with-ifp /usr/include/sss_sifp.h /usr/include/sss_sifp_dbus.h ) pkg_setup(){ use python && python-single-r1_pkg_setup linux-info_pkg_setup } src_prepare() { eautoreconf multilib_copy_sources } src_configure() { local native_dbus_cflags=$($(tc-getPKG_CONFIG) --cflags dbus-1) multilib-minimal_src_configure } multilib_src_configure() { # set initscript to sysv because the systemd option needs systemd to # be installed. We provide our own systemd file anyway. local myconf=( --localstatedir="${EPREFIX}"/var --enable-nsslibdir="${EPREFIX}"/$(get_libdir) --with-plugin-path="${EPREFIX}"/usr/$(get_libdir)/sssd --enable-pammoddir="${EPREFIX}"/$(getpam_mod_dir) --
[gentoo-commits] gentoo-x86 commit in app-benchmarks/ltp: ltp-20150420.ebuild ChangeLog
hwoarang15/06/13 18:55:44 Modified: ChangeLog Added:ltp-20150420.ebuild Log: version bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.30 app-benchmarks/ltp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/ltp/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/ltp/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/ltp/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/ltp/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 9 Jun 2015 09:06:50 - 1.29 +++ ChangeLog 13 Jun 2015 18:55:44 - 1.30 @@ -1,6 +1,11 @@ # ChangeLog for app-benchmarks/ltp # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/ltp/ChangeLog,v 1.29 2015/06/09 09:06:50 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/ltp/ChangeLog,v 1.30 2015/06/13 18:55:44 hwoarang Exp $ + +*ltp-20150420 (13 Jun 2015) + + 13 Jun 2015; Markos Chandras +ltp-20150420.ebuild: + version bump 09 Jun 2015; Justin Lecher metadata.xml: Updating remote-id in metadata.xml 1.1 app-benchmarks/ltp/ltp-20150420.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/ltp/ltp-20150420.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/ltp/ltp-20150420.ebuild?rev=1.1&content-type=text/plain Index: ltp-20150420.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-benchmarks/ltp/ltp-20150420.ebuild,v 1.1 2015/06/13 18:55:44 hwoarang Exp $ EAPI="5" inherit autotools eutils readme.gentoo MY_PN="${PN}-full" MY_P="${MY_PN}-${PV}" DESCRIPTION="A testsuite for the linux kernel" HOMEPAGE="http://ltp.sourceforge.net/"; SRC_URI="mirror://sourceforge/ltp/LTP%20Source/${P}/${MY_P}.tar.bz2 -> ${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~x86" IUSE="expect perl pm open-posix python rt" DEPEND="expect? ( dev-tcltk/expect ) perl? ( dev-lang/perl ) python? ( dev-lang/python )" RESTRICT="test" S="${WORKDIR}"/${MY_P} pkg_setup() { # Don't create groups export CREATE=0 DOC_CONTENTS="LTP requires root access to run the tests. The LTP root directory is located in /opt/${PN}. For more information please read the ltp-howto located in /usr/share/doc/${PF}" } src_prepare() { # regenerate AT_M4DIR="m4" eautoreconf } src_configure() { # FIXME: improve me local myconf= use open-posix && myconf+="--with-open-posix-testsuite " use pm && mytconf+="--with-power-management-testsuite " use rt && myconf+="--with-realtime-testsuite " use perl && myconf+="--with-perl " use python && myconf+="--with-python " use expect && myconf+="--with-expect " # Prevent any kernel stuff for now as it leads to sandbox violations myconf+="--without-modules --with-linux-dir=/dev/null" # Better put it into /opt/${PN} as everything needs to # be under the same directory.. econf --prefix=/opt/${PN} ${myconf} } src_compile() { # Posix testsuite does not seem to build with -j>1 # Is this maintained anymore? if use open-posix; then export MAKEOPTS="-j1" fi emake } src_install() { default dosym /usr/libexec/${PN}/runltp /usr/bin/runltp # install docs dodoc doc/MaintNotes for txt in doc/*.txt; do dodoc ${txt} done dodoc -r doc/testcases dohtml -r doc/automation-*.html doman doc/man1/*.1 doman doc/man3/*.3 readme.gentoo_create_doc }
[gentoo-commits] gentoo-x86 commit in media-plugins/qmmp-plugin-pack: qmmp-plugin-pack-0.8.4.ebuild ChangeLog
hwoarang15/06/13 18:26:35 Modified: ChangeLog Added:qmmp-plugin-pack-0.8.4.ebuild Log: Version bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.31 media-plugins/qmmp-plugin-pack/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/qmmp-plugin-pack/ChangeLog?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/qmmp-plugin-pack/ChangeLog?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/qmmp-plugin-pack/ChangeLog?r1=1.30&r2=1.31 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/qmmp-plugin-pack/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ChangeLog 3 Mar 2015 23:08:01 - 1.30 +++ ChangeLog 13 Jun 2015 18:26:35 - 1.31 @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/qmmp-plugin-pack # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/qmmp-plugin-pack/ChangeLog,v 1.30 2015/03/03 23:08:01 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/qmmp-plugin-pack/ChangeLog,v 1.31 2015/06/13 18:26:35 hwoarang Exp $ + +*qmmp-plugin-pack-0.8.4 (13 Jun 2015) + + 13 Jun 2015; Markos Chandras + +qmmp-plugin-pack-0.8.4.ebuild: + Version bump 03 Mar 2015; Markos Chandras qmmp-plugin-pack-0.8.3.ebuild: 1.1 media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-0.8.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-0.8.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-0.8.4.ebuild?rev=1.1&content-type=text/plain Index: qmmp-plugin-pack-0.8.4.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-0.8.4.ebuild,v 1.1 2015/06/13 18:26:35 hwoarang Exp $ EAPI=5 CMAKE_MIN_VERSION=2.8 inherit cmake-utils DESCRIPTION="A set of extra plugins for Qmmp" HOMEPAGE="http://qmmp.ylsoftware.com/"; SRC_URI="http://qmmp.ylsoftware.com/files/plugins/${P}.tar.bz2"; LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="media-libs/taglib media-sound/mpg123 media-sound/qmmp dev-qt/qtgui:4" DEPEND="${RDEPEND} dev-lang/yasm"
[gentoo-commits] gentoo-x86 commit in sys-kernel/pf-sources: pf-sources-4.0_p6.ebuild ChangeLog pf-sources-4.0_p1.ebuild pf-sources-4.0_p2.ebuild
hwoarang15/06/13 18:25:35 Modified: ChangeLog Added:pf-sources-4.0_p6.ebuild Removed: pf-sources-4.0_p1.ebuild pf-sources-4.0_p2.ebuild Log: Version bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.132sys-kernel/pf-sources/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?rev=1.132&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?rev=1.132&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?r1=1.131&r2=1.132 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v retrieving revision 1.131 retrieving revision 1.132 diff -u -r1.131 -r1.132 --- ChangeLog 27 Apr 2015 20:37:45 - 1.131 +++ ChangeLog 13 Jun 2015 18:25:35 - 1.132 @@ -1,6 +1,12 @@ # ChangeLog for sys-kernel/pf-sources # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v 1.131 2015/04/27 20:37:45 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v 1.132 2015/06/13 18:25:35 hwoarang Exp $ + +*pf-sources-4.0_p6 (13 Jun 2015) + + 13 Jun 2015; Markos Chandras +pf-sources-4.0_p6.ebuild, + -pf-sources-4.0_p1.ebuild, -pf-sources-4.0_p2.ebuild: + Version bump 27 Apr 2015; Markos Chandras pf-sources-4.0_p2.ebuild: typos 1.1 sys-kernel/pf-sources/pf-sources-4.0_p6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/pf-sources-4.0_p6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/pf-sources-4.0_p6.ebuild?rev=1.1&content-type=text/plain Index: pf-sources-4.0_p6.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/pf-sources-4.0_p6.ebuild,v 1.1 2015/06/13 18:25:35 hwoarang Exp $ EAPI="5" inherit readme.gentoo toolchain-funcs versionator COMPRESSTYPE=".xz" K_USEPV="yes" UNIPATCH_STRICTORDER="yes" K_SECURITY_UNSUPPORTED="1" CKV="$(get_version_component_range 1-2)" ETYPE="sources" inherit kernel-2 detect_version K_NOSETEXTRAVERSION="don't_set_it" DESCRIPTION="Linux kernel fork with new features, including the -ck patchset (BFS), BFQ, TuxOnIce and UKSM" HOMEPAGE="http://pf.natalenko.name/"; PF_VERS="1" PF_FILE="patch-${PV/_p*/}-pf${PV/*_p/}${COMPRESSTYPE}" PF_URI="http://pf.natalenko.name/sources/$(get_version_component_range 1-2)/${PF_FILE}" SRC_URI="${KERNEL_URI} ${PF_URI}" # \${EXPERIMENTAL_URI} KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86" IUSE="" KV_FULL="${PVR}-pf" S="${WORKDIR}"/linux-"${KV_FULL}" DISABLE_AUTOFORMATTING="yes" DOC_CONTENTS=" ${P} has the following optional runtime dependencies: - sys-apps/tuxonice-userui: provides minimal userspace progress information related to suspending and resuming process. - sys-power/hibernate-script or sys-power/pm-utils: runtime utilities for hibernating and suspending your computer." pkg_pretend() { # 547868 if [[ $(gcc-version) < 4.9 ]]; then eerror "" eerror "${P} needs an active GCC 4.9+ compiler" eerror "" die "${P} needs an active sys-devel/gcc >= 4.9" fi } pkg_setup(){ ewarn ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way." ewarn "If you need support, please contact the pf developers directly." ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with" ewarn "the ebuilds. Thank you." ewarn kernel-2_pkg_setup } src_prepare(){ epatch "${DISTDIR}"/"${PF_FILE}" } src_install() { kernel-2_src_install readme.gentoo_create_doc } pkg_postinst() { kernel-2_pkg_postinst readme.gentoo_print_elog } K_EXTRAEINFO="For more info on pf-sources and details on how to report problems, see: ${HOMEPAGE}."
[gentoo-commits] gentoo-x86 commit in media-sound/qmmp: qmmp-0.8.5.ebuild ChangeLog
hwoarang15/06/13 18:11:23 Modified: ChangeLog Added:qmmp-0.8.5.ebuild Log: Version bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.143media-sound/qmmp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmmp/ChangeLog?rev=1.143&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmmp/ChangeLog?rev=1.143&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmmp/ChangeLog?r1=1.142&r2=1.143 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-sound/qmmp/ChangeLog,v retrieving revision 1.142 retrieving revision 1.143 diff -u -r1.142 -r1.143 --- ChangeLog 11 Apr 2015 12:30:20 - 1.142 +++ ChangeLog 13 Jun 2015 18:11:23 - 1.143 @@ -1,6 +1,11 @@ # ChangeLog for media-sound/qmmp # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qmmp/ChangeLog,v 1.142 2015/04/11 12:30:20 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qmmp/ChangeLog,v 1.143 2015/06/13 18:11:23 hwoarang Exp $ + +*qmmp-0.8.5 (13 Jun 2015) + + 13 Jun 2015; Markos Chandras +qmmp-0.8.5.ebuild: + Version bump *qmmp-0.8.4 (11 Apr 2015) 1.1 media-sound/qmmp/qmmp-0.8.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmmp/qmmp-0.8.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmmp/qmmp-0.8.5.ebuild?rev=1.1&content-type=text/plain Index: qmmp-0.8.5.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/qmmp/qmmp-0.8.5.ebuild,v 1.1 2015/06/13 18:11:23 hwoarang Exp $ EAPI="5" inherit cmake-utils [ "$PV" == "" ] && inherit subversion DESCRIPTION="Qt4-based audio player with winamp/xmms skins support" HOMEPAGE="http://qmmp.ylsoftware.com"; if [ "$PV" != "" ]; then SRC_URI="http://qmmp.ylsoftware.com/files/${P}.tar.bz2"; KEYWORDS="~amd64 ~ppc ~x86" else SRC_URI="" ESVN_REPO_URI="http://qmmp.googlecode.com/svn/trunk/qmmp/"; KEYWORDS="" fi LICENSE="GPL-2" SLOT="0" # KEYWORDS further up IUSE="aac +alsa +dbus bs2b cdda cover crossfade enca ffmpeg flac jack game kde ladspa libsamplerate lyrics +mad midi mms modplug mplayer mpris musepack notifier opus oss projectm pulseaudio scrobbler sndfile stereo tray udisks +vorbis wavpack" RDEPEND="media-libs/taglib dev-qt/qtgui:4 alsa? ( media-libs/alsa-lib ) bs2b? ( media-libs/libbs2b ) cdda? ( dev-libs/libcdio-paranoia ) dbus? ( sys-apps/dbus ) aac? ( media-libs/faad2 ) enca? ( app-i18n/enca ) flac? ( media-libs/flac ) game? ( media-libs/game-music-emu ) ladspa? ( media-libs/ladspa-cmt ) libsamplerate? ( media-libs/libsamplerate ) mad? ( media-libs/libmad ) midi? ( media-sound/wildmidi ) mms? ( media-libs/libmms ) mplayer? ( || ( media-video/mplayer media-video/mplayer2 ) ) mpris? ( dev-qt/qtdbus:4 ) musepack? ( >=media-sound/musepack-tools-444 ) modplug? ( >=media-libs/libmodplug-0.8.4 ) vorbis? ( media-libs/libvorbis media-libs/libogg ) jack? ( media-sound/jack-audio-connection-kit media-libs/libsamplerate ) ffmpeg? ( virtual/ffmpeg ) opus? ( media-libs/opusfile ) projectm? ( media-libs/libprojectm dev-qt/qtopengl:4 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.9 ) wavpack? ( media-sound/wavpack ) scrobbler? ( net-misc/curl ) sndfile? ( media-libs/libsndfile ) udisks? ( sys-fs/udisks:2 )" DEPEND="${RDEPEND}" DOCS="AUTHORS ChangeLog README" CMAKE_IN_SOURCE_BUILD="1" REQUIRED_USE="kde? ( dbus ) " src_prepare() { if has_version dev-libs/libcdio-paranoia; then sed -i \ -e 's:cdio/cdda.h:cdio/paranoia/cdda.h:' \ src/plugins/Input/cdaudio/decoder_cdaudio.cpp || die fi cmake-utils_src_prepare } src_configure() { mycmakeargs=( $(cmake-utils_use_use alsa) $(cmake-utils_use_use aac) $(cmake-utils_use_use bs2b) $(cmake-utils_use_use cover) $(cmake-utils_use_use cdda CDA) $(cmake-utils_use_use crossfade) $(cmake-utils_use_use dbus) $(cmake-utils_use_use enca) $(cmake-utils_use_use ffmpeg) -DUSE_FFMPEG_LEGACY=OFF $(cmake-utils_use_use
[gentoo-commits] gentoo-x86 commit in sys-auth/sssd: sssd-1.12.5.ebuild ChangeLog
hwoarang15/06/13 17:52:25 Modified: ChangeLog Added:sssd-1.12.5.ebuild Log: Version bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.71 sys-auth/sssd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/ChangeLog?rev=1.71&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/ChangeLog?rev=1.71&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/ChangeLog?r1=1.70&r2=1.71 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v retrieving revision 1.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- ChangeLog 18 Apr 2015 18:00:00 - 1.70 +++ ChangeLog 13 Jun 2015 17:52:25 - 1.71 @@ -1,6 +1,11 @@ # ChangeLog for sys-auth/sssd # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.70 2015/04/18 18:00:00 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.71 2015/06/13 17:52:25 hwoarang Exp $ + +*sssd-1.12.5 (13 Jun 2015) + + 13 Jun 2015; Markos Chandras +sssd-1.12.5.ebuild: + Version bump 18 Apr 2015; Markos Chandras sssd-1.12.4.ebuild: Restore samba4 magic 1.1 sys-auth/sssd/sssd-1.12.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.12.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.12.5.ebuild?rev=1.1&content-type=text/plain Index: sssd-1.12.5.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.12.5.ebuild,v 1.1 2015/06/13 17:52:25 hwoarang Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit python-single-r1 multilib pam linux-info autotools multilib-minimal systemd toolchain-funcs DESCRIPTION="System Security Services Daemon provides access to identity and authentication" HOMEPAGE="http://fedorahosted.org/sssd/"; SRC_URI="http://fedorahosted.org/released/${PN}/${P}.tar.gz"; LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="acl augeas autofs +locator netlink nfsv4 nls +manpages python samba selinux sudo ssh test" COMMON_DEP=" >=virtual/pam-0-r1[${MULTILIB_USEDEP}] >=dev-libs/popt-1.16 dev-libs/glib:2 >=dev-libs/ding-libs-0.2 >=sys-libs/talloc-2.0.7 >=sys-libs/tdb-1.2.9 >=sys-libs/tevent-0.9.16 >=sys-libs/ldb-1.1.17-r1:= >=net-nds/openldap-2.4.30[sasl] >=dev-libs/libpcre-8.30 >=app-crypt/mit-krb5-1.10.3 locator? ( >=app-crypt/mit-krb5-1.12.2[${MULTILIB_USEDEP}] >=net-dns/c-ares-1.10.0-r1[${MULTILIB_USEDEP}] ) >=sys-apps/keyutils-1.5 >=net-dns/c-ares-1.7.4 >=dev-libs/nss-3.12.9 selinux? ( >=sys-libs/libselinux-2.1.9 >=sys-libs/libsemanage-2.1 ) >=net-dns/bind-tools-9.9[gssapi] >=dev-libs/cyrus-sasl-2.1.25-r3[kerberos] >=sys-apps/dbus-1.6 acl? ( net-fs/cifs-utils[acl] ) augeas? ( app-admin/augeas ) nfsv4? ( net-libs/libnfsidmap ) nls? ( >=sys-devel/gettext-0.18 ) virtual/libintl netlink? ( dev-libs/libnl:3 ) samba? ( >=net-fs/samba-4.0 ) " RDEPEND="${COMMON_DEP} >=sys-libs/glibc-2.17[nscd] selinux? ( >=sec-policy/selinux-sssd-2.20120725-r9 ) " DEPEND="${COMMON_DEP} test? ( dev-libs/check ) manpages? ( >=dev-libs/libxslt-1.1.26 app-text/docbook-xml-dtd:4.4 )" CONFIG_CHECK="~KEYS" MULTILIB_WRAPPED_HEADERS=( /usr/include/ipa_hbac.h /usr/include/sss_idmap.h /usr/include/sss_nss_idmap.h /usr/include/wbclient_sssd.h # --with-ifp /usr/include/sss_sifp.h /usr/include/sss_sifp_dbus.h ) pkg_setup(){ use python && python-single-r1_pkg_setup linux-info_pkg_setup } src_prepare() { eautoreconf multilib_copy_sources } src_configure() { local native_dbus_cflags=$($(tc-getPKG_CONFIG) --cflags dbus-1) multilib-minimal_src_configure } multilib_src_configure() { # set initscript to sysv because the systemd option needs systemd to # be installed. We provide our own systemd file anyway. local myconf=( --localstatedir="${EPREFIX}"/var --enable-nsslibdir="${EPREFIX}"/$(get_libdir) --with-plugin-path="${EPREFIX}"/usr/$(get_libdir)/sssd --enable-pammoddir="$
[gentoo-commits] gentoo-x86 commit in x11-wm/openbox: openbox-3.6.ebuild ChangeLog
hwoarang15/06/13 14:24:59 Modified: ChangeLog Added:openbox-3.6.ebuild Log: Version bump. Bug #551372 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.295x11-wm/openbox/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/openbox/ChangeLog?rev=1.295&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/openbox/ChangeLog?rev=1.295&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/openbox/ChangeLog?r1=1.294&r2=1.295 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v retrieving revision 1.294 retrieving revision 1.295 diff -u -r1.294 -r1.295 --- ChangeLog 8 Apr 2015 17:29:20 - 1.294 +++ ChangeLog 13 Jun 2015 14:24:59 - 1.295 @@ -1,6 +1,11 @@ # ChangeLog for x11-wm/openbox # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.294 2015/04/08 17:29:20 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.295 2015/06/13 14:24:59 hwoarang Exp $ + +*openbox-3.6 (13 Jun 2015) + + 13 Jun 2015; Markos Chandras +openbox-3.6.ebuild: + Version bump. Bug #551372 08 Apr 2015; Michał Górny openbox-3.5.2-r1.ebuild, openbox-.ebuild: 1.1 x11-wm/openbox/openbox-3.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/openbox/openbox-3.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/openbox/openbox-3.6.ebuild?rev=1.1&content-type=text/plain Index: openbox-3.6.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-3.6.ebuild,v 1.1 2015/06/13 14:24:59 hwoarang Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) inherit multilib autotools python-r1 eutils DESCRIPTION="A standards compliant, fast, light-weight, extensible window manager" HOMEPAGE="http://openbox.org/"; if [[ ${PV} == ** ]]; then inherit git-2 EGIT_REPO_URI="git://git.openbox.org/dana/openbox" SRC_URI="branding? ( http://dev.gentoo.org/~hwoarang/distfiles/surreal-gentoo.tar.gz )" KEYWORDS="" else SRC_URI="http://openbox.org/dist/openbox/${P}.tar.gz branding? ( http://dev.gentoo.org/~hwoarang/distfiles/surreal-gentoo.tar.gz )" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~arm-linux ~x86-linux" fi LICENSE="GPL-2" SLOT="3" IUSE="branding debug imlib nls session startup-notification static-libs svg xdg" REQUIRED_USE="xdg? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="dev-libs/glib:2 >=dev-libs/libxml2-2.0 >=media-libs/fontconfig-2 x11-libs/libXft x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXt >=x11-libs/pango-1.8[X] imlib? ( media-libs/imlib2 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) svg? ( gnome-base/librsvg:2 ) xdg? ( ${PYTHON_DEPS} dev-python/pyxdg[${PYTHON_USEDEP}] ) " DEPEND="${RDEPEND} sys-devel/gettext virtual/pkgconfig x11-proto/xextproto x11-proto/xf86vidmodeproto x11-proto/xineramaproto" src_unpack() { if [[ ${PV} == ** ]]; then git-2_src_unpack else unpack ${A} fi } src_prepare() { use xdg && python_export_best epatch "${FILESDIR}"/${PN}-3.5.2-gnome-session.patch sed -i \ -e "s:-O0 -ggdb ::" \ -e 's/-fno-strict-aliasing//' \ "${S}"/m4/openbox.m4 || die epatch_user eautoreconf } src_configure() { econf \ --docdir="${EPREFIX}/usr/share/doc/${PF}" \ $(use_enable debug) \ $(use_enable static-libs static) \ $(use_enable nls) \ $(use_enable imlib imlib2) \ $(use_enable svg librsvg) \ $(use_enable startup-notification) \ $(use_enable session session-management) \ --with-x } src_install() { dodir /etc/X11/Sessions echo "/usr/bin/openbox-session" > "${ED}/etc/X11/Sessions/${PN}" fperms a+x /etc/X11/Sessions/${PN} emake DESTDIR="${D}" install if use branding; then insinto /usr/share/themes doins -r "${WORKDIR}"/Surreal_Gentoo # make it the default theme sed -i \ -e "//{n; s@.*@Surreal_Gentoo@}" \ "${D}"/etc/xdg
[gentoo-commits] gentoo-x86 commit in app-admin/cgmanager: cgmanager-0.37.ebuild ChangeLog
hwoarang15/06/13 14:20:22 Modified: ChangeLog Added:cgmanager-0.37.ebuild Log: Version bump. Bug #551378 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.7 app-admin/cgmanager/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/cgmanager/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/cgmanager/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/cgmanager/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-admin/cgmanager/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 28 Feb 2015 19:57:33 - 1.6 +++ ChangeLog 13 Jun 2015 14:20:22 - 1.7 @@ -1,6 +1,11 @@ # ChangeLog for app-admin/cgmanager # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/cgmanager/ChangeLog,v 1.6 2015/02/28 19:57:33 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/cgmanager/ChangeLog,v 1.7 2015/06/13 14:20:22 hwoarang Exp $ + +*cgmanager-0.37 (13 Jun 2015) + + 13 Jun 2015; Markos Chandras +cgmanager-0.37.ebuild: + Version bump. Bug #551378 28 Feb 2015; Markus Meier cgmanager-0.36-r1.ebuild: add ~arm, bug #539208 1.1 app-admin/cgmanager/cgmanager-0.37.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/cgmanager/cgmanager-0.37.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/cgmanager/cgmanager-0.37.ebuild?rev=1.1&content-type=text/plain Index: cgmanager-0.37.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-admin/cgmanager/cgmanager-0.37.ebuild,v 1.1 2015/06/13 14:20:22 hwoarang Exp $ EAPI="5" DESCRIPTION="Control Group manager daemon" HOMEPAGE="https://linuxcontainers.org/cgmanager/introduction/"; SRC_URI="https://linuxcontainers.org/downloads/${PN}/${P}.tar.gz"; LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" RDEPEND=" sys-libs/libnih[dbus] sys-apps/dbus" DEPEND="${RDEPEND}" src_prepare() { # systemd expects files in /sbin but we will have them in /usr/sbin pushd config/init/systemd > /dev/null || die sed -i -e "s@sbin@usr/&@" {${PN},cgproxy}.service || \ die "Failed to fix paths in systemd service files" popd > /dev/null || die } src_configure() { econf \ --with-distro=gentoo \ --with-init-script=systemd } src_install () { default # I see no reason to have the tests in the filesystem. Drop them rm -r "${D}"/usr/share/${PN}/tests || die "Failed to remove ${PN} tests" # FIXME: openRC init scripts are not well tested newinitd "${FILESDIR}"/${PN}.initd ${PN} newinitd "${FILESDIR}"/cgproxy.initd cgproxy }
[gentoo-commits] gentoo-x86 commit in app-emulation/lxc: lxc-1.1.2-r2.ebuild ChangeLog
hwoarang15/06/13 11:54:25 Modified: ChangeLog Added:lxc-1.1.2-r2.ebuild Log: Do not hardcode LXC_PATH. Bug #548568. Patch by Erik Mackdanz (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.79 app-emulation/lxc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?rev=1.79&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?rev=1.79&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?r1=1.78&r2=1.79 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v retrieving revision 1.78 retrieving revision 1.79 diff -u -r1.78 -r1.79 --- ChangeLog 11 Jun 2015 17:06:21 - 1.78 +++ ChangeLog 13 Jun 2015 11:54:25 - 1.79 @@ -1,6 +1,13 @@ # ChangeLog for app-emulation/lxc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.78 2015/06/11 17:06:21 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.79 2015/06/13 11:54:25 hwoarang Exp $ + +*lxc-1.1.2-r2 (13 Jun 2015) + + 13 Jun 2015; Markos Chandras +lxc-1.1.2-r2.ebuild, + files/lxc.initd.3: + Do not hardcode LXC_PATH. Bug #548568. Patch by Erik Mackdanz + *lxc-1.1.2-r1 (11 Jun 2015) 1.1 app-emulation/lxc/lxc-1.1.2-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.1.2-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.1.2-r2.ebuild?rev=1.1&content-type=text/plain Index: lxc-1.1.2-r2.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.1.2-r2.ebuild,v 1.1 2015/06/13 11:54:25 hwoarang Exp $ EAPI="5" MY_P="${P/_/-}" PYTHON_COMPAT=( python{3_3,3_4} ) DISTUTILS_OPTIONAL=1 inherit autotools bash-completion-r1 distutils-r1 eutils linux-info versionator flag-o-matic systemd DESCRIPTION="LinuX Containers userspace utilities" HOMEPAGE="https://linuxcontainers.org/"; SRC_URI="https://github.com/lxc/lxc/archive/${MY_P}.tar.gz"; KEYWORDS="~amd64 ~arm ~arm64" LICENSE="LGPL-3" SLOT="0" IUSE="cgmanager doc examples lua python seccomp" RDEPEND="net-libs/gnutls sys-libs/libcap cgmanager? ( app-admin/cgmanager ) lua? ( >=dev-lang/lua-5.1:= ) python? ( ${PYTHON_DEPS} ) seccomp? ( sys-libs/libseccomp )" DEPEND="${RDEPEND} doc? ( app-text/docbook-sgml-utils ) >=sys-kernel/linux-headers-3.2" RDEPEND="${RDEPEND} sys-process/criu sys-apps/util-linux app-misc/pax-utils virtual/awk" CONFIG_CHECK="~CGROUPS ~CGROUP_DEVICE ~CPUSETS ~CGROUP_CPUACCT ~CGROUP_SCHED ~NAMESPACES ~IPC_NS ~USER_NS ~PID_NS ~NETLINK_DIAG ~PACKET_DIAG ~INET_UDP_DIAG ~INET_TCP_DIAG ~UNIX_DIAG ~CHECKPOINT_RESTORE ~DEVPTS_MULTIPLE_INSTANCES ~CGROUP_FREEZER ~UTS_NS ~NET_NS ~VETH ~MACVLAN ~POSIX_MQUEUE ~!NETPRIO_CGROUP ~!GRKERNSEC_CHROOT_MOUNT ~!GRKERNSEC_CHROOT_DOUBLE ~!GRKERNSEC_CHROOT_PIVOT ~!GRKERNSEC_CHROOT_CHMOD ~!GRKERNSEC_CHROOT_CAPS " ERROR_DEVPTS_MULTIPLE_INSTANCES="CONFIG_DEVPTS_MULTIPLE_INSTANCES: needed for pts inside container" ERROR_CGROUP_FREEZER="CONFIG_CGROUP_FREEZER: needed to freeze containers" ERROR_UTS_NS="CONFIG_UTS_NS: needed to unshare hostnames and uname info" ERROR_NET_NS="CONFIG_NET_NS: needed for unshared network" ERROR_VETH="CONFIG_VETH: needed for internal (host-to-container) networking" ERROR_MACVLAN="CONFIG_MACVLAN: needed for internal (inter-container) networking" ERROR_NETLINK_DIAG="CONFIG_NETLINK_DIAG: needed for lxc-checkpoint" ERROR_PACKET_DIAG="CONFIG_PACKET_DIAG: needed for lxc-checkpoint" ERROR_INET_UDP_DIAG="CONFIG_INET_UDP_DIAG: needed for lxc-checkpoint" ERROR_INET_TCP_DIAG="CONFIG_INET_TCP_DIAG: needed for lxc-checkpoint" ERROR_UNIX_DIAG="CONFIG_UNIX_DIAG: needed for lxc-checkpoint" ERROR_CHECKPOINT_RESTORE="CONFIG_CHECKPOINT_RESTORE: needed for lxc-checkpoint" ERROR_POSIX_MQUEUE="CONFIG_POSIX_MQUEUE: needed for lxc-execute command" ERROR_NETPRIO_CGROUP="CONFIG_NETPRIO_CGROUP: as of kernel 3.3 and lxc 0.8.0_rc1 this causes LXCs to fail booting." ERROR_GRKERNSEC_CHROOT_MOUNT="CONFIG_GRKERNSEC_CHROOT_MOUNT: some GRSEC features make LXC unusable see postinst notes" ERROR_GRKERNSEC_CHROOT_DOUBLE="CONFIG_GRKERNSEC_CHROOT_DOUBLE: some GRSEC features make LXC unusable see postinst notes" ERROR_GRKERNSEC_CHR
[gentoo-commits] gentoo-x86 commit in app-emulation/lxc/files: lxc.initd.3
hwoarang15/06/13 11:54:25 Modified: lxc.initd.3 Log: Do not hardcode LXC_PATH. Bug #548568. Patch by Erik Mackdanz (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.3 app-emulation/lxc/files/lxc.initd.3 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/files/lxc.initd.3?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/files/lxc.initd.3?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/files/lxc.initd.3?r1=1.2&r2=1.3 Index: lxc.initd.3 === RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/files/lxc.initd.3,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- lxc.initd.3 23 Apr 2015 16:31:44 - 1.2 +++ lxc.initd.3 13 Jun 2015 11:54:25 - 1.3 @@ -1,11 +1,11 @@ #!/sbin/runscript # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/files/lxc.initd.3,v 1.2 2015/04/23 16:31:44 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/files/lxc.initd.3,v 1.3 2015/06/13 11:54:25 hwoarang Exp $ CONTAINER=${SVCNAME#*.} -LXC_PATH="/var/lib" +LXC_PATH=`lxc-config lxc.lxcpath` lxc_get_configfile() { if [ -f "${LXC_PATH}/${CONTAINER}.conf" ]; then
[gentoo-commits] gentoo-x86 commit in app-emulation/lxc/files: lxc-1.1.2-fix-gentoo-moresecure-template.patch
hwoarang15/06/11 17:06:21 Added:lxc-1.1.2-fix-gentoo-moresecure-template.patch Log: Version bump to apply upstream patch for the gentoo-moresecure template. Bug #551096 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.1 app-emulation/lxc/files/lxc-1.1.2-fix-gentoo-moresecure-template.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/files/lxc-1.1.2-fix-gentoo-moresecure-template.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/files/lxc-1.1.2-fix-gentoo-moresecure-template.patch?rev=1.1&content-type=text/plain Index: lxc-1.1.2-fix-gentoo-moresecure-template.patch === Patch from https://github.com/lxc/lxc/pull/563 didn't make it to stable-1.1 yes so lets just include it here in case it doesn't end up in 1.1.X in the future. Signed-off-by: Markos Chandras >From bc19636d587fbabfbc2252f1bf4887fee87bb247 Mon Sep 17 00:00:00 2001 From: Dennis Schridde Date: Thu, 11 Jun 2015 15:21:19 +0200 Subject: [PATCH] Fix creation of dev/mqueue and dev/shm on Gentoo The dev/mqueue and dev/shm directories do not exist when using lxc.autodev, thus they have to be created upon mount. Signed-off-by: Dennis Schridde --- config/templates/gentoo.moresecure.conf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/templates/gentoo.moresecure.conf.in b/config/templates/gentoo.moresecure.conf.in index 270e9df..f827ad2 100644 --- a/config/templates/gentoo.moresecure.conf.in +++ b/config/templates/gentoo.moresecure.conf.in @@ -8,8 +8,8 @@ lxc.include = @LXCTEMPLATECONFIG@/common.conf # Container user ? see gentoo.common.conf # do not mount sysfs, see http://blog.bofh.it/debian/id_413 -lxc.mount.entry=mqueue dev/mqueue mqueue rw,nodev,noexec,nosuid 0 0 -lxc.mount.entry=shm dev/shm tmpfs rw,nosuid,nodev,noexec,relatime 0 0 +lxc.mount.entry=mqueue dev/mqueue mqueue rw,nodev,noexec,nosuid,create=dir 0 0 +lxc.mount.entry=shm dev/shm tmpfs rw,nosuid,nodev,noexec,relatime,create=dir 0 0 lxc.mount.entry=run run tmpfs rw,nosuid,nodev,relatime,mode=755 0 0 # this part is based on 'linux capabilities', see: man 7 capabilities
[gentoo-commits] gentoo-x86 commit in app-emulation/lxc: lxc-1.1.2-r1.ebuild ChangeLog
hwoarang15/06/11 17:06:21 Modified: ChangeLog Added:lxc-1.1.2-r1.ebuild Log: Version bump to apply upstream patch for the gentoo-moresecure template. Bug #551096 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.78 app-emulation/lxc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?rev=1.78&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?rev=1.78&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?r1=1.77&r2=1.78 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v retrieving revision 1.77 retrieving revision 1.78 diff -u -r1.77 -r1.78 --- ChangeLog 7 Jun 2015 07:54:26 - 1.77 +++ ChangeLog 11 Jun 2015 17:06:21 - 1.78 @@ -1,6 +1,13 @@ # ChangeLog for app-emulation/lxc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.77 2015/06/07 07:54:26 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.78 2015/06/11 17:06:21 hwoarang Exp $ + +*lxc-1.1.2-r1 (11 Jun 2015) + + 11 Jun 2015; Markos Chandras + +files/lxc-1.1.2-fix-gentoo-moresecure-template.patch, +lxc-1.1.2-r1.ebuild: + Version bump to apply upstream patch for the gentoo-moresecure template. Bug + #551096 07 Jun 2015; Justin Lecher metadata.xml: Add github to remote-id in metadata.xml 1.1 app-emulation/lxc/lxc-1.1.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.1.2-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.1.2-r1.ebuild?rev=1.1&content-type=text/plain Index: lxc-1.1.2-r1.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.1.2-r1.ebuild,v 1.1 2015/06/11 17:06:21 hwoarang Exp $ EAPI="5" MY_P="${P/_/-}" PYTHON_COMPAT=( python{3_3,3_4} ) DISTUTILS_OPTIONAL=1 inherit autotools bash-completion-r1 distutils-r1 eutils linux-info versionator flag-o-matic systemd DESCRIPTION="LinuX Containers userspace utilities" HOMEPAGE="https://linuxcontainers.org/"; SRC_URI="https://github.com/lxc/lxc/archive/${MY_P}.tar.gz"; KEYWORDS="~amd64 ~arm ~arm64" LICENSE="LGPL-3" SLOT="0" IUSE="cgmanager doc examples lua python seccomp" RDEPEND="net-libs/gnutls sys-libs/libcap cgmanager? ( app-admin/cgmanager ) lua? ( >=dev-lang/lua-5.1:= ) python? ( ${PYTHON_DEPS} ) seccomp? ( sys-libs/libseccomp )" DEPEND="${RDEPEND} doc? ( app-text/docbook-sgml-utils ) >=sys-kernel/linux-headers-3.2" RDEPEND="${RDEPEND} sys-process/criu sys-apps/util-linux app-misc/pax-utils virtual/awk" CONFIG_CHECK="~CGROUPS ~CGROUP_DEVICE ~CPUSETS ~CGROUP_CPUACCT ~CGROUP_SCHED ~NAMESPACES ~IPC_NS ~USER_NS ~PID_NS ~NETLINK_DIAG ~PACKET_DIAG ~INET_UDP_DIAG ~INET_TCP_DIAG ~UNIX_DIAG ~CHECKPOINT_RESTORE ~DEVPTS_MULTIPLE_INSTANCES ~CGROUP_FREEZER ~UTS_NS ~NET_NS ~VETH ~MACVLAN ~POSIX_MQUEUE ~!NETPRIO_CGROUP ~!GRKERNSEC_CHROOT_MOUNT ~!GRKERNSEC_CHROOT_DOUBLE ~!GRKERNSEC_CHROOT_PIVOT ~!GRKERNSEC_CHROOT_CHMOD ~!GRKERNSEC_CHROOT_CAPS " ERROR_DEVPTS_MULTIPLE_INSTANCES="CONFIG_DEVPTS_MULTIPLE_INSTANCES: needed for pts inside container" ERROR_CGROUP_FREEZER="CONFIG_CGROUP_FREEZER: needed to freeze containers" ERROR_UTS_NS="CONFIG_UTS_NS: needed to unshare hostnames and uname info" ERROR_NET_NS="CONFIG_NET_NS: needed for unshared network" ERROR_VETH="CONFIG_VETH: needed for internal (host-to-container) networking" ERROR_MACVLAN="CONFIG_MACVLAN: needed for internal (inter-container) networking" ERROR_NETLINK_DIAG="CONFIG_NETLINK_DIAG: needed for lxc-checkpoint" ERROR_PACKET_DIAG="CONFIG_PACKET_DIAG: needed for lxc-checkpoint" ERROR_INET_UDP_DIAG="CONFIG_INET_UDP_DIAG: needed for lxc-checkpoint" ERROR_INET_TCP_DIAG="CONFIG_INET_TCP_DIAG: needed for lxc-checkpoint" ERROR_UNIX_DIAG="CONFIG_UNIX_DIAG: needed for lxc-checkpoint" ERROR_CHECKPOINT_RESTORE="CONFIG_CHECKPOINT_RESTORE: needed for lxc-checkpoint" ERROR_POSIX_MQUEUE="CONFIG_POSIX_MQUEUE: needed for lxc-execute command" ERROR_NETPRIO_CGROUP="CONFIG_NETPRIO_CGROUP: as of kernel 3.3 and lxc 0.8.0_rc1 this causes LXCs to fail booting." ERROR_GRKERNSEC_CHROOT_MOUNT="CONFIG_GRKERNSEC_CHROOT_MOUNT: some GRSEC features make LXC unusable see postinst notes" ERROR_GRK
[gentoo-commits] gentoo-x86 commit in media-gfx/feh: feh-2.13.1.ebuild ChangeLog
hwoarang15/06/05 20:18:59 Modified: ChangeLog Added:feh-2.13.1.ebuild Log: Version bump. Bug #550494 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.149media-gfx/feh/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/feh/ChangeLog?rev=1.149&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/feh/ChangeLog?rev=1.149&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/feh/ChangeLog?r1=1.148&r2=1.149 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-gfx/feh/ChangeLog,v retrieving revision 1.148 retrieving revision 1.149 diff -u -r1.148 -r1.149 --- ChangeLog 24 Apr 2015 20:45:15 - 1.148 +++ ChangeLog 5 Jun 2015 20:18:59 - 1.149 @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/feh # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/ChangeLog,v 1.148 2015/04/24 20:45:15 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/ChangeLog,v 1.149 2015/06/05 20:18:59 hwoarang Exp $ + +*feh-2.13.1 (05 Jun 2015) + + 05 Jun 2015; Markos Chandras +feh-2.13.1.ebuild: + Version bump. Bug #550494 *feh-2.12.1 (24 Apr 2015) 1.1 media-gfx/feh/feh-2.13.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/feh/feh-2.13.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/feh/feh-2.13.1.ebuild?rev=1.1&content-type=text/plain Index: feh-2.13.1.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-2.13.1.ebuild,v 1.1 2015/06/05 20:18:59 hwoarang Exp $ EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="A fast, lightweight imageviewer using imlib2" HOMEPAGE="http://feh.finalrewind.org/"; SRC_URI="http://feh.finalrewind.org/${P}.tar.bz2"; LICENSE="feh" SLOT="0" KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86" IUSE="debug curl exif test xinerama" COMMON_DEPEND="media-libs/imlib2[X] >=media-libs/libpng-1.2:0= x11-libs/libX11 curl? ( net-misc/curl ) exif? ( media-libs/libexif ) xinerama? ( x11-libs/libXinerama )" RDEPEND="${COMMON_DEPEND} virtual/jpeg:0" DEPEND="${COMMON_DEPEND} x11-libs/libXt x11-proto/xproto test? ( >=dev-lang/perl-5.10 dev-perl/Test-Command )" pkg_setup() { use_feh() { usex $1 1 0; } fehopts=( DESTDIR="${D}" PREFIX=/usr doc_dir='${main_dir}'/share/doc/${PF} example_dir='${main_dir}'/share/doc/${PF}/examples curl=$(use_feh curl) debug=$(use_feh debug) xinerama=$(use_feh xinerama) exif=$(use_feh exif) ) } src_prepare() { epatch "${FILESDIR}"/${PN}-2.6.2-debug-cflags.patch # fix desktop file sed -i -e "s:^Icon=.*:Icon=/usr/share/feh/images/logo.svg:" \ share/applications/${PN}.pre || die } src_compile() { tc-export CC emake "${fehopts[@]}" } src_install() { emake "${fehopts[@]}" install }
[gentoo-commits] gentoo-x86 commit in sys-apps/daemonize: daemonize-1.7.6.ebuild ChangeLog
hwoarang15/05/31 10:30:43 Modified: ChangeLog Added:daemonize-1.7.6.ebuild Log: Version bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.9 sys-apps/daemonize/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/daemonize/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/daemonize/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/daemonize/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-apps/daemonize/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 19 Dec 2014 21:07:32 - 1.8 +++ ChangeLog 31 May 2015 10:30:43 - 1.9 @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/daemonize -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/daemonize/ChangeLog,v 1.8 2014/12/19 21:07:32 hwoarang Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/daemonize/ChangeLog,v 1.9 2015/05/31 10:30:43 hwoarang Exp $ + +*daemonize-1.7.6 (31 May 2015) + + 31 May 2015; Markos Chandras +daemonize-1.7.6.ebuild: + Version bump *daemonize-1.7.5 (19 Dec 2014) 1.1 sys-apps/daemonize/daemonize-1.7.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/daemonize/daemonize-1.7.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/daemonize/daemonize-1.7.6.ebuild?rev=1.1&content-type=text/plain Index: daemonize-1.7.6.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/daemonize/daemonize-1.7.6.ebuild,v 1.1 2015/05/31 10:30:43 hwoarang Exp $ EAPI=5 DESCRIPTION="Runs a command as a Unix daemon" HOMEPAGE="http://bmc.github.com/daemonize/"; SRC_URI="http://github.com/bmc/${PN}/tarball/release-${PV} -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DOCS=( README.md CHANGELOG.md ) src_unpack() { unpack ${A} # Workaround commit suffix from github. mv "${WORKDIR}"/bmc-${PN}-* "${S}" || die } src_prepare() { sed -i \ -e 's:\($(CC)\) $(CFLAGS) \(.*\.o\):\1 $(LDFLAGS) \2:' \ Makefile.in || die }
[gentoo-commits] gentoo-x86 commit in x11-misc/lightdm-gtk-greeter: lightdm-gtk-greeter-2.0.1.ebuild ChangeLog
hwoarang15/05/31 10:28:44 Modified: ChangeLog Added:lightdm-gtk-greeter-2.0.1.ebuild Log: Version bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.30 x11-misc/lightdm-gtk-greeter/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm-gtk-greeter/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm-gtk-greeter/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm-gtk-greeter/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/x11-misc/lightdm-gtk-greeter/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 3 Mar 2015 12:06:21 - 1.29 +++ ChangeLog 31 May 2015 10:28:44 - 1.30 @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/lightdm-gtk-greeter # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm-gtk-greeter/ChangeLog,v 1.29 2015/03/03 12:06:21 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm-gtk-greeter/ChangeLog,v 1.30 2015/05/31 10:28:44 hwoarang Exp $ + +*lightdm-gtk-greeter-2.0.1 (31 May 2015) + + 31 May 2015; Markos Chandras + +lightdm-gtk-greeter-2.0.1.ebuild: + Version bump 03 Mar 2015; Yixun Lan lightdm-gtk-greeter-2.0.0.ebuild: add arm64 support, tested on A53 board 1.1 x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.1.ebuild?rev=1.1&content-type=text/plain Index: lightdm-gtk-greeter-2.0.1.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.1.ebuild,v 1.1 2015/05/31 10:28:44 hwoarang Exp $ EAPI=4 inherit versionator DESCRIPTION="LightDM GTK+ Greeter" HOMEPAGE="http://launchpad.net/lightdm-gtk-greeter"; SRC_URI="http://launchpad.net/lightdm-gtk-greeter/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.gz branding? ( http://dev.gentoo.org/~hwoarang/distfiles/lightdm-gentoo-patch-2.tar.gz )" LICENSE="GPL-3 LGPL-3 branding? ( CC-BY-3.0 )" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" IUSE="branding" DEPEND="x11-libs/gtk+:3 >=x11-misc/lightdm-1.2.2" RDEPEND="!!=x11-misc/lightdm-1.2.2 x11-themes/gnome-themes-standard x11-themes/gnome-icon-theme" GENTOO_BG="gentoo-bg_65.jpg" src_prepare() { # Ok, this has to be fixed in the tarball but I am too lazy to do it. # I will fix this once I decide to update the tarball with a new gentoo # background # Bug #404467 if use branding; then sed -i -e "/xft-hintstyle/s:slight:hintslight:" \ "${WORKDIR}"/${PN}.conf || die fi } src_install() { default if use branding; then insinto /etc/lightdm/ doins "${WORKDIR}"/${PN}.conf insinto /usr/share/lightdm/backgrounds/ doins "${WORKDIR}"/${GENTOO_BG} sed -i -e \ "/background/s:=.*:=/usr/share/lightdm/backgrounds/${GENTOO_BG}:" \ "${D}"/etc/lightdm/${PN}.conf || die newdoc "${WORKDIR}"/README.txt README-background.txt fi }
[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask
hwoarang15/05/31 10:27:03 Modified: ChangeLog package.mask Log: Bump lightdm mask to 1.15 Revision ChangesPath 1.10022 profiles/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.10022&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.10022&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.10021&r2=1.10022 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v retrieving revision 1.10021 retrieving revision 1.10022 diff -u -r1.10021 -r1.10022 --- ChangeLog 29 May 2015 19:32:17 - 1.10021 +++ ChangeLog 31 May 2015 10:27:03 - 1.10022 @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10021 2015/05/29 19:32:17 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10022 2015/05/31 10:27:03 hwoarang Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 31 May 2015; Markos Chandras package.mask: + Bump lightdm mask to 1.15 + 29 May 2015; Ulrich Müller license_groups: The HPND and IJG licenses have been approved by the FSF. Add HPND to the GPL-COMPATIBLE group; move IJG from the MISC-FREE to the GPL-COMPATIBLE 1.16541 profiles/package.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16541&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16541&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16540&r2=1.16541 Index: package.mask === RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v retrieving revision 1.16540 retrieving revision 1.16541 diff -u -r1.16540 -r1.16541 --- package.mask28 May 2015 18:04:43 - 1.16540 +++ package.mask31 May 2015 10:27:03 - 1.16541 @@ -1,5 +1,5 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16540 2015/05/28 18:04:43 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16541 2015/05/31 10:27:03 hwoarang 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 @@ -355,7 +355,7 @@ # Markos Chandras (18 Nov 2014) # Mask latest development version for testing -=x11-misc/lightdm-1.14* +=x11-misc/lightdm-1.15* # Samuli Suominen (05 Nov 2014) # ConsoleKit2 from github by Eric Koegel, auth of xfce4-power-manager
[gentoo-commits] gentoo-x86 commit in x11-misc/lightdm: lightdm-1.14.1.ebuild lightdm-1.15.0.ebuild ChangeLog lightdm-1.14.0.ebuild
hwoarang15/05/31 10:26:13 Modified: ChangeLog Added:lightdm-1.14.1.ebuild lightdm-1.15.0.ebuild Removed: lightdm-1.14.0.ebuild Log: Version bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.111x11-misc/lightdm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/ChangeLog?rev=1.111&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/ChangeLog?rev=1.111&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/ChangeLog?r1=1.110&r2=1.111 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v retrieving revision 1.110 retrieving revision 1.111 diff -u -r1.110 -r1.111 --- ChangeLog 30 Mar 2015 18:12:36 - 1.110 +++ ChangeLog 31 May 2015 10:26:13 - 1.111 @@ -1,6 +1,13 @@ # ChangeLog for x11-misc/lightdm # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.110 2015/03/30 18:12:36 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.111 2015/05/31 10:26:13 hwoarang Exp $ + +*lightdm-1.14.1 (31 May 2015) +*lightdm-1.15.0 (31 May 2015) + + 31 May 2015; Markos Chandras +lightdm-1.14.1.ebuild, + +lightdm-1.15.0.ebuild, -lightdm-1.14.0.ebuild: + Version bump *lightdm-1.14.0 (30 Mar 2015) 1.1 x11-misc/lightdm/lightdm-1.14.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/lightdm-1.14.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/lightdm-1.14.1.ebuild?rev=1.1&content-type=text/plain Index: lightdm-1.14.1.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.14.1.ebuild,v 1.1 2015/05/31 10:26:13 hwoarang Exp $ EAPI=5 inherit autotools eutils pam readme.gentoo systemd versionator TRUNK_VERSION="$(get_version_component_range 1-2)" DESCRIPTION="A lightweight display manager" HOMEPAGE="http://www.freedesktop.org/wiki/Software/LightDM"; SRC_URI="http://launchpad.net/${PN}/${TRUNK_VERSION}/${PV}/+download/${P}.tar.xz mirror://gentoo/introspection-20110205.m4.tar.bz2" LICENSE="GPL-3 LGPL-3" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="+gtk +introspection kde qt4 +gnome" REQUIRED_USE="|| ( gtk kde )" COMMON_DEPEND=">=dev-libs/glib-2.32.3:2 dev-libs/libxml2 gnome? ( sys-apps/accountsservice ) virtual/pam x11-libs/libX11 >=x11-libs/libxklavier-5 introspection? ( >=dev-libs/gobject-introspection-1 ) qt4? ( dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 )" RDEPEND="${COMMON_DEPEND} >=sys-auth/pambase-20101024-r2" DEPEND="${COMMON_DEPEND} dev-util/gtk-doc-am dev-util/intltool gnome? ( gnome-base/gnome-common ) sys-devel/gettext virtual/pkgconfig" PDEPEND="gtk? ( x11-misc/lightdm-gtk-greeter ) kde? ( x11-misc/lightdm-kde )" DOCS=( NEWS ) RESTRICT="test" src_prepare() { sed -i -e 's:getgroups:lightdm_&:' tests/src/libsystem.c || die #412369 sed -i -e '/minimum-uid/s:500:1000:' data/users.conf || die einfo "Fixing the session-wrapper variable in lightdm.conf" sed -i -e \ "/session-wrapper/s@^.*@session-wrapper=/etc/${PN}/Xsession@" \ data/lightdm.conf || die "Failed to fix lightdm.conf" epatch_user # Remove bogus Makefile statement. This needs to go upstream sed -i /"@YELP_HELP_RULES@"/d help/Makefile.am || die if has_version dev-libs/gobject-introspection; then eautoreconf else AT_M4DIR=${WORKDIR} eautoreconf fi } src_configure() { # Set default values if global vars unset local _greeter _session _user _greeter=${LIGHTDM_GREETER:=lightdm-gtk-greeter} _session=${LIGHTDM_SESSION:=gnome} _user=${LIGHTDM_USER:=root} # Let user know how lightdm is configured einfo "Gentoo configuration" einfo "Default greeter: ${_greeter}" einfo "Default session: ${_session}" einfo "Greeter user: ${_user}" # also disable tests because libsystem.c does not build. Tests are # restricted so it does not matter anyway. econf \ --localstatedir=/var \ --disable-static \ --disable-tests \ $(use_enable introspection) \ $(use_enable qt4 liblightdm-qt) \
[gentoo-commits] gentoo-x86 commit in net-libs/rb_libtorrent: rb_libtorrent-1.0.4.ebuild rb_libtorrent-1.0.5.ebuild ChangeLog
hwoarang15/05/19 19:40:43 Modified: rb_libtorrent-1.0.4.ebuild rb_libtorrent-1.0.5.ebuild ChangeLog Log: Use absolute path to install html docs. Bug #549870 (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.2 net-libs/rb_libtorrent/rb_libtorrent-1.0.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-1.0.4.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-1.0.4.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-1.0.4.ebuild?r1=1.1&r2=1.2 Index: rb_libtorrent-1.0.4.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-1.0.4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rb_libtorrent-1.0.4.ebuild 19 Apr 2015 19:21:59 - 1.1 +++ rb_libtorrent-1.0.4.ebuild 19 May 2015 19:40:43 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-1.0.4.ebuild,v 1.1 2015/04/19 19:21:59 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-1.0.4.ebuild,v 1.2 2015/05/19 19:40:43 hwoarang Exp $ EAPI=5 @@ -68,7 +68,7 @@ } src_install() { - use doc && HTML_DOCS=( docs/. ) + use doc && HTML_DOCS=( "${S}"/docs/. ) autotools-utils_src_install use python && cd "${BUILD_DIR}"/bindings/python && distutils-r1_src_install 1.2 net-libs/rb_libtorrent/rb_libtorrent-1.0.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-1.0.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-1.0.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-1.0.5.ebuild?r1=1.1&r2=1.2 Index: rb_libtorrent-1.0.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-1.0.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rb_libtorrent-1.0.5.ebuild 17 May 2015 09:18:45 - 1.1 +++ rb_libtorrent-1.0.5.ebuild 19 May 2015 19:40:43 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-1.0.5.ebuild,v 1.1 2015/05/17 09:18:45 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-1.0.5.ebuild,v 1.2 2015/05/19 19:40:43 hwoarang Exp $ EAPI=5 @@ -68,7 +68,7 @@ } src_install() { - use doc && HTML_DOCS=( docs/. ) + use doc && HTML_DOCS=( "${S}"/docs/. ) autotools-utils_src_install use python && cd "${BUILD_DIR}"/bindings/python && distutils-r1_src_install 1.198net-libs/rb_libtorrent/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.198&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.198&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?r1=1.197&r2=1.198 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v retrieving revision 1.197 retrieving revision 1.198 diff -u -r1.197 -r1.198 --- ChangeLog 17 May 2015 09:18:45 - 1.197 +++ ChangeLog 19 May 2015 19:40:43 - 1.198 @@ -1,6 +1,10 @@ # ChangeLog for net-libs/rb_libtorrent # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.197 2015/05/17 09:18:45 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.198 2015/05/19 19:40:43 hwoarang Exp $ + + 19 May 2015; Markos Chandras rb_libtorrent-1.0.4.ebuild, + rb_libtorrent-1.0.5.ebuild: + Use absolute path to install html docs. Bug #549870 *rb_libtorrent-1.0.5 (17 May 2015)
[gentoo-commits] gentoo-x86 commit in x11-misc/pcmanfm: pcmanfm-1.2.3.ebuild ChangeLog
hwoarang15/05/18 08:24:56 Modified: pcmanfm-1.2.3.ebuild ChangeLog Log: Fix erroneous vim lowercase typos (Portage version: 2.2.19/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.10 x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild?r1=1.9&r2=1.10 Index: pcmanfm-1.2.3.ebuild === RCS file: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- pcmanfm-1.2.3.ebuild17 May 2015 17:30:09 - 1.9 +++ pcmanfm-1.2.3.ebuild18 May 2015 08:24:56 - 1.10 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild,v 1.9 2015/05/17 17:30:09 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild,v 1.10 2015/05/18 08:24:56 hwoarang Exp $ EAPI="5" PLOCALES="ar be bg bn ca cs da de el en_GB es et eu fa fi fo fr gl he hr hu id @@ -43,7 +43,7 @@ location. You should install lxde-base/lxmenu-data for that functionality." src_prepare() { - export linguas="${linguas:-${plocale_backup}}" + export LINGUAS="${LINGUAS:-${PLOCALE_BACKUP}}" l10n_get_locales > ${S}/po/LINGUAS epatch_user } 1.111x11-misc/pcmanfm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pcmanfm/ChangeLog?rev=1.111&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pcmanfm/ChangeLog?rev=1.111&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pcmanfm/ChangeLog?r1=1.110&r2=1.111 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/ChangeLog,v retrieving revision 1.110 retrieving revision 1.111 diff -u -r1.110 -r1.111 --- ChangeLog 17 May 2015 17:31:01 - 1.110 +++ ChangeLog 18 May 2015 08:24:56 - 1.111 @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/pcmanfm # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/ChangeLog,v 1.110 2015/05/17 17:31:01 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/ChangeLog,v 1.111 2015/05/18 08:24:56 hwoarang Exp $ + + 18 May 2015; Markos Chandras pcmanfm-1.2.3.ebuild, + pcmanfm-.ebuild: + Fix erroneous vim lowercase typos 17 May 2015; Markos Chandras pcmanfm-1.2.3.ebuild, pcmanfm-.ebuild:
[gentoo-commits] gentoo-x86 commit in x11-misc/pcmanfm: ChangeLog
hwoarang15/05/17 17:31:01 Modified: ChangeLog Log: typo (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.110x11-misc/pcmanfm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pcmanfm/ChangeLog?rev=1.110&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pcmanfm/ChangeLog?rev=1.110&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pcmanfm/ChangeLog?r1=1.109&r2=1.110 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/ChangeLog,v retrieving revision 1.109 retrieving revision 1.110 diff -u -r1.109 -r1.110 --- ChangeLog 17 May 2015 17:30:09 - 1.109 +++ ChangeLog 17 May 2015 17:31:01 - 1.110 @@ -1,10 +1,10 @@ # ChangeLog for x11-misc/pcmanfm # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/ChangeLog,v 1.109 2015/05/17 17:30:09 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/ChangeLog,v 1.110 2015/05/17 17:31:01 hwoarang Exp $ 17 May 2015; Markos Chandras pcmanfm-1.2.3.ebuild, pcmanfm-.ebuild: - Set a good default LINGUAS is it's empty. Bug #548330 + Set a good default LINGUAS if it's empty. Bug #548330 17 May 2015; Markos Chandras pcmanfm-1.2.3.ebuild, pcmanfm-.ebuild:
[gentoo-commits] gentoo-x86 commit in x11-misc/pcmanfm: pcmanfm-1.2.3.ebuild pcmanfm-9999.ebuild ChangeLog
hwoarang15/05/17 17:30:09 Modified: pcmanfm-1.2.3.ebuild pcmanfm-.ebuild ChangeLog Log: Set a good default LINGUAS is it's empty. Bug #548330 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.9 x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild?r1=1.8&r2=1.9 Index: pcmanfm-1.2.3.ebuild === RCS file: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- pcmanfm-1.2.3.ebuild17 May 2015 10:21:50 - 1.8 +++ pcmanfm-1.2.3.ebuild17 May 2015 17:30:09 - 1.9 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild,v 1.8 2015/05/17 10:21:50 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild,v 1.9 2015/05/17 17:30:09 hwoarang Exp $ EAPI="5" PLOCALES="ar be bg bn ca cs da de el en_GB es et eu fa fi fo fr gl he hr hu id @@ -43,6 +43,7 @@ location. You should install lxde-base/lxmenu-data for that functionality." src_prepare() { + export linguas="${linguas:-${plocale_backup}}" l10n_get_locales > ${S}/po/LINGUAS epatch_user } 1.22 x11-misc/pcmanfm/pcmanfm-.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pcmanfm/pcmanfm-.ebuild?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pcmanfm/pcmanfm-.ebuild?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pcmanfm/pcmanfm-.ebuild?r1=1.21&r2=1.22 Index: pcmanfm-.ebuild === RCS file: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-.ebuild,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- pcmanfm-.ebuild 17 May 2015 10:21:50 - 1.21 +++ pcmanfm-.ebuild 17 May 2015 17:30:09 - 1.22 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-.ebuild,v 1.21 2015/05/17 10:21:50 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-.ebuild,v 1.22 2015/05/17 17:30:09 hwoarang Exp $ EAPI="5" PLOCALES="ar be bg bn ca cs da de el en_GB es et eu fa fi fo fr gl he hr hu id @@ -56,6 +56,7 @@ #Remove -Werror for automake-1.12. Bug #421101 sed -i "s:-Werror::" configure.ac || die eautoreconf + export LINGUAS="${LINGUAS:-${PLOCALE_BACKUP}}" l10n_get_locales > ${S}/po/LINGUAS epatch_user } 1.109x11-misc/pcmanfm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pcmanfm/ChangeLog?rev=1.109&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pcmanfm/ChangeLog?rev=1.109&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pcmanfm/ChangeLog?r1=1.108&r2=1.109 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/ChangeLog,v retrieving revision 1.108 retrieving revision 1.109 diff -u -r1.108 -r1.109 --- ChangeLog 17 May 2015 10:21:50 - 1.108 +++ ChangeLog 17 May 2015 17:30:09 - 1.109 @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/pcmanfm # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/ChangeLog,v 1.108 2015/05/17 10:21:50 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/ChangeLog,v 1.109 2015/05/17 17:30:09 hwoarang Exp $ + + 17 May 2015; Markos Chandras pcmanfm-1.2.3.ebuild, + pcmanfm-.ebuild: + Set a good default LINGUAS is it's empty. Bug #548330 17 May 2015; Markos Chandras pcmanfm-1.2.3.ebuild, pcmanfm-.ebuild:
[gentoo-commits] gentoo-x86 commit in lxde-base/lxpanel: lxpanel-0.8.1.ebuild ChangeLog
hwoarang15/05/17 16:25:46 Modified: ChangeLog Added:lxpanel-0.8.1.ebuild Log: Version bump thanks to jospezial. Bug #524654 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.65 lxde-base/lxpanel/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxpanel/ChangeLog?rev=1.65&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxpanel/ChangeLog?rev=1.65&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxpanel/ChangeLog?r1=1.64&r2=1.65 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/ChangeLog,v retrieving revision 1.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- ChangeLog 3 Mar 2015 08:06:53 - 1.64 +++ ChangeLog 17 May 2015 16:25:46 - 1.65 @@ -1,6 +1,11 @@ # ChangeLog for lxde-base/lxpanel # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/ChangeLog,v 1.64 2015/03/03 08:06:53 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/ChangeLog,v 1.65 2015/05/17 16:25:46 hwoarang Exp $ + +*lxpanel-0.8.1 (17 May 2015) + + 17 May 2015; Markos Chandras +lxpanel-0.8.1.ebuild: + Version bump thanks to jospezial. Bug #524654 03 Mar 2015; Yixun Lan lxpanel-0.7.0-r1.ebuild: add arm64 support, tested on A53 board 1.1 lxde-base/lxpanel/lxpanel-0.8.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxpanel/lxpanel-0.8.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxpanel/lxpanel-0.8.1.ebuild?rev=1.1&content-type=text/plain Index: lxpanel-0.8.1.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/lxpanel-0.8.1.ebuild,v 1.1 2015/05/17 16:25:46 hwoarang Exp $ EAPI="5" inherit autotools eutils readme.gentoo versionator MAJOR_VER="$(get_version_component_range 1-2)" DESCRIPTION="Lightweight X11 desktop panel for LXDE" HOMEPAGE="http://lxde.org/"; SRC_URI="mirror://sourceforge/lxde/LXPanel%20%28desktop%20panel%29/LXPanel%20${MAJOR_VER}.x/${P}.tar.xz" LICENSE="GPL-2" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~x86-interix ~amd64-linux ~arm-linux ~x86-linux" SLOT="0" IUSE="+alsa wifi" RESTRICT="test" # bug 249598 RDEPEND="dev-libs/keybinder:0= x11-libs/gtk+:2 >=x11-libs/libfm-1.2.0[gtk] x11-libs/libwnck:1 x11-libs/libXmu x11-libs/libXpm x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/libX11 lxde-base/lxmenu-data lxde-base/menu-cache alsa? ( media-libs/alsa-lib ) wifi? ( net-wireless/wireless-tools )" DEPEND="${RDEPEND} virtual/pkgconfig sys-devel/gettext" DOC_CONTENTS="If you have problems with broken icons shown in the main panel, you will have to configure panel settings via its menu. This will not be an issue with first time installations." src_prepare() { #bug #415595 sed -i "s:-Werror::" configure.ac || die eautoreconf } src_configure() { local plugins="netstatus,volume,cpu,deskno,batt, \ kbled,xkb,thermal,cpufreq,monitors" use wifi && plugins+=",netstat" use alsa && plugins+=",volumealsa" [[ ${CHOST} == *-interix* ]] && plugins=deskno,kbled,xkb econf $(use_enable alsa) --with-x --with-plugins="${plugins}" # the gtk+ dep already pulls in libX11, so we might as well hardcode with-x } src_install () { emake DESTDIR="${D}" install dodoc AUTHORS ChangeLog README # Get rid of the .la files. find "${D}" -name '*.la' -delete readme.gentoo_create_doc } pkg_postinst() { readme.gentoo_print_elog }
[gentoo-commits] gentoo-x86 commit in dev-libs/log4shib: metadata.xml ChangeLog
hwoarang15/05/17 10:25:49 Modified: metadata.xml ChangeLog Log: Drop to m-n (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.3 dev-libs/log4shib/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/log4shib/metadata.xml?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/log4shib/metadata.xml?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/log4shib/metadata.xml?r1=1.2&r2=1.3 Index: metadata.xml === RCS file: /var/cvsroot/gentoo-x86/dev-libs/log4shib/metadata.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- metadata.xml23 Sep 2011 22:41:14 - 1.2 +++ metadata.xml17 May 2015 10:25:49 - 1.3 @@ -2,11 +2,10 @@ http://www.gentoo.org/dtd/metadata.dtd";> - hwoar...@gentoo.org - Markos Chandras + maintainer-nee...@gentoo.org log4shib is a library of C++ classes for flexible logging - to files, syslog, IDSA and other destinations. It is a forked version + to files, syslog, IDSA and other destinations. It is a forked version of log4cpp especially adapted for the shibboleth framework 1.4 dev-libs/log4shib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/log4shib/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/log4shib/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/log4shib/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-libs/log4shib/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 7 Mar 2013 12:05:14 - 1.3 +++ ChangeLog 17 May 2015 10:25:49 - 1.4 @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/log4shib -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4shib/ChangeLog,v 1.3 2013/03/07 12:05:14 pinkbyte Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4shib/ChangeLog,v 1.4 2015/05/17 10:25:49 hwoarang Exp $ + + 17 May 2015; Markos Chandras metadata.xml: + Drop to m-n 07 Mar 2013; Sergey Popov log4shib-1.0.1.ebuild, log4shib-1.0.4.ebuild: @@ -17,4 +20,3 @@ +log4shib-1.0.1.ebuild, +metadata.xml: Moved from sunrise overlay. THa. Thanks to Thomas Beierlein . Bug #334313 -
[gentoo-commits] gentoo-x86 commit in x11-misc/pcmanfm: pcmanfm-1.2.3.ebuild pcmanfm-9999.ebuild ChangeLog
hwoarang15/05/17 10:21:50 Modified: pcmanfm-1.2.3.ebuild pcmanfm-.ebuild ChangeLog Log: Add l10n eclass support to drop unwanted locales. Add epatch_user. bug #548330. Sync live ebuild as well (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.8 x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild?r1=1.7&r2=1.8 Index: pcmanfm-1.2.3.ebuild === RCS file: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- pcmanfm-1.2.3.ebuild2 Apr 2015 20:04:40 - 1.7 +++ pcmanfm-1.2.3.ebuild17 May 2015 10:21:50 - 1.8 @@ -1,9 +1,14 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild,v 1.7 2015/04/02 20:04:40 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild,v 1.8 2015/05/17 10:21:50 hwoarang Exp $ EAPI="5" -inherit eutils fdo-mime readme.gentoo +PLOCALES="ar be bg bn ca cs da de el en_GB es et eu fa fi fo fr gl he hr hu id +is it ja kk km ko lg lt lv ms nl pa pl pt pt_BR ro ru si sk sl sr sr@latin sv +te th tr tt_RU ug uk vi zh_CN zh_TW" +PLOCALE_BACKUP="en_GB" + +inherit eutils fdo-mime l10n readme.gentoo MY_PV="${PV/_/}" MY_P="${PN}-${MY_PV}" @@ -37,8 +42,12 @@ DOC_CONTENTS="PCmanFM can optionally support the menu://applications/ location. You should install lxde-base/lxmenu-data for that functionality." +src_prepare() { + l10n_get_locales > ${S}/po/LINGUAS + epatch_user +} + src_configure() { - strip-linguas -i "${S}/po" econf --sysconfdir=/etc $(use_enable debug) } 1.21 x11-misc/pcmanfm/pcmanfm-.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pcmanfm/pcmanfm-.ebuild?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pcmanfm/pcmanfm-.ebuild?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pcmanfm/pcmanfm-.ebuild?r1=1.20&r2=1.21 Index: pcmanfm-.ebuild === RCS file: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-.ebuild,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- pcmanfm-.ebuild 1 Feb 2015 13:00:58 - 1.20 +++ pcmanfm-.ebuild 17 May 2015 10:21:50 - 1.21 @@ -1,12 +1,26 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-.ebuild,v 1.20 2015/02/01 13:00:58 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-.ebuild,v 1.21 2015/05/17 10:21:50 hwoarang Exp $ -EAPI=5 +EAPI="5" +PLOCALES="ar be bg bn ca cs da de el en_GB es et eu fa fi fo fr gl he hr hu id +is it ja kk km ko lg lt lv ms nl pa pl pt pt_BR ro ru si sk sl sr sr@latin sv +te th tr tt_RU ug uk vi zh_CN zh_TW" +PLOCALE_BACKUP="en_GB" + +inherit autotools eutils fdo-mime l10n readme.gentoo + +if [[ ${PV} == ** ]]; then + EGIT_REPO_URI="git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/${PN}" + inherit git-r3 + KEYWORDS="" +else + SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.xz"; + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~x86" +fi -EGIT_REPO_URI="git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/${PN}" - -inherit autotools git-2 fdo-mime +MY_PV="${PV/_/}" +MY_P="${PN}-${MY_PV}" DESCRIPTION="Fast lightweight tabbed filemanager" HOMEPAGE="http://pcmanfm.sourceforge.net/"; @@ -14,21 +28,26 @@ LICENSE="GPL-2" SLOT="0" IUSE="debug" -KEYWORDS="" -COMMON_DEPEND=">=dev-libs/glib-2.18:2 - >=x11-libs/gtk+-2.22.1:2 +RDEPEND=">=dev-libs/glib-2.18:2 + >=x11-libs/gtk+-2.16:2 >=lxde-base/menu-cache-0.3.2 - >=x11-libs/libfm-:=" -RDEPEND="${COMMON_DEPEND} + x11-misc/shared-mime-info + >=x11-libs/libfm-${PV}:=[gtk(+)] virtual/eject virtual/freedesktop-icon-theme" -DEPEND="${COMMON_DEPEND} +DEPEND="${RDEPEND} + app-arch/xz-utils >=dev-util/intltool-0.40 virtual/pkgconfig sys-devel/gettext" -RESTRICT="test" +S="${WORKDIR}"/${MY_P} + +DOCS=( AUTHORS ) + +DOC_CONTENTS="PCmanFM can optionally support the menu://applications/ + location. You should install lxde-base/lxmenu-
[gentoo-commits] gentoo-x86 commit in x11-libs/libfm: libfm-9999.ebuild ChangeLog
hwoarang15/05/17 10:20:35 Modified: libfm-.ebuild ChangeLog Log: Update live ebuild. Move it to git-r3 and sync it with the regular ebuilds (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.43 x11-libs/libfm/libfm-.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-.ebuild?rev=1.43&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-.ebuild?rev=1.43&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-.ebuild?r1=1.42&r2=1.43 Index: libfm-.ebuild === RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-.ebuild,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- libfm-.ebuild 18 Oct 2014 20:31:52 - 1.42 +++ libfm-.ebuild 17 May 2015 10:20:35 - 1.43 @@ -1,13 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-.ebuild,v 1.42 2014/10/18 20:31:52 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-.ebuild,v 1.43 2015/05/17 10:20:35 hwoarang Exp $ EAPI=5 EGIT_REPO_URI="https://github.com/lxde/${PN}"; -# master seems way too unstable for us to use -EGIT_BRANCH="1.1" -inherit autotools git-2 fdo-mime vala +inherit autotools git-r3 fdo-mime vala DESCRIPTION="A library for file management" HOMEPAGE="http://pcmanfm.sourceforge.net/"; @@ -19,7 +17,8 @@ COMMON_DEPEND=">=dev-libs/glib-2.18:2 gtk? ( >=x11-libs/gtk+-2.16:2 ) - >=lxde-base/menu-cache-0.3.2:=" + >=lxde-base/menu-cache-0.3.2:= + x11-libs/libfm-extra" RDEPEND="${COMMON_DEPEND} !lxde-base/lxshortcut x11-misc/shared-mime-info @@ -95,13 +94,16 @@ src_install() { default find "${D}" -name '*.la' -exec rm -f '{}' + - # Remove broken symlink #439570 # Sometimes a directory is created instead of a symlink. No idea why... # It is wrong anyway. We expect a libfm-1.0 directory and then a libfm # symlink to it. if [[ -h ${D}/usr/include/${PN} || -d ${D}/usr/include/${PN} ]]; then rm -r "${D}"/usr/include/${PN} fi + # Remove files installed by split-off libfm-extra package + rm "${D}"/usr/include/libfm-1.0/fm-{extra,version,xml-file}.h + rm "${D}"/usr/$(get_libdir)/libfm-extra* + rm "${D}"/usr/$(get_libdir)/pkgconfig/libfm-extra.pc } pkg_preinst() { 1.109x11-libs/libfm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.109&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.109&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?r1=1.108&r2=1.109 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v retrieving revision 1.108 retrieving revision 1.109 diff -u -r1.108 -r1.109 --- ChangeLog 2 Apr 2015 20:03:59 - 1.108 +++ ChangeLog 17 May 2015 10:20:35 - 1.109 @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libfm # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.108 2015/04/02 20:03:59 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.109 2015/05/17 10:20:35 hwoarang Exp $ + + 17 May 2015; Markos Chandras libfm-.ebuild: + Update live ebuild. Move it to git-r3 and sync it with the regular ebuilds 02 Apr 2015; Markus Meier libfm-1.2.3.ebuild: arm stable, bug #542042
[gentoo-commits] gentoo-x86 commit in net-p2p/qbittorrent: qbittorrent-3.2.0.ebuild ChangeLog
hwoarang15/05/17 09:21:39 Modified: ChangeLog Added:qbittorrent-3.2.0.ebuild Log: Version bump. Bug #549426 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.249net-p2p/qbittorrent/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.249&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.249&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?r1=1.248&r2=1.249 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v retrieving revision 1.248 retrieving revision 1.249 diff -u -r1.248 -r1.249 --- ChangeLog 10 May 2015 13:12:13 - 1.248 +++ ChangeLog 17 May 2015 09:21:39 - 1.249 @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/qbittorrent # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.248 2015/05/10 13:12:13 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.249 2015/05/17 09:21:39 hwoarang Exp $ + +*qbittorrent-3.2.0 (17 May 2015) + + 17 May 2015; Markos Chandras +qbittorrent-3.2.0.ebuild: + Version bump. Bug #549426 10 May 2015; Davide Pesavento qbittorrent-3.1.12.ebuild, qbittorrent-3.1.9.2-r1.ebuild, qbittorrent-.ebuild: 1.1 net-p2p/qbittorrent/qbittorrent-3.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.2.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.2.0.ebuild?rev=1.1&content-type=text/plain Index: qbittorrent-3.2.0.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.2.0.ebuild,v 1.1 2015/05/17 09:21:39 hwoarang Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit eutils python-r1 qt4-r2 DESCRIPTION="BitTorrent client in C++ and Qt" HOMEPAGE="http://www.qbittorrent.org/"; MY_P=${P/_} if [[ ${PV} == ** ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/${PN}/qBittorrent.git"; KEYWORDS="" else SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz" KEYWORDS="~amd64 ~arm ~ppc64 ~x86" fi LICENSE="GPL-2" SLOT="0" IUSE="+dbus debug +qt4 qt5 webui +X" REQUIRED_USE="^^ ( qt4 qt5 ) dbus? ( X )" CDEPEND=" dev-libs/boost:= >=dev-qt/qtsingleapplication-2.6.1_p20130904-r1[qt4?,qt5?,X?] >=net-libs/rb_libtorrent-1.0.0 sys-libs/zlib qt4? ( dev-qt/qtcore:4 dbus? ( dev-qt/qtdbus:4 ) X? ( dev-qt/qtgui:4 ) ) qt5? ( dev-qt/qtcore:5 dev-qt/qtnetwork:5 dev-qt/qtxml:5 dbus? ( dev-qt/qtdbus:5 ) X? ( dev-qt/qtgui:5 dev-qt/qtwidgets:5 ) ) " DEPEND="${CDEPEND} virtual/pkgconfig " RDEPEND="${CDEPEND} ${PYTHON_DEPS}" S=${WORKDIR}/${MY_P} DOCS=(AUTHORS Changelog README.md TODO) src_prepare() { epatch_user qt4-r2_src_prepare } src_configure() { # Custom configure script, econf fails local myconf=( ./configure --prefix="${EPREFIX}/usr" --with-qtsingleapplication=system $(use dbus || echo --disable-qt-dbus) $(use debug && echo --enable-debug) $(use qt5 && echo --with-qt5) $(use webui || echo --disable-webui) $(use X || echo --disable-gui) ) echo "${myconf[@]}" "${myconf[@]}" || die "configure failed" use qt4 && eqmake4 use qt5 && eqmake5 }
[gentoo-commits] gentoo-x86 commit in net-libs/rb_libtorrent: rb_libtorrent-1.0.5.ebuild ChangeLog rb_libtorrent-1.0.3.ebuild
hwoarang15/05/17 09:18:45 Modified: ChangeLog Added:rb_libtorrent-1.0.5.ebuild Removed: rb_libtorrent-1.0.3.ebuild Log: Version bump. Bug #549390 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.197net-libs/rb_libtorrent/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.197&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.197&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?r1=1.196&r2=1.197 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v retrieving revision 1.196 retrieving revision 1.197 diff -u -r1.196 -r1.197 --- ChangeLog 5 May 2015 09:40:41 - 1.196 +++ ChangeLog 17 May 2015 09:18:45 - 1.197 @@ -1,6 +1,12 @@ # ChangeLog for net-libs/rb_libtorrent # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.196 2015/05/05 09:40:41 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.197 2015/05/17 09:18:45 hwoarang Exp $ + +*rb_libtorrent-1.0.5 (17 May 2015) + + 17 May 2015; Markos Chandras + +rb_libtorrent-1.0.5.ebuild, -rb_libtorrent-1.0.3.ebuild: + Version bump. Bug #549390 05 May 2015; Jeroen Roovers rb_libtorrent-0.16.17.ebuild: Stable for PPC64 (bug #522764). 1.1 net-libs/rb_libtorrent/rb_libtorrent-1.0.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-1.0.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-1.0.5.ebuild?rev=1.1&content-type=text/plain Index: rb_libtorrent-1.0.5.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-1.0.5.ebuild,v 1.1 2015/05/17 09:18:45 hwoarang Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4} ) PYTHON_REQ_USE="threads" DISTUTILS_OPTIONAL=true AUTOTOOLS_AUTORECONF=true inherit autotools-utils multilib distutils-r1 MY_P=${P/rb_/} MY_P=${MY_P/torrent/torrent-rasterbar} S=${WORKDIR}/${MY_P} DESCRIPTION="C++ BitTorrent implementation focusing on efficiency and scalability" HOMEPAGE="http://www.rasterbar.com/products/libtorrent/"; SRC_URI="mirror://sourceforge/libtorrent/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="debug doc examples python ssl static-libs test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" >=dev-libs/boost-1.53:=[threads] sys-libs/zlib examples? ( !net-p2p/mldonkey ) ssl? ( dev-libs/openssl:0= ) python? ( ${PYTHON_DEPS} dev-libs/boost[python,${PYTHON_USEDEP}] )" DEPEND="${RDEPEND} >=sys-devel/libtool-2.2" RESTRICT="test" PATCHES=( "${FILESDIR}"/${PN}-1.0.2-python.patch ) AUTOTOOLS_IN_SOURCE_BUILD=1 src_configure() { local myeconfargs=( --disable-silent-rules # bug 441842 --with-boost-libdir=/usr/$(get_libdir) $(use_enable debug) $(use_enable test tests) $(use_enable examples) $(use_enable ssl encryption) $(use_enable python python-binding) $(usex debug "--enable-logging=verbose" "") ) use python && python_setup autotools-utils_src_configure use python && cd "${BUILD_DIR}"/bindings/python && distutils-r1_src_configure } src_compile() { autotools-utils_src_compile use python && cd "${BUILD_DIR}"/bindings/python && distutils-r1_src_compile } src_install() { use doc && HTML_DOCS=( docs/. ) autotools-utils_src_install use python && cd "${BUILD_DIR}"/bindings/python && distutils-r1_src_install }
[gentoo-commits] gentoo-x86 commit in x11-themes/gentoo-artwork: gentoo-artwork-0.4.2-r1.ebuild ChangeLog
hwoarang15/05/09 23:21:34 Modified: gentoo-artwork-0.4.2-r1.ebuild ChangeLog Log: Fix HOMEPAGE. Bug #549008 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.9 x11-themes/gentoo-artwork/gentoo-artwork-0.4.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gentoo-artwork/gentoo-artwork-0.4.2-r1.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gentoo-artwork/gentoo-artwork-0.4.2-r1.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gentoo-artwork/gentoo-artwork-0.4.2-r1.ebuild?r1=1.8&r2=1.9 Index: gentoo-artwork-0.4.2-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/x11-themes/gentoo-artwork/gentoo-artwork-0.4.2-r1.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gentoo-artwork-0.4.2-r1.ebuild 4 Mar 2014 20:31:55 - 1.8 +++ gentoo-artwork-0.4.2-r1.ebuild 9 May 2015 23:21:34 - 1.9 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-artwork/gentoo-artwork-0.4.2-r1.ebuild,v 1.8 2014/03/04 20:31:55 vincent Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-artwork/gentoo-artwork-0.4.2-r1.ebuild,v 1.9 2015/05/09 23:21:34 hwoarang Exp $ EAPI="5" @@ -29,7 +29,7 @@ lilo? ( mirror://gentoo/gentoo-artwork-0.4.tar.bz2 ) ) )" -HOMEPAGE="http://www.gentoo.org/index-graphics.html"; +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Artwork"; KEYWORDS="alpha amd64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" LICENSE="GPL-2" 1.34 x11-themes/gentoo-artwork/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gentoo-artwork/ChangeLog?rev=1.34&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gentoo-artwork/ChangeLog?rev=1.34&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gentoo-artwork/ChangeLog?r1=1.33&r2=1.34 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/x11-themes/gentoo-artwork/ChangeLog,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- ChangeLog 4 Mar 2014 20:31:55 - 1.33 +++ ChangeLog 9 May 2015 23:21:34 - 1.34 @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/gentoo-artwork -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-artwork/ChangeLog,v 1.33 2014/03/04 20:31:55 vincent Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-artwork/ChangeLog,v 1.34 2015/05/09 23:21:34 hwoarang Exp $ + + 09 May 2015; Markos Chandras + gentoo-artwork-0.4.2-r1.ebuild: + Fix HOMEPAGE. Bug #549008 04 Mar 2014; Vicente Olivert Riera gentoo-artwork-0.4.2-r1.ebuild:
[gentoo-commits] gentoo-x86 commit in kde-misc/plasma-nm: plasma-nm-0.9.3.5.ebuild ChangeLog
hwoarang15/04/29 17:23:53 Modified: plasma-nm-0.9.3.5.ebuild ChangeLog Log: Add upstream patch to fix build with the latest openconnect. Bug #532294 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.4 kde-misc/plasma-nm/plasma-nm-0.9.3.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/plasma-nm/plasma-nm-0.9.3.5.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/plasma-nm/plasma-nm-0.9.3.5.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/plasma-nm/plasma-nm-0.9.3.5.ebuild?r1=1.3&r2=1.4 Index: plasma-nm-0.9.3.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/kde-misc/plasma-nm/plasma-nm-0.9.3.5.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- plasma-nm-0.9.3.5.ebuild24 Nov 2014 16:41:07 - 1.3 +++ plasma-nm-0.9.3.5.ebuild29 Apr 2015 17:23:53 - 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/plasma-nm/plasma-nm-0.9.3.5.ebuild,v 1.3 2014/11/24 16:41:07 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/plasma-nm/plasma-nm-0.9.3.5.ebuild,v 1.4 2015/04/29 17:23:53 hwoarang Exp $ EAPI=5 @@ -39,6 +39,8 @@ sys-devel/gettext " +PATCHES=( "${FILESDIR}"/${P}-openconnect.patch ) + src_configure() { local mycmakeargs=( $(cmake-utils_use !modemmanager DISABLE_MODEMMANAGER_SUPPORT) 1.19 kde-misc/plasma-nm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/plasma-nm/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/plasma-nm/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/plasma-nm/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/kde-misc/plasma-nm/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 24 Nov 2014 16:41:07 - 1.18 +++ ChangeLog 29 Apr 2015 17:23:53 - 1.19 @@ -1,6 +1,10 @@ # ChangeLog for kde-misc/plasma-nm -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/plasma-nm/ChangeLog,v 1.18 2014/11/24 16:41:07 kensington Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/plasma-nm/ChangeLog,v 1.19 2015/04/29 17:23:53 hwoarang Exp $ + + 29 Apr 2015; Markos Chandras + +files/plasma-nm-0.9.3.5-openconnect.patch, plasma-nm-0.9.3.5.ebuild: + Add upstream patch to fix build with the latest openconnect. Bug #532294 24 Nov 2014; Michael Palimaka plasma-nm-0.9.3.5.ebuild:
[gentoo-commits] gentoo-x86 commit in kde-misc/plasma-nm/files: plasma-nm-0.9.3.5-openconnect.patch
hwoarang15/04/29 17:23:54 Added:plasma-nm-0.9.3.5-openconnect.patch Log: Add upstream patch to fix build with the latest openconnect. Bug #532294 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.1 kde-misc/plasma-nm/files/plasma-nm-0.9.3.5-openconnect.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/plasma-nm/files/plasma-nm-0.9.3.5-openconnect.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/plasma-nm/files/plasma-nm-0.9.3.5-openconnect.patch?rev=1.1&content-type=text/plain Index: plasma-nm-0.9.3.5-openconnect.patch === From: David Woodhouse Date: Wed, 03 Dec 2014 14:10:44 + Subject: Update OpenConnect support for library version 5 X-Git-Url: http://quickgit.kde.org/?p=plasma-nm.git&a=commitdiff&h=3e6585fa4dd2fb3d9b59c7704bd3d7ae5b2c4167 --- Update OpenConnect support for library version 5 String ownership rules are now very simple: the library never takes ownership of a string it's passed. It always takes its *own* copy and is responsible for freeing that. Mostly driven by Windows DLL Hell where it's painful to allocate in one library and free in another because they might actually be using different heaps. Also adapt to the changes in server certificate hash handling. We are no longer supposed to just compare strings, and must call the relevant function to check a hash against the server's certificate. This gives better matching and allows libopenconnect to upgrade the hash in future when it becomes necessary. --- Backported from upstream Signed-off-by: Markos Chandras X-Gentoo-Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=532294 --- --- a/vpn/openconnect/CMakeLists.txt +++ b/vpn/openconnect/CMakeLists.txt @@ -15,6 +15,8 @@ if (${OPENCONNECT_VERSION} VERSION_GREATER ${MINIMUM_OPENCONNECT_VERSION_REQUIRED} OR ${OPENCONNECT_VERSION} VERSION_EQUAL ${MINIMUM_OPENCONNECT_VERSION_REQUIRED}) + +include_directories(${OPENCONNECT_INCLUDE_DIRS}) set(openconnect_SRCS openconnectui.cpp --- a/vpn/openconnect/openconnectauth.cpp +++ b/vpn/openconnect/openconnectauth.cpp @@ -161,7 +161,7 @@ } if (!dataMap[NM_OPENCONNECT_KEY_CACERT].isEmpty()) { const QByteArray crt = QFile::encodeName(dataMap[NM_OPENCONNECT_KEY_CACERT]); -openconnect_set_cafile(d->vpninfo, strdup(crt.data())); +openconnect_set_cafile(d->vpninfo, OC3DUP(crt.data())); } if (dataMap[NM_OPENCONNECT_KEY_CSD_ENABLE] == "yes") { char *wrapper; @@ -174,12 +174,12 @@ } if (!dataMap[NM_OPENCONNECT_KEY_PROXY].isEmpty()) { const QByteArray proxy = QFile::encodeName(dataMap[NM_OPENCONNECT_KEY_PROXY]); -openconnect_set_http_proxy(d->vpninfo, strdup(proxy.data())); +openconnect_set_http_proxy(d->vpninfo, OC3DUP(proxy.data())); } if (!dataMap[NM_OPENCONNECT_KEY_USERCERT].isEmpty()) { const QByteArray crt = QFile::encodeName(dataMap[NM_OPENCONNECT_KEY_USERCERT]); const QByteArray key = QFile::encodeName(dataMap[NM_OPENCONNECT_KEY_PRIVKEY]); -openconnect_set_client_cert (d->vpninfo, strdup(crt.data()), strdup(key.data())); +openconnect_set_client_cert (d->vpninfo, OC3DUP(crt.data()), OC3DUP(key.data())); if (!crt.isEmpty() && dataMap[NM_OPENCONNECT_KEY_PEM_PASSPHRASE_FSID] == "yes") { openconnect_passphrase_from_fsid(d->vpninfo); @@ -276,10 +276,10 @@ const VPNHost &host = d->hosts.at(i); if (openconnect_parse_url(d->vpninfo, host.address.toAscii().data())) { kWarning() << "Failed to parse server URL" << host.address; -openconnect_set_hostname(d->vpninfo, strdup(host.address.toAscii().data())); +openconnect_set_hostname(d->vpninfo, OC3DUP(host.address.toAscii().data())); } if (!openconnect_get_urlpath(d->vpninfo) && !host.group.isEmpty()) -openconnect_set_urlpath(d->vpninfo, strdup(host.group.toAscii().data())); +openconnect_set_urlpath(d->vpninfo, OC3DUP(host.group.toAscii().data())); d->secrets["lasthost"] = host.name; addFormInfo(QLatin1String("dialog-information"), i18n("Contacting host, please wait...")); d->worker->start(); @@ -301,9 +301,13 @@ secrets.insert(QLatin1String(NM_OPENCONNECT_KEY_COOKIE), QLatin1String(openconnect_get_cookie(d->vpninfo))); openconnect_clear_cookie(d->vpninfo); +#if OPENCONNECT_CHECK_VER(5,0) +const char *fingerprint = openconnect_get_peer_cert_hash(d->vpninfo); +#else OPENCONNECT_X509 *cert = openconnect_get_peer_cert(d->vpninfo); char fingerprint[41]; openconnect_get_cert_sha1(d->vpninfo, cert, fingerprint); +#endif secrets.insert(QLatin1String(NM_OPENCONNECT_KEY_GWCERT), QLatin1String(fingerprint)); secrets.insert(QLatin1String("certsigs"),
[gentoo-commits] gentoo-x86 commit in sys-kernel/pf-sources: pf-sources-4.0_p2.ebuild ChangeLog
hwoarang15/04/27 20:36:19 Modified: ChangeLog Added:pf-sources-4.0_p2.ebuild Log: Version bump. Check for active gcc >= 4.9. Bug #547868 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.130sys-kernel/pf-sources/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?rev=1.130&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?rev=1.130&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?r1=1.129&r2=1.130 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v retrieving revision 1.129 retrieving revision 1.130 diff -u -r1.129 -r1.130 --- ChangeLog 17 Apr 2015 22:20:19 - 1.129 +++ ChangeLog 27 Apr 2015 20:36:19 - 1.130 @@ -1,6 +1,11 @@ # ChangeLog for sys-kernel/pf-sources # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v 1.129 2015/04/17 22:20:19 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v 1.130 2015/04/27 20:36:19 hwoarang Exp $ + +*pf-sources-4.0_p2 (27 Apr 2015) + + 27 Apr 2015; Markos Chandras +pf-sources-4.0_p2.ebuild: + Version bump. Check for active gcc >= 4.9. Bug #547868 *pf-sources-4.0_p1 (17 Apr 2015) 1.1 sys-kernel/pf-sources/pf-sources-4.0_p2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/pf-sources-4.0_p2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/pf-sources-4.0_p2.ebuild?rev=1.1&content-type=text/plain Index: pf-sources-4.0_p2.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/pf-sources-4.0_p2.ebuild,v 1.1 2015/04/27 20:36:19 hwoarang Exp $ EAPI="5" inherit readme.gentoo toolchain-funcs versionator COMPRESSTYPE=".xz" K_USEPV="yes" UNIPATCH_STRICTORDER="yes" K_SECURITY_UNSUPPORTED="1" CKV="$(get_version_component_range 1-2)" ETYPE="sources" inherit kernel-2 detect_version K_NOSETEXTRAVERSION="don't_set_it" DESCRIPTION="Linux kernel fork with new features, including the -ck patchset (BFS), BFQ, TuxOnIce and UKSM" HOMEPAGE="http://pf.natalenko.name/"; PF_VERS="1" PF_FILE="patch-${PV/_p*/}-pf${PV/*_p/}${COMPRESSTYPE}" PF_URI="http://pf.natalenko.name/sources/$(get_version_component_range 1-2)/${PF_FILE}" SRC_URI="${KERNEL_URI} ${PF_URI}" # \${EXPERIMENTAL_URI} KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86" IUSE="" KV_FULL="${PVR}-pf" S="${WORKDIR}"/linux-"${KV_FULL}" DISABLE_AUTOFORMATTING="yes" DOC_CONTENTS=" ${P} has the following optional runtime dependencies: - sys-apps/tuxonice-userui: provides minimal userspace progress information related to suspending and resuming process. - sys-power/hibernate-script or sys-power/pm-utils: runtime utilities for hibernating and suspending your computer." pkg_pretend() { # 547868 if [[ $(gcc-version) < 4.9 ]]; then eerror "" eerror "${P} needs an active GCC 4.9+ compiler" eerror die "${P} needs sys-devel/gcc >= 4.9" fi } pkg_setup(){ ewarn ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way." ewarn "If you need support, please contact the pf developers directly." ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with" ewarn "the ebuilds. Thank you." ewarn kernel-2_pkg_setup } src_prepare(){ epatch "${DISTDIR}"/"${PF_FILE}" } src_install() { kernel-2_src_install readme.gentoo_create_doc } pkg_postinst() { kernel-2_pkg_postinst readme.gentoo_print_elog } K_EXTRAEINFO="For more info on pf-sources and details on how to report problems, see: ${HOMEPAGE}."
[gentoo-commits] gentoo-x86 commit in sys-kernel/pf-sources: pf-sources-4.0_p2.ebuild ChangeLog
hwoarang15/04/27 20:37:45 Modified: pf-sources-4.0_p2.ebuild ChangeLog Log: typos (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.2 sys-kernel/pf-sources/pf-sources-4.0_p2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/pf-sources-4.0_p2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/pf-sources-4.0_p2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/pf-sources-4.0_p2.ebuild?r1=1.1&r2=1.2 Index: pf-sources-4.0_p2.ebuild === RCS file: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/pf-sources-4.0_p2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pf-sources-4.0_p2.ebuild27 Apr 2015 20:36:19 - 1.1 +++ pf-sources-4.0_p2.ebuild27 Apr 2015 20:37:45 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/pf-sources-4.0_p2.ebuild,v 1.1 2015/04/27 20:36:19 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/pf-sources-4.0_p2.ebuild,v 1.2 2015/04/27 20:37:45 hwoarang Exp $ EAPI="5" inherit readme.gentoo toolchain-funcs versionator @@ -43,8 +43,8 @@ if [[ $(gcc-version) < 4.9 ]]; then eerror "" eerror "${P} needs an active GCC 4.9+ compiler" - eerror - die "${P} needs sys-devel/gcc >= 4.9" + eerror "" + die "${P} needs an active sys-devel/gcc >= 4.9" fi } 1.131sys-kernel/pf-sources/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?rev=1.131&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?rev=1.131&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?r1=1.130&r2=1.131 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v retrieving revision 1.130 retrieving revision 1.131 diff -u -r1.130 -r1.131 --- ChangeLog 27 Apr 2015 20:36:19 - 1.130 +++ ChangeLog 27 Apr 2015 20:37:45 - 1.131 @@ -1,6 +1,9 @@ # ChangeLog for sys-kernel/pf-sources # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v 1.130 2015/04/27 20:36:19 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v 1.131 2015/04/27 20:37:45 hwoarang Exp $ + + 27 Apr 2015; Markos Chandras pf-sources-4.0_p2.ebuild: + typos *pf-sources-4.0_p2 (27 Apr 2015)
[gentoo-commits] gentoo-x86 commit in dev-util/buildbot: ChangeLog buildbot-0.8.9-r1.ebuild buildbot-0.8.9.ebuild
hwoarang15/04/27 14:54:48 Modified: ChangeLog Removed: buildbot-0.8.9-r1.ebuild buildbot-0.8.9.ebuild Log: Drop more old ebuilds (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.170dev-util/buildbot/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?rev=1.170&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?rev=1.170&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?r1=1.169&r2=1.170 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v retrieving revision 1.169 retrieving revision 1.170 diff -u -r1.169 -r1.170 --- ChangeLog 24 Apr 2015 20:38:00 - 1.169 +++ ChangeLog 27 Apr 2015 14:54:48 - 1.170 @@ -1,6 +1,10 @@ # ChangeLog for dev-util/buildbot # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.169 2015/04/24 20:38:00 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.170 2015/04/27 14:54:48 hwoarang Exp $ + + 27 Apr 2015; Markos Chandras -buildbot-0.8.9.ebuild, + -buildbot-0.8.9-r1.ebuild: + Drop more old ebuilds 24 Apr 2015; Markos Chandras -buildbot-0.8.7_p1-r1.ebuild:
[gentoo-commits] gentoo-x86 commit in media-video/minitube: minitube-2.4.ebuild ChangeLog
hwoarang15/04/26 10:22:07 Modified: minitube-2.4.ebuild ChangeLog Log: Update disable-updates patch for 2.4. Bug #547756 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.3 media-video/minitube/minitube-2.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/minitube/minitube-2.4.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/minitube/minitube-2.4.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/minitube/minitube-2.4.ebuild?r1=1.2&r2=1.3 Index: minitube-2.4.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-video/minitube/minitube-2.4.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- minitube-2.4.ebuild 23 Apr 2015 16:39:23 - 1.2 +++ minitube-2.4.ebuild 26 Apr 2015 10:22:07 - 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/minitube/minitube-2.4.ebuild,v 1.2 2015/04/23 16:39:23 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/minitube/minitube-2.4.ebuild,v 1.3 2015/04/26 10:22:07 hwoarang Exp $ EAPI=5 PLOCALES="ar ca ca_ES da de_DE el en es es_AR es_ES fi fi_FI fr he_IL hr hu @@ -38,7 +38,7 @@ DOCS="AUTHORS CHANGES TODO" #455976 -PATCHES=( "${FILESDIR}"/${PN}-2.1.3-disable-updates.patch ) +PATCHES=( "${FILESDIR}"/${P}-disable-updates.patch ) pkg_pretend() { if [[ -z ${MINITUBE_GOOGLE_API_KEY} ]]; then 1.103media-video/minitube/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/minitube/ChangeLog?rev=1.103&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/minitube/ChangeLog?rev=1.103&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/minitube/ChangeLog?r1=1.102&r2=1.103 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-video/minitube/ChangeLog,v retrieving revision 1.102 retrieving revision 1.103 diff -u -r1.102 -r1.103 --- ChangeLog 23 Apr 2015 16:39:23 - 1.102 +++ ChangeLog 26 Apr 2015 10:22:07 - 1.103 @@ -1,6 +1,10 @@ # ChangeLog for media-video/minitube # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/minitube/ChangeLog,v 1.102 2015/04/23 16:39:23 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/minitube/ChangeLog,v 1.103 2015/04/26 10:22:07 hwoarang Exp $ + + 26 Apr 2015; Markos Chandras + +files/minitube-2.4-disable-updates.patch, minitube-2.4.ebuild: + Update disable-updates patch for 2.4. Bug #547756 23 Apr 2015; Markos Chandras minitube-2.4.ebuild: typo
[gentoo-commits] gentoo-x86 commit in media-video/minitube/files: minitube-2.4-disable-updates.patch
hwoarang15/04/26 10:22:08 Added:minitube-2.4-disable-updates.patch Log: Update disable-updates patch for 2.4. Bug #547756 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.1 media-video/minitube/files/minitube-2.4-disable-updates.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/minitube/files/minitube-2.4-disable-updates.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/minitube/files/minitube-2.4-disable-updates.patch?rev=1.1&content-type=text/plain Index: minitube-2.4-disable-updates.patch === Index: minitube-2.4/src/mainwindow.cpp === --- minitube-2.4.orig/src/mainwindow.cpp +++ minitube-2.4/src/mainwindow.cpp @@ -206,8 +206,6 @@ void MainWindow::lazyInit() { connect(mouseTimer, SIGNAL(timeout()), SLOT(hideMouse())); JsFunctions::instance(); - -checkForUpdate(); } void MainWindow::changeEvent(QEvent* event) {
[gentoo-commits] gentoo-x86 commit in sys-kernel/cryptodev: cryptodev-1.7.ebuild ChangeLog
hwoarang15/04/24 21:52:54 Modified: cryptodev-1.7.ebuild ChangeLog Log: export KERNEL_DIR to prevent the Makefile from trying to detect the kernel source itself which might break chroots and containers. Bug #547028. Thanks to Toralf Förster for the report and testing (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.2 sys-kernel/cryptodev/cryptodev-1.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/cryptodev/cryptodev-1.7.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/cryptodev/cryptodev-1.7.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/cryptodev/cryptodev-1.7.ebuild?r1=1.1&r2=1.2 Index: cryptodev-1.7.ebuild === RCS file: /var/cvsroot/gentoo-x86/sys-kernel/cryptodev/cryptodev-1.7.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cryptodev-1.7.ebuild11 Apr 2015 12:12:04 - 1.1 +++ cryptodev-1.7.ebuild24 Apr 2015 21:52:54 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/cryptodev/cryptodev-1.7.ebuild,v 1.1 2015/04/11 12:12:04 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/cryptodev/cryptodev-1.7.ebuild,v 1.2 2015/04/24 21:52:54 hwoarang Exp $ EAPI=5 inherit linux-info linux-mod @@ -36,6 +36,7 @@ die "cryptodev ebuild only support linux" fi BUILD_TARGETS="build" + export KERNEL_DIR } src_prepare() { 1.2 sys-kernel/cryptodev/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/cryptodev/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/cryptodev/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/cryptodev/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-kernel/cryptodev/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 11 Apr 2015 12:12:04 - 1.1 +++ ChangeLog 24 Apr 2015 21:52:54 - 1.2 @@ -1,6 +1,11 @@ # ChangeLog for sys-kernel/cryptodev # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/cryptodev/ChangeLog,v 1.1 2015/04/11 12:12:04 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/cryptodev/ChangeLog,v 1.2 2015/04/24 21:52:54 hwoarang Exp $ + + 24 Apr 2015; Markos Chandras cryptodev-1.7.ebuild: + export KERNEL_DIR to prevent the Makefile from trying to detect the kernel + source itself which might break chroots and containers. Bug #547028. Thanks to + Toralf Förster for the report and testing *cryptodev-1.7 (11 Apr 2015)
[gentoo-commits] gentoo-x86 commit in media-gfx/feh: feh-2.12.1.ebuild ChangeLog
hwoarang15/04/24 20:45:15 Modified: ChangeLog Added:feh-2.12.1.ebuild Log: version bump (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.148media-gfx/feh/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/feh/ChangeLog?rev=1.148&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/feh/ChangeLog?rev=1.148&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/feh/ChangeLog?r1=1.147&r2=1.148 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-gfx/feh/ChangeLog,v retrieving revision 1.147 retrieving revision 1.148 diff -u -r1.147 -r1.148 --- ChangeLog 10 Sep 2014 19:53:27 - 1.147 +++ ChangeLog 24 Apr 2015 20:45:15 - 1.148 @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/feh -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/ChangeLog,v 1.147 2014/09/10 19:53:27 hwoarang Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/ChangeLog,v 1.148 2015/04/24 20:45:15 hwoarang Exp $ + +*feh-2.12.1 (24 Apr 2015) + + 24 Apr 2015; Markos Chandras +feh-2.12.1.ebuild: + version bump 10 Sep 2014; Markos Chandras feh-2.10.ebuild, feh-2.11.ebuild, feh-2.12.ebuild, feh-2.9.3.ebuild: 1.1 media-gfx/feh/feh-2.12.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/feh/feh-2.12.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/feh/feh-2.12.1.ebuild?rev=1.1&content-type=text/plain Index: feh-2.12.1.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-2.12.1.ebuild,v 1.1 2015/04/24 20:45:15 hwoarang Exp $ EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="A fast, lightweight imageviewer using imlib2" HOMEPAGE="http://feh.finalrewind.org/"; SRC_URI="http://feh.finalrewind.org/${P}.tar.bz2"; LICENSE="feh" SLOT="0" KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86" IUSE="debug curl exif test xinerama" COMMON_DEPEND="media-libs/imlib2[X] >=media-libs/libpng-1.2:0= x11-libs/libX11 curl? ( net-misc/curl ) exif? ( media-libs/libexif ) xinerama? ( x11-libs/libXinerama )" RDEPEND="${COMMON_DEPEND} virtual/jpeg:0" DEPEND="${COMMON_DEPEND} x11-libs/libXt x11-proto/xproto test? ( >=dev-lang/perl-5.10 dev-perl/Test-Command )" pkg_setup() { use_feh() { usex $1 1 0; } fehopts=( DESTDIR="${D}" PREFIX=/usr doc_dir='${main_dir}'/share/doc/${PF} example_dir='${main_dir}'/share/doc/${PF}/examples curl=$(use_feh curl) debug=$(use_feh debug) xinerama=$(use_feh xinerama) exif=$(use_feh exif) ) } src_prepare() { epatch "${FILESDIR}"/${PN}-2.6.2-debug-cflags.patch # fix desktop file sed -i -e "s:^Icon=.*:Icon=/usr/share/feh/images/logo.svg:" \ share/applications/${PN}.pre || die } src_compile() { tc-export CC emake "${fehopts[@]}" } src_install() { emake "${fehopts[@]}" install }
[gentoo-commits] gentoo-x86 commit in dev-util/buildbot: ChangeLog buildbot-0.8.7_p1-r1.ebuild
hwoarang15/04/24 20:38:00 Modified: ChangeLog Removed: buildbot-0.8.7_p1-r1.ebuild Log: Drop old ebuilds resulting to alpha/ia64/ppc/pp64/s390/sh/sparc to lose their stable keyword (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.169dev-util/buildbot/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?rev=1.169&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?rev=1.169&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?r1=1.168&r2=1.169 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v retrieving revision 1.168 retrieving revision 1.169 diff -u -r1.168 -r1.169 --- ChangeLog 24 Apr 2015 20:33:30 - 1.168 +++ ChangeLog 24 Apr 2015 20:38:00 - 1.169 @@ -1,6 +1,11 @@ # ChangeLog for dev-util/buildbot # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.168 2015/04/24 20:33:30 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.169 2015/04/24 20:38:00 hwoarang Exp $ + + 24 Apr 2015; Markos Chandras + -buildbot-0.8.7_p1-r1.ebuild: + Drop old ebuilds resulting to alpha/ia64/ppc/pp64/s390/sh/sparc to lose their + stable keyword *buildbot-0.8.12 (24 Apr 2015)
[gentoo-commits] gentoo-x86 commit in dev-util/buildbot-slave: buildbot-slave-0.8.12.ebuild ChangeLog buildbot-slave-0.8.9.ebuild buildbot-slave-0.8.7_p1.ebuild buildbot-slave-0.8.9-r1.ebuild
hwoarang15/04/24 20:36:58 Modified: ChangeLog Added:buildbot-slave-0.8.12.ebuild Removed: buildbot-slave-0.8.9.ebuild buildbot-slave-0.8.7_p1.ebuild buildbot-slave-0.8.9-r1.ebuild Log: Version bump. Drop old ebuilds resulting to alpha/ia64/ppc/pp64/s390/sh/sparc to lose their stable keyword (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.72 dev-util/buildbot-slave/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/ChangeLog?rev=1.72&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/ChangeLog?rev=1.72&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/ChangeLog?r1=1.71&r2=1.72 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- ChangeLog 19 Apr 2015 09:36:50 - 1.71 +++ ChangeLog 24 Apr 2015 20:36:58 - 1.72 @@ -1,6 +1,14 @@ # ChangeLog for dev-util/buildbot-slave # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.71 2015/04/19 09:36:50 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.72 2015/04/24 20:36:58 hwoarang Exp $ + +*buildbot-slave-0.8.12 (24 Apr 2015) + + 24 Apr 2015; Markos Chandras + +buildbot-slave-0.8.12.ebuild, -buildbot-slave-0.8.7_p1.ebuild, + -buildbot-slave-0.8.9-r1.ebuild, -buildbot-slave-0.8.9.ebuild: + Version bump. Drop old ebuilds resulting to alpha/ia64/ppc/pp64/s390/sh/sparc + to lose their stable keyword 19 Apr 2015; Pacho Ramos buildbot-slave-0.8.10.ebuild: x86 stable wrt bug #536174 1.1 dev-util/buildbot-slave/buildbot-slave-0.8.12.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.12.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.12.ebuild?rev=1.1&content-type=text/plain Index: buildbot-slave-0.8.12.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.12.ebuild,v 1.1 2015/04/24 20:36:58 hwoarang Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 readme.gentoo systemd user DESCRIPTION="BuildBot Slave Daemon" HOMEPAGE="http://trac.buildbot.net/ http://code.google.com/p/buildbot/ http://pypi.python.org/pypi/buildbot-slave"; MY_PV="${PV/_p/p}" MY_P="${PN}-${MY_PV}" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-interix ~amd64-linux" IUSE="test" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] dev-python/twisted-core[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} test? ( dev-python/mock[${PYTHON_USEDEP}] )" S="${WORKDIR}/${MY_P}" pkg_setup() { enewuser buildbot DOC_CONTENTS="The \"buildbot\" user and the \"buildslave\" init script has been added to support starting buildslave through Gentoo's init system. To use this, set up your build slave following the documentation, make sure the resulting directories are owned by the \"buildbot\" user and point \"${ROOT}etc/conf.d/buildslave\" at the right location. The scripts can run as a different user if desired. If you need to run more than one build slave, just copy the scripts." } src_install() { distutils-r1_src_install doman docs/buildslave.1 newconfd "${FILESDIR}/buildslave.confd" buildslave newinitd "${FILESDIR}/buildslave.initd" buildslave systemd_dounit "${FILESDIR}/buildslave.service" readme.gentoo_create_doc } pkg_postinst() { readme.gentoo_print_elog }
[gentoo-commits] gentoo-x86 commit in dev-util/buildbot: buildbot-0.8.12.ebuild ChangeLog
hwoarang15/04/24 20:33:31 Modified: ChangeLog Added:buildbot-0.8.12.ebuild Log: Version bump (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.168dev-util/buildbot/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?rev=1.168&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?rev=1.168&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?r1=1.167&r2=1.168 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v retrieving revision 1.167 retrieving revision 1.168 diff -u -r1.167 -r1.168 --- ChangeLog 19 Apr 2015 09:36:43 - 1.167 +++ ChangeLog 24 Apr 2015 20:33:30 - 1.168 @@ -1,6 +1,11 @@ # ChangeLog for dev-util/buildbot # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.167 2015/04/19 09:36:43 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.168 2015/04/24 20:33:30 hwoarang Exp $ + +*buildbot-0.8.12 (24 Apr 2015) + + 24 Apr 2015; Markos Chandras +buildbot-0.8.12.ebuild: + Version bump 19 Apr 2015; Pacho Ramos buildbot-0.8.10.ebuild: x86 stable wrt bug #536174 1.1 dev-util/buildbot/buildbot-0.8.12.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/buildbot-0.8.12.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/buildbot-0.8.12.ebuild?rev=1.1&content-type=text/plain Index: buildbot-0.8.12.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.12.ebuild,v 1.1 2015/04/24 20:33:30 hwoarang Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="sqlite" inherit distutils-r1 readme.gentoo systemd user MY_PV="${PV/_p/p}" MY_P="${PN}-${MY_PV}" DESCRIPTION="BuildBot build automation system" HOMEPAGE="http://trac.buildbot.net/ http://code.google.com/p/buildbot/ http://pypi.python.org/pypi/buildbot"; SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris" IUSE="doc examples irc mail manhole test" RDEPEND=">=dev-python/jinja-2.1[${PYTHON_USEDEP}] dev-python/twisted-core[${PYTHON_USEDEP}] dev-python/twisted-web[${PYTHON_USEDEP}] dev-python/sqlalchemy-migrate[${PYTHON_USEDEP}] irc? ( dev-python/twisted-words[${PYTHON_USEDEP}] ) mail? ( dev-python/twisted-mail[${PYTHON_USEDEP}] ) manhole? ( dev-python/twisted-conch[${PYTHON_USEDEP}] )" DEPEND="${DEPEND} dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( dev-python/python-dateutil[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] dev-python/twisted-mail[${PYTHON_USEDEP}] dev-python/twisted-web[${PYTHON_USEDEP}] dev-python/twisted-words[${PYTHON_USEDEP}] )" S="${WORKDIR}/${MY_P}" pkg_setup() { enewuser buildbot DOC_CONTENTS="The \"buildbot\" user and the \"buildmaster\" init script has been added to support starting buildbot through Gentoo's init system. To use this, set up your build master following the documentation, make sure the resulting directories are owned by the \"buildbot\" user and point \"${EROOT}etc/conf.d/buildmaster\" at the right location. The scripts can run as a different user if desired. If you need to run more than one build master, just copy the scripts." } src_compile() { distutils-r1_src_compile if use doc; then einfo "Generation of documentation" pushd docs > /dev/null #'man' target is currently broken emake html popd > /dev/null fi } src_install() { distutils-r1_src_install doman docs/buildbot.1 if use doc; then dohtml -r docs/_build/html/ # TODO: install man pages fi if use examples; then insinto /usr/share/doc/${PF} doins -r contrib docs/examples fi newconfd "${FILESDIR}/buildmaster.confd" buildmaster newinitd "${FILESDIR}/buildmaster.initd" buildmaster systemd_do
[gentoo-commits] gentoo-x86 commit in x11-misc/bmpanel: metadata.xml ChangeLog
hwoarang15/04/23 21:06:06 Modified: metadata.xml ChangeLog Log: Drop myself as maintainer (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.3 x11-misc/bmpanel/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bmpanel/metadata.xml?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bmpanel/metadata.xml?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bmpanel/metadata.xml?r1=1.2&r2=1.3 Index: metadata.xml === RCS file: /var/cvsroot/gentoo-x86/x11-misc/bmpanel/metadata.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- metadata.xml24 Sep 2011 11:06:33 - 1.2 +++ metadata.xml23 Apr 2015 21:06:06 - 1.3 @@ -2,8 +2,7 @@ http://www.gentoo.org/dtd/metadata.dtd";> - hwoar...@gentoo.org - Markos Chandras + maintainer-nee...@gentoo.org Use the libev event loop interface 1.8 x11-misc/bmpanel/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bmpanel/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bmpanel/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bmpanel/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/x11-misc/bmpanel/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 20 Dec 2014 19:51:23 - 1.7 +++ ChangeLog 23 Apr 2015 21:06:06 - 1.8 @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/bmpanel -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bmpanel/ChangeLog,v 1.7 2014/12/20 19:51:23 hwoarang Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bmpanel/ChangeLog,v 1.8 2015/04/23 21:06:06 hwoarang Exp $ + + 23 Apr 2015; Markos Chandras metadata.xml: + Drop myself as maintainer 20 Dec 2014; Markos Chandras bmpanel-0.9.27-r1.ebuild: Update imlib dependency. Bug #533034
[gentoo-commits] gentoo-x86 commit in app-forensics/openscap: openscap-1.2.1.ebuild ChangeLog
hwoarang15/04/23 20:53:38 Modified: ChangeLog Added:openscap-1.2.1.ebuild Log: Version bump. Thanks to LABBE Corentin (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.34 app-forensics/openscap/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/openscap/ChangeLog?rev=1.34&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/openscap/ChangeLog?rev=1.34&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/openscap/ChangeLog?r1=1.33&r2=1.34 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-forensics/openscap/ChangeLog,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- ChangeLog 8 Apr 2015 07:30:34 - 1.33 +++ ChangeLog 23 Apr 2015 20:53:38 - 1.34 @@ -1,6 +1,11 @@ # ChangeLog for app-forensics/openscap # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/openscap/ChangeLog,v 1.33 2015/04/08 07:30:34 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/openscap/ChangeLog,v 1.34 2015/04/23 20:53:38 hwoarang Exp $ + +*openscap-1.2.1 (23 Apr 2015) + + 23 Apr 2015; Markos Chandras +openscap-1.2.1.ebuild: + Version bump. Thanks to LABBE Corentin 08 Apr 2015; Michał Górny openscap-1.0.8-r1.ebuild, openscap-1.1.1.ebuild, openscap-1.2.0.ebuild, openscap-.ebuild: 1.1 app-forensics/openscap/openscap-1.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/openscap/openscap-1.2.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/openscap/openscap-1.2.1.ebuild?rev=1.1&content-type=text/plain Index: openscap-1.2.1.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-forensics/openscap/openscap-1.2.1.ebuild,v 1.1 2015/04/23 20:53:38 hwoarang Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit bash-completion-r1 eutils multilib python-single-r1 DESCRIPTION="Framework which enables integration with the Security Content Automation Protocol (SCAP)" HOMEPAGE="http://www.open-scap.org/"; SRC_URI="https://fedorahosted.org/releases/o/p/${PN}/${P}.tar.gz"; LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="acl caps debug doc gconf ldap nss pcre perl python rpm selinux sce sql test xattr" RESTRICT="test" RDEPEND="!nss? ( dev-libs/libgcrypt:0 ) nss? ( dev-libs/nss ) acl? ( virtual/acl ) caps? ( sys-libs/libcap ) gconf? ( gnome-base/gconf ) ldap? ( net-nds/openldap ) pcre? ( dev-libs/libpcre ) rpm? ( >=app-arch/rpm-4.9 ) sql? ( dev-db/opendbx ) xattr? ( sys-apps/attr ) dev-libs/libpcre dev-libs/libxml2 dev-libs/libxslt net-misc/curl ${PYTHON_DEPS}" DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) perl? ( dev-lang/swig ) python? ( dev-lang/swig ) test? ( app-arch/unzip dev-perl/XML-XPath net-misc/ipcalc sys-apps/grep )" REQUIRED_USE="${PYTHON_REQUIRED_USE}" src_prepare() { # uncoment for debugging test # sed -i 's,set -e,&;set -x,' tests/API/XCCDF/unittests/test_remediate_simple.sh || die # sed -i 's,^bash,LC_ALL=C bash,' tests/probes/process/test_probes_process.sh || die sed -i 's/uname -p/uname -m/' tests/probes/uname/test_probes_uname.xml.sh || die #probe runlevel for non-centos/redhat/fedora is not implemented sed -i 's,.*runlevel_test.*,echo "runlevel test bypassed",' tests/mitre/test_mitre.sh || die sed -i 's,probecheck "runlevel,probecheck "runlevell,' tests/probes/runlevel/test_probes_runlevel.sh || die #According to comment of theses tests, we must modify it. For the moment disable it sed -i 's,.*linux-def_inetlisteningservers_test,#&,' tests/mitre/test_mitre.sh || die sed -i 's,.*ind-def_environmentvariable_test,#&,' tests/mitre/test_mitre.sh || die # theses tests are hardcoded for checking hald process..., # but no good solution for the moment, disabling them with a fake echo # because encased in a if then # sed -i 's,ha.d,/sbin/udevd --daemon,g' tests/mitre/unix-def_process_test.xml || die # sed -i 's,ha.d,/sbin/udevd --daemon,g' tests/mitre/unix-def_process58_test.xml || die sed -i 's,.*process_test.*,echo "process test bypassed",' tests/mitre/test_mitre.sh || die sed -i 's,.*process58_test.*,echo "process58 test bypassed",' tests/mitre/test_mitre.sh
[gentoo-commits] gentoo-x86 commit in app-forensics/yasat: yasat-839.ebuild ChangeLog
hwoarang15/04/23 20:50:11 Modified: ChangeLog Added:yasat-839.ebuild Log: Version bump. Thanks to LABBE Corentin (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.13 app-forensics/yasat/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/yasat/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/yasat/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/yasat/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-forensics/yasat/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 6 May 2014 07:15:40 - 1.12 +++ ChangeLog 23 Apr 2015 20:50:11 - 1.13 @@ -1,6 +1,11 @@ # ChangeLog for app-forensics/yasat -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/yasat/ChangeLog,v 1.12 2014/05/06 07:15:40 patrick Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/yasat/ChangeLog,v 1.13 2015/04/23 20:50:11 hwoarang Exp $ + +*yasat-839 (23 Apr 2015) + + 23 Apr 2015; Markos Chandras +yasat-839.ebuild: + Version bump. Thanks to LABBE Corentin *yasat-755 (06 May 2014) 1.1 app-forensics/yasat/yasat-839.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/yasat/yasat-839.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/yasat/yasat-839.ebuild?rev=1.1&content-type=text/plain Index: yasat-839.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-forensics/yasat/yasat-839.ebuild,v 1.1 2015/04/23 20:50:11 hwoarang Exp $ EAPI=5 inherit eutils DESCRIPTION="Security and system auditing tool" HOMEPAGE="http://yasat.sourceforge.net"; SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~sparc ~x86" S=${WORKDIR}/${PN} src_compile() { :; } src_install() { emake install DESTDIR="${D}" PREFIX="/usr" SYSCONFDIR="/etc" dodoc README CHANGELOG doman man/yasat.8 }
[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask
hwoarang15/04/23 16:41:55 Modified: ChangeLog package.mask Log: unmask minitube again Revision ChangesPath 1.9952 profiles/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9952&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9952&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9951&r2=1.9952 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v retrieving revision 1.9951 retrieving revision 1.9952 diff -u -r1.9951 -r1.9952 --- ChangeLog 22 Apr 2015 21:14:29 - 1.9951 +++ ChangeLog 23 Apr 2015 16:41:54 - 1.9952 @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9951 2015/04/22 21:14:29 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9952 2015/04/23 16:41:54 hwoarang Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 23 Apr 2015; Markos Chandras package.mask: + unmask minitube again + 22 Apr 2015; Mike Gilbert targets/systemd/package.mask, +targets/systemd/package.use.force: Force systemd for udev virtuals, bug 547360. 1.16497 profiles/package.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16497&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16497&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16496&r2=1.16497 Index: package.mask === RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v retrieving revision 1.16496 retrieving revision 1.16497 diff -u -r1.16496 -r1.16497 --- package.mask21 Apr 2015 19:00:10 - 1.16496 +++ package.mask23 Apr 2015 16:41:54 - 1.16497 @@ -1,5 +1,5 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16496 2015/04/21 19:00:10 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16497 2015/04/23 16:41:54 hwoarang 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 @@ -49,12 +49,6 @@ # Removal in 30 days. dev-ruby/json_pure -# Markos Chandras (19 Apr 2015) -# Old releases are broken due to Google API changes. 2.4 -# has some API support but it is not very user friendly. -# Head over to #546866 for more information -media-video/minitube - # James Le Cuirot (18 Apr 2015) # Old, unmaintained, not used by anything, and superseded by # plexus-classworlds. There is a newer version in java-overlay that
[gentoo-commits] gentoo-x86 commit in media-video/minitube: minitube-2.4.ebuild ChangeLog
hwoarang15/04/23 16:39:23 Modified: minitube-2.4.ebuild ChangeLog Log: typo (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.2 media-video/minitube/minitube-2.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/minitube/minitube-2.4.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/minitube/minitube-2.4.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/minitube/minitube-2.4.ebuild?r1=1.1&r2=1.2 Index: minitube-2.4.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-video/minitube/minitube-2.4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- minitube-2.4.ebuild 19 Apr 2015 08:58:32 - 1.1 +++ minitube-2.4.ebuild 23 Apr 2015 16:39:23 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/minitube/minitube-2.4.ebuild,v 1.1 2015/04/19 08:58:32 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/minitube/minitube-2.4.ebuild,v 1.2 2015/04/23 16:39:23 hwoarang Exp $ EAPI=5 PLOCALES="ar ca ca_ES da de_DE el en es es_AR es_ES fi fi_FI fr he_IL hr hu @@ -48,7 +48,7 @@ eerror "https://console.developers.google.com/ and" eerror "https://github.com/flaviotordini/minitube/blob/master/README.md"; eerror "for more information. Once you have generated your key," - eerror "please export to to your environment ie :" + eerror "please export it to your environment ie :" eerror "'export MINITUBE_GOOGLE_API_KEY=\"YourAPIKeyHere\"" eerror "and then try to merge this package again" eerror "" 1.102media-video/minitube/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/minitube/ChangeLog?rev=1.102&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/minitube/ChangeLog?rev=1.102&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/minitube/ChangeLog?r1=1.101&r2=1.102 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-video/minitube/ChangeLog,v retrieving revision 1.101 retrieving revision 1.102 diff -u -r1.101 -r1.102 --- ChangeLog 19 Apr 2015 08:58:32 - 1.101 +++ ChangeLog 23 Apr 2015 16:39:23 - 1.102 @@ -1,6 +1,9 @@ # ChangeLog for media-video/minitube # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/minitube/ChangeLog,v 1.101 2015/04/19 08:58:32 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/minitube/ChangeLog,v 1.102 2015/04/23 16:39:23 hwoarang Exp $ + + 23 Apr 2015; Markos Chandras minitube-2.4.ebuild: + typo *minitube-2.4 (19 Apr 2015)
[gentoo-commits] gentoo-x86 commit in app-emulation/lxc: lxc-1.1.2.ebuild ChangeLog
hwoarang15/04/23 16:31:44 Modified: ChangeLog Added:lxc-1.1.2.ebuild Log: Version bump. Bug #546232. Fix lxc path in the openrc init script. Bug #547266 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.76 app-emulation/lxc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?rev=1.76&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?rev=1.76&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?r1=1.75&r2=1.76 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v retrieving revision 1.75 retrieving revision 1.76 diff -u -r1.75 -r1.76 --- ChangeLog 14 Apr 2015 10:15:37 - 1.75 +++ ChangeLog 23 Apr 2015 16:31:44 - 1.76 @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/lxc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.75 2015/04/14 10:15:37 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.76 2015/04/23 16:31:44 hwoarang Exp $ + +*lxc-1.1.2 (23 Apr 2015) + + 23 Apr 2015; Markos Chandras +lxc-1.1.2.ebuild, + files/lxc.initd.3: + Version bump. Bug #546232. Fix lxc path in the openrc init script. Bug #547266 14 Apr 2015; Yixun Lan lxc-1.1.1-r1.ebuild: add arm64 support, tested on cortex-a53 board 1.1 app-emulation/lxc/lxc-1.1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.1.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.1.2.ebuild?rev=1.1&content-type=text/plain Index: lxc-1.1.2.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.1.2.ebuild,v 1.1 2015/04/23 16:31:44 hwoarang Exp $ EAPI="5" MY_P="${P/_/-}" PYTHON_COMPAT=( python{3_3,3_4} ) DISTUTILS_OPTIONAL=1 inherit autotools bash-completion-r1 distutils-r1 eutils linux-info versionator flag-o-matic systemd DESCRIPTION="LinuX Containers userspace utilities" HOMEPAGE="https://linuxcontainers.org/"; SRC_URI="https://github.com/lxc/lxc/archive/${MY_P}.tar.gz"; KEYWORDS="~amd64 ~arm ~arm64" LICENSE="LGPL-3" SLOT="0" IUSE="cgmanager doc examples lua python seccomp" RDEPEND="net-libs/gnutls sys-libs/libcap cgmanager? ( app-admin/cgmanager ) lua? ( >=dev-lang/lua-5.1:= ) python? ( ${PYTHON_DEPS} ) seccomp? ( sys-libs/libseccomp )" DEPEND="${RDEPEND} doc? ( app-text/docbook-sgml-utils ) >=sys-kernel/linux-headers-3.2" RDEPEND="${RDEPEND} sys-process/criu sys-apps/util-linux app-misc/pax-utils virtual/awk" CONFIG_CHECK="~CGROUPS ~CGROUP_DEVICE ~CPUSETS ~CGROUP_CPUACCT ~CGROUP_SCHED ~NAMESPACES ~IPC_NS ~USER_NS ~PID_NS ~NETLINK_DIAG ~PACKET_DIAG ~INET_UDP_DIAG ~INET_TCP_DIAG ~UNIX_DIAG ~CHECKPOINT_RESTORE ~DEVPTS_MULTIPLE_INSTANCES ~CGROUP_FREEZER ~UTS_NS ~NET_NS ~VETH ~MACVLAN ~POSIX_MQUEUE ~!NETPRIO_CGROUP ~!GRKERNSEC_CHROOT_MOUNT ~!GRKERNSEC_CHROOT_DOUBLE ~!GRKERNSEC_CHROOT_PIVOT ~!GRKERNSEC_CHROOT_CHMOD ~!GRKERNSEC_CHROOT_CAPS " ERROR_DEVPTS_MULTIPLE_INSTANCES="CONFIG_DEVPTS_MULTIPLE_INSTANCES: needed for pts inside container" ERROR_CGROUP_FREEZER="CONFIG_CGROUP_FREEZER: needed to freeze containers" ERROR_UTS_NS="CONFIG_UTS_NS: needed to unshare hostnames and uname info" ERROR_NET_NS="CONFIG_NET_NS: needed for unshared network" ERROR_VETH="CONFIG_VETH: needed for internal (host-to-container) networking" ERROR_MACVLAN="CONFIG_MACVLAN: needed for internal (inter-container) networking" ERROR_NETLINK_DIAG="CONFIG_NETLINK_DIAG: needed for lxc-checkpoint" ERROR_PACKET_DIAG="CONFIG_PACKET_DIAG: needed for lxc-checkpoint" ERROR_INET_UDP_DIAG="CONFIG_INET_UDP_DIAG: needed for lxc-checkpoint" ERROR_INET_TCP_DIAG="CONFIG_INET_TCP_DIAG: needed for lxc-checkpoint" ERROR_UNIX_DIAG="CONFIG_UNIX_DIAG: needed for lxc-checkpoint" ERROR_CHECKPOINT_RESTORE="CONFIG_CHECKPOINT_RESTORE: needed for lxc-checkpoint" ERROR_POSIX_MQUEUE="CONFIG_POSIX_MQUEUE: needed for lxc-execute command" ERROR_NETPRIO_CGROUP="CONFIG_NETPRIO_CGROUP: as of kernel 3.3 and lxc 0.8.0_rc1 this causes LXCs to fail booting." ERROR_GRKERNSEC_CHROOT_MOUNT="CONFIG_GRKERNSEC_CHROOT_MOUNT: some GRSEC features make LXC unusable see postinst notes" ERROR_GRKERNSEC_CHROOT_DOUBLE="CONFIG_GRKERNSEC_CHROOT_DOUBLE: some GRSEC
[gentoo-commits] gentoo-x86 commit in app-emulation/lxc/files: lxc.initd.3
hwoarang15/04/23 16:31:44 Modified: lxc.initd.3 Log: Version bump. Bug #546232. Fix lxc path in the openrc init script. Bug #547266 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.2 app-emulation/lxc/files/lxc.initd.3 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/files/lxc.initd.3?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/files/lxc.initd.3?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/files/lxc.initd.3?r1=1.1&r2=1.2 Index: lxc.initd.3 === RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/files/lxc.initd.3,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- lxc.initd.3 18 Oct 2014 17:00:37 - 1.1 +++ lxc.initd.3 23 Apr 2015 16:31:44 - 1.2 @@ -1,15 +1,17 @@ #!/sbin/runscript -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/files/lxc.initd.3,v 1.1 2014/10/18 17:00:37 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/files/lxc.initd.3,v 1.2 2015/04/23 16:31:44 hwoarang Exp $ CONTAINER=${SVCNAME#*.} +LXC_PATH="/var/lib" + lxc_get_configfile() { - if [ -f "/etc/lxc/${CONTAINER}.conf" ]; then - echo "/etc/lxc/${CONTAINER}.conf" - elif [ -f "/etc/lxc/${CONTAINER}/config" ]; then - echo "/etc/lxc/${CONTAINER}/config" + if [ -f "${LXC_PATH}/${CONTAINER}.conf" ]; then + echo "${LXC_PATH}/${CONTAINER}.conf" + elif [ -f "${LXC_PATH}/${CONTAINER}/config" ]; then + echo "${LXC_PATH}/${CONTAINER}/config" else eerror "Unable to find a suitable configuration file." eerror "If you set up the container in a non-standard"
[gentoo-commits] gentoo-x86 commit in net-libs/rb_libtorrent: rb_libtorrent-1.0.4.ebuild ChangeLog
hwoarang15/04/19 19:21:59 Modified: ChangeLog Added:rb_libtorrent-1.0.4.ebuild Log: Version bump (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.195net-libs/rb_libtorrent/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.195&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.195&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?r1=1.194&r2=1.195 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v retrieving revision 1.194 retrieving revision 1.195 diff -u -r1.194 -r1.195 --- ChangeLog 12 Apr 2015 17:21:04 - 1.194 +++ ChangeLog 19 Apr 2015 19:21:59 - 1.195 @@ -1,6 +1,12 @@ # ChangeLog for net-libs/rb_libtorrent # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.194 2015/04/12 17:21:04 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.195 2015/04/19 19:21:59 hwoarang Exp $ + +*rb_libtorrent-1.0.4 (19 Apr 2015) + + 19 Apr 2015; Markos Chandras + +rb_libtorrent-1.0.4.ebuild: + Version bump 12 Apr 2015; Justin Lecher -rb_libtorrent-0.16.17-r1.ebuild, -rb_libtorrent-1.0.2.ebuild, rb_libtorrent-0.16.17-r2.ebuild, 1.1 net-libs/rb_libtorrent/rb_libtorrent-1.0.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-1.0.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-1.0.4.ebuild?rev=1.1&content-type=text/plain Index: rb_libtorrent-1.0.4.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-1.0.4.ebuild,v 1.1 2015/04/19 19:21:59 hwoarang Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4} ) PYTHON_REQ_USE="threads" DISTUTILS_OPTIONAL=true AUTOTOOLS_AUTORECONF=true inherit autotools-utils multilib distutils-r1 MY_P=${P/rb_/} MY_P=${MY_P/torrent/torrent-rasterbar} S=${WORKDIR}/${MY_P} DESCRIPTION="C++ BitTorrent implementation focusing on efficiency and scalability" HOMEPAGE="http://www.rasterbar.com/products/libtorrent/"; SRC_URI="mirror://sourceforge/libtorrent/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="debug doc examples python ssl static-libs test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" >=dev-libs/boost-1.53:=[threads] sys-libs/zlib examples? ( !net-p2p/mldonkey ) ssl? ( dev-libs/openssl:0= ) python? ( ${PYTHON_DEPS} dev-libs/boost[python,${PYTHON_USEDEP}] )" DEPEND="${RDEPEND} >=sys-devel/libtool-2.2" RESTRICT="test" PATCHES=( "${FILESDIR}"/${PN}-1.0.2-python.patch ) AUTOTOOLS_IN_SOURCE_BUILD=1 src_configure() { local myeconfargs=( --disable-silent-rules # bug 441842 --with-boost-libdir=/usr/$(get_libdir) $(use_enable debug) $(use_enable test tests) $(use_enable examples) $(use_enable ssl encryption) $(use_enable python python-binding) $(usex debug "--enable-logging=verbose" "") ) use python && python_setup autotools-utils_src_configure use python && cd "${BUILD_DIR}"/bindings/python && distutils-r1_src_configure } src_compile() { autotools-utils_src_compile use python && cd "${BUILD_DIR}"/bindings/python && distutils-r1_src_compile } src_install() { use doc && HTML_DOCS=( docs/. ) autotools-utils_src_install use python && cd "${BUILD_DIR}"/bindings/python && distutils-r1_src_install }
[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask
hwoarang15/04/19 09:45:42 Modified: ChangeLog package.mask Log: Unleash rb_libtorrent-1.0.X to ~testing Revision ChangesPath 1.9946 profiles/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9946&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9946&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9945&r2=1.9946 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v retrieving revision 1.9945 retrieving revision 1.9946 diff -u -r1.9945 -r1.9946 --- ChangeLog 19 Apr 2015 09:00:59 - 1.9945 +++ ChangeLog 19 Apr 2015 09:45:41 - 1.9946 @@ -1,12 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9945 2015/04/19 09:00:59 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9946 2015/04/19 09:45:41 hwoarang Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! 19 Apr 2015; Markos Chandras package.mask: + Unleash rb_libtorrent-1.0.X to ~testing + + 19 Apr 2015; Markos Chandras package.mask: Mask media-video/minitube since it's now broken. See #546866 19 Apr 2015; Ben de Groot 1.16491 profiles/package.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16491&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16491&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16490&r2=1.16491 Index: package.mask === RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v retrieving revision 1.16490 retrieving revision 1.16491 diff -u -r1.16490 -r1.16491 --- package.mask19 Apr 2015 09:00:59 - 1.16490 +++ package.mask19 Apr 2015 09:45:41 - 1.16491 @@ -1,5 +1,5 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16490 2015/04/19 09:00:59 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16491 2015/04/19 09:45:41 hwoarang 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 @@ -723,12 +723,6 @@ # Masked for testing >=sys-auth/consolekit-0.9.2 -# Markos Chandras <18 Oct 2014> -# Not quite ready yet. Reverse deps seem to be broken -# at the moment. Masked until most of them are fixed -# upstream. -=net-libs/rb_libtorrent-1* - # Mike Pagano (16 Oct 2014) # A regression in kernels 3.17.0 lead to file system corruption # for affected systems. This has been fixed in >= 3.17.1
[gentoo-commits] gentoo-x86 commit in net-p2p/qbittorrent: qbittorrent-3.0.11-r2.ebuild qbittorrent-3.1.9.2-r1.ebuild qbittorrent-3.1.12.ebuild ChangeLog qbittorrent-3.1.10.ebuild qbittorrent-3.1.11.e
hwoarang15/04/19 09:32:46 Modified: qbittorrent-3.0.11-r2.ebuild qbittorrent-3.1.9.2-r1.ebuild qbittorrent-3.1.12.ebuild ChangeLog Removed: qbittorrent-3.1.10.ebuild qbittorrent-3.1.11.ebuild Log: qbittorrent releases do not work with rb_libtorrent-1.0 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.3 net-p2p/qbittorrent/qbittorrent-3.0.11-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.11-r2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.11-r2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.11-r2.ebuild?r1=1.2&r2=1.3 Index: qbittorrent-3.0.11-r2.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.11-r2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- qbittorrent-3.0.11-r2.ebuild8 Apr 2015 18:17:51 - 1.2 +++ qbittorrent-3.0.11-r2.ebuild19 Apr 2015 09:32:45 - 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.11-r2.ebuild,v 1.2 2015/04/08 18:17:51 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.11-r2.ebuild,v 1.3 2015/04/19 09:32:45 hwoarang Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -24,6 +24,7 @@ dev-qt/qtcore:4 >=dev-qt/qtsingleapplication-2.6.1_p20130904-r1[X?] >=net-libs/rb_libtorrent-0.16.17 + http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.9.2-r1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.9.2-r1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.9.2-r1.ebuild?r1=1.5&r2=1.6 Index: qbittorrent-3.1.9.2-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.9.2-r1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- qbittorrent-3.1.9.2-r1.ebuild 8 Apr 2015 18:17:51 - 1.5 +++ qbittorrent-3.1.9.2-r1.ebuild 19 Apr 2015 09:32:45 - 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.9.2-r1.ebuild,v 1.5 2015/04/08 18:17:51 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.9.2-r1.ebuild,v 1.6 2015/04/19 09:32:45 hwoarang Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -24,6 +24,7 @@ dev-qt/qtcore:4 >=dev-qt/qtsingleapplication-2.6.1_p20130904-r1[X?] >=net-libs/rb_libtorrent-0.16.17 + http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild?r1=1.3&r2=1.4 Index: qbittorrent-3.1.12.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- qbittorrent-3.1.12.ebuild 8 Apr 2015 18:17:51 - 1.3 +++ qbittorrent-3.1.12.ebuild 19 Apr 2015 09:32:45 - 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild,v 1.3 2015/04/08 18:17:51 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild,v 1.4 2015/04/19 09:32:45 hwoarang Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -24,6 +24,7 @@ dev-qt/qtcore:4 >=dev-qt/qtsingleapplication-2.6.1_p20130904-r1[X?] >=net-libs/rb_libtorrent-0.16.17 + http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.245&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.245&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?r1=1.244&r2=1.245 Index: ChangeLog === RCS file: /var/
[gentoo-commits] gentoo-x86 commit in net-p2p/qbittorrent: qbittorrent-9999.ebuild ChangeLog
hwoarang15/04/19 09:27:26 Modified: qbittorrent-.ebuild ChangeLog Log: A bit of cleanup and sync with regular ebuilds (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.23 net-p2p/qbittorrent/qbittorrent-.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-.ebuild?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-.ebuild?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-.ebuild?r1=1.22&r2=1.23 Index: qbittorrent-.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-.ebuild,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- qbittorrent-.ebuild 19 Apr 2015 09:05:14 - 1.22 +++ qbittorrent-.ebuild 19 Apr 2015 09:27:25 - 1.23 @@ -1,11 +1,11 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-.ebuild,v 1.22 2015/04/19 09:05:14 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-.ebuild,v 1.23 2015/04/19 09:27:25 hwoarang Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) -inherit eutils python-r1 qmake-utils +inherit eutils python-r1 qt4-r2 DESCRIPTION="BitTorrent client in C++ and Qt" HOMEPAGE="http://www.qbittorrent.org/"; @@ -53,6 +53,7 @@ src_prepare() { epatch_user + qt4-r2_src_prepare } src_configure() { @@ -73,7 +74,3 @@ use qt4 && eqmake4 use qt5 && eqmake5 } - -src_install() { - emake INSTALL_ROOT="${D}" install -} 1.244net-p2p/qbittorrent/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.244&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.244&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?r1=1.243&r2=1.244 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v retrieving revision 1.243 retrieving revision 1.244 diff -u -r1.243 -r1.244 --- ChangeLog 19 Apr 2015 09:05:14 - 1.243 +++ ChangeLog 19 Apr 2015 09:27:25 - 1.244 @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/qbittorrent # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.243 2015/04/19 09:05:14 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.244 2015/04/19 09:27:25 hwoarang Exp $ + + 19 Apr 2015; Markos Chandras qbittorrent-.ebuild: + A bit of cleanup and sync with regular ebuilds 19 Apr 2015; Markos Chandras qbittorrent-.ebuild: Bump rb_libtorrent dep. Drop geoip support. Bug #546440
[gentoo-commits] gentoo-x86 commit in net-p2p/qbittorrent: qbittorrent-9999.ebuild ChangeLog
hwoarang15/04/19 09:05:14 Modified: qbittorrent-.ebuild ChangeLog Log: Bump rb_libtorrent dep. Drop geoip support. Bug #546440 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.22 net-p2p/qbittorrent/qbittorrent-.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-.ebuild?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-.ebuild?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-.ebuild?r1=1.21&r2=1.22 Index: qbittorrent-.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-.ebuild,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- qbittorrent-.ebuild 1 Mar 2015 15:49:39 - 1.21 +++ qbittorrent-.ebuild 19 Apr 2015 09:05:14 - 1.22 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-.ebuild,v 1.21 2015/03/01 15:49:39 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-.ebuild,v 1.22 2015/04/19 09:05:14 hwoarang Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -21,16 +21,14 @@ LICENSE="GPL-2" SLOT="0" -IUSE="+dbus debug geoip +qt4 qt5 webui +X" +IUSE="+dbus debug +qt4 qt5 webui +X" REQUIRED_USE="^^ ( qt4 qt5 ) - dbus? ( X ) - geoip? ( X )" + dbus? ( X )" -# geoip and python are runtime deps only (see INSTALL file) CDEPEND=" dev-libs/boost:= >=dev-qt/qtsingleapplication-2.6.1_p20130904-r1[X?,qt4?,qt5?] - >=net-libs/rb_libtorrent-0.16.17 + >=net-libs/rb_libtorrent-1.0.0 sys-libs/zlib qt4? ( dev-qt/qtcore:4 dbus? ( dev-qt/qtdbus:4 ) @@ -48,9 +46,7 @@ virtual/pkgconfig " RDEPEND="${CDEPEND} - ${PYTHON_DEPS} - geoip? ( dev-libs/geoip ) -" + ${PYTHON_DEPS}" S=${WORKDIR}/${MY_P} DOCS=(AUTHORS Changelog README.md TODO) @@ -67,7 +63,6 @@ --with-qtsingleapplication=system $(use dbus || echo --disable-qt-dbus) $(use debug && echo --enable-debug) - $(use geoip || echo --disable-geoip-database) $(use qt5 && echo --with-qt5) $(use webui || echo --disable-webui) $(use X || echo --disable-gui) 1.243net-p2p/qbittorrent/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.243&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.243&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?r1=1.242&r2=1.243 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v retrieving revision 1.242 retrieving revision 1.243 diff -u -r1.242 -r1.243 --- ChangeLog 8 Apr 2015 18:17:51 - 1.242 +++ ChangeLog 19 Apr 2015 09:05:14 - 1.243 @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/qbittorrent # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.242 2015/04/08 18:17:51 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.243 2015/04/19 09:05:14 hwoarang Exp $ + + 19 Apr 2015; Markos Chandras qbittorrent-.ebuild: + Bump rb_libtorrent dep. Drop geoip support. Bug #546440 08 Apr 2015; Michał Górny qbittorrent-3.0.11-r2.ebuild, qbittorrent-3.1.10.ebuild, qbittorrent-3.1.11.ebuild,
[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask
hwoarang15/04/19 09:00:59 Modified: ChangeLog package.mask Log: Mask media-video/minitube since it's now broken. See #546866 Revision ChangesPath 1.9945 profiles/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9945&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9945&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9944&r2=1.9945 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v retrieving revision 1.9944 retrieving revision 1.9945 diff -u -r1.9944 -r1.9945 --- ChangeLog 19 Apr 2015 06:45:35 - 1.9944 +++ ChangeLog 19 Apr 2015 09:00:59 - 1.9945 @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9944 2015/04/19 06:45:35 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9945 2015/04/19 09:00:59 hwoarang Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 19 Apr 2015; Markos Chandras package.mask: + Mask media-video/minitube since it's now broken. See #546866 + 19 Apr 2015; Ben de Groot arch/amd64/package.use.stable.mask, arch/x86/package.use.stable.mask, default/linux/powerpc/ppc32/13.0/package.use.stable.mask: 1.16490 profiles/package.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16490&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16490&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16489&r2=1.16490 Index: package.mask === RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v retrieving revision 1.16489 retrieving revision 1.16490 diff -u -r1.16489 -r1.16490 --- package.mask18 Apr 2015 23:46:01 - 1.16489 +++ package.mask19 Apr 2015 09:00:59 - 1.16490 @@ -1,5 +1,5 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16489 2015/04/18 23:46:01 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16490 2015/04/19 09:00:59 hwoarang 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 @@ -30,6 +30,12 @@ #--- END OF EXAMPLES --- +# Markos Chandras (19 Apr 2015) +# Old releases are broken due to Google API changes. 2.4 +# has some API support but it is not very user friendly. +# Head over to #546866 for more information +media-video/minitube + # James Le Cuirot (18 Apr 2015) # Old, unmaintained, not used by anything, and superseded by # plexus-classworlds. There is a newer version in java-overlay that
[gentoo-commits] gentoo-x86 commit in media-video/minitube: ChangeLog minitube-2.4.ebuild minitube-2.2.ebuild minitube-2.1.6.ebuild
hwoarang15/04/19 08:58:32 Modified: ChangeLog Added:minitube-2.4.ebuild Removed: minitube-2.2.ebuild minitube-2.1.6.ebuild Log: Version bump (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.101media-video/minitube/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/minitube/ChangeLog?rev=1.101&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/minitube/ChangeLog?rev=1.101&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/minitube/ChangeLog?r1=1.100&r2=1.101 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-video/minitube/ChangeLog,v retrieving revision 1.100 retrieving revision 1.101 diff -u -r1.100 -r1.101 --- ChangeLog 31 Dec 2014 13:31:12 - 1.100 +++ ChangeLog 19 Apr 2015 08:58:32 - 1.101 @@ -1,6 +1,12 @@ # ChangeLog for media-video/minitube -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/minitube/ChangeLog,v 1.100 2014/12/31 13:31:12 kensington Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/minitube/ChangeLog,v 1.101 2015/04/19 08:58:32 hwoarang Exp $ + +*minitube-2.4 (19 Apr 2015) + + 19 Apr 2015; Markos Chandras -minitube-2.1.6.ebuild, + -minitube-2.2.ebuild, +minitube-2.4.ebuild: + Version bump 31 Dec 2014; Michael Palimaka minitube-2.0.ebuild, minitube-2.1.6.ebuild, minitube-2.2.ebuild, minitube-2.3-r1.ebuild: 1.1 media-video/minitube/minitube-2.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/minitube/minitube-2.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/minitube/minitube-2.4.ebuild?rev=1.1&content-type=text/plain Index: minitube-2.4.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-video/minitube/minitube-2.4.ebuild,v 1.1 2015/04/19 08:58:32 hwoarang Exp $ EAPI=5 PLOCALES="ar ca ca_ES da de_DE el en es es_AR es_ES fi fi_FI fr he_IL hr hu ia it jv nl pl pl_PL pt_BR ro ru sk sl tr zh_CN" PLOCALE_BACKUP="en" inherit l10n qt4-r2 DESCRIPTION="Qt4 YouTube Client" HOMEPAGE="http://flavio.tordini.org/minitube"; SRC_URI="https://github.com/flaviotordini/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug download gstreamer kde" DEPEND=">=dev-qt/qtgui-4.8:4[accessibility] >=dev-qt/qtdbus-4.8:4 >=dev-qt/qtsql-4.8:4 kde? ( || ( media-libs/phonon[gstreamer?,qt4] >=dev-qt/qtphonon-4.8:4 ) ) !kde? ( || ( >=dev-qt/qtphonon-4.8:4 media-libs/phonon[gstreamer?,qt4] ) ) gstreamer? ( media-plugins/gst-plugins-soup:0.10 media-plugins/gst-plugins-ffmpeg:0.10 media-plugins/gst-plugins-faac:0.10 media-plugins/gst-plugins-faad:0.10 media-plugins/gst-plugins-theora ) dev-qt/qtsingleapplication[X] " RDEPEND="${DEPEND}" DOCS="AUTHORS CHANGES TODO" #455976 PATCHES=( "${FILESDIR}"/${PN}-2.1.3-disable-updates.patch ) pkg_pretend() { if [[ -z ${MINITUBE_GOOGLE_API_KEY} ]]; then eerror "" eerror "Since version 2.4, you need to generate a Google API Key to use" eerror "with this application. Please head over to" eerror "https://console.developers.google.com/ and" eerror "https://github.com/flaviotordini/minitube/blob/master/README.md"; eerror "for more information. Once you have generated your key," eerror "please export to to your environment ie :" eerror "'export MINITUBE_GOOGLE_API_KEY=\"YourAPIKeyHere\"" eerror "and then try to merge this package again" eerror "" die "MINITUBE_GOOGLE_API_KEY env variable not defined!" fi } src_prepare() { qt4-r2_src_prepare # Remove unneeded translations local trans= for x in $(l10n_get_locales); do trans+="${x}.ts " done if [[ -n ${trans} ]]; then sed -i -e "/^TRANSLATIONS/s/+=.*/+=${trans}/" locale/locale.pri || die fi sed -i \ 's|include(src/qtsingleapplication/qtsingleapplication.pri)|CONFIG += qtsingleapplication|g' \ ${PN}.pro || die "Failed to unbundle qtsingleapplication" # Enable video downloads. Bug #491344 use download && { echo "DEFINES += APP_DOWNLOADS" >> ${PN}.pro; }
[gentoo-commits] gentoo-x86 commit in sys-auth/sssd: sssd-1.12.4.ebuild ChangeLog
hwoarang15/04/18 18:00:00 Modified: sssd-1.12.4.ebuild ChangeLog Log: Restore samba4 magic (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.5 sys-auth/sssd/sssd-1.12.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.12.4.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.12.4.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.12.4.ebuild?r1=1.4&r2=1.5 Index: sssd-1.12.4.ebuild === RCS file: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.12.4.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sssd-1.12.4.ebuild 10 Apr 2015 00:23:33 - 1.4 +++ sssd-1.12.4.ebuild 18 Apr 2015 18:00:00 - 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.12.4.ebuild,v 1.4 2015/04/10 00:23:33 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.12.4.ebuild,v 1.5 2015/04/18 18:00:00 hwoarang Exp $ EAPI=5 @@ -15,7 +15,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" -IUSE="acl augeas autofs +locator netlink nfsv4 nls +manpages python selinux sudo ssh test" +IUSE="acl augeas autofs +locator netlink nfsv4 nls +manpages python samba selinux sudo ssh test" COMMON_DEP=" >=virtual/pam-0-r1[${MULTILIB_USEDEP}] @@ -49,6 +49,7 @@ nls? ( >=sys-devel/gettext-0.18 ) virtual/libintl netlink? ( dev-libs/libnl:3 ) + samba? ( >=net-fs/samba-4.0 ) " RDEPEND="${COMMON_DEP} @@ -92,7 +93,6 @@ } multilib_src_configure() { - # no samba4 per 447022 # set initscript to sysv because the systemd option needs systemd to # be installed. We provide our own systemd file anyway. local myconf=( @@ -106,7 +106,7 @@ --disable-rpath --enable-silent-rules --sbindir=/usr/sbin - --without-samba + $(multilib_native_use_with samba) $(multilib_native_use_enable acl cifs-idmap-plugin) $(multilib_native_use_enable augeas config-lib) $(multilib_native_use_with selinux) 1.70 sys-auth/sssd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/ChangeLog?rev=1.70&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/ChangeLog?rev=1.70&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/ChangeLog?r1=1.69&r2=1.70 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v retrieving revision 1.69 retrieving revision 1.70 diff -u -r1.69 -r1.70 --- ChangeLog 10 Apr 2015 00:23:33 - 1.69 +++ ChangeLog 18 Apr 2015 18:00:00 - 1.70 @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/sssd # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.69 2015/04/10 00:23:33 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.70 2015/04/18 18:00:00 hwoarang Exp $ + + 18 Apr 2015; Markos Chandras sssd-1.12.4.ebuild: + Restore samba4 magic 10 Apr 2015; Anthony G. Basile sssd-1.12.1.ebuild, sssd-1.12.4.ebuild, sssd-1.9.6-r3.ebuild, sssd-1.9.7.ebuild:
[gentoo-commits] gentoo-x86 commit in profiles/arch/arm: ChangeLog
hwoarang15/04/18 11:09:29 Modified: ChangeLog Log: typo Revision ChangesPath 1.353profiles/arch/arm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/arm/ChangeLog?rev=1.353&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/arm/ChangeLog?rev=1.353&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/arm/ChangeLog?r1=1.352&r2=1.353 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/profiles/arch/arm/ChangeLog,v retrieving revision 1.352 retrieving revision 1.353 diff -u -r1.352 -r1.353 --- ChangeLog 18 Apr 2015 11:08:18 - 1.352 +++ ChangeLog 18 Apr 2015 11:09:29 - 1.353 @@ -1,9 +1,9 @@ # ChangeLog for Gentoo/ARM profile directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/ChangeLog,v 1.352 2015/04/18 11:08:18 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/ChangeLog,v 1.353 2015/04/18 11:09:29 hwoarang Exp $ 18 Apr 2015; Markos Chandras package.use.mask: - Make samba useflag for sys-auth/sssd + Mask samba useflag for sys-auth/sssd 03 Apr 2015; Markus Meier package.use.mask: package.use.mask net-misc/openconnect[java] for bug #542444
[gentoo-commits] gentoo-x86 commit in profiles/arch/powerpc: ChangeLog
hwoarang15/04/18 11:09:14 Modified: ChangeLog Log: typo Revision ChangesPath 1.321profiles/arch/powerpc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ChangeLog?rev=1.321&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ChangeLog?rev=1.321&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ChangeLog?r1=1.320&r2=1.321 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v retrieving revision 1.320 retrieving revision 1.321 diff -u -r1.320 -r1.321 --- ChangeLog 18 Apr 2015 11:08:47 - 1.320 +++ ChangeLog 18 Apr 2015 11:09:14 - 1.321 @@ -1,9 +1,9 @@ # ChangeLog for Gentoo/PPC profile directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v 1.320 2015/04/18 11:08:47 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v 1.321 2015/04/18 11:09:14 hwoarang Exp $ 18 Apr 2015; Markos Chandras package.use.mask: - Make samba useflag for sys-auth/sssd + Mask samba useflag for sys-auth/sssd 17 Mar 2015; Mike Frysinger package.use.force, package.use.mask:
[gentoo-commits] gentoo-x86 commit in profiles/arch/powerpc: ChangeLog package.use.mask
hwoarang15/04/18 11:08:47 Modified: ChangeLog package.use.mask Log: Make samba useflag for sys-auth/sssd Revision ChangesPath 1.320profiles/arch/powerpc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ChangeLog?rev=1.320&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ChangeLog?rev=1.320&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ChangeLog?r1=1.319&r2=1.320 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v retrieving revision 1.319 retrieving revision 1.320 diff -u -r1.319 -r1.320 --- ChangeLog 17 Mar 2015 01:38:40 - 1.319 +++ ChangeLog 18 Apr 2015 11:08:47 - 1.320 @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/PPC profile directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v 1.319 2015/03/17 01:38:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v 1.320 2015/04/18 11:08:47 hwoarang Exp $ + + 18 Apr 2015; Markos Chandras package.use.mask: + Make samba useflag for sys-auth/sssd 17 Mar 2015; Mike Frysinger package.use.force, package.use.mask: 1.241profiles/arch/powerpc/package.use.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/package.use.mask?rev=1.241&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/package.use.mask?rev=1.241&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/package.use.mask?r1=1.240&r2=1.241 Index: package.use.mask === RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/package.use.mask,v retrieving revision 1.240 retrieving revision 1.241 diff -u -r1.240 -r1.241 --- package.use.mask1 Apr 2015 11:00:12 - 1.240 +++ package.use.mask18 Apr 2015 11:08:47 - 1.241 @@ -1,6 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/package.use.mask,v 1.240 2015/04/01 11:00:12 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/package.use.mask,v 1.241 2015/04/18 11:08:47 hwoarang Exp $ + +# Markos Chandras (18 Apr 2015) +# samba-4 not keyworded on ppc/ppc64 +sys-auth/sssd samba # Mike Frysinger (16 Mar 2015) # Needs sci-physics/bullet & media-libs/libsdl2 tested #499974
[gentoo-commits] gentoo-x86 commit in profiles/arch/arm: ChangeLog package.use.mask
hwoarang15/04/18 11:08:18 Modified: ChangeLog package.use.mask Log: Make samba useflag for sys-auth/sssd Revision ChangesPath 1.352profiles/arch/arm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/arm/ChangeLog?rev=1.352&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/arm/ChangeLog?rev=1.352&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/arm/ChangeLog?r1=1.351&r2=1.352 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/profiles/arch/arm/ChangeLog,v retrieving revision 1.351 retrieving revision 1.352 diff -u -r1.351 -r1.352 --- ChangeLog 3 Apr 2015 08:10:26 - 1.351 +++ ChangeLog 18 Apr 2015 11:08:18 - 1.352 @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/ARM profile directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/ChangeLog,v 1.351 2015/04/03 08:10:26 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/ChangeLog,v 1.352 2015/04/18 11:08:18 hwoarang Exp $ + + 18 Apr 2015; Markos Chandras package.use.mask: + Make samba useflag for sys-auth/sssd 03 Apr 2015; Markus Meier package.use.mask: package.use.mask net-misc/openconnect[java] for bug #542444 1.251profiles/arch/arm/package.use.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/arm/package.use.mask?rev=1.251&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/arm/package.use.mask?rev=1.251&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/arm/package.use.mask?r1=1.250&r2=1.251 Index: package.use.mask === RCS file: /var/cvsroot/gentoo-x86/profiles/arch/arm/package.use.mask,v retrieving revision 1.250 retrieving revision 1.251 diff -u -r1.250 -r1.251 --- package.use.mask3 Apr 2015 08:10:26 - 1.250 +++ package.use.mask18 Apr 2015 11:08:18 - 1.251 @@ -1,6 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/package.use.mask,v 1.250 2015/04/03 08:10:26 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/package.use.mask,v 1.251 2015/04/18 11:08:18 hwoarang Exp $ + +# Markos Chandras (18 Apr 2015) +# samba-4 not keyworded on arm +sys-auth/sssd samba # Markus Meier (03 Apr 2015) # Deps not yet stable or keyworded
[gentoo-commits] gentoo-x86 commit in sys-kernel/pf-sources: pf-sources-4.0_p1.ebuild ChangeLog
hwoarang15/04/17 22:20:19 Modified: ChangeLog Added:pf-sources-4.0_p1.ebuild Log: Version bump (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.129sys-kernel/pf-sources/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?rev=1.129&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?rev=1.129&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?r1=1.128&r2=1.129 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v retrieving revision 1.128 retrieving revision 1.129 diff -u -r1.128 -r1.129 --- ChangeLog 23 Feb 2015 02:07:25 - 1.128 +++ ChangeLog 17 Apr 2015 22:20:19 - 1.129 @@ -1,6 +1,11 @@ # ChangeLog for sys-kernel/pf-sources # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v 1.128 2015/02/23 02:07:25 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v 1.129 2015/04/17 22:20:19 hwoarang Exp $ + +*pf-sources-4.0_p1 (17 Apr 2015) + + 17 Apr 2015; Markos Chandras +pf-sources-4.0_p1.ebuild: + Version bump *pf-sources-3.19_p1 (23 Feb 2015) 1.1 sys-kernel/pf-sources/pf-sources-4.0_p1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/pf-sources-4.0_p1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/pf-sources-4.0_p1.ebuild?rev=1.1&content-type=text/plain Index: pf-sources-4.0_p1.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/pf-sources-4.0_p1.ebuild,v 1.1 2015/04/17 22:20:19 hwoarang Exp $ EAPI="5" inherit readme.gentoo versionator COMPRESSTYPE=".xz" K_USEPV="yes" UNIPATCH_STRICTORDER="yes" K_SECURITY_UNSUPPORTED="1" CKV="$(get_version_component_range 1-2)" ETYPE="sources" inherit kernel-2 detect_version K_NOSETEXTRAVERSION="don't_set_it" DESCRIPTION="Linux kernel fork with new features, including the -ck patchset (BFS), BFQ, TuxOnIce and UKSM" HOMEPAGE="http://pf.natalenko.name/"; PF_VERS="1" PF_FILE="patch-${PV/_p*/}-pf${PV/*_p/}${COMPRESSTYPE}" PF_URI="http://pf.natalenko.name/sources/$(get_version_component_range 1-2)/${PF_FILE}" SRC_URI="${KERNEL_URI} ${PF_URI}" # \${EXPERIMENTAL_URI} KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86" IUSE="" KV_FULL="${PVR}-pf" S="${WORKDIR}"/linux-"${KV_FULL}" DISABLE_AUTOFORMATTING="yes" DOC_CONTENTS=" ${P} has the following optional runtime dependencies: - sys-apps/tuxonice-userui: provides minimal userspace progress information related to suspending and resuming process. - sys-power/hibernate-script or sys-power/pm-utils: runtime utilities for hibernating and suspending your computer." pkg_setup(){ ewarn ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way." ewarn "If you need support, please contact the pf developers directly." ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with" ewarn "the ebuilds. Thank you." ewarn kernel-2_pkg_setup } src_prepare(){ epatch "${DISTDIR}"/"${PF_FILE}" } src_install() { kernel-2_src_install readme.gentoo_create_doc } pkg_postinst() { kernel-2_pkg_postinst readme.gentoo_print_elog } K_EXTRAEINFO="For more info on pf-sources and details on how to report problems, see: ${HOMEPAGE}."
[gentoo-commits] gentoo-x86 commit in media-sound/qmmp: qmmp-0.8.4.ebuild ChangeLog
hwoarang15/04/11 12:30:20 Modified: ChangeLog Added:qmmp-0.8.4.ebuild Log: Version bump (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.142media-sound/qmmp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmmp/ChangeLog?rev=1.142&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmmp/ChangeLog?rev=1.142&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmmp/ChangeLog?r1=1.141&r2=1.142 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-sound/qmmp/ChangeLog,v retrieving revision 1.141 retrieving revision 1.142 diff -u -r1.141 -r1.142 --- ChangeLog 3 Mar 2015 23:06:38 - 1.141 +++ ChangeLog 11 Apr 2015 12:30:20 - 1.142 @@ -1,6 +1,11 @@ # ChangeLog for media-sound/qmmp # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qmmp/ChangeLog,v 1.141 2015/03/03 23:06:38 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qmmp/ChangeLog,v 1.142 2015/04/11 12:30:20 hwoarang Exp $ + +*qmmp-0.8.4 (11 Apr 2015) + + 11 Apr 2015; Markos Chandras +qmmp-0.8.4.ebuild: + Version bump 03 Mar 2015; Markos Chandras -qmmp-0.8.0.ebuild, -qmmp-0.8.2.ebuild, qmmp-0.8.3.ebuild: 1.1 media-sound/qmmp/qmmp-0.8.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmmp/qmmp-0.8.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmmp/qmmp-0.8.4.ebuild?rev=1.1&content-type=text/plain Index: qmmp-0.8.4.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/qmmp/qmmp-0.8.4.ebuild,v 1.1 2015/04/11 12:30:20 hwoarang Exp $ EAPI="5" inherit cmake-utils [ "$PV" == "" ] && inherit subversion DESCRIPTION="Qt4-based audio player with winamp/xmms skins support" HOMEPAGE="http://qmmp.ylsoftware.com"; if [ "$PV" != "" ]; then SRC_URI="http://qmmp.ylsoftware.com/files/${P}.tar.bz2"; KEYWORDS="~amd64 ~ppc ~x86" else SRC_URI="" ESVN_REPO_URI="http://qmmp.googlecode.com/svn/trunk/qmmp/"; KEYWORDS="" fi LICENSE="GPL-2" SLOT="0" # KEYWORDS further up IUSE="aac +alsa +dbus bs2b cdda cover crossfade enca ffmpeg flac jack game kde ladspa libsamplerate lyrics +mad midi mms modplug mplayer mpris musepack notifier opus oss projectm pulseaudio scrobbler sndfile stereo tray udisks +vorbis wavpack" RDEPEND="media-libs/taglib dev-qt/qtgui:4 alsa? ( media-libs/alsa-lib ) bs2b? ( media-libs/libbs2b ) cdda? ( dev-libs/libcdio-paranoia ) dbus? ( sys-apps/dbus ) aac? ( media-libs/faad2 ) enca? ( app-i18n/enca ) flac? ( media-libs/flac ) game? ( media-libs/game-music-emu ) ladspa? ( media-libs/ladspa-cmt ) libsamplerate? ( media-libs/libsamplerate ) mad? ( media-libs/libmad ) midi? ( media-sound/wildmidi ) mms? ( media-libs/libmms ) mplayer? ( || ( media-video/mplayer media-video/mplayer2 ) ) mpris? ( dev-qt/qtdbus:4 ) musepack? ( >=media-sound/musepack-tools-444 ) modplug? ( >=media-libs/libmodplug-0.8.4 ) vorbis? ( media-libs/libvorbis media-libs/libogg ) jack? ( media-sound/jack-audio-connection-kit media-libs/libsamplerate ) ffmpeg? ( virtual/ffmpeg ) opus? ( media-libs/opusfile ) projectm? ( media-libs/libprojectm dev-qt/qtopengl:4 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.9 ) wavpack? ( media-sound/wavpack ) scrobbler? ( net-misc/curl ) sndfile? ( media-libs/libsndfile ) udisks? ( sys-fs/udisks:2 )" DEPEND="${RDEPEND}" DOCS="AUTHORS ChangeLog README" CMAKE_IN_SOURCE_BUILD="1" REQUIRED_USE="kde? ( dbus ) " src_prepare() { if has_version dev-libs/libcdio-paranoia; then sed -i \ -e 's:cdio/cdda.h:cdio/paranoia/cdda.h:' \ src/plugins/Input/cdaudio/decoder_cdaudio.cpp || die fi cmake-utils_src_prepare } src_configure() { mycmakeargs=( $(cmake-utils_use_use alsa) $(cmake-utils_use_use aac) $(cmake-utils_use_use bs2b) $(cmake-utils_use_use cover) $(cmake-utils_use_use cdda CDA) $(cmake-utils_use_use crossfade) $(cmake-utils_use_use dbus) $(cmake-utils_use_use enca) $(cmake-utils_use_use ffmpeg)
[gentoo-commits] gentoo-x86 commit in sys-kernel/cryptodev: metadata.xml cryptodev-1.7.ebuild Manifest ChangeLog
hwoarang15/04/11 12:12:04 Added:metadata.xml cryptodev-1.7.ebuild Manifest ChangeLog Log: Initial commit. Thanks to LABBE Corentin . Bug #366709 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.1 sys-kernel/cryptodev/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/cryptodev/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/cryptodev/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml === http://www.gentoo.org/dtd/metadata.dtd";> proxy-maintainers clabbe.montj...@gmail.com LABBE Corentin Maintainer. Assign bugs to him 1.1 sys-kernel/cryptodev/cryptodev-1.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/cryptodev/cryptodev-1.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/cryptodev/cryptodev-1.7.ebuild?rev=1.1&content-type=text/plain Index: cryptodev-1.7.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/cryptodev/cryptodev-1.7.ebuild,v 1.1 2015/04/11 12:12:04 hwoarang Exp $ EAPI=5 inherit linux-info linux-mod DESCRIPTION="device that allows access to Linux kernel cryptographic drivers" HOMEPAGE="http://cryptodev-linux.org/index.html"; SRC_URI="http://download.gna.org/cryptodev-linux/${PN}-linux-${PV}.tar.gz"; KEYWORDS="~amd64 ~arm ~x86" LICENSE="GPL-2" SLOT="0" IUSE="examples" DEPEND="virtual/linux-sources" RDEPEND="" #test do not compile RESTRICT="test" S=${WORKDIR}/${PN}-linux-${PV} MODULE_NAMES="cryptodev(extra:${S})" pkg_pretend() { if use kernel_linux ; then CONFIG_CHECK="~CRYPTO ~CRYPTO_BLKCIPHER ~CRYPTO_AEAD" check_extra_config fi } pkg_setup() { if use kernel_linux ; then linux-mod_pkg_setup else die "cryptodev ebuild only support linux" fi BUILD_TARGETS="build" } src_prepare() { # get_unused_fd was removed in 3.19 sed -i 's,get_unused_fd(),get_unused_fd_flags(0),' ioctl.c || die } src_install() { linux-mod_src_install if use examples ; then docinto examples dodoc example/* fi insinto /usr/include/crypto doins crypto/cryptodev.h } 1.1 sys-kernel/cryptodev/Manifest file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/cryptodev/Manifest?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/cryptodev/Manifest?rev=1.1&content-type=text/plain Index: Manifest === DIST cryptodev-linux-1.7.tar.gz 52827 SHA256 41880533b53de4d7b3f054e230f576988dafb8eed7bef5ebcf6422bb2e3a3b25 SHA512 b0073bc547782973587654cb14205ec624059ef46f88ed2b36236d37203f9231ffb8124489b1b2fea735eb7f89bd1011f0d1546eae7b6f562e26ec7a72a59b6c WHIRLPOOL fdc3588949264a575bce7d88286b30663b3ce7232340c5065b9c8cf8f3759c9e3844dc11499cb68c529dd23dcd865f778ecdc2b8535e75e97df270c26df2cd84 EBUILD cryptodev-1.7.ebuild 1136 SHA256 684c55004e653346b31fa1f3c6977bae5e77c9238b2baa6bfb2376bc77ebef97 SHA512 ff77442bed5eab3b2b510d44804dfa0ad81620a16c46d67bac9c233dfbfdd0b108106a5102bb659903302754538ab681f6fc30b7603254da93cc3d6b3b9e3eff WHIRLPOOL 173a11f629c259105940bcd430e3d0d31220df7c975471e42c0793c917cd2c466b695ce3fd9603b065922ffb24ed1641fe8520f105939a6ad0f74b5bac0dcc1d MISC metadata.xml 371 SHA256 f1ecace9421e7c0f521a8fd549162a969f6f86d23e0554c707d14c3ee4c87a3c SHA512 6df86d20ef5271ad5e83d4de53d7dc44f505cbece2c98f77454bb8a6383cc0e50cbbeea805e98650e430594e0b57ea78099fa09c83d5806e0ff577cc2dccf3dc WHIRLPOOL 51b809d8081c93719aa66123ae7912e3a655db53e7a2b71c62fb4384b47a58be591439b91a45b6f4f3751fe65df809c5dbe0db101300bf063fed4d4d9d7ab707 1.1 sys-kernel/cryptodev/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/cryptodev/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/cryptodev/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog === # ChangeLog for sys-kernel/cryptodev # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/cryptodev/ChangeLog,v 1.1 2015/04/11 12:12:04 hwoarang Exp $ *cryptodev-1.7 (11 Apr 2015) 11 Apr 2015; Markos Chandras +cryptodev-1.7.ebuild, +metadata.xml: Initial commit. Thanks to LABBE Corentin . Bug #366709
[gentoo-commits] gentoo-x86 commit in sys-kernel/cryptodev: - New directory
hwoarang15/04/11 12:09:49 Log: Directory /var/cvsroot/gentoo-x86/sys-kernel/cryptodev added to the repository
[gentoo-commits] gentoo-x86 commit in dev-db/redis: ChangeLog redis-3.0.0.ebuild
hwoarang15/04/11 11:16:42 Modified: ChangeLog Added:redis-3.0.0.ebuild Log: Version bump. Thanks to Johan Bergström . (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.94 dev-db/redis/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/redis/ChangeLog?rev=1.94&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/redis/ChangeLog?rev=1.94&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/redis/ChangeLog?r1=1.93&r2=1.94 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-db/redis/ChangeLog,v retrieving revision 1.93 retrieving revision 1.94 diff -u -r1.93 -r1.94 --- ChangeLog 25 Mar 2015 08:04:11 - 1.93 +++ ChangeLog 11 Apr 2015 11:16:42 - 1.94 @@ -1,6 +1,12 @@ # ChangeLog for dev-db/redis # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/ChangeLog,v 1.93 2015/03/25 08:04:11 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/ChangeLog,v 1.94 2015/04/11 11:16:42 hwoarang Exp $ + +*redis-3.0.0 (11 Apr 2015) + + 11 Apr 2015; Markos Chandras +redis-3.0.0.ebuild, + +files/redis-3.0.0-sharedlua.patch: + Version bump. Thanks to Johan Bergström . 25 Mar 2015; Justin Lecher redis-2.6.15-r1.ebuild, redis-2.6.16.ebuild, redis-2.8.11.ebuild, redis-2.8.13.ebuild, 1.1 dev-db/redis/redis-3.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/redis/redis-3.0.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/redis/redis-3.0.0.ebuild?rev=1.1&content-type=text/plain Index: redis-3.0.0.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-db/redis/redis-3.0.0.ebuild,v 1.1 2015/04/11 11:16:42 hwoarang Exp $ EAPI=5 inherit autotools eutils flag-o-matic systemd toolchain-funcs user DESCRIPTION="A persistent caching system, key-value and data structures database" HOMEPAGE="http://redis.io/"; SRC_URI="http://download.redis.io/releases/${P}.tar.gz"; LICENSE="BSD" KEYWORDS="~amd64 ~amd64-linux ~hppa ~x86 ~x86-linux ~x86-macos ~x86-solaris" IUSE="+jemalloc tcmalloc test" SLOT="0" RDEPEND=">=dev-lang/lua-5.1:* tcmalloc? ( dev-util/google-perftools ) jemalloc? ( >=dev-libs/jemalloc-3.2 )" DEPEND="virtual/pkgconfig >=sys-devel/autoconf-2.63 test? ( dev-lang/tcl:0= ) ${RDEPEND}" REQUIRED_USE="?? ( tcmalloc jemalloc )" S="${WORKDIR}/${PN}-${PV/_/-}" pkg_setup() { enewgroup redis 75 enewuser redis 75 -1 /var/lib/redis redis } src_prepare() { epatch "${FILESDIR}"/${PN}-2.8.3-shared.patch epatch "${FILESDIR}"/${PN}-2.8.17-config.patch epatch "${FILESDIR}"/${P}-sharedlua.patch # Copy lua modules into build dir cp "${S}"/deps/lua/src/{fpconv,lua_bit,lua_cjson,lua_cmsgpack,lua_struct,strbuf}.c "${S}"/src || die cp "${S}"/deps/lua/src/{fpconv,strbuf}.h "${S}"/src || die # Append cflag for lua_cjson # https://github.com/antirez/redis/commit/4fdcd213#diff-3ba529ae517f6b57803af0502f52a40bL61 append-cflags "-DENABLE_CJSON_GLOBAL" # now we will rewrite present Makefiles local makefiles="" for MKF in $(find -name 'Makefile' | cut -b 3-); do mv "${MKF}" "${MKF}.in" sed -i -e 's:$(CC):@CC@:g' \ -e 's:$(CFLAGS):@AM_CFLAGS@:g' \ -e 's: $(DEBUG)::g' \ -e 's:$(OBJARCH)::g' \ -e 's:ARCH:TARCH:g' \ -e '/^CCOPT=/s:$: $(LDFLAGS):g' \ "${MKF}.in" \ || die "Sed failed for ${MKF}" makefiles+=" ${MKF}" done # autodetection of compiler and settings; generates the modified Makefiles cp "${FILESDIR}"/configure.ac-2.2 configure.ac sed -i -e "s:AC_CONFIG_FILES(\[Makefile\]):AC_CONFIG_FILES([${makefiles}]):g" \ configure.ac || die "Sed failed for configure.ac" eautoconf } src_configure() { econf # Linenoise can't be built with -std=c99, see https://bugs.gentoo.org/451164 # also, don't define ANSI/c99 for lua twice sed -i -e "s:-std=c99::g" deps/linenoise/Makefile deps/Makefile || die } src_compile() { tc-export CC AR RANLIB local myconf="" if use tcmalloc ; then myconf="${myconf} USE_TCMALLOC=yes" elif use jemalloc ; then myconf="${myconf} JEMALLOC_SHARED=yes" else myconf="${myc
[gentoo-commits] gentoo-x86 commit in dev-db/redis/files: redis-3.0.0-sharedlua.patch
hwoarang15/04/11 11:16:41 Added:redis-3.0.0-sharedlua.patch Log: Version bump. Thanks to Johan Bergström . (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.1 dev-db/redis/files/redis-3.0.0-sharedlua.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/redis/files/redis-3.0.0-sharedlua.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/redis/files/redis-3.0.0-sharedlua.patch?rev=1.1&content-type=text/plain Index: redis-3.0.0-sharedlua.patch === commit fd0fc43f6e0ea45bce0e1a68c1f736e481fc4429 Author: Johan Bergström Date: Thu Apr 2 14:33:51 2015 +1100 Use shared LUA diff --git src/Makefile src/Makefile index a88f1d2..f71e7b5 100644 --- src/Makefile +++ src/Makefile @@ -15,7 +15,7 @@ release_hdr := $(shell sh -c './mkreleasehdr.sh') uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not') OPTIMIZATION?=-O2 -DEPENDENCY_TARGETS=hiredis linenoise lua +DEPENDENCY_TARGETS=hiredis linenoise # Default settings STD=-std=c99 -pedantic @@ -47,6 +47,7 @@ endif FINAL_CFLAGS=$(STD) $(WARN) $(OPT) $(DEBUG) $(CFLAGS) $(REDIS_CFLAGS) FINAL_LDFLAGS=$(LDFLAGS) $(REDIS_LDFLAGS) $(DEBUG) FINAL_LIBS=-lm +FINAL_LIBS+=$(shell pkg-config --libs lua) DEBUG=-g -ggdb ifeq ($(uname_S),SunOS) @@ -108,6 +109,7 @@ endif REDIS_SERVER_NAME=redis-server REDIS_SENTINEL_NAME=redis-sentinel REDIS_SERVER_OBJ=adlist.o ae.o anet.o dict.o redis.o sds.o zmalloc.o lzf_c.o lzf_d.o pqsort.o zipmap.o sha1.o ziplist.o release.o networking.o util.o object.o db.o replication.o rdb.o t_string.o t_list.o t_set.o t_zset.o t_hash.o config.o aof.o pubsub.o multi.o debug.o sort.o intset.o syncio.o cluster.o crc16.o endianconv.o slowlog.o scripting.o bio.o rio.o rand.o memtest.o crc64.o bitops.o sentinel.o notify.o setproctitle.o blocked.o hyperloglog.o latency.o sparkline.o +REDIS_SERVER_OBJ+=fpconv.o strbuf.o lua_bit.o lua_cjson.o lua_cmsgpack.o lua_struct.o REDIS_CLI_NAME=redis-cli REDIS_CLI_OBJ=anet.o sds.o adlist.o redis-cli.o zmalloc.o release.o anet.o ae.o crc64.o REDIS_BENCHMARK_NAME=redis-benchmark @@ -162,7 +164,7 @@ endif # redis-server $(REDIS_SERVER_NAME): $(REDIS_SERVER_OBJ) - $(REDIS_LD) -o $@ $^ ../deps/hiredis/libhiredis.a ../deps/lua/src/liblua.a $(FINAL_LIBS) + $(REDIS_LD) -o $@ $^ ../deps/hiredis/libhiredis.a $(FINAL_LIBS) # redis-sentinel $(REDIS_SENTINEL_NAME): $(REDIS_SERVER_NAME)
[gentoo-commits] gentoo-x86 commit in sys-devel/bison: bison-3.0.4-r1.ebuild ChangeLog
hwoarang15/04/11 08:59:45 Modified: bison-3.0.4-r1.ebuild ChangeLog Log: Depend on automake >= 1.14. Bug #545610 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.2 sys-devel/bison/bison-3.0.4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/bison-3.0.4-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/bison-3.0.4-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/bison-3.0.4-r1.ebuild?r1=1.1&r2=1.2 Index: bison-3.0.4-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-3.0.4-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bison-3.0.4-r1.ebuild 3 Apr 2015 07:03:42 - 1.1 +++ bison-3.0.4-r1.ebuild 11 Apr 2015 08:59:45 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-3.0.4-r1.ebuild,v 1.1 2015/04/03 07:03:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-3.0.4-r1.ebuild,v 1.2 2015/04/11 08:59:45 hwoarang Exp $ EAPI=5 @@ -17,6 +17,7 @@ RDEPEND=">=sys-devel/m4-1.4.16" DEPEND="${RDEPEND} + >=sys-devel/automake-1.14 sys-devel/flex examples? ( dev-lang/perl ) nls? ( sys-devel/gettext ) 1.135sys-devel/bison/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/ChangeLog?rev=1.135&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/ChangeLog?rev=1.135&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/ChangeLog?r1=1.134&r2=1.135 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v retrieving revision 1.134 retrieving revision 1.135 diff -u -r1.134 -r1.135 --- ChangeLog 3 Apr 2015 07:03:42 - 1.134 +++ ChangeLog 11 Apr 2015 08:59:45 - 1.135 @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/bison # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.134 2015/04/03 07:03:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.135 2015/04/11 08:59:45 hwoarang Exp $ + + 11 Apr 2015; Markos Chandras bison-3.0.4-r1.ebuild: + Depend on automake >= 1.14. Bug #545610 *bison-3.0.4-r1 (03 Apr 2015)
[gentoo-commits] gentoo commit in xml/htdocs/proj/en/devrel/quiz: index.xml
hwoarang15/04/10 22:48:04 Modified: index.xml Log: Drop google doc link Revision ChangesPath 1.13 xml/htdocs/proj/en/devrel/quiz/index.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/devrel/quiz/index.xml?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/devrel/quiz/index.xml?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/devrel/quiz/index.xml?r1=1.12&r2=1.13 Index: index.xml === RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/devrel/quiz/index.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- index.xml 22 Dec 2013 13:26:10 - 1.12 +++ index.xml 10 Apr 2015 22:48:04 - 1.13 @@ -37,10 +37,7 @@ link="ebuild-quiz.txt">ebuild quiz. Once the mentoring period is completed (or during the mentoring period, at the developer's option) the developer must also submit the end of mentoring -quiz. The quizzes are also merged in a single https://docs.google.com/document/d/1pqq0ROBc7yggLRsYUKhReYQL68k1XYFZlvfqI4yAt6k/edit";>Google -document for convenience which you are free to copy and use it instead -of the plain text files. It is strongly advisable to submit both quizzes +quiz. It is strongly advisable to submit both quizzes before a recruiter is assigned to perform the review sessions to avoid delays or interruption during this process.
[gentoo-commits] gentoo commit in xml/htdocs/proj/en/qa/treecleaners: maintainer-needed.xml
hwoarang15/04/01 19:19:49 Modified: maintainer-needed.xml Log: Automated update of maintainer-needed package list Revision ChangesPath 1.486xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml?rev=1.486&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml?rev=1.486&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml?r1=1.485&r2=1.486 Index: maintainer-needed.xml === RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml,v retrieving revision 1.485 retrieving revision 1.486 diff -u -r1.485 -r1.486 --- maintainer-needed.xml 23 Mar 2015 21:18:54 - 1.485 +++ maintainer-needed.xml 1 Apr 2015 19:19:49 - 1.486 @@ -1,6 +1,6 @@ - + @@ -23,7 +23,7 @@ 1.2 - 2015-03-23 + 2015-04-01 Maintainer-Needed packages @@ -75,18 +75,6 @@ http://packages.gentoo.org/package/app-admin/ec2-ami-tools";>app-admin/ec2-ami-tools These command-line tools serve as the client interface to the Amazon EC2 web service https://bugs.gentoo.org/buglist.cgi?quicksearch=app-admin/ec2-ami-tools";>Open Bugs -http://packages.gentoo.org/package/app-admin/eselect-audicle";>app-admin/eselect-audicle -Manages the /usr/bin/audicle symlink -https://bugs.gentoo.org/buglist.cgi?quicksearch=app-admin/eselect-audicle";>Open Bugs -http://packages.gentoo.org/package/app-admin/eselect-chuck";>app-admin/eselect-chuck -Manages the /usr/bin/chuck symlink -https://bugs.gentoo.org/buglist.cgi?quicksearch=app-admin/eselect-chuck";>Open Bugs -http://packages.gentoo.org/package/app-admin/eselect-miniaudicle";>app-admin/eselect-miniaudicle -Manages the /usr/bin/miniAudicle symlink -https://bugs.gentoo.org/buglist.cgi?quicksearch=app-admin/eselect-miniaudicle";>Open Bugs -http://packages.gentoo.org/package/app-admin/eselect-sndpeek";>app-admin/eselect-sndpeek -Manages the /usr/bin/sndpeek symlink -https://bugs.gentoo.org/buglist.cgi?quicksearch=app-admin/eselect-sndpeek";>Open Bugs http://packages.gentoo.org/package/app-admin/fetchlog";>app-admin/fetchlog Displays the last new messages of a logfile https://bugs.gentoo.org/buglist.cgi?quicksearch=app-admin/fetchlog";>Open Bugs @@ -780,6 +768,18 @@ http://packages.gentoo.org/package/app-emulation/vboxgtk";>app-emulation/vboxgtk GTK frontend for VirtualBox https://bugs.gentoo.org/buglist.cgi?quicksearch=app-emulation/vboxgtk";>Open Bugs +http://packages.gentoo.org/package/app-eselect/eselect-audicle";>app-eselect/eselect-audicle +Manages the /usr/bin/audicle symlink +https://bugs.gentoo.org/buglist.cgi?quicksearch=app-eselect/eselect-audicle";>Open Bugs +http://packages.gentoo.org/package/app-eselect/eselect-chuck";>app-eselect/eselect-chuck +Manages the /usr/bin/chuck symlink +https://bugs.gentoo.org/buglist.cgi?quicksearch=app-eselect/eselect-chuck";>Open Bugs +http://packages.gentoo.org/package/app-eselect/eselect-miniaudicle";>app-eselect/eselect-miniaudicle +Manages the /usr/bin/miniAudicle symlink +https://bugs.gentoo.org/buglist.cgi?quicksearch=app-eselect/eselect-miniaudicle";>Open Bugs +http://packages.gentoo.org/package/app-eselect/eselect-sndpeek";>app-eselect/eselect-sndpeek +Manages the /usr/bin/sndpeek symlink +https://bugs.gentoo.org/buglist.cgi?quicksearch=app-eselect/eselect-sndpeek";>Open Bugs http://packages.gentoo.org/package/app-forensics/zzuf";>app-forensics/zzuf Transparent application input fuzzer https://bugs.gentoo.org/buglist.cgi?quicksearch=app-forensics/zzuf";>Open Bugs @@ -1903,7 +1903,7 @@ create chroots and build packages in them for Fedora and RedHat https://bugs.gentoo.org/buglist.cgi?quicksearch=dev-util/mock";>Open Bugs http://packages.gentoo.org/package/dev-util/mutrace";>dev-util/mutrace -mutrace is a mutex tracer/profiler +A mutex tracer/profiler https://bugs.gentoo.org/buglist.cgi?quicksearch=dev-util/mutrace";>Open Bugs http://packages.gentoo.org/package/dev-util/nsis";>dev-util/nsis Nullsoft Scriptable Install System
[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask
hwoarang15/03/30 18:14:04 Modified: ChangeLog package.mask Log: Update lightdm mask Revision ChangesPath 1.9890 profiles/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9890&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9890&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9889&r2=1.9890 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v retrieving revision 1.9889 retrieving revision 1.9890 diff -u -r1.9889 -r1.9890 --- ChangeLog 30 Mar 2015 12:10:41 - 1.9889 +++ ChangeLog 30 Mar 2015 18:14:03 - 1.9890 @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9889 2015/03/30 12:10:41 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9890 2015/03/30 18:14:03 hwoarang Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 30 Mar 2015; Markos Chandras package.mask: + Update lightdm mask + 30 Mar 2015; Chí-Thanh Christopher Nguyễn package.mask: Mask http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16449&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16449&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16448&r2=1.16449 Index: package.mask === RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v retrieving revision 1.16448 retrieving revision 1.16449 diff -u -r1.16448 -r1.16449 --- package.mask30 Mar 2015 12:10:41 - 1.16448 +++ package.mask30 Mar 2015 18:14:04 - 1.16449 @@ -1,5 +1,5 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16448 2015/03/30 12:10:41 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16449 2015/03/30 18:14:04 hwoarang 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 @@ -669,7 +669,7 @@ # Markos Chandras (18 Nov 2014) # Mask latest development version for testing -=x11-misc/lightdm-1.13* +=x11-misc/lightdm-1.14* # Samuli Suominen (05 Nov 2014) # ConsoleKit2 from github by Eric Koegel, auth of xfce4-power-manager
[gentoo-commits] gentoo-x86 commit in x11-misc/lightdm: lightdm-1.14.0.ebuild ChangeLog lightdm-1.10.4.ebuild lightdm-1.12.2.ebuild
hwoarang15/03/30 18:12:36 Modified: ChangeLog Added:lightdm-1.14.0.ebuild Removed: lightdm-1.10.4.ebuild lightdm-1.12.2.ebuild Log: Version bump (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.110x11-misc/lightdm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/ChangeLog?rev=1.110&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/ChangeLog?rev=1.110&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/ChangeLog?r1=1.109&r2=1.110 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v retrieving revision 1.109 retrieving revision 1.110 diff -u -r1.109 -r1.110 --- ChangeLog 17 Mar 2015 20:37:44 - 1.109 +++ ChangeLog 30 Mar 2015 18:12:36 - 1.110 @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/lightdm # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.109 2015/03/17 20:37:44 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.110 2015/03/30 18:12:36 hwoarang Exp $ + +*lightdm-1.14.0 (30 Mar 2015) + + 30 Mar 2015; Markos Chandras +lightdm-1.14.0.ebuild, + -lightdm-1.10.4.ebuild, -lightdm-1.12.2.ebuild: + Version bump *lightdm-1.12.3 (17 Mar 2015) *lightdm-1.10.5 (17 Mar 2015) 1.1 x11-misc/lightdm/lightdm-1.14.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/lightdm-1.14.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/lightdm-1.14.0.ebuild?rev=1.1&content-type=text/plain Index: lightdm-1.14.0.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.14.0.ebuild,v 1.1 2015/03/30 18:12:36 hwoarang Exp $ EAPI=5 inherit autotools eutils pam readme.gentoo systemd versionator TRUNK_VERSION="$(get_version_component_range 1-2)" DESCRIPTION="A lightweight display manager" HOMEPAGE="http://www.freedesktop.org/wiki/Software/LightDM"; SRC_URI="http://launchpad.net/${PN}/${TRUNK_VERSION}/${PV}/+download/${P}.tar.xz mirror://gentoo/introspection-20110205.m4.tar.bz2" LICENSE="GPL-3 LGPL-3" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="+gtk +introspection kde qt4 +gnome" REQUIRED_USE="|| ( gtk kde )" COMMON_DEPEND=">=dev-libs/glib-2.32.3:2 dev-libs/libxml2 gnome? ( sys-apps/accountsservice ) virtual/pam x11-libs/libX11 >=x11-libs/libxklavier-5 introspection? ( >=dev-libs/gobject-introspection-1 ) qt4? ( dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 )" RDEPEND="${COMMON_DEPEND} >=sys-auth/pambase-20101024-r2" DEPEND="${COMMON_DEPEND} dev-util/gtk-doc-am dev-util/intltool gnome? ( gnome-base/gnome-common ) sys-devel/gettext virtual/pkgconfig" PDEPEND="gtk? ( x11-misc/lightdm-gtk-greeter ) kde? ( x11-misc/lightdm-kde )" DOCS=( NEWS ) RESTRICT="test" src_prepare() { sed -i -e 's:getgroups:lightdm_&:' tests/src/libsystem.c || die #412369 sed -i -e '/minimum-uid/s:500:1000:' data/users.conf || die einfo "Fixing the session-wrapper variable in lightdm.conf" sed -i -e \ "/session-wrapper/s@^.*@session-wrapper=/etc/${PN}/Xsession@" \ data/lightdm.conf || die "Failed to fix lightdm.conf" epatch_user # Remove bogus Makefile statement. This needs to go upstream sed -i /"@YELP_HELP_RULES@"/d help/Makefile.am || die if has_version dev-libs/gobject-introspection; then eautoreconf else AT_M4DIR=${WORKDIR} eautoreconf fi } src_configure() { # Set default values if global vars unset local _greeter _session _user _greeter=${LIGHTDM_GREETER:=lightdm-gtk-greeter} _session=${LIGHTDM_SESSION:=gnome} _user=${LIGHTDM_USER:=root} # Let user know how lightdm is configured einfo "Gentoo configuration" einfo "Default greeter: ${_greeter}" einfo "Default session: ${_session}" einfo "Greeter user: ${_user}" # also disable tests because libsystem.c does not build. Tests are # restricted so it does not matter anyway. econf \ --localstatedir=/var \ --disable-static \ --disable-tests \ $(use_enable introspection) \ $(use_enable qt4 liblightdm-qt) \
[gentoo-commits] gentoo commit in xml/htdocs/proj/en/qa/treecleaners: maintainer-needed.xml
hwoarang15/03/23 21:18:54 Modified: maintainer-needed.xml Log: Automated update of maintainer-needed package list Revision ChangesPath 1.485xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml?rev=1.485&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml?rev=1.485&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml?r1=1.484&r2=1.485 Index: maintainer-needed.xml === RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml,v retrieving revision 1.484 retrieving revision 1.485 diff -u -r1.484 -r1.485 --- maintainer-needed.xml 21 Mar 2015 10:10:24 - 1.484 +++ maintainer-needed.xml 23 Mar 2015 21:18:54 - 1.485 @@ -1,6 +1,6 @@ - + @@ -23,7 +23,7 @@ 1.2 - 2015-03-21 + 2015-03-23 Maintainer-Needed packages @@ -38,7 +38,7 @@ Package List -The following 1186 packages are marked as maintainer-needed +The following 1177 packages are marked as maintainer-needed Package NameDescriptionBugs @@ -156,9 +156,6 @@ http://packages.gentoo.org/package/app-admin/syslogread";>app-admin/syslogread Syslog message handling tools https://bugs.gentoo.org/buglist.cgi?quicksearch=app-admin/syslogread";>Open Bugs -http://packages.gentoo.org/package/app-admin/ulog-acctd";>app-admin/ulog-acctd -ULOG-based accounting daemon with flexible log-format -https://bugs.gentoo.org/buglist.cgi?quicksearch=app-admin/ulog-acctd";>Open Bugs http://packages.gentoo.org/package/app-admin/usermin";>app-admin/usermin A web-based user administration interface https://bugs.gentoo.org/buglist.cgi?quicksearch=app-admin/usermin";>Open Bugs @@ -270,9 +267,6 @@ http://packages.gentoo.org/package/app-cdr/mkcdtoc";>app-cdr/mkcdtoc command-line utility to create toc-files for cdrdao https://bugs.gentoo.org/buglist.cgi?quicksearch=app-cdr/mkcdtoc";>Open Bugs -http://packages.gentoo.org/package/app-crypt/cfs";>app-crypt/cfs -Cryptographic Filesystem -https://bugs.gentoo.org/buglist.cgi?quicksearch=app-crypt/cfs";>Open Bugs http://packages.gentoo.org/package/app-crypt/gifshuffle";>app-crypt/gifshuffle GIF colourmap steganography https://bugs.gentoo.org/buglist.cgi?quicksearch=app-crypt/gifshuffle";>Open Bugs @@ -816,9 +810,6 @@ http://packages.gentoo.org/package/app-laptop/easy-slow-down-manager";>app-laptop/easy-slow-down-manager provides Linux users with functionality similar to Samsung Easy Speed Up Manager https://bugs.gentoo.org/buglist.cgi?quicksearch=app-laptop/easy-slow-down-manager";>Open Bugs -http://packages.gentoo.org/package/app-laptop/fnfx";>app-laptop/fnfx -Daemon and client allowing use of Toshiba special keys -https://bugs.gentoo.org/buglist.cgi?quicksearch=app-laptop/fnfx";>Open Bugs http://packages.gentoo.org/package/app-laptop/hdaps-gl";>app-laptop/hdaps-gl OpenGL visualization for HDAPS data https://bugs.gentoo.org/buglist.cgi?quicksearch=app-laptop/hdaps-gl";>Open Bugs @@ -1527,9 +1518,6 @@ http://packages.gentoo.org/package/dev-lang/lisaac";>dev-lang/lisaac Lisaac is an object prototype based language https://bugs.gentoo.org/buglist.cgi?quicksearch=dev-lang/lisaac";>Open Bugs -http://packages.gentoo.org/package/dev-lang/mosml";>dev-lang/mosml -Moscow ML - a lightweight implementation of Standard ML (SML) -https://bugs.gentoo.org/buglist.cgi?quicksearch=dev-lang/mosml";>Open Bugs http://packages.gentoo.org/package/dev-lang/nqc";>dev-lang/nqc Not Quite C - C-like compiler for Lego Mindstorms https://bugs.gentoo.org/buglist.cgi?quicksearch=dev-lang/nqc";>Open Bugs @@ -1555,7 +1543,7 @@ A library of curses widgets https://bugs.gentoo.org/buglist.cgi?quicksearch=dev-libs/cdk";>Open Bugs http://packages.gentoo.org/package/dev-libs/dbus-c++";>dev-libs/dbus-c++ -provide a C++ API for D-BUS +Provides a C++ API for D-BUS https://bugs.gentoo.org/buglist.cgi?quicksearch=dev-libs/dbus-c++";>Open Bugs http://packages.gentoo.org/package/dev-libs/dietlibc";>dev-libs/dietlibc A libc optimized for small size @@ -1572,15 +1560,9 @@ http://packages.gentoo.org/package/dev-libs/fribidi";>dev-libs/fribidi A free implementation of the unicode bidirectional algorithm https://bugs.gentoo.org/buglist.cgi?quicksearch=dev-libs/fribidi";>Open Bugs -http://packages.gentoo.org/package/dev-libs/gdome2";>dev-libs/gdome2 -The DOM C library for the GNOME project -https://bugs.gentoo.org/buglist.cgi?quicksearch=dev-libs/gdome2";>Open Bugs http://packages.gentoo.org/package/dev-libs/gecode";>dev-libs/gecode Gecode is an environment for developing constraint-based systems and applications https://bugs.gentoo.org/buglist.cgi?quicksearch=dev-libs/gecode";>Open Bugs
[gentoo-commits] gentoo-x86 commit in app-emulation/lxc: lxc-1.1.0-r6.ebuild lxc-1.1.1-r1.ebuild ChangeLog lxc-1.1.1.ebuild lxc-1.1.0-r5.ebuild
hwoarang15/03/21 10:38:38 Modified: ChangeLog Added:lxc-1.1.0-r6.ebuild lxc-1.1.1-r1.ebuild Removed: lxc-1.1.1.ebuild lxc-1.1.0-r5.ebuild Log: Revbump to fix systemd file paths. Bug #543970 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.73 app-emulation/lxc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?rev=1.73&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?rev=1.73&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?r1=1.72&r2=1.73 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v retrieving revision 1.72 retrieving revision 1.73 diff -u -r1.72 -r1.73 --- ChangeLog 20 Mar 2015 21:58:12 - 1.72 +++ ChangeLog 21 Mar 2015 10:38:38 - 1.73 @@ -1,6 +1,14 @@ # ChangeLog for app-emulation/lxc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.72 2015/03/20 21:58:12 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.73 2015/03/21 10:38:38 hwoarang Exp $ + +*lxc-1.1.0-r6 (21 Mar 2015) +*lxc-1.1.1-r1 (21 Mar 2015) + + 21 Mar 2015; Markos Chandras +lxc-1.1.0-r6.ebuild, + +lxc-1.1.1-r1.ebuild, -lxc-1.1.0-r5.ebuild, -lxc-1.1.1.ebuild, + files/lxc_at.service.2: + Revbump to fix systemd file paths. Bug #543970 20 Mar 2015; Markos Chandras -files/lxc.initd.2: Remove unused file 1.1 app-emulation/lxc/lxc-1.1.0-r6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.1.0-r6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.1.0-r6.ebuild?rev=1.1&content-type=text/plain Index: lxc-1.1.0-r6.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.1.0-r6.ebuild,v 1.1 2015/03/21 10:38:38 hwoarang Exp $ EAPI="5" MY_P="${P/_/-}" PYTHON_COMPAT=( python{3_2,3_3,3_4} ) DISTUTILS_OPTIONAL=1 inherit autotools bash-completion-r1 distutils-r1 eutils linux-info versionator flag-o-matic systemd DESCRIPTION="LinuX Containers userspace utilities" HOMEPAGE="https://linuxcontainers.org/"; SRC_URI="https://github.com/lxc/lxc/archive/${MY_P}.tar.gz"; KEYWORDS="~amd64 ~arm" LICENSE="LGPL-3" SLOT="0" IUSE="cgmanager doc examples lua python seccomp" RDEPEND="net-libs/gnutls sys-libs/libcap cgmanager? ( app-admin/cgmanager ) lua? ( >=dev-lang/lua-5.1:= ) python? ( ${PYTHON_DEPS} ) seccomp? ( sys-libs/libseccomp )" DEPEND="${RDEPEND} doc? ( app-text/docbook-sgml-utils ) >=sys-kernel/linux-headers-3.2" RDEPEND="${RDEPEND} sys-process/criu sys-apps/util-linux app-misc/pax-utils virtual/awk" CONFIG_CHECK="~CGROUPS ~CGROUP_DEVICE ~CPUSETS ~CGROUP_CPUACCT ~CGROUP_SCHED ~NAMESPACES ~IPC_NS ~USER_NS ~PID_NS ~NETLINK_DIAG ~PACKET_DIAG ~INET_UDP_DIAG ~INET_TCP_DIAG ~UNIX_DIAG ~CHECKPOINT_RESTORE ~DEVPTS_MULTIPLE_INSTANCES ~CGROUP_FREEZER ~UTS_NS ~NET_NS ~VETH ~MACVLAN ~POSIX_MQUEUE ~!NETPRIO_CGROUP ~!GRKERNSEC_CHROOT_MOUNT ~!GRKERNSEC_CHROOT_DOUBLE ~!GRKERNSEC_CHROOT_PIVOT ~!GRKERNSEC_CHROOT_CHMOD ~!GRKERNSEC_CHROOT_CAPS " ERROR_DEVPTS_MULTIPLE_INSTANCES="CONFIG_DEVPTS_MULTIPLE_INSTANCES: needed for pts inside container" ERROR_CGROUP_FREEZER="CONFIG_CGROUP_FREEZER: needed to freeze containers" ERROR_UTS_NS="CONFIG_UTS_NS: needed to unshare hostnames and uname info" ERROR_NET_NS="CONFIG_NET_NS: needed for unshared network" ERROR_VETH="CONFIG_VETH: needed for internal (host-to-container) networking" ERROR_MACVLAN="CONFIG_MACVLAN: needed for internal (inter-container) networking" ERROR_NETLINK_DIAG="CONFIG_NETLINK_DIAG: needed for lxc-checkpoint" ERROR_PACKET_DIAG="CONFIG_PACKET_DIAG: needed for lxc-checkpoint" ERROR_INET_UDP_DIAG="CONFIG_INET_UDP_DIAG: needed for lxc-checkpoint" ERROR_INET_TCP_DIAG="CONFIG_INET_TCP_DIAG: needed for lxc-checkpoint" ERROR_UNIX_DIAG="CONFIG_UNIX_DIAG: needed for lxc-checkpoint" ERROR_CHECKPOINT_RESTORE="CONFIG_CHECKPOINT_RESTORE: needed for lxc-checkpoint" ERROR_POSIX_MQUEUE="CONFIG_POSIX_MQUEUE: needed for lxc-execute command" ERROR_NETPRIO_CGROUP="CONFIG_NETPRIO_CGROUP: as of kernel 3.3 and lxc 0.8.0_rc1 this causes LXCs to fail booting." ERROR_GRKERNSEC_CHROOT_MOUNT="CONFIG_GRKERNSEC_CHROOT_MOUNT: some GRSEC fea
[gentoo-commits] gentoo-x86 commit in app-emulation/lxc/files: lxc_at.service.2
hwoarang15/03/21 10:38:38 Modified: lxc_at.service.2 Log: Revbump to fix systemd file paths. Bug #543970 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.2 app-emulation/lxc/files/lxc_at.service.2 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/files/lxc_at.service.2?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/files/lxc_at.service.2?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/files/lxc_at.service.2?r1=1.1&r2=1.2 Index: lxc_at.service.2 === RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/files/lxc_at.service.2,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- lxc_at.service.215 Feb 2015 15:38:19 - 1.1 +++ lxc_at.service.221 Mar 2015 10:38:38 - 1.2 @@ -5,9 +5,9 @@ [Service] Restart=always ExecStartPre=/usr/libexec/lxc/lxc-devsetup -ExecStart=/usr/sbin/lxc-start -n %i -F -ExecReload=/usr/sbin/lxc-restart -n %i -ExecStop=/usr/sbin/lxc-stop -n %i +ExecStart=/usr/bin/lxc-start -n %i -F +ExecReload=/usr/bin/lxc-restart -n %i +ExecStop=/usr/bin/lxc-stop -n %i Delegate=yes [Install]
[gentoo-commits] gentoo commit in xml/htdocs/proj/en/qa/treecleaners: maintainer-needed.xml
hwoarang15/03/21 10:10:24 Modified: maintainer-needed.xml Log: Automated update of maintainer-needed package list Revision ChangesPath 1.484xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml?rev=1.484&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml?rev=1.484&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml?r1=1.483&r2=1.484 Index: maintainer-needed.xml === RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml,v retrieving revision 1.483 retrieving revision 1.484 diff -u -r1.483 -r1.484 --- maintainer-needed.xml 13 Mar 2015 20:06:56 - 1.483 +++ maintainer-needed.xml 21 Mar 2015 10:10:24 - 1.484 @@ -1,6 +1,6 @@ - + @@ -23,7 +23,7 @@ 1.2 - 2015-03-13 + 2015-03-21 Maintainer-Needed packages @@ -38,7 +38,7 @@ Package List -The following 1192 packages are marked as maintainer-needed +The following 1186 packages are marked as maintainer-needed Package NameDescriptionBugs @@ -75,9 +75,6 @@ http://packages.gentoo.org/package/app-admin/ec2-ami-tools";>app-admin/ec2-ami-tools These command-line tools serve as the client interface to the Amazon EC2 web service https://bugs.gentoo.org/buglist.cgi?quicksearch=app-admin/ec2-ami-tools";>Open Bugs -http://packages.gentoo.org/package/app-admin/ec2-api-tools";>app-admin/ec2-api-tools -These command-line tools serve as the client interface to the Amazon EC2 web service -https://bugs.gentoo.org/buglist.cgi?quicksearch=app-admin/ec2-api-tools";>Open Bugs http://packages.gentoo.org/package/app-admin/eselect-audicle";>app-admin/eselect-audicle Manages the /usr/bin/audicle symlink https://bugs.gentoo.org/buglist.cgi?quicksearch=app-admin/eselect-audicle";>Open Bugs @@ -255,9 +252,6 @@ http://packages.gentoo.org/package/app-backup/hdup";>app-backup/hdup Hdup is backup program using tar, find, gzip/bzip2, mcrypt and ssh https://bugs.gentoo.org/buglist.cgi?quicksearch=app-backup/hdup";>Open Bugs -http://packages.gentoo.org/package/app-backup/pdumpfs";>app-backup/pdumpfs -a daily backup system similar to Plan9's dumpfs -https://bugs.gentoo.org/buglist.cgi?quicksearch=app-backup/pdumpfs";>Open Bugs http://packages.gentoo.org/package/app-backup/qt4-fsarchiver";>app-backup/qt4-fsarchiver Qt4 frontend for fsarchiver https://bugs.gentoo.org/buglist.cgi?quicksearch=app-backup/qt4-fsarchiver";>Open Bugs @@ -2706,9 +2700,6 @@ http://packages.gentoo.org/package/net-misc/youtube-viewer";>net-misc/youtube-viewer A command line utility for viewing youtube-videos in Mplayer https://bugs.gentoo.org/buglist.cgi?quicksearch=net-misc/youtube-viewer";>Open Bugs -http://packages.gentoo.org/package/net-misc/zebedee";>net-misc/zebedee -A simple, free, secure TCP and UDP tunnel program -https://bugs.gentoo.org/buglist.cgi?quicksearch=net-misc/zebedee";>Open Bugs http://packages.gentoo.org/package/net-nds/389-admin";>net-nds/389-admin 389 Directory Server (admin) https://bugs.gentoo.org/buglist.cgi?quicksearch=net-nds/389-admin";>Open Bugs @@ -2739,9 +2730,6 @@ http://packages.gentoo.org/package/net-news/snownews";>net-news/snownews Snownews, a text-mode RSS/RDF newsreader https://bugs.gentoo.org/buglist.cgi?quicksearch=net-news/snownews";>Open Bugs -http://packages.gentoo.org/package/net-nntp/nget";>net-nntp/nget -Network utility to retrieve files from an NNTP news server -https://bugs.gentoo.org/buglist.cgi?quicksearch=net-nntp/nget";>Open Bugs http://packages.gentoo.org/package/net-nntp/ubh";>net-nntp/ubh The Usenet Binary Harvester https://bugs.gentoo.org/buglist.cgi?quicksearch=net-nntp/ubh";>Open Bugs @@ -2898,9 +2886,6 @@ http://packages.gentoo.org/package/sci-mathematics/gmm";>sci-mathematics/gmm Generic C++ template library for sparse, dense and skyline matrices https://bugs.gentoo.org/buglist.cgi?quicksearch=sci-mathematics/gmm";>Open Bugs -http://packages.gentoo.org/package/sci-misc/gcam";>sci-misc/gcam -GNU Computer Aided Manufacturing -https://bugs.gentoo.org/buglist.cgi?quicksearch=sci-misc/gcam";>Open Bugs http://packages.gentoo.org/package/sci-misc/pythoncad";>sci-misc/pythoncad CAD program written in PyGTK https://bugs.gentoo.org/buglist.cgi?quicksearch=sci-misc/pythoncad";>Open Bugs @@ -3219,9 +3204,6 @@ http://packages.gentoo.org/package/www-apache/mod_scgi";>www-apache/mod_scgi Apache module for a replacement of the CGI protocol, similar to FastCGI https://bugs.gentoo.org/buglist.cgi?quicksearch=www-apache/mod_scgi";>Open Bugs -http://packages.gentoo.org/package/www-apache/mod_suphp";>www-apache/mod_suphp -suPHP is a tool for executing PHP scripts with the
[gentoo-commits] gentoo-x86 commit in app-emulation/lxc/files: lxc.initd.2
hwoarang15/03/20 21:58:13 Removed: lxc.initd.2 Log: Remove unused file (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
[gentoo-commits] gentoo-x86 commit in app-emulation/lxc: ChangeLog
hwoarang15/03/20 21:58:13 Modified: ChangeLog Log: Remove unused file (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.72 app-emulation/lxc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?rev=1.72&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?rev=1.72&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?r1=1.71&r2=1.72 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- ChangeLog 20 Mar 2015 21:56:18 - 1.71 +++ ChangeLog 20 Mar 2015 21:58:12 - 1.72 @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/lxc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.71 2015/03/20 21:56:18 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.72 2015/03/20 21:58:12 hwoarang Exp $ + + 20 Mar 2015; Markos Chandras -files/lxc.initd.2: + Remove unused file 20 Mar 2015; Markos Chandras -lxc-1.1.0-r2.ebuild, -lxc-1.1.0-r3.ebuild, -lxc-1.1.0-r4.ebuild, lxc-1.1.0-r5.ebuild,
[gentoo-commits] gentoo-x86 commit in app-emulation/lxc: lxc-1.1.0-r5.ebuild ChangeLog lxc-1.1.1.ebuild lxc-1.1.0-r2.ebuild lxc-1.1.0-r4.ebuild lxc-1.1.0-r3.ebuild
hwoarang15/03/20 21:56:18 Modified: lxc-1.1.0-r5.ebuild ChangeLog lxc-1.1.1.ebuild Removed: lxc-1.1.0-r2.ebuild lxc-1.1.0-r4.ebuild lxc-1.1.0-r3.ebuild Log: Drop obsolete RESOURCE_COUNTERS check. Bug #540980 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.2 app-emulation/lxc/lxc-1.1.0-r5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.1.0-r5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.1.0-r5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.1.0-r5.ebuild?r1=1.1&r2=1.2 Index: lxc-1.1.0-r5.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.1.0-r5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- lxc-1.1.0-r5.ebuild 14 Mar 2015 09:21:31 - 1.1 +++ lxc-1.1.0-r5.ebuild 20 Mar 2015 21:56:18 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.1.0-r5.ebuild,v 1.1 2015/03/14 09:21:31 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.1.0-r5.ebuild,v 1.2 2015/03/20 21:56:18 hwoarang Exp $ EAPI="5" @@ -39,7 +39,6 @@ CONFIG_CHECK="~CGROUPS ~CGROUP_DEVICE ~CPUSETS ~CGROUP_CPUACCT - ~RESOURCE_COUNTERS ~CGROUP_SCHED ~NAMESPACES 1.71 app-emulation/lxc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?rev=1.71&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?rev=1.71&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?r1=1.70&r2=1.71 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v retrieving revision 1.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- ChangeLog 17 Mar 2015 20:03:20 - 1.70 +++ ChangeLog 20 Mar 2015 21:56:18 - 1.71 @@ -1,6 +1,14 @@ # ChangeLog for app-emulation/lxc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.70 2015/03/17 20:03:20 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.71 2015/03/20 21:56:18 hwoarang Exp $ + + 20 Mar 2015; Markos Chandras -lxc-1.1.0-r2.ebuild, + -lxc-1.1.0-r3.ebuild, -lxc-1.1.0-r4.ebuild, lxc-1.1.0-r5.ebuild, + lxc-1.1.1.ebuild: + Drop obsolete RESOURCE_COUNTERS check. Bug #540980 + + LKML: https://lkml.org/lkml/2014/10/13/498 + Commit: 5b1efc027c0b51ca3e76f4e00c83358f8349f543 *lxc-1.1.1 (17 Mar 2015) 1.2 app-emulation/lxc/lxc-1.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.1.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.1.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.1.1.ebuild?r1=1.1&r2=1.2 Index: lxc-1.1.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.1.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- lxc-1.1.1.ebuild17 Mar 2015 20:03:20 - 1.1 +++ lxc-1.1.1.ebuild20 Mar 2015 21:56:18 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.1.1.ebuild,v 1.1 2015/03/17 20:03:20 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.1.1.ebuild,v 1.2 2015/03/20 21:56:18 hwoarang Exp $ EAPI="5" @@ -39,7 +39,6 @@ CONFIG_CHECK="~CGROUPS ~CGROUP_DEVICE ~CPUSETS ~CGROUP_CPUACCT - ~RESOURCE_COUNTERS ~CGROUP_SCHED ~NAMESPACES
[gentoo-commits] gentoo-x86 commit in net-misc/keychain: ChangeLog keychain-2.7.1-r2.ebuild
hwoarang15/03/20 09:24:36 Modified: ChangeLog Added:keychain-2.7.1-r2.ebuild Log: Revbump to include upstream commit for new openssh-6.8 fingerprint format (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.111net-misc/keychain/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/keychain/ChangeLog?rev=1.111&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/keychain/ChangeLog?rev=1.111&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/keychain/ChangeLog?r1=1.110&r2=1.111 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-misc/keychain/ChangeLog,v retrieving revision 1.110 retrieving revision 1.111 diff -u -r1.110 -r1.111 --- ChangeLog 24 May 2013 20:30:30 - 1.110 +++ ChangeLog 20 Mar 2015 09:24:36 - 1.111 @@ -1,6 +1,12 @@ # ChangeLog for net-misc/keychain -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/ChangeLog,v 1.110 2013/05/24 20:30:30 aballier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/ChangeLog,v 1.111 2015/03/20 09:24:36 hwoarang Exp $ + +*keychain-2.7.1-r2 (20 Mar 2015) + + 20 Mar 2015; Markos Chandras +keychain-2.7.1-r2.ebuild, + +files/keychain-2.7.1-openssh-6.8.patch: + Revbump to include upstream commit for new openssh-6.8 fingerprint format 24 May 2013; Alexis Ballier keychain-2.7.1-r1.ebuild: keyword ~amd64-fbsd thanks to Yuta SATOH, bug #432410 1.1 net-misc/keychain/keychain-2.7.1-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/keychain/keychain-2.7.1-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/keychain/keychain-2.7.1-r2.ebuild?rev=1.1&content-type=text/plain Index: keychain-2.7.1-r2.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/keychain-2.7.1-r2.ebuild,v 1.1 2015/03/20 09:24:36 hwoarang Exp $ EAPI=5 inherit eutils DESCRIPTION="manage ssh and GPG keys in a convenient and secure manner. Frontend for ssh-agent/ssh-add" HOMEPAGE="http://www.funtoo.org/wiki/Keychain"; SRC_URI="http://www.funtoo.org/archive/${PN}/${P}.tar.bz2"; LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="" RDEPEND="app-shells/bash virtual/ssh" src_prepare() { epatch "${FILESDIR}"/${P}-openssh-6.8.patch } src_compile() { :; } src_install() { dobin ${PN} doman ${PN}.1 dodoc ChangeLog README.rst }
[gentoo-commits] gentoo-x86 commit in net-misc/keychain/files: keychain-2.7.1-openssh-6.8.patch
hwoarang15/03/20 09:24:36 Added:keychain-2.7.1-openssh-6.8.patch Log: Revbump to include upstream commit for new openssh-6.8 fingerprint format (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.1 net-misc/keychain/files/keychain-2.7.1-openssh-6.8.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/keychain/files/keychain-2.7.1-openssh-6.8.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/keychain/files/keychain-2.7.1-openssh-6.8.patch?rev=1.1&content-type=text/plain Index: keychain-2.7.1-openssh-6.8.patch === Backported from d76c2e9aa1c05ceac1c2d06a29783ee95e876a37 upstream commit OpenSSH 6.8, which was just released, includes the following change: http://www.openssh.com/txt/release-6.8 Fingerprints now have the hash algorithm prepended. An example of the new format: SHA256:mVPwvezndPv/ARoIadVY98vAC0g+P/5633yTC4d/wXE Please note that visual host keys will also be different. (Previous versions always dumped in MD5 with no prefix.) The pattern match that keychain uses doesn't work with the new fingerprint format. The patch below takes care of it. I used shopt extglob so I could use @( ) for the alternative. I'm not a bash pattern whiz; there may be a better way to do that. Upstream commit by Daniel Robbins Link: https://github.com/funtoo/keychain/commit/d76c2e9aa1c05ceac1c2d06a29783ee95e876a37 Signed-off-by: Markos Chandras Index: keychain-2.7.1/keychain === --- keychain-2.7.1.orig/keychain +++ keychain-2.7.1/keychain @@ -50,6 +50,8 @@ confirmopt=false unset ssh_confirm unset GREP_OPTIONS +shopt -s extglob + BLUE="[34;01m" CYAN="[36;01m" CYANN="[36m" @@ -671,6 +673,11 @@ extract_fingerprints() { # 1024 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00 /home/barney/.ssh/id_dsa (DSA) echo "$ef_line" | cut -f2 -d' ' ;; +*\ @(SHA256|MD5):[0-9a-zA-Z\+\/=]*) +# The new OpenSSH 6.8+ format, +# 1024 SHA256:mVPwvezndPv/ARoIadVY98vAC0g+P/5633yTC4d/wXE /home/barney/.ssh/id_dsa (DSA) +echo "$ef_line" | cut -f2 -d' ' +;; *) # Fall back to filename. Note that commercial ssh is handled # explicitly in ssh_l and ssh_f, so hopefully this rule will
[gentoo-commits] gentoo-x86 commit in x11-misc/lightdm: lightdm-1.10.5.ebuild lightdm-1.13.2.ebuild lightdm-1.12.3.ebuild ChangeLog lightdm-1.13.1.ebuild lightdm-1.13.0.ebuild lightdm-1.11.9.ebuild
hwoarang15/03/17 20:37:44 Modified: ChangeLog Added:lightdm-1.10.5.ebuild lightdm-1.13.2.ebuild lightdm-1.12.3.ebuild Removed: lightdm-1.13.1.ebuild lightdm-1.13.0.ebuild lightdm-1.11.9.ebuild Log: Version bumps (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.109x11-misc/lightdm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/ChangeLog?rev=1.109&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/ChangeLog?rev=1.109&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/ChangeLog?r1=1.108&r2=1.109 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v retrieving revision 1.108 retrieving revision 1.109 diff -u -r1.108 -r1.109 --- ChangeLog 3 Mar 2015 12:05:18 - 1.108 +++ ChangeLog 17 Mar 2015 20:37:44 - 1.109 @@ -1,6 +1,15 @@ # ChangeLog for x11-misc/lightdm # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.108 2015/03/03 12:05:18 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.109 2015/03/17 20:37:44 hwoarang Exp $ + +*lightdm-1.12.3 (17 Mar 2015) +*lightdm-1.10.5 (17 Mar 2015) +*lightdm-1.13.2 (17 Mar 2015) + + 17 Mar 2015; Markos Chandras +lightdm-1.10.5.ebuild, + +lightdm-1.12.3.ebuild, +lightdm-1.13.2.ebuild, -lightdm-1.11.9.ebuild, + -lightdm-1.13.0.ebuild, -lightdm-1.13.1.ebuild: + Version bumps 03 Mar 2015; Yixun Lan lightdm-1.12.2.ebuild: add arm64 support, tested on A53 board 1.1 x11-misc/lightdm/lightdm-1.10.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/lightdm-1.10.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/lightdm-1.10.5.ebuild?rev=1.1&content-type=text/plain Index: lightdm-1.10.5.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.10.5.ebuild,v 1.1 2015/03/17 20:37:44 hwoarang Exp $ EAPI=5 inherit autotools eutils pam readme.gentoo systemd TRUNK_VERSION="1.10" DESCRIPTION="A lightweight display manager" HOMEPAGE="http://www.freedesktop.org/wiki/Software/LightDM"; SRC_URI="http://launchpad.net/${PN}/${TRUNK_VERSION}/${PV}/+download/${P}.tar.xz mirror://gentoo/introspection-20110205.m4.tar.bz2" LICENSE="GPL-3 LGPL-3" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="+gtk +introspection kde qt4" REQUIRED_USE="|| ( gtk kde )" COMMON_DEPEND=">=dev-libs/glib-2.32.3:2 dev-libs/libxml2 sys-apps/accountsservice virtual/pam x11-libs/libX11 >=x11-libs/libxklavier-5 introspection? ( >=dev-libs/gobject-introspection-1 ) qt4? ( dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 )" RDEPEND="${COMMON_DEPEND} >=sys-auth/pambase-20101024-r2" DEPEND="${COMMON_DEPEND} dev-util/gtk-doc-am dev-util/intltool gnome-base/gnome-common sys-devel/gettext virtual/pkgconfig" PDEPEND="gtk? ( x11-misc/lightdm-gtk-greeter ) kde? ( x11-misc/lightdm-kde )" DOCS=( NEWS ) RESTRICT="test" src_prepare() { sed -i -e 's:getgroups:lightdm_&:' tests/src/libsystem.c || die #412369 sed -i -e '/minimum-uid/s:500:1000:' data/users.conf || die einfo "Fixing the session-wrapper variable in lightdm.conf" sed -i -e \ "/session-wrapper/s@^.*@session-wrapper=/etc/${PN}/Xsession@" \ data/lightdm.conf || die "Failed to fix lightdm.conf" epatch_user # Remove bogus Makefile statement. This needs to go upstream sed -i /"@YELP_HELP_RULES@"/d help/Makefile.am || die if has_version dev-libs/gobject-introspection; then eautoreconf else AT_M4DIR=${WORKDIR} eautoreconf fi } src_configure() { # Set default values if global vars unset local _greeter _session _user _greeter=${LIGHTDM_GREETER:=lightdm-gtk-greeter} _session=${LIGHTDM_SESSION:=gnome} _user=${LIGHTDM_USER:=root} # Let user know how lightdm is configured einfo "Gentoo configuration" einfo "Default greeter: ${_greeter}" einfo "Default session: ${_session}" einfo "Greeter user: ${_user}" # also disable tests because libsystem.c does not build. Tests are # restricted so it does not matter anyway. econf \
[gentoo-commits] gentoo-x86 commit in net-libs/rb_libtorrent: rb_libtorrent-0.16.19.ebuild ChangeLog
hwoarang15/03/17 20:30:26 Modified: ChangeLog Added:rb_libtorrent-0.16.19.ebuild Log: Version bump. Bug #542196 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.190net-libs/rb_libtorrent/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.190&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.190&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?r1=1.189&r2=1.190 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v retrieving revision 1.189 retrieving revision 1.190 diff -u -r1.189 -r1.190 --- ChangeLog 17 Mar 2015 20:08:16 - 1.189 +++ ChangeLog 17 Mar 2015 20:30:26 - 1.190 @@ -1,6 +1,12 @@ # ChangeLog for net-libs/rb_libtorrent # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.189 2015/03/17 20:08:16 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.190 2015/03/17 20:30:26 hwoarang Exp $ + +*rb_libtorrent-0.16.19 (17 Mar 2015) + + 17 Mar 2015; Markos Chandras + +rb_libtorrent-0.16.19.ebuild: + Version bump. Bug #542196 17 Mar 2015; Markos Chandras rb_libtorrent-0.16.17-r2.ebuild: 1.1 net-libs/rb_libtorrent/rb_libtorrent-0.16.19.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.19.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.19.ebuild?rev=1.1&content-type=text/plain Index: rb_libtorrent-0.16.19.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.19.ebuild,v 1.1 2015/03/17 20:30:26 hwoarang Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) PYTHON_REQ_USE="threads" inherit multilib python-r1 versionator MY_P=${P/rb_/} MY_P=${MY_P/torrent/torrent-rasterbar} S=${WORKDIR}/${MY_P} DESCRIPTION="C++ BitTorrent implementation focusing on efficiency and scalability" HOMEPAGE="http://www.rasterbar.com/products/libtorrent/"; SRC_URI="mirror://sourceforge/libtorrent/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="debug doc examples python ssl static-libs test" RESTRICT="test" RDEPEND=">=dev-libs/boost-1.48:=[threads] sys-libs/zlib examples? ( !net-p2p/mldonkey ) ssl? ( dev-libs/openssl:= ) python? ( ${PYTHON_DEPS} dev-libs/boost[python,${PYTHON_USEDEP}] )" DEPEND="${RDEPEND} >=sys-devel/libtool-2.2" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" src_prepare() { use python && python_copy_sources } src_configure() { local myconf=( --disable-silent-rules # bug 441842 $(use_enable debug) $(use_enable test tests) $(use_enable examples) $(use_enable ssl encryption) $(use_enable static-libs static) --with-boost-libdir=/usr/$(get_libdir) ) use debug && myconf+=( --enable-logging=verbose ) econf "${myconf[@]}" --disable-python-binding if use python; then python_configure() { run_in_build_dir econf "${myconf[@]}" --enable-python-binding --with-boost-python=boost_python-${EPYTHON#python} } python_foreach_impl python_configure fi } src_install() { emake DESTDIR="${D}" install if use python; then python_install() { emake -C "${BUILD_DIR}"/bindings/python \ DESTDIR="${D}" install } python_foreach_impl python_install fi use static-libs || find "${D}" -name '*.la' -exec rm -f {} + dodoc ChangeLog AUTHORS NEWS README if use doc; then dohtml docs/* fi }
[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask
hwoarang15/03/17 20:18:19 Modified: ChangeLog package.mask Log: No updates on #542434 so just unmask the rb_libtorrent-0.16.17-r2 ebuild Revision ChangesPath 1.9866 profiles/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9866&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9866&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9865&r2=1.9866 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v retrieving revision 1.9865 retrieving revision 1.9866 diff -u -r1.9865 -r1.9866 --- ChangeLog 17 Mar 2015 11:15:08 - 1.9865 +++ ChangeLog 17 Mar 2015 20:18:18 - 1.9866 @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9865 2015/03/17 11:15:08 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9866 2015/03/17 20:18:18 hwoarang Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 17 Mar 2015; Markos Chandras package.mask: + No updates on #542434 so just unmask the rb_libtorrent-0.16.17-r2 ebuild + 17 Mar 2015; Alexis Ballier package.mask: remove pdftex mask; its gone 1.16421 profiles/package.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16421&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16421&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16420&r2=1.16421 Index: package.mask === RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v retrieving revision 1.16420 retrieving revision 1.16421 diff -u -r1.16420 -r1.16421 --- package.mask17 Mar 2015 11:15:08 - 1.16420 +++ package.mask17 Mar 2015 20:18:18 - 1.16421 @@ -1,5 +1,5 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16420 2015/03/17 11:15:08 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16421 2015/03/17 20:18:18 hwoarang 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 @@ -49,11 +49,6 @@ # masked for removal on 20150410 games-roguelike/ivan -# Markos Chandras (10 Mar 2015) -# Mask broken and untested ebuild. -# See #542434 and #539368 -=net-libs/rb_libtorrent-0.16.17-r2 - # Alice Ferrazzi (10 Mar 2015) # Masked new version of pypy as experimental. # Not to unmask before -bin is ready.
[gentoo-commits] gentoo-x86 commit in net-libs/rb_libtorrent: rb_libtorrent-0.16.17-r2.ebuild ChangeLog
hwoarang15/03/17 20:08:16 Modified: rb_libtorrent-0.16.17-r2.ebuild ChangeLog Log: Really fix the broken commit by Ian Delaney. Bug #539368 again (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.3 net-libs/rb_libtorrent/rb_libtorrent-0.16.17-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.17-r2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.17-r2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.17-r2.ebuild?r1=1.2&r2=1.3 Index: rb_libtorrent-0.16.17-r2.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.17-r2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- rb_libtorrent-0.16.17-r2.ebuild 11 Mar 2015 07:38:28 - 1.2 +++ rb_libtorrent-0.16.17-r2.ebuild 17 Mar 2015 20:08:16 - 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.17-r2.ebuild,v 1.2 2015/03/11 07:38:28 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.17-r2.ebuild,v 1.3 2015/03/17 20:08:16 hwoarang Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -23,7 +23,6 @@ RESTRICT="test" RDEPEND=">=dev-libs/boost-1.48:=[threads] - >=sys-devel/libtool-2.2 sys-libs/zlib examples? ( !net-p2p/mldonkey ) ssl? ( dev-libs/openssl:= ) 1.189net-libs/rb_libtorrent/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.189&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.189&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?r1=1.188&r2=1.189 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v retrieving revision 1.188 retrieving revision 1.189 diff -u -r1.188 -r1.189 --- ChangeLog 11 Mar 2015 07:38:28 - 1.188 +++ ChangeLog 17 Mar 2015 20:08:16 - 1.189 @@ -1,6 +1,10 @@ # ChangeLog for net-libs/rb_libtorrent # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.188 2015/03/11 07:38:28 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.189 2015/03/17 20:08:16 hwoarang Exp $ + + 17 Mar 2015; Markos Chandras + rb_libtorrent-0.16.17-r2.ebuild: + Really fix the broken commit by Ian Delaney. Bug #539368 again 11 Mar 2015; Ian Delaney rb_libtorrent-0.16.17-r2.ebuild: revert DEPEND RDEPEND to reflect the state in the -r1
[gentoo-commits] gentoo-x86 commit in app-emulation/lxc: lxc-1.1.1.ebuild ChangeLog
hwoarang15/03/17 20:03:20 Modified: ChangeLog Added:lxc-1.1.1.ebuild Log: Version bump. Bug #543570 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.70 app-emulation/lxc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?rev=1.70&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?rev=1.70&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?r1=1.69&r2=1.70 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v retrieving revision 1.69 retrieving revision 1.70 diff -u -r1.69 -r1.70 --- ChangeLog 14 Mar 2015 09:21:31 - 1.69 +++ ChangeLog 17 Mar 2015 20:03:20 - 1.70 @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/lxc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.69 2015/03/14 09:21:31 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.70 2015/03/17 20:03:20 hwoarang Exp $ + +*lxc-1.1.1 (17 Mar 2015) + + 17 Mar 2015; Markos Chandras + +files/lxc-1.1.1-shm-tmpfs.patch, +lxc-1.1.1.ebuild: + Version bump. Bug #543570 *lxc-1.1.0-r5 (14 Mar 2015) 1.1 app-emulation/lxc/lxc-1.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.1.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.1.1.ebuild?rev=1.1&content-type=text/plain Index: lxc-1.1.1.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.1.1.ebuild,v 1.1 2015/03/17 20:03:20 hwoarang Exp $ EAPI="5" MY_P="${P/_/-}" PYTHON_COMPAT=( python{3_2,3_3,3_4} ) DISTUTILS_OPTIONAL=1 inherit autotools bash-completion-r1 distutils-r1 eutils linux-info versionator flag-o-matic systemd DESCRIPTION="LinuX Containers userspace utilities" HOMEPAGE="https://linuxcontainers.org/"; SRC_URI="https://github.com/lxc/lxc/archive/${MY_P}.tar.gz"; KEYWORDS="~amd64 ~arm" LICENSE="LGPL-3" SLOT="0" IUSE="cgmanager doc examples lua python seccomp" RDEPEND="net-libs/gnutls sys-libs/libcap cgmanager? ( app-admin/cgmanager ) lua? ( >=dev-lang/lua-5.1:= ) python? ( ${PYTHON_DEPS} ) seccomp? ( sys-libs/libseccomp )" DEPEND="${RDEPEND} doc? ( app-text/docbook-sgml-utils ) >=sys-kernel/linux-headers-3.2" RDEPEND="${RDEPEND} sys-process/criu sys-apps/util-linux app-misc/pax-utils virtual/awk" CONFIG_CHECK="~CGROUPS ~CGROUP_DEVICE ~CPUSETS ~CGROUP_CPUACCT ~RESOURCE_COUNTERS ~CGROUP_SCHED ~NAMESPACES ~IPC_NS ~USER_NS ~PID_NS ~NETLINK_DIAG ~PACKET_DIAG ~INET_UDP_DIAG ~INET_TCP_DIAG ~UNIX_DIAG ~CHECKPOINT_RESTORE ~DEVPTS_MULTIPLE_INSTANCES ~CGROUP_FREEZER ~UTS_NS ~NET_NS ~VETH ~MACVLAN ~POSIX_MQUEUE ~!NETPRIO_CGROUP ~!GRKERNSEC_CHROOT_MOUNT ~!GRKERNSEC_CHROOT_DOUBLE ~!GRKERNSEC_CHROOT_PIVOT ~!GRKERNSEC_CHROOT_CHMOD ~!GRKERNSEC_CHROOT_CAPS " ERROR_DEVPTS_MULTIPLE_INSTANCES="CONFIG_DEVPTS_MULTIPLE_INSTANCES: needed for pts inside container" ERROR_CGROUP_FREEZER="CONFIG_CGROUP_FREEZER: needed to freeze containers" ERROR_UTS_NS="CONFIG_UTS_NS: needed to unshare hostnames and uname info" ERROR_NET_NS="CONFIG_NET_NS: needed for unshared network" ERROR_VETH="CONFIG_VETH: needed for internal (host-to-container) networking" ERROR_MACVLAN="CONFIG_MACVLAN: needed for internal (inter-container) networking" ERROR_NETLINK_DIAG="CONFIG_NETLINK_DIAG: needed for lxc-checkpoint" ERROR_PACKET_DIAG="CONFIG_PACKET_DIAG: needed for lxc-checkpoint" ERROR_INET_UDP_DIAG="CONFIG_INET_UDP_DIAG: needed for lxc-checkpoint" ERROR_INET_TCP_DIAG="CONFIG_INET_TCP_DIAG: needed for lxc-checkpoint" ERROR_UNIX_DIAG="CONFIG_UNIX_DIAG: needed for lxc-checkpoint" ERROR_CHECKPOINT_RESTORE="CONFIG_CHECKPOINT_RESTORE: needed for lxc-checkpoint" ERROR_POSIX_MQUEUE="CONFIG_POSIX_MQUEUE: needed for lxc-execute command" ERROR_NETPRIO_CGROUP="CONFIG_NETPRIO_CGROUP: as of kernel 3.3 and lxc 0.8.0_rc1 this causes LXCs to fail booting." ERROR_GRKERNSEC_CHROOT_MOUNT="CONFIG_GRKERNSEC_CHROOT_MOUNT: some GRSEC features make LXC unusable see postinst notes" ERROR_GRKERNSEC_CHROOT_DOUBLE="CONFIG_GRKERNSEC_CHROOT_DOUBLE: some GRSEC features make LXC unusable see postinst notes" ERROR_GRKERNSEC_CHROOT_PIVOT="CONFIG_GRKERNSEC_CHROOT_PIVOT: some GRSEC features
[gentoo-commits] gentoo-x86 commit in app-emulation/lxc/files: lxc-1.1.1-shm-tmpfs.patch
hwoarang15/03/17 20:03:20 Added:lxc-1.1.1-shm-tmpfs.patch Log: Version bump. Bug #543570 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.1 app-emulation/lxc/files/lxc-1.1.1-shm-tmpfs.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/files/lxc-1.1.1-shm-tmpfs.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/files/lxc-1.1.1-shm-tmpfs.patch?rev=1.1&content-type=text/plain Index: lxc-1.1.1-shm-tmpfs.patch === >From 7ed54c6155982bd8376fdb88bed79c664d5e111f Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Thu, 12 Mar 2015 20:52:11 + Subject: [PATCH] templates: gentoo.common: Add /dev/shm tmpfs mount entry /dev/shm needs to be mounted as tmpfs. It's needed by python and possibly other packages. Signed-off-by: Markos Chandras --- Applied in master but not in 1.1.1. It will probably make it to 1.1.2 --- config/templates/gentoo.common.conf.in | 4 1 file changed, 4 insertions(+) diff --git a/config/templates/gentoo.common.conf.in b/config/templates/gentoo.common.conf.in index ca3ffc1..49cd411 100644 --- a/config/templates/gentoo.common.conf.in +++ b/config/templates/gentoo.common.conf.in @@ -21,3 +21,7 @@ lxc.cgroup.devices.allow = c 10:232 rwm ## To use loop devices, copy the following line to the container's ## configuration file (uncommented). #lxc.cgroup.devices.allow = b 7:* rwm + +# /dev/shm needs to be mounted as tmpfs. It's needed by python (bug #496328) +# and possibly other packages. +lxc.mount.entry = none dev/shm tmpfs rw,nosuid,nodev,create=dir -- 2.3.2
[gentoo-commits] gentoo-x86 commit in lxde-base/lxde-meta: lxde-meta-0.5.5-r4.ebuild ChangeLog
hwoarang15/03/14 13:08:20 Modified: lxde-meta-0.5.5-r4.ebuild ChangeLog Log: bump lxterminal dep. Bug #542364 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.5 lxde-base/lxde-meta/lxde-meta-0.5.5-r4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-meta/lxde-meta-0.5.5-r4.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-meta/lxde-meta-0.5.5-r4.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-meta/lxde-meta-0.5.5-r4.ebuild?r1=1.4&r2=1.5 Index: lxde-meta-0.5.5-r4.ebuild === RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxde-meta/lxde-meta-0.5.5-r4.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- lxde-meta-0.5.5-r4.ebuild 13 Mar 2015 20:13:12 - 1.4 +++ lxde-meta-0.5.5-r4.ebuild 14 Mar 2015 13:08:20 - 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-meta/lxde-meta-0.5.5-r4.ebuild,v 1.4 2015/03/13 20:13:12 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-meta/lxde-meta-0.5.5-r4.ebuild,v 1.5 2015/03/14 13:08:20 hwoarang Exp $ EAPI="2" @@ -25,7 +25,7 @@ >lxde-base/lxsession-0.4.6.1 ) || ( >=x11-libs/libfm-1.2.0 =lxde-base/lxshortcut-0.1* ) =lxde-base/lxtask-0.1* - =lxde-base/lxterminal-0.1.11* + >=lxde-base/lxterminal-0.1.11 media-gfx/gpicview x11-misc/pcmanfm x11-wm/openbox 1.63 lxde-base/lxde-meta/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-meta/ChangeLog?rev=1.63&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-meta/ChangeLog?rev=1.63&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-meta/ChangeLog?r1=1.62&r2=1.63 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxde-meta/ChangeLog,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- ChangeLog 13 Mar 2015 20:13:12 - 1.62 +++ ChangeLog 14 Mar 2015 13:08:20 - 1.63 @@ -1,6 +1,9 @@ # ChangeLog for lxde-base/lxde-meta # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-meta/ChangeLog,v 1.62 2015/03/13 20:13:12 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-meta/ChangeLog,v 1.63 2015/03/14 13:08:20 hwoarang Exp $ + + 14 Mar 2015; Markos Chandras lxde-meta-0.5.5-r4.ebuild: + bump lxterminal dep. Bug #542364 13 Mar 2015; Markos Chandras lxde-meta-0.5.5-r4.ebuild: amd64/x86/arm/ppc stable. It's just a meta package. Should fix 503678 on
[gentoo-commits] gentoo-x86 commit in app-emulation/lxc: lxc-1.1.0-r5.ebuild ChangeLog
hwoarang15/03/14 09:21:31 Modified: ChangeLog Added:lxc-1.1.0-r5.ebuild Log: Move tools from sbin to bin so we can start supporting unprivileged containers (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.69 app-emulation/lxc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?rev=1.69&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?rev=1.69&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?r1=1.68&r2=1.69 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- ChangeLog 13 Mar 2015 08:54:55 - 1.68 +++ ChangeLog 14 Mar 2015 09:21:31 - 1.69 @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/lxc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.68 2015/03/13 08:54:55 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.69 2015/03/14 09:21:31 hwoarang Exp $ + +*lxc-1.1.0-r5 (14 Mar 2015) + + 14 Mar 2015; Markos Chandras +lxc-1.1.0-r5.ebuild: + Move tools from sbin to bin so we can start supporting unprivileged containers 13 Mar 2015; Yixun Lan lxc-1.1.0-r4.ebuild: add ~arm keyword, test on cortex-a9 board 1.1 app-emulation/lxc/lxc-1.1.0-r5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.1.0-r5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.1.0-r5.ebuild?rev=1.1&content-type=text/plain Index: lxc-1.1.0-r5.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.1.0-r5.ebuild,v 1.1 2015/03/14 09:21:31 hwoarang Exp $ EAPI="5" MY_P="${P/_/-}" PYTHON_COMPAT=( python{3_2,3_3,3_4} ) DISTUTILS_OPTIONAL=1 inherit autotools bash-completion-r1 distutils-r1 eutils linux-info versionator flag-o-matic systemd DESCRIPTION="LinuX Containers userspace utilities" HOMEPAGE="https://linuxcontainers.org/"; SRC_URI="https://github.com/lxc/lxc/archive/${MY_P}.tar.gz"; KEYWORDS="~amd64 ~arm" LICENSE="LGPL-3" SLOT="0" IUSE="cgmanager doc examples lua python seccomp" RDEPEND="net-libs/gnutls sys-libs/libcap cgmanager? ( app-admin/cgmanager ) lua? ( >=dev-lang/lua-5.1:= ) python? ( ${PYTHON_DEPS} ) seccomp? ( sys-libs/libseccomp )" DEPEND="${RDEPEND} doc? ( app-text/docbook-sgml-utils ) >=sys-kernel/linux-headers-3.2" RDEPEND="${RDEPEND} sys-process/criu sys-apps/util-linux app-misc/pax-utils virtual/awk" CONFIG_CHECK="~CGROUPS ~CGROUP_DEVICE ~CPUSETS ~CGROUP_CPUACCT ~RESOURCE_COUNTERS ~CGROUP_SCHED ~NAMESPACES ~IPC_NS ~USER_NS ~PID_NS ~NETLINK_DIAG ~PACKET_DIAG ~INET_UDP_DIAG ~INET_TCP_DIAG ~UNIX_DIAG ~CHECKPOINT_RESTORE ~DEVPTS_MULTIPLE_INSTANCES ~CGROUP_FREEZER ~UTS_NS ~NET_NS ~VETH ~MACVLAN ~POSIX_MQUEUE ~!NETPRIO_CGROUP ~!GRKERNSEC_CHROOT_MOUNT ~!GRKERNSEC_CHROOT_DOUBLE ~!GRKERNSEC_CHROOT_PIVOT ~!GRKERNSEC_CHROOT_CHMOD ~!GRKERNSEC_CHROOT_CAPS " ERROR_DEVPTS_MULTIPLE_INSTANCES="CONFIG_DEVPTS_MULTIPLE_INSTANCES: needed for pts inside container" ERROR_CGROUP_FREEZER="CONFIG_CGROUP_FREEZER: needed to freeze containers" ERROR_UTS_NS="CONFIG_UTS_NS: needed to unshare hostnames and uname info" ERROR_NET_NS="CONFIG_NET_NS: needed for unshared network" ERROR_VETH="CONFIG_VETH: needed for internal (host-to-container) networking" ERROR_MACVLAN="CONFIG_MACVLAN: needed for internal (inter-container) networking" ERROR_NETLINK_DIAG="CONFIG_NETLINK_DIAG: needed for lxc-checkpoint" ERROR_PACKET_DIAG="CONFIG_PACKET_DIAG: needed for lxc-checkpoint" ERROR_INET_UDP_DIAG="CONFIG_INET_UDP_DIAG: needed for lxc-checkpoint" ERROR_INET_TCP_DIAG="CONFIG_INET_TCP_DIAG: needed for lxc-checkpoint" ERROR_UNIX_DIAG="CONFIG_UNIX_DIAG: needed for lxc-checkpoint" ERROR_CHECKPOINT_RESTORE="CONFIG_CHECKPOINT_RESTORE: needed for lxc-checkpoint" ERROR_POSIX_MQUEUE="CONFIG_POSIX_MQUEUE: needed for lxc-execute command" ERROR_NETPRIO_CGROUP="CONFIG_NETPRIO_CGROUP: as of kernel 3.3 and lxc 0.8.0_rc1 this causes LXCs to fail booting." ERROR_GRKERNSEC_CHROOT_MOUNT="CONFIG_GRKERNSEC_CHROOT_MOUNT: some GRSEC features make LXC unusable see postinst notes" ERROR_GRKERNSEC_CHROOT_DOUBLE="CONFIG_GRKERNSEC_CHROO
[gentoo-commits] gentoo-x86 commit in lxde-base/lxde-meta: lxde-meta-0.5.5-r4.ebuild ChangeLog
hwoarang15/03/13 20:13:12 Modified: lxde-meta-0.5.5-r4.ebuild ChangeLog Log: amd64/x86/arm/ppc stable. It's just a meta package. Should fix 503678 on stable lxde (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.4 lxde-base/lxde-meta/lxde-meta-0.5.5-r4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-meta/lxde-meta-0.5.5-r4.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-meta/lxde-meta-0.5.5-r4.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-meta/lxde-meta-0.5.5-r4.ebuild?r1=1.3&r2=1.4 Index: lxde-meta-0.5.5-r4.ebuild === RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxde-meta/lxde-meta-0.5.5-r4.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- lxde-meta-0.5.5-r4.ebuild 3 Mar 2015 08:03:11 - 1.3 +++ lxde-meta-0.5.5-r4.ebuild 13 Mar 2015 20:13:12 - 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-meta/lxde-meta-0.5.5-r4.ebuild,v 1.3 2015/03/03 08:03:11 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-meta/lxde-meta-0.5.5-r4.ebuild,v 1.4 2015/03/13 20:13:12 hwoarang Exp $ EAPI="2" @@ -9,7 +9,7 @@ LICENSE="metapackage" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86" +KEYWORDS="~alpha amd64 arm ~arm64 ppc x86" IUSE="" RDEPEND=">=lxde-base/menu-cache-0.3.3 1.62 lxde-base/lxde-meta/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-meta/ChangeLog?rev=1.62&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-meta/ChangeLog?rev=1.62&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-meta/ChangeLog?r1=1.61&r2=1.62 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxde-meta/ChangeLog,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- ChangeLog 3 Mar 2015 08:03:11 - 1.61 +++ ChangeLog 13 Mar 2015 20:13:12 - 1.62 @@ -1,6 +1,10 @@ # ChangeLog for lxde-base/lxde-meta # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-meta/ChangeLog,v 1.61 2015/03/03 08:03:11 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-meta/ChangeLog,v 1.62 2015/03/13 20:13:12 hwoarang Exp $ + + 13 Mar 2015; Markos Chandras lxde-meta-0.5.5-r4.ebuild: + amd64/x86/arm/ppc stable. It's just a meta package. Should fix 503678 on + stable lxde 03 Mar 2015; Yixun Lan lxde-meta-0.5.5-r4.ebuild: add arm64 support, tested on A53 board
[gentoo-commits] gentoo-x86 commit in media-libs/libdlna/files: libdlna-0.2.4-ffmpeg.patch
hwoarang15/03/13 20:08:38 Added:libdlna-0.2.4-ffmpeg.patch Log: Adapt to the latest ffmpeg API. Bug #540150 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.1 media-libs/libdlna/files/libdlna-0.2.4-ffmpeg.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdlna/files/libdlna-0.2.4-ffmpeg.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdlna/files/libdlna-0.2.4-ffmpeg.patch?rev=1.1&content-type=text/plain Index: libdlna-0.2.4-ffmpeg.patch === Adapt to the latest ffmpeg API Gentoo bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=540150 Signed-off-by: Markos Chandras Index: libdlna-0.2.4/src/profiles.c === --- libdlna-0.2.4.orig/src/profiles.c +++ libdlna-0.2.4/src/profiles.c @@ -334,7 +334,12 @@ dlna_guess_media_profile (dlna_t *dlna, p = p->next; } +#if LIBAVFORMAT_VERSION_MAJOR < 54 av_close_input_file (ctx); +#else + avformat_close_input(&ctx); +#endif + free (codecs); return profile; }
[gentoo-commits] gentoo-x86 commit in media-libs/libdlna: libdlna-0.2.4.ebuild ChangeLog
hwoarang15/03/13 20:08:38 Modified: libdlna-0.2.4.ebuild ChangeLog Log: Adapt to the latest ffmpeg API. Bug #540150 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.8 media-libs/libdlna/libdlna-0.2.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdlna/libdlna-0.2.4.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdlna/libdlna-0.2.4.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdlna/libdlna-0.2.4.ebuild?r1=1.7&r2=1.8 Index: libdlna-0.2.4.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-libs/libdlna/libdlna-0.2.4.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- libdlna-0.2.4.ebuild16 Feb 2015 19:03:10 - 1.7 +++ libdlna-0.2.4.ebuild13 Mar 2015 20:08:38 - 1.8 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libdlna/libdlna-0.2.4.ebuild,v 1.7 2015/02/16 19:03:10 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdlna/libdlna-0.2.4.ebuild,v 1.8 2015/03/13 20:08:38 hwoarang Exp $ EAPI=5 inherit eutils multilib toolchain-funcs @@ -18,6 +18,8 @@ src_prepare() { epatch "${FILESDIR}"/${P}-libav9.patch + # 540150 + epatch "${FILESDIR}"/${P}-ffmpeg.patch tc-export CC } 1.13 media-libs/libdlna/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdlna/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdlna/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdlna/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-libs/libdlna/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 16 Feb 2015 19:03:10 - 1.12 +++ ChangeLog 13 Mar 2015 20:08:38 - 1.13 @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libdlna # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libdlna/ChangeLog,v 1.12 2015/02/16 19:03:10 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdlna/ChangeLog,v 1.13 2015/03/13 20:08:38 hwoarang Exp $ + + 13 Mar 2015; Markos Chandras + +files/libdlna-0.2.4-ffmpeg.patch, libdlna-0.2.4.ebuild: + Adapt to the latest ffmpeg API. Bug #540150 16 Feb 2015; Jeroen Roovers libdlna-0.2.4.ebuild, +files/libdlna-0.2.4-libav9.patch, -files/libdlna-libav9.patch:
[gentoo-commits] gentoo commit in xml/htdocs/proj/en/qa/treecleaners: maintainer-needed.xml
hwoarang15/03/13 20:06:56 Modified: maintainer-needed.xml Log: Automated update of maintainer-needed package list Revision ChangesPath 1.483xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml?rev=1.483&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml?rev=1.483&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml?r1=1.482&r2=1.483 Index: maintainer-needed.xml === RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml,v retrieving revision 1.482 retrieving revision 1.483 diff -u -r1.482 -r1.483 --- maintainer-needed.xml 10 Mar 2015 19:41:05 - 1.482 +++ maintainer-needed.xml 13 Mar 2015 20:06:56 - 1.483 @@ -1,6 +1,6 @@ - + @@ -23,7 +23,7 @@ 1.2 - 2015-03-10 + 2015-03-13 Maintainer-Needed packages @@ -38,7 +38,7 @@ Package List -The following 1193 packages are marked as maintainer-needed +The following 1192 packages are marked as maintainer-needed Package NameDescriptionBugs @@ -1164,9 +1164,6 @@ http://packages.gentoo.org/package/app-pda/iripdb";>app-pda/iripdb iRipDB allows generating the DB files necessary for the iRiver iHP-1xx series of MP3/Ogg HD Players https://bugs.gentoo.org/buglist.cgi?quicksearch=app-pda/iripdb";>Open Bugs -http://packages.gentoo.org/package/app-portage/deltup";>app-portage/deltup -Delta-Update - patch system for updating source-archives -https://bugs.gentoo.org/buglist.cgi?quicksearch=app-portage/deltup";>Open Bugs http://packages.gentoo.org/package/app-portage/demerge";>app-portage/demerge demerge - revert to previous installation states https://bugs.gentoo.org/buglist.cgi?quicksearch=app-portage/demerge";>Open Bugs
[gentoo-commits] gentoo-x86 commit in app-emulation/lxc: lxc-1.1.0-r4.ebuild ChangeLog
hwoarang15/03/12 07:52:10 Modified: lxc-1.1.0-r4.ebuild ChangeLog Log: Hide python specific code behind USE=python (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.2 app-emulation/lxc/lxc-1.1.0-r4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.1.0-r4.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.1.0-r4.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.1.0-r4.ebuild?r1=1.1&r2=1.2 Index: lxc-1.1.0-r4.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.1.0-r4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- lxc-1.1.0-r4.ebuild 11 Mar 2015 18:18:44 - 1.1 +++ lxc-1.1.0-r4.ebuild 12 Mar 2015 07:52:10 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.1.0-r4.ebuild,v 1.1 2015/03/11 18:18:44 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.1.0-r4.ebuild,v 1.2 2015/03/12 07:52:10 hwoarang Exp $ EAPI="5" @@ -108,9 +108,11 @@ src_configure() { append-flags -fno-strict-aliasing - #541932 - python_setup "python3*" - export PKG_CONFIG_PATH="${T}/${EPYTHON}/pkgconfig:${PKG_CONFIG_PATH}" + if use python; then + #541932 + python_setup "python3*" + export PKG_CONFIG_PATH="${T}/${EPYTHON}/pkgconfig:${PKG_CONFIG_PATH}" + fi # I am not sure about the --with-rootfs-path # /var/lib/lxc is probably more appropriate than 1.67 app-emulation/lxc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?rev=1.67&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?rev=1.67&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?r1=1.66&r2=1.67 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- ChangeLog 11 Mar 2015 18:18:44 - 1.66 +++ ChangeLog 12 Mar 2015 07:52:10 - 1.67 @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/lxc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.66 2015/03/11 18:18:44 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.67 2015/03/12 07:52:10 hwoarang Exp $ + + 12 Mar 2015; Markos Chandras lxc-1.1.0-r4.ebuild: + Hide python specific code behind USE=python *lxc-1.1.0-r4 (11 Mar 2015)
[gentoo-commits] gentoo-x86 commit in app-emulation/lxc: lxc-1.1.0-r4.ebuild ChangeLog
hwoarang15/03/11 18:18:44 Modified: ChangeLog Added:lxc-1.1.0-r4.ebuild Log: Respect USE=python so additional tools can be built. Bug #541932 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.66 app-emulation/lxc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?rev=1.66&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?rev=1.66&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?r1=1.65&r2=1.66 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- ChangeLog 3 Mar 2015 05:51:15 - 1.65 +++ ChangeLog 11 Mar 2015 18:18:44 - 1.66 @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/lxc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.65 2015/03/03 05:51:15 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.66 2015/03/11 18:18:44 hwoarang Exp $ + +*lxc-1.1.0-r4 (11 Mar 2015) + + 11 Mar 2015; Markos Chandras +lxc-1.1.0-r4.ebuild: + Respect USE=python so additional tools can be built. Bug #541932 02 Mar 2015; Yixun Lan lxc-1.0.7.ebuild: add arm64 support, tested on A53 board 1.1 app-emulation/lxc/lxc-1.1.0-r4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.1.0-r4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.1.0-r4.ebuild?rev=1.1&content-type=text/plain Index: lxc-1.1.0-r4.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.1.0-r4.ebuild,v 1.1 2015/03/11 18:18:44 hwoarang Exp $ EAPI="5" MY_P="${P/_/-}" PYTHON_COMPAT=( python{3_2,3_3,3_4} ) DISTUTILS_OPTIONAL=1 inherit autotools bash-completion-r1 distutils-r1 eutils linux-info versionator flag-o-matic systemd DESCRIPTION="LinuX Containers userspace utilities" HOMEPAGE="https://linuxcontainers.org/"; SRC_URI="https://github.com/lxc/lxc/archive/${MY_P}.tar.gz"; KEYWORDS="~amd64" LICENSE="LGPL-3" SLOT="0" IUSE="cgmanager doc examples lua python seccomp" RDEPEND="net-libs/gnutls sys-libs/libcap cgmanager? ( app-admin/cgmanager ) lua? ( >=dev-lang/lua-5.1:= ) python? ( ${PYTHON_DEPS} ) seccomp? ( sys-libs/libseccomp )" DEPEND="${RDEPEND} doc? ( app-text/docbook-sgml-utils ) >=sys-kernel/linux-headers-3.2" RDEPEND="${RDEPEND} sys-process/criu sys-apps/util-linux app-misc/pax-utils virtual/awk" CONFIG_CHECK="~CGROUPS ~CGROUP_DEVICE ~CPUSETS ~CGROUP_CPUACCT ~RESOURCE_COUNTERS ~CGROUP_SCHED ~NAMESPACES ~IPC_NS ~USER_NS ~PID_NS ~NETLINK_DIAG ~PACKET_DIAG ~INET_UDP_DIAG ~INET_TCP_DIAG ~UNIX_DIAG ~CHECKPOINT_RESTORE ~DEVPTS_MULTIPLE_INSTANCES ~CGROUP_FREEZER ~UTS_NS ~NET_NS ~VETH ~MACVLAN ~POSIX_MQUEUE ~!NETPRIO_CGROUP ~!GRKERNSEC_CHROOT_MOUNT ~!GRKERNSEC_CHROOT_DOUBLE ~!GRKERNSEC_CHROOT_PIVOT ~!GRKERNSEC_CHROOT_CHMOD ~!GRKERNSEC_CHROOT_CAPS " ERROR_DEVPTS_MULTIPLE_INSTANCES="CONFIG_DEVPTS_MULTIPLE_INSTANCES: needed for pts inside container" ERROR_CGROUP_FREEZER="CONFIG_CGROUP_FREEZER: needed to freeze containers" ERROR_UTS_NS="CONFIG_UTS_NS: needed to unshare hostnames and uname info" ERROR_NET_NS="CONFIG_NET_NS: needed for unshared network" ERROR_VETH="CONFIG_VETH: needed for internal (host-to-container) networking" ERROR_MACVLAN="CONFIG_MACVLAN: needed for internal (inter-container) networking" ERROR_NETLINK_DIAG="CONFIG_NETLINK_DIAG: needed for lxc-checkpoint" ERROR_PACKET_DIAG="CONFIG_PACKET_DIAG: needed for lxc-checkpoint" ERROR_INET_UDP_DIAG="CONFIG_INET_UDP_DIAG: needed for lxc-checkpoint" ERROR_INET_TCP_DIAG="CONFIG_INET_TCP_DIAG: needed for lxc-checkpoint" ERROR_UNIX_DIAG="CONFIG_UNIX_DIAG: needed for lxc-checkpoint" ERROR_CHECKPOINT_RESTORE="CONFIG_CHECKPOINT_RESTORE: needed for lxc-checkpoint" ERROR_POSIX_MQUEUE="CONFIG_POSIX_MQUEUE: needed for lxc-execute command" ERROR_NETPRIO_CGROUP="CONFIG_NETPRIO_CGROUP: as of kernel 3.3 and lxc 0.8.0_rc1 this causes LXCs to fail booting." ERROR_GRKERNSEC_CHROOT_MOUNT="CONFIG_GRKERNSEC_CHROOT_MOUNT: some GRSEC features make LXC unusable see postinst notes" ERROR_GRKERNSEC_CHROOT_DOUBLE="CONFIG_GRKERNSEC_CHROOT_DOUBLE: some GRSEC features make LXC