[gentoo-commits] repo/gentoo:master commit in: net-libs/gnome-online-accounts/
commit: 6f9e0c089b6ec3c47be4f5b7d56951b14b9284f1 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Tue Dec 22 07:54:34 2015 + Commit: Gilles Dartiguelongue gentoo org> CommitDate: Tue Dec 22 07:54:34 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f9e0c08 net-libs/gnome-online-accounts: version bump to 3.18.3 Package-Manager: portage-2.2.26 net-libs/gnome-online-accounts/Manifest| 1 + .../gnome-online-accounts-3.18.3.ebuild| 83 ++ 2 files changed, 84 insertions(+) diff --git a/net-libs/gnome-online-accounts/Manifest b/net-libs/gnome-online-accounts/Manifest index d128c14..f3e57e0 100644 --- a/net-libs/gnome-online-accounts/Manifest +++ b/net-libs/gnome-online-accounts/Manifest @@ -1,2 +1,3 @@ DIST gnome-online-accounts-3.16.4.1.tar.xz 1440252 SHA256 68c688730a4a0be0a29e77106a78681fd0ea2c4e1aabafe4df7e20a22dbdb120 SHA512 3c563f422afc30994f7d3ac1102a3ace3b0c4ae645e76d4e40566a8aa01324f47737d978352a18e51e268ab3d707fc707ce7d5f0c8c281ebe3c9f86042a4f6b9 WHIRLPOOL 4697f67b55a7b85641efeed101afd384e4b19d9c920b871bdfcf0e6058b27850a771ba1da354b33ceab302ec87d4b6ce46a243637e401abc4e85dbcf3e449feb DIST gnome-online-accounts-3.18.2.1.tar.xz 1474116 SHA256 ca0a9c58ea5ac08437ed68fea9e8c3de69a8804e670ccf5a578c6786096ecfac SHA512 7c3fa120450c0ebce4a424e18475aebf5b93b5dbb52b9cdad70677493975e7b5dae1d5f631e63a4a6a8aebc6da76c1ab4633ad26d51cb531119493ff612467d4 WHIRLPOOL d096e285ef24b0366fa691c383bc0e6c068e118f1f47533f83e46c602f40f3d344dfa3c7f38c3fce013d2b6c9829134734b58db49c45bba802b357f2778fc140 +DIST gnome-online-accounts-3.18.3.tar.xz 1475580 SHA256 bfb983831af8b1fbd81b70befda7683a38f86ca4cc911f763ae31207306e3827 SHA512 8305ee3cafdf81c7b534d76d2f8b92dfc6bd7acfc27cb02f74f901b4513d2742815a377e523b7d767b1a2e26a2899312ed86bd00e1aedc9c7ecff924f4d91bde WHIRLPOOL 62aafdc8ebb33cc6f0353a378330bb1bdbdd364503fdc86f2b79065a1ec5c5c7634dd8268a275b1f10e20fa3a3b8db1d45f159457e3bd7e5b41071e441c28246 diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.18.3.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.18.3.ebuild new file mode 100644 index 000..96e2dc1 --- /dev/null +++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.18.3.ebuild @@ -0,0 +1,83 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="yes" +GNOME2_LA_PUNT="yes" + +inherit gnome2 + +DESCRIPTION="GNOME framework for accessing online accounts" +HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"; + +LICENSE="LGPL-2+" +SLOT="0/1" +IUSE="gnome +introspection kerberos" # telepathy" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +# pango used in goaeditablelabel +# libsoup used in goaoauthprovider +# goa kerberos provider is incompatible with app-crypt/heimdal, see +# https://bugzilla.gnome.org/show_bug.cgi?id=692250 +# json-glib-0.16 needed for bug #485092 +RDEPEND=" + >=dev-libs/glib-2.35:2 + >=app-crypt/libsecret-0.5 + >=dev-libs/json-glib-0.16 + dev-libs/libxml2:2 + >=net-libs/libsoup-2.42:2.4 + net-libs/rest:0.7 + net-libs/telepathy-glib + >=net-libs/webkit-gtk-2.7.2:4 + >=x11-libs/gtk+-3.11.1:3 + x11-libs/pango + + introspection? ( >=dev-libs/gobject-introspection-0.6.2:= ) + kerberos? ( + app-crypt/gcr:0= + app-crypt/mit-krb5 ) +" +# telepathy? ( net-libs/telepathy-glib ) +# goa-daemon can launch gnome-control-center +PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )" + +DEPEND="${RDEPEND} + dev-libs/libxslt + >=dev-util/gtk-doc-am-1.3 + >=dev-util/gdbus-codegen-2.30.0 + >=dev-util/intltool-0.50.1 + sys-devel/gettext + virtual/pkgconfig + + dev-libs/gobject-introspection-common + gnome-base/gnome-common +" +# eautoreconf needs gobject-introspection-common, gnome-common + +# Due to sub-configure +QA_CONFIGURE_OPTIONS=".*" + +src_configure() { + # TODO: Give users a way to set the G/FB/Windows Live secrets + # telepathy optional support is really a badly done, bug #494456 + gnome2_src_configure \ + --disable-static \ + --enable-backend \ + --enable-documentation \ + --enable-exchange \ + --enable-facebook \ + --enable-flickr \ + --enable-foursquare \ + --enable-imap-smtp \ + --enable-lastfm \ + --enable-media-server \ + --enable-owncloud \ + --enable-pocket \ + --enable-telepathy \ + --enable-windows-live \ + $(use_enable kerberos) + #$(use_enable telepathy) + # gudev & cheese from sub-configure is overriden + # by top level configure, and disabled so leave it like that
[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweak-tool/
commit: fbe947d1c9b11de4bd728f0d1bc92757a4f11b52 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Tue Dec 22 07:58:27 2015 + Commit: Gilles Dartiguelongue gentoo org> CommitDate: Tue Dec 22 07:58:27 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbe947d1 gnome-extra/gnome-tweak-tool: add missing libsoup-gnome RDEPEND, bug #569014 Package-Manager: portage-2.2.26 .../gnome-tweak-tool-3.18.1-r1.ebuild | 75 ++ 1 file changed, 75 insertions(+) diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.18.1-r1.ebuild b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.18.1-r1.ebuild new file mode 100644 index 000..8557cf7 --- /dev/null +++ b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.18.1-r1.ebuild @@ -0,0 +1,75 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" +PYTHON_COMPAT=( python2_7 ) + +inherit eutils gnome2 python-r1 + +DESCRIPTION="Tool to customize GNOME 3 options" +HOMEPAGE="https://wiki.gnome.org/action/show/Apps/GnomeTweakTool"; + +LICENSE="GPL-2+" +SLOT="0" +IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +# Newer pygobject needed due upstream bug #723951 +COMMON_DEPEND=" + ${PYTHON_DEPS} + >=gnome-base/gsettings-desktop-schemas-3.4 + >=dev-python/pygobject-3.10.2:3[${PYTHON_USEDEP}] +" +# g-s-d, gnome-desktop, gnome-shell etc. needed at runtime for the gsettings schemas +RDEPEND="${COMMON_DEPEND} + >=gnome-base/gnome-desktop-3.6.0.1:3=[introspection] + >=x11-libs/gtk+-3.12:3[introspection] + + net-libs/libsoup[introspection] + net-libs/libsoup-gnome[introspection] + x11-libs/libnotify[introspection] + + >=gnome-base/gnome-settings-daemon-3 + gnome-base/gnome-shell + >=gnome-base/nautilus-3 +" +DEPEND="${COMMON_DEPEND} + >=dev-util/intltool-0.40.0 + virtual/pkgconfig +" + +src_prepare() { + # Add contents of Gentoo's cursor theme directory to cursor theme list + epatch "${FILESDIR}/${PN}-3.10.1-gentoo-cursor-themes.patch" + + # Prevent problems setting WM preferences, upstream bug #706834 + epatch "${FILESDIR}/${PN}-3.8.1-wm-preferences.patch" + + gnome2_src_prepare + python_copy_sources +} + +src_configure() { + python_foreach_impl run_in_build_dir gnome2_src_configure +} + +src_compile() { + python_foreach_impl run_in_build_dir gnome2_src_compile +} + +src_test() { + python_foreach_impl run_in_build_dir default +} + +src_install() { + install_python() { + gnome2_src_install + python_doscript gnome-tweak-tool || die + } + python_foreach_impl run_in_build_dir install_python +}
[gentoo-commits] repo/gentoo:master commit in: dev-games/libmt_client/, dev-games/libmt_client/files/
commit: b1149886f5c9e56d4879d709c196318571b4bcca Author: Tupone Alfredo gentoo org> AuthorDate: Tue Dec 22 08:01:21 2015 + Commit: Alfredo Tupone gentoo org> CommitDate: Tue Dec 22 08:02:06 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1149886 dev-games/libmt_client: build with format-security. Bug #543014 Package-Manager: portage-2.2.24 .../files/libmt_client-0.1.98-format.patch | 50 ++ dev-games/libmt_client/libmt_client-0.1.98.ebuild | 7 +++ 2 files changed, 57 insertions(+) diff --git a/dev-games/libmt_client/files/libmt_client-0.1.98-format.patch b/dev-games/libmt_client/files/libmt_client-0.1.98-format.patch new file mode 100644 index 000..5173853 --- /dev/null +++ b/dev-games/libmt_client/files/libmt_client-0.1.98-format.patch @@ -0,0 +1,50 @@ +--- src/mt_client_game.c.old 2015-12-22 08:51:19.858561807 +0100 src/mt_client_game.c 2015-12-22 08:52:48.934904973 +0100 +@@ -56,7 +56,7 @@ + } + else + { +-g_printerr (str_err_function[num]); ++g_printerr ("%s\n", str_err_function[num]); + exit (-1); + } + } +@@ -110,27 +110,27 @@ + } + + str_err_function[LIBMT_CLIENT_FUNCTION_INIT] = +-_("libmt_client_function INIT : not initialised\n"); ++_("libmt_client_function INIT : not initialised"); + str_err_function[LIBMT_CLIENT_FUNCTION_GAME_INIT] = +-_("libmt_client_function GAME_INIT : not initialised\n"); ++_("libmt_client_function GAME_INIT : not initialised"); + str_err_function[LIBMT_CLIENT_FUNCTION_MAKE_BID] = +-_("libmt_client_function MAKE_BID : not initialised\n"); ++_("libmt_client_function MAKE_BID : not initialised"); + str_err_function[LIBMT_CLIENT_FUNCTION_MAKE_CHIEN] = +-_("libmt_client_function MAKE_CHIEN : not initialised\n"); ++_("libmt_client_function MAKE_CHIEN : not initialised"); + str_err_function[LIBMT_CLIENT_FUNCTION_NOT_MAKE_CHIEN] = +-_("libmt_client_function NOT_MAKE_CHIEN : not initialised\n"); ++_("libmt_client_function NOT_MAKE_CHIEN : not initialised"); + str_err_function[LIBMT_CLIENT_FUNCTION_CHOOSE_CARD] = +-_("libmt_client_function CHOOSE_CARD : not initialised\n"); ++_("libmt_client_function CHOOSE_CARD : not initialised"); + str_err_function[LIBMT_CLIENT_FUNCTION_DRAW] = +-_("libmt_client_function DRAW : not initialised\n"); ++_("libmt_client_function DRAW : not initialised"); + str_err_function[LIBMT_CLIENT_FUNCTION_REMOVE_CARD] = +-_("libmt_client_function REMOVE CARD : not initialised\n"); ++_("libmt_client_function REMOVE CARD : not initialised"); + str_err_function[LIBMT_CLIENT_FUNCTION_ACK_REPLAY] = +-_("libmt_client_function ACK REPLAY : not initialised\n"); ++_("libmt_client_function ACK REPLAY : not initialised"); + str_err_function[LIBMT_CLIENT_FUNCTION_LOST_CONNECTION] = +-_("libmt_client_function LOST CONNECTION : not initialised\n"); ++_("libmt_client_function LOST CONNECTION : not initialised"); + str_err_function[LIBMT_CLIENT_FUNCTION_NORMAL_CLOSE] = +-_("libmt_client_function NORMAL CLOSE : not initialised\n"); ++_("libmt_client_function NORMAL CLOSE : not initialised"); + + return (0); + } diff --git a/dev-games/libmt_client/libmt_client-0.1.98.ebuild b/dev-games/libmt_client/libmt_client-0.1.98.ebuild index c431a65..a4767c8 100644 --- a/dev-games/libmt_client/libmt_client-0.1.98.ebuild +++ b/dev-games/libmt_client/libmt_client-0.1.98.ebuild @@ -3,6 +3,9 @@ # $Id$ EAPI=5 + +inherit eutils + DESCRIPTION="backend library for the maitretarot clients" HOMEPAGE="http://www.nongnu.org/maitretarot/"; SRC_URI="http://savannah.nongnu.org/download/maitretarot/${PN}.pkg/${PV}/${P}.tar.bz2"; @@ -16,3 +19,7 @@ DEPEND="dev-libs/glib:2 dev-libs/libxml2 dev-games/libmaitretarot" RDEPEND=${DEPEND} + +src_prepare () { + epatch "${FILESDIR}"/${P}-format.patch +}
[gentoo-commits] proj/dotnet:master commit in: dev-lang/mono/
commit: 3ec384d0b003468cf72e9c930b08954c36ac0d2a Author: Heather live ru> AuthorDate: Tue Dec 22 08:03:59 2015 + Commit: Heather Cynede gentoo org> CommitDate: Tue Dec 22 08:03:59 2015 + URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=3ec384d0 dev-lang/mono: bump to 4.2.2.10, clean up older versions dev-lang/mono/mono-4.2.1.36.ebuild | 113 dev-lang/mono/mono-4.2.1.60-r1.ebuild | 114 - dev-lang/mono/mono-4.2.1.91-r1.ebuild | 114 - ...{mono-4.2.1.124.ebuild => mono-4.2.2.10.ebuild} | 0 4 files changed, 341 deletions(-) diff --git a/dev-lang/mono/mono-4.2.1.36.ebuild b/dev-lang/mono/mono-4.2.1.36.ebuild deleted file mode 100644 index db52e5c..000 --- a/dev-lang/mono/mono-4.2.1.36.ebuild +++ /dev/null @@ -1,113 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -AUTOTOOLS_PRUNE_LIBTOOL_FILES="all" -AUTOTOOLS_AUTORECONF=1 - -inherit eutils linux-info mono-env flag-o-matic pax-utils autotools-utils versionator - -DESCRIPTION="Mono runtime and class libraries, a C# compiler/interpreter" -HOMEPAGE="http://www.mono-project.com/Main_Page"; -SRC_URI="http://download.mono-project.com/sources/${PN}/${P}.tar.bz2"; - -LICENSE="MIT LGPL-2.1 GPL-2 BSD-4 NPL-1.1 Ms-PL GPL-2-with-linking-exception IDPL" -SLOT="0" - -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux" - -IUSE="nls minimal pax_kernel xen doc" - -COMMONDEPEND=" - !minimal? ( >=dev-dotnet/libgdiplus-2.10 ) - ia64? ( sys-libs/libunwind ) - nls? ( sys-devel/gettext ) -" -RDEPEND="${COMMONDEPEND} - || ( www-client/links www-client/lynx ) -" -DEPEND="${COMMONDEPEND} - sys-devel/bc - virtual/yacc - pax_kernel? ( sys-apps/elfix ) - !dev-lang/mono-basic -" - -MAKEOPTS="${MAKEOPTS} -j1" #nowarn -S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)" - -pkg_pretend() { - # If CONFIG_SYSVIPC is not set in your kernel .config, mono will hang while compiling. - # See http://bugs.gentoo.org/261869 for more info." - CONFIG_CHECK="SYSVIPC" - use kernel_linux && check_extra_config -} - -pkg_setup() { - linux-info_pkg_setup - mono-env_pkg_setup -} - -src_prepare() { - # we need to sed in the paxctl-ng -mr in the runtime/mono-wrapper.in so it don't - # get killed in the build proces when MPROTEC is enable. #286280 - # RANDMMAP kill the build proces to #347365 - if use pax_kernel ; then - ewarn "We are disabling MPROTECT on the mono binary." - - # issue 9 : https://github.com/Heather/gentoo-dotnet/issues/9 - sed '/exec "/ i\paxctl-ng -mr "$r/@mono_runtime@"' -i "${S}"/runtime/mono-wrapper.in || die "Failed to sed mono-wrapper.in" - fi - - # mono build system can fail otherwise - strip-flags - - # Fix VB targets - # http://osdir.com/ml/general/2015-05/msg20808.html - epatch "${FILESDIR}/add_missing_vb_portable_targets.patch" - - # Fix build when sgen disabled - # https://bugzilla.xamarin.com/show_bug.cgi?id=32015 - epatch "${FILESDIR}/${PN}-4.0.2.5-fix-mono-dis-makefile-am-when-without-sgen.patch" - - # Fix atomic_add_i4 support for 32-bit ppc - # https://github.com/mono/mono/compare/f967c79926900343f399c75624deedaba460e544^...8f379f0c8f98493180b508b9e68b9aa76c0c5bdf - epatch "${FILESDIR}/${PN}-4.0.2.5-fix-ppc-atomic-add-i4.patch" - - autotools-utils_src_prepare - - epatch "${FILESDIR}/systemweb3.patch" -} - -src_configure() { - local myeconfargs=( - --disable-silent-rules - $(use_with xen xen_opt) - --without-ikvm-native - --disable-dtrace - $(use_with doc mcs-docs) - $(use_enable nls) - ) - - autotools-utils_src_configure -} - -src_compile() { - autotools-utils_src_compile -} - -src_test() { - cd mcs/tests || die - emake check -} - -src_install() { - autotools-utils_src_install - - # Remove files not respecting LDFLAGS and that we are not supposed to provide, see Fedora - # mono.spec and http://www.mail-archive.com/mono-devel-list@lists.ximian.com/msg24870.html - # for reference. - rm -f "${ED}"/usr/lib/mono/{2.0,4.5}/mscorlib.dll.so || die - rm -f "${ED}"/usr/lib/mono/{2.0,4.5}/mcs.exe.so || die -} diff --git a/dev-lang/mono/mono-4.2.1.60-r1.ebuild b/dev-lang/mono/mono-4.2.1.60-r1.ebuild deleted file mode 100644 index d17c6a6..000 --- a/dev-lang/mono/mono-4.2.1.60-r1.ebuild +++ /dev/null @@ -1,114 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -AUTOTOOLS_PRUNE_LIBTOOL_FILES="all" -AUTOTOOLS_AUTORECONF=1 - -inherit eutils linux-info mono-env flag-o-matic pax-ut
[gentoo-commits] repo/gentoo:master commit in: x11-terms/gnome-terminal/
commit: 97c98fc34d848bcba67aaae1d95e9d671e769d06 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Tue Dec 22 08:15:08 2015 + Commit: Gilles Dartiguelongue gentoo org> CommitDate: Tue Dec 22 08:16:23 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c98fc3 x11-terms/gnome-terminal: add missing desktop-file-utils dependency, bug #566858 Package-Manager: portage-2.2.26 x11-terms/gnome-terminal/gnome-terminal-3.16.2-r2.ebuild | 1 + x11-terms/gnome-terminal/gnome-terminal-3.18.2.ebuild| 1 + 2 files changed, 2 insertions(+) diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.16.2-r2.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.16.2-r2.ebuild index 5d6328a..9b18c85 100644 --- a/x11-terms/gnome-terminal/gnome-terminal-3.16.2-r2.ebuild +++ b/x11-terms/gnome-terminal/gnome-terminal-3.16.2-r2.ebuild @@ -34,6 +34,7 @@ RDEPEND=" DEPEND="${RDEPEND} app-text/yelp-tools dev-libs/libxml2 + dev-util/desktop-file-utils dev-util/gdbus-codegen dev-util/itstool >=dev-util/intltool-0.50 diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.18.2.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.18.2.ebuild index 03dab61..c96f624 100644 --- a/x11-terms/gnome-terminal/gnome-terminal-3.18.2.ebuild +++ b/x11-terms/gnome-terminal/gnome-terminal-3.18.2.ebuild @@ -34,6 +34,7 @@ RDEPEND=" DEPEND="${RDEPEND} app-text/yelp-tools dev-libs/libxml2 + dev-util/desktop-file-utils dev-util/gdbus-codegen dev-util/itstool >=dev-util/intltool-0.50
[gentoo-commits] repo/gentoo:master commit in: dev-lang/mono/
commit: 38d507dffb7d64e5f9e60edeb8e6512bd8ec2df0 Author: Heather Cynede gentoo org> AuthorDate: Tue Dec 22 08:12:22 2015 + Commit: Heather Cynede gentoo org> CommitDate: Tue Dec 22 08:12:22 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d507df dev-lang/mono: bump to 4.2.2.10, clean up some older versions Package-Manager: portage-2.2.26 dev-lang/mono/Manifest | 3 +- dev-lang/mono/mono-4.0.3.20.ebuild | 118 - ...{mono-4.2.1.102.ebuild => mono-4.2.2.10.ebuild} | 5 +- 3 files changed, 4 insertions(+), 122 deletions(-) diff --git a/dev-lang/mono/Manifest b/dev-lang/mono/Manifest index 9953b28..21fc800 100644 --- a/dev-lang/mono/Manifest +++ b/dev-lang/mono/Manifest @@ -1,6 +1,5 @@ DIST mono-2.10.9.tar.bz2 34038017 SHA256 541038cd4edd4a1c485638d49697d45015ef7483bcb21bb6165e4d7eb770c9a5 SHA512 426881873e7f9aaf01e1306bed7b3ac220082ca40dce91fa4f4f331944e8d91453b3cdcc4918882ab039ed694ae8819eeb787edf6a2ad42cc661614076725c01 WHIRLPOOL 93f54fbbf032fb60467fd4317630588d349c3dfb50158bad478bd3e2650fd3e8f12d45be372873b57626d4ac48f798646c3650590bbf731dc2f005ee618b8548 DIST mono-3.12.1.tar.bz2 73487974 SHA256 5d8cf153af2948c06bc9fbf5088f6834868e4db8e5f41c7cff76da173732b60d SHA512 7ff87d95c347186347dc7a9ffb767112717de2b808f8f1b612c56c9eb70fdcc0c8f586989be4509a2768e71854d8195567196c992cc2c5b184ecbe5ac190 WHIRLPOOL fe3a6cdb8bf4602ad1d1e43099b2a552005c315a232a7d2bddf0081a68e882228712af5301f18d3a890f454041c4a34d6f0926aaba34401ecfa702eecd9415c8 -DIST mono-4.0.3.20.tar.bz2 95987018 SHA256 976c0be3ab9b66361f48e8133c60b1b2942b88c44a7a11a19cd98f5ff64313fc SHA512 bbf65abb4d91aa65fd467a59dcc7c290f779ab9f8df9d82b56957893556ad8d13dc3cc85f3128145e0dd15aaa8b0ea872c4b66af4fd211243d368514f10a07cd WHIRLPOOL 9e7730c234dbf34a81637789a3ffee4ce37a1eaef6748f28a79875411d3c1d97cfbdce6146abfa7dde245e821fe52b2766bb7240637a8b8272788dffc5fd21ae DIST mono-4.0.5.1.tar.bz2 96533206 SHA256 c2f42944dded3196c6449f90e79990f1951070a361a0dcc2350fc56e945bc229 SHA512 c0783f7b2e344ca00ea354d2723821636a2594345f7e1fd93bf84e9ba1b5501848d4f49b1538279aac9f6f333d296394322e08a9749fe2208340104aa594cd09 WHIRLPOOL ae9b0758c019003fc9ecdbd051974d547c59c24a4505e71c1fc7db8095bc98cdb486405e2ba1794bfb34ecc6bebeb8b5165a97ba8f596897887eb7f2da806b89 -DIST mono-4.2.1.102.tar.bz2 96228604 SHA256 b7b461fe04375f621d88166ba8c6f1cb33c439fd3e17136460f7d087a51ed792 SHA512 ffc6bee387b5e46a22e74600a5e5c0c7953b63b4d2392586a7cce9e1d0f6eeaa81ba5b6abaf911870913e3749ff577474931a2c1ce16cab9a41a3b3dd745638e WHIRLPOOL eb605bbdfd411e181706ff3728cd1690385e1e899a11a41872bc015eca2d5ee1c3f46b24d7c3956eb0818aa0a3944d533f6f531ed8815c7b0988f130b592feb1 DIST mono-4.2.1.124.tar.bz2 96235544 SHA256 6098476ce5c74685b23e7a96be8fe28a27db4167375fee103a275820054d647c SHA512 56515fdd0ad047756804f2440c302e93f2eaec42dc462680035d0f9c4ea2c3974572b926a468629a49743837beeb8286ff0058392b45a89e9b1fb3ba5299fb8b WHIRLPOOL fe8c6c365d4ab91a1812c7b79a9d0b176eb42aa6515fe486e6de71199be7eaa52dbfd0dad6c31df78bd1a33847dbc45caa4b3928853810e5d354aed16ef6ca13 +DIST mono-4.2.2.10.tar.bz2 96232441 SHA256 c772db0be6f108e6832103675c41a3b31439e0203e77a9b321e48ac3bbb9fd25 SHA512 a50082a872e5866d264c1627477accd28539274af1488d0ad92e9fb0d4da56fe35fbe25f57062d7d570a527b9dd6df0d44c586633210c2c7a1fd34ae537bfc62 WHIRLPOOL 40c050a12ccd62ee3ae38ad74d3f0034e341a2d2d4936ff3a73610b265fe946df75741496d655b88e7bc61022d90cae174fc10ada07e93193337dd753b7939f6 diff --git a/dev-lang/mono/mono-4.0.3.20.ebuild b/dev-lang/mono/mono-4.0.3.20.ebuild deleted file mode 100644 index 2675538..000 --- a/dev-lang/mono/mono-4.0.3.20.ebuild +++ /dev/null @@ -1,118 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -AUTOTOOLS_PRUNE_LIBTOOL_FILES="all" -AUTOTOOLS_AUTORECONF=1 - -inherit eutils linux-info mono-env flag-o-matic pax-utils autotools-utils versionator - -DESCRIPTION="Mono runtime and class libraries, a C# compiler/interpreter" -HOMEPAGE="http://www.mono-project.com/Main_Page"; -SRC_URI="http://download.mono-project.com/sources/${PN}/${P}.tar.bz2"; - -LICENSE="MIT LGPL-2.1 GPL-2 BSD-4 NPL-1.1 Ms-PL GPL-2-with-linking-exception IDPL" -SLOT="0" - -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux" - -IUSE="nls minimal pax_kernel xen doc" - -COMMONDEPEND=" - !minimal? ( >=dev-dotnet/libgdiplus-2.10 ) - ia64? ( sys-libs/libunwind ) - nls? ( sys-devel/gettext ) -" -RDEPEND="${COMMONDEPEND} - || ( www-client/links www-client/lynx ) -" -DEPEND="${COMMONDEPEND} - sys-devel/bc - virtual/yacc - pax_kernel? ( sys-apps/elfix ) - !dev-lang/mono-basic -" - -MAKEOPTS="${MAKEOPTS} -j1" #nowarn -S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)" - -pkg_pretend() { - # If CONFIG_SYSVIPC is not set in your kernel .config, mono will hang while compiling. - # See https://bugs.gen
[gentoo-commits] repo/gentoo:master commit in: net-libs/zeromq/
commit: 3dd22c5df7548f4af2923da8ede934f3bf435552 Author: Jason Zaman gentoo org> AuthorDate: Tue Dec 22 08:44:59 2015 + Commit: Jason Zaman gentoo org> CommitDate: Tue Dec 22 08:45:21 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd22c5d net-libs/zeromq: OpenPGM is not bundled anymore, ./configure options changed. Gentoo-Bug: https://bugs.gentoo.org/554608 Package-Manager: portage-2.2.24 net-libs/zeromq/zeromq-4.1.3-r1.ebuild | 51 ++ 1 file changed, 51 insertions(+) diff --git a/net-libs/zeromq/zeromq-4.1.3-r1.ebuild b/net-libs/zeromq/zeromq-4.1.3-r1.ebuild new file mode 100644 index 000..4b9f8b3 --- /dev/null +++ b/net-libs/zeromq/zeromq-4.1.3-r1.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +AUTOTOOLS_AUTORECONF=true + +inherit autotools-utils + +DESCRIPTION="A brokerless kernel" +HOMEPAGE="http://www.zeromq.org/"; +SRC_URI="http://download.zeromq.org/${P}.tar.gz"; + +LICENSE="LGPL-3" +SLOT="0/5" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="pgm static-libs test" + +RDEPEND=" + dev-libs/libsodium:= + pgm? ( =net-libs/openpgm-5.2.122 )" +DEPEND="${RDEPEND} + sys-apps/util-linux + pgm? ( virtual/pkgconfig )" + +src_prepare() { + sed \ + -e '/libzmq_werror=/s:yes:no:g' \ + -i configure.ac || die + autotools-utils_src_prepare +} + +src_configure() { + local myeconfargs=( + --with-relaxed + --with-libsodium + $(use_with pgm) + ) + autotools-utils_src_configure +} + +src_test() { + autotools-utils_src_test -j1 +} + +src_install() { + autotools-utils_src_install + + doman doc/*.[1-9] +}
[gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtest/
commit: b050ee5291ab32b76437aae9656f69457c666801 Author: Thomas Kahle gentoo org> AuthorDate: Tue Dec 22 08:58:07 2015 + Commit: Thomas Kahle gentoo org> CommitDate: Tue Dec 22 08:58:25 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b050ee52 dev-cpp/gtest: Try to fix cross-compile (bug 566876) Package-Manager: portage-2.2.24 dev-cpp/gtest/gtest-1.7.0-r1.ebuild | 53 + 1 file changed, 53 insertions(+) diff --git a/dev-cpp/gtest/gtest-1.7.0-r1.ebuild b/dev-cpp/gtest/gtest-1.7.0-r1.ebuild new file mode 100644 index 000..77b2bbd --- /dev/null +++ b/dev-cpp/gtest/gtest-1.7.0-r1.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +AUTOTOOLS_AUTORECONF=1 +AUTOTOOLS_IN_SOURCE_BUILD=1 +# Python is required for tests and some build tasks. +PYTHON_COMPAT=( python2_7 ) + +inherit eutils python-any-r1 autotools-multilib + +DESCRIPTION="Google C++ Testing Framework" +HOMEPAGE="https://github.com/google/googletest"; +SRC_URI="https://googletest.googlecode.com/files/${P}.zip"; + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="examples static-libs" + +DEPEND="app-arch/unzip + ${PYTHON_DEPS}" +RDEPEND="" + +PATCHES=( + "${FILESDIR}/configure-fix-pthread-linking.patch" #371647 +) + +src_prepare() { + sed -i -e "s|/tmp|${T}|g" test/gtest-filepath_test.cc || die + sed -i -r \ + -e '/^install-(data|exec)-local:/s|^.*$|&\ndisabled-&|' \ + Makefile.am || die + elibtoolize --reverse-deps + autotools-multilib_src_prepare +} + +multilib_src_install() { + default + multilib_is_native_abi && dobin scripts/gtest-config +} + +multilib_src_install_all() { + prune_libtool_files --all + einstalldocs + + if use examples ; then + insinto /usr/share/doc/${PF}/examples + doins samples/*.{cc,h} + fi +}
[gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/
commit: dcc97e706e99388362b791b533ee320a300b655a Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Dec 22 09:00:51 2015 + Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Dec 22 09:00:51 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcc97e70 app-emulation/xen-tools: amd64 stable wrt bug #566842 Package-Manager: portage-2.2.24 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> app-emulation/xen-tools/xen-tools-4.5.2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/xen-tools/xen-tools-4.5.2-r2.ebuild b/app-emulation/xen-tools/xen-tools-4.5.2-r2.ebuild index 52f2ffc..8af652c 100644 --- a/app-emulation/xen-tools/xen-tools-4.5.2-r2.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.5.2-r2.ebuild @@ -16,7 +16,7 @@ if [[ $PV == * ]]; then S="${WORKDIR}/${REPO}" live_eclass="mercurial" else - KEYWORDS="~amd64 ~arm ~arm64 -x86" + KEYWORDS="amd64 ~arm ~arm64 -x86" UPSTREAM_VER= SECURITY_VER=7 SEC_VER=1
[gentoo-commits] repo/gentoo:master commit in: dev-python/libvirt-python/
commit: 0ffb9e5f34ae47a0c81ac4834cf8edadf9e8a673 Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Dec 22 09:00:59 2015 + Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Dec 22 09:00:59 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ffb9e5f dev-python/libvirt-python: amd64 stable wrt bug #568870 Package-Manager: portage-2.2.24 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/libvirt-python/libvirt-python-1.2.21.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/libvirt-python/libvirt-python-1.2.21.ebuild b/dev-python/libvirt-python/libvirt-python-1.2.21.ebuild index cc59d1b..7e00c01 100644 --- a/dev-python/libvirt-python/libvirt-python-1.2.21.ebuild +++ b/dev-python/libvirt-python/libvirt-python-1.2.21.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} = ** ]]; then RDEPEND="app-emulation/libvirt:=[-python(-)]" else SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz"; - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" RDEPEND="app-emulation/libvirt:0/${PV}" fi S="${WORKDIR}/${P%_rc*}"
[gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/
commit: 2a2fd9a7db45eab45af3c9584db11bed89aed419 Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Dec 22 09:01:04 2015 + Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Dec 22 09:01:04 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a2fd9a7 app-emulation/libvirt: amd64 stable wrt bug #568870 Package-Manager: portage-2.2.24 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> app-emulation/libvirt/libvirt-1.2.21-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/libvirt/libvirt-1.2.21-r1.ebuild b/app-emulation/libvirt/libvirt-1.2.21-r1.ebuild index aef232a..5109276 100644 --- a/app-emulation/libvirt/libvirt-1.2.21-r1.ebuild +++ b/app-emulation/libvirt/libvirt-1.2.21-r1.ebuild @@ -24,7 +24,7 @@ else SRC_URI+=" ${BACKPORTS:+ https://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz https://dev.gentoo.org/~tamiko/distfiles/${P}-${BACKPORTS}.tar.xz}"; - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" SLOT="0/${PV}" fi
[gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/
commit: 4f08df488ae71b5aab1c0f0596526a0ac43d576a Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Dec 22 09:07:57 2015 + Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Dec 22 09:07:57 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f08df48 app-emulation/libvirt: x86 stable wrt bug #568870 Package-Manager: portage-2.2.24 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> app-emulation/libvirt/libvirt-1.2.21-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/libvirt/libvirt-1.2.21-r1.ebuild b/app-emulation/libvirt/libvirt-1.2.21-r1.ebuild index 5109276..36ce77a 100644 --- a/app-emulation/libvirt/libvirt-1.2.21-r1.ebuild +++ b/app-emulation/libvirt/libvirt-1.2.21-r1.ebuild @@ -24,7 +24,7 @@ else SRC_URI+=" ${BACKPORTS:+ https://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz https://dev.gentoo.org/~tamiko/distfiles/${P}-${BACKPORTS}.tar.xz}"; - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" SLOT="0/${PV}" fi
[gentoo-commits] repo/gentoo:master commit in: dev-python/libvirt-python/
commit: f7b390c8f9eb84be684e6af2dc58f443272baf9f Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Dec 22 09:07:53 2015 + Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Dec 22 09:07:53 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7b390c8 dev-python/libvirt-python: x86 stable wrt bug #568870 Package-Manager: portage-2.2.24 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/libvirt-python/libvirt-python-1.2.21.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/libvirt-python/libvirt-python-1.2.21.ebuild b/dev-python/libvirt-python/libvirt-python-1.2.21.ebuild index 7e00c01..1f38cff 100644 --- a/dev-python/libvirt-python/libvirt-python-1.2.21.ebuild +++ b/dev-python/libvirt-python/libvirt-python-1.2.21.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} = ** ]]; then RDEPEND="app-emulation/libvirt:=[-python(-)]" else SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz"; - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" RDEPEND="app-emulation/libvirt:0/${PV}" fi S="${WORKDIR}/${P%_rc*}"
[gentoo-commits] repo/gentoo:master commit in: dev-lang/mono/
commit: 97c69c36ab7c791eb050317c48967b14d4bbcf99 Author: Jason Zaman gentoo org> AuthorDate: Tue Dec 22 09:09:01 2015 + Commit: Jason Zaman gentoo org> CommitDate: Tue Dec 22 09:09:23 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c69c36 dev-lang/mono: do not call paxctl directly paxmark.sh should be used instead which follows XT/PT marks correctly Gentoo-Bug: https://bugs.gentoo.org/532244 Package-Manager: portage-2.2.24 dev-lang/mono/mono-4.2.1.124.ebuild | 5 +++-- dev-lang/mono/mono-4.2.2.10.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-lang/mono/mono-4.2.1.124.ebuild b/dev-lang/mono/mono-4.2.1.124.ebuild index 83b5c4b..ee9aa1d 100644 --- a/dev-lang/mono/mono-4.2.1.124.ebuild +++ b/dev-lang/mono/mono-4.2.1.124.ebuild @@ -51,13 +51,14 @@ pkg_setup() { src_prepare() { # we need to sed in the paxctl-ng -mr in the runtime/mono-wrapper.in so it don't - # get killed in the build proces when MPROTEC is enable. #286280 + # get killed in the build proces when MPROTECT is enable. #286280 # RANDMMAP kill the build proces to #347365 + # use paxmark.sh to get PT/XT logic #532244 if use pax_kernel ; then ewarn "We are disabling MPROTECT on the mono binary." # issue 9 : https://github.com/Heather/gentoo-dotnet/issues/9 - sed '/exec "/ i\paxctl-ng -mr "$r/@mono_runtime@"' -i "${S}"/runtime/mono-wrapper.in || die "Failed to sed mono-wrapper.in" + sed '/exec "/ i\paxmark.sh -mr "$r/@mono_runtime@"' -i "${S}"/runtime/mono-wrapper.in || die "Failed to sed mono-wrapper.in" fi # mono build system can fail otherwise diff --git a/dev-lang/mono/mono-4.2.2.10.ebuild b/dev-lang/mono/mono-4.2.2.10.ebuild index 83b5c4b..ee9aa1d 100644 --- a/dev-lang/mono/mono-4.2.2.10.ebuild +++ b/dev-lang/mono/mono-4.2.2.10.ebuild @@ -51,13 +51,14 @@ pkg_setup() { src_prepare() { # we need to sed in the paxctl-ng -mr in the runtime/mono-wrapper.in so it don't - # get killed in the build proces when MPROTEC is enable. #286280 + # get killed in the build proces when MPROTECT is enable. #286280 # RANDMMAP kill the build proces to #347365 + # use paxmark.sh to get PT/XT logic #532244 if use pax_kernel ; then ewarn "We are disabling MPROTECT on the mono binary." # issue 9 : https://github.com/Heather/gentoo-dotnet/issues/9 - sed '/exec "/ i\paxctl-ng -mr "$r/@mono_runtime@"' -i "${S}"/runtime/mono-wrapper.in || die "Failed to sed mono-wrapper.in" + sed '/exec "/ i\paxmark.sh -mr "$r/@mono_runtime@"' -i "${S}"/runtime/mono-wrapper.in || die "Failed to sed mono-wrapper.in" fi # mono build system can fail otherwise
[gentoo-commits] proj/dotnet:master commit in: /
commit: 3474d584b9ea9d30ff38c50b303bedce56031bfb Author: Heather users noreply github com> AuthorDate: Tue Dec 22 09:44:32 2015 + Commit: Heather Cynede gentoo org> CommitDate: Tue Dec 22 09:44:32 2015 + URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=3474d584 Merge pull request #149 from perfinion/master dev-lang/mono: do not call paxctl directly dev-lang/mono/mono-3.10.0.ebuild | 5 +++-- dev-lang/mono/mono-3.12.1.ebuild | 5 +++-- dev-lang/mono/mono-4.0.2.5.ebuild | 5 +++-- dev-lang/mono/mono-4.0.3.20.ebuild | 5 +++-- dev-lang/mono/mono-4.2.0.179.ebuild| 5 +++-- dev-lang/mono/mono-4.2.1.102-r1.ebuild | 5 +++-- dev-lang/mono/mono-4.2.2.10.ebuild | 5 +++-- dev-lang/mono/mono-.ebuild | 5 +++-- 8 files changed, 24 insertions(+), 16 deletions(-)
[gentoo-commits] proj/dotnet:master commit in: dev-lang/mono/
commit: 30e0ec7d50c0419538e3d83aecec6eb6c4c0841f Author: Jason Zaman perfinion com> AuthorDate: Tue Dec 22 09:00:12 2015 + Commit: Heather Cynede gentoo org> CommitDate: Tue Dec 22 09:00:42 2015 + URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=30e0ec7d dev-lang/mono: do not call paxctl directly paxmark.sh should be used instead which follows XT/PT marks correctly Gentoo-Bug: https://bugs.gentoo.org/532244 dev-lang/mono/mono-3.10.0.ebuild | 5 +++-- dev-lang/mono/mono-3.12.1.ebuild | 5 +++-- dev-lang/mono/mono-4.0.2.5.ebuild | 5 +++-- dev-lang/mono/mono-4.0.3.20.ebuild | 5 +++-- dev-lang/mono/mono-4.2.0.179.ebuild| 5 +++-- dev-lang/mono/mono-4.2.1.102-r1.ebuild | 5 +++-- dev-lang/mono/mono-4.2.2.10.ebuild | 5 +++-- dev-lang/mono/mono-.ebuild | 5 +++-- 8 files changed, 24 insertions(+), 16 deletions(-) diff --git a/dev-lang/mono/mono-3.10.0.ebuild b/dev-lang/mono/mono-3.10.0.ebuild index 465d156..74213b3 100644 --- a/dev-lang/mono/mono-3.10.0.ebuild +++ b/dev-lang/mono/mono-3.10.0.ebuild @@ -46,13 +46,14 @@ pkg_setup() { src_prepare() { # we need to sed in the paxctl-ng -mr in the runtime/mono-wrapper.in so it don't - # get killed in the build proces when MPROTEC is enable. #286280 + # get killed in the build proces when MPROTECT is enable. #286280 # RANDMMAP kill the build proces to #347365 + # use paxmark.sh to get PT/XT logic #532244 if use pax_kernel ; then ewarn "We are disabling MPROTECT on the mono binary." # issue 9 : https://github.com/Heather/gentoo-dotnet/issues/9 - sed '/exec "/ i\paxctl-ng -mr "$r/@mono_runtime@"' -i "${S}"/runtime/mono-wrapper.in || die "Failed to sed mono-wrapper.in" + sed '/exec "/ i\paxmark.sh -mr "$r/@mono_runtime@"' -i "${S}"/runtime/mono-wrapper.in || die "Failed to sed mono-wrapper.in" fi # mono build system can fail otherwise diff --git a/dev-lang/mono/mono-3.12.1.ebuild b/dev-lang/mono/mono-3.12.1.ebuild index 51416a4..67d16dc 100644 --- a/dev-lang/mono/mono-3.12.1.ebuild +++ b/dev-lang/mono/mono-3.12.1.ebuild @@ -46,13 +46,14 @@ pkg_setup() { src_prepare() { # we need to sed in the paxctl-ng -mr in the runtime/mono-wrapper.in so it don't - # get killed in the build proces when MPROTEC is enable. #286280 + # get killed in the build proces when MPROTECT is enable. #286280 # RANDMMAP kill the build proces to #347365 + # use paxmark.sh to get PT/XT logic #532244 if use pax_kernel ; then ewarn "We are disabling MPROTECT on the mono binary." # issue 9 : https://github.com/Heather/gentoo-dotnet/issues/9 - sed '/exec "/ i\paxctl-ng -mr "$r/@mono_runtime@"' -i "${S}"/runtime/mono-wrapper.in || die "Failed to sed mono-wrapper.in" + sed '/exec "/ i\paxmark.sh -mr "$r/@mono_runtime@"' -i "${S}"/runtime/mono-wrapper.in || die "Failed to sed mono-wrapper.in" fi # mono build system can fail otherwise diff --git a/dev-lang/mono/mono-4.0.2.5.ebuild b/dev-lang/mono/mono-4.0.2.5.ebuild index 471f167..7b699d8 100644 --- a/dev-lang/mono/mono-4.0.2.5.ebuild +++ b/dev-lang/mono/mono-4.0.2.5.ebuild @@ -50,13 +50,14 @@ pkg_setup() { src_prepare() { # we need to sed in the paxctl-ng -mr in the runtime/mono-wrapper.in so it don't - # get killed in the build proces when MPROTEC is enable. #286280 + # get killed in the build proces when MPROTECT is enable. #286280 # RANDMMAP kill the build proces to #347365 + # use paxmark.sh to get PT/XT logic #532244 if use pax_kernel ; then ewarn "We are disabling MPROTECT on the mono binary." # issue 9 : https://github.com/Heather/gentoo-dotnet/issues/9 - sed '/exec "/ i\paxctl-ng -mr "$r/@mono_runtime@"' -i "${S}"/runtime/mono-wrapper.in || die "Failed to sed mono-wrapper.in" + sed '/exec "/ i\paxmark.sh -mr "$r/@mono_runtime@"' -i "${S}"/runtime/mono-wrapper.in || die "Failed to sed mono-wrapper.in" fi # mono build system can fail otherwise diff --git a/dev-lang/mono/mono-4.0.3.20.ebuild b/dev-lang/mono/mono-4.0.3.20.ebuild index 8351631..97dbed3 100644 --- a/dev-lang/mono/mono-4.0.3.20.ebuild +++ b/dev-lang/mono/mono-4.0.3.20.ebuild @@ -51,13 +51,14 @@ pkg_setup() { src_prepare() { # we need to sed in the paxctl-ng -mr in the runtime/mono-wrapper.in so it don't - # get killed in the build proces when MPROTEC is enable. #286280 + # get killed in the build proces when MPROTECT is enable. #286280 # RANDMMAP kill the build proces to #347365 + # use paxmark.sh to get PT/XT logic #532244 if use pax_kernel ; then ewarn "We are disabling MPROTECT on the mono binary." # issue 9 : https://github.com/Heather/gent
[gentoo-commits] repo/gentoo:master commit in: net-misc/rsync/
commit: a58c8842dfe4f8f977a2c278e5ffd2588afff8ec Author: Lars Wendler gentoo org> AuthorDate: Tue Dec 22 10:03:31 2015 + Commit: Lars Wendler gentoo org> CommitDate: Tue Dec 22 10:03:31 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a58c8842 net-misc/rsync: Security bump to version 3.1.2 Added stunnel USE flag which installs stunnel helper scripts (Gentoo bug #561646). Package-Manager: portage-2.2.26 Signed-off-by: Lars Wendler gentoo.org> net-misc/rsync/Manifest | 1 + net-misc/rsync/metadata.xml | 11 +++-- net-misc/rsync/rsync-3.1.2.ebuild | 89 +++ 3 files changed, 97 insertions(+), 4 deletions(-) diff --git a/net-misc/rsync/Manifest b/net-misc/rsync/Manifest index 35c8deb..a1ed572 100644 --- a/net-misc/rsync/Manifest +++ b/net-misc/rsync/Manifest @@ -1,4 +1,5 @@ DIST rsync-3.0.9.tar.gz 792725 SHA256 30f10f8dd5490d28240d4271bb652b1da7a60b22ed2b9ae28090668de9247c05 SHA512 b08f9525d7af981b6010e99cc1fa2e39fea94db317a5078ad687adf2716160b0f67b9fad6d9e5b7db63749f031c925fe3b47599379a14a5565c71be85987d5ff WHIRLPOOL 0b1c6c6a310f813a0628b7bac36bc8bdbf4b641b93f5da0c6fd9f482958da40486c16ae9694af5382c63aa8e2ee733d79d7baef6e8e9b591cfb83617dcea DIST rsync-3.1.0.tar.gz 883901 SHA256 81ca23f77fc9b957eb9845a6024f41af0ff0c619b7f38576887c63fa38e2394e SHA512 bc8dfc90cac1a83cbb34e33cea805bfaa9597694a285fb69d55224fc52987c0199415b380f83a6ac55d17548e6888d1ab0d7bb5951ae4c3a3412c4e3ccf932f3 WHIRLPOOL 3b45271e9cd17eb42c7f06c2b516dc1e4a9333c03e6b5c3c80563ad8121870abdb92db401075a54ae7abe60e875938a4b5e4780eea8e3f30ca1ff75f95a6d00e DIST rsync-3.1.1.tar.gz 890124 SHA256 7de4364fcf5fe42f3bdb514417f1c40d10bbca896abe7e7f2c581c6ea08a2621 SHA512 ec0e46ff532a09a711282aaa822f5f1c133593ee6c1c474acd67284619236e6a202f0f369d3e67a95ceb3a3b1c39ea7fb609d6d6fb950f3be6e0f6372e903e21 WHIRLPOOL 0622646c10a0b4553fddbc0c3c48e6a87f78eaa56dc0cc0f0db86ed45e2c6572d23e4c379fae50ced012c2c0e75a364cae55f7c49f88918a9d62fb9ae17805b9 +DIST rsync-3.1.2.tar.gz 892724 SHA256 ecfa62a7fa3c4c18b9eccd8c16eaddee4bd308a76ea50b5c02a5840f09c0a1c2 SHA512 4c55fd69f436ead0cb5a0b7c6fdfef9bb28ddb9c63534eb619e756b118d5b08cfc5e696498650932c86e865b37e06633da947e6720ca0c27ed5c034313ae208b WHIRLPOOL ba793bfc7f0bdd70dba812a4a782c6ed703c7e83e2d04ca714e67e6153b31f6fc49e224ef7622bf5abb1e0ba0f633bc88b2640548028944b5dfa0443ae8c585e DIST rsync-3.1.2pre1.tar.gz 892074 SHA256 35348ccf7d5cb02a4a0b2c398ac639663baf0dc6d602dd2f5804946e69a61b97 SHA512 39f3574618c45c1486131277526511a4b0b13c96928f913bebfb192b7ef8b4d186f93217e46225622d72e2691300eb617df29067a7331062391062182ddb6a49 WHIRLPOOL 14cd62800246b01d42d0f141dfbb4273914a25ad4b86b86a9f2be09f56546d08fdd3cf95b40b3ecee87237985c2a4da3e12cf2de0c526f40f77cf123458c7cdc diff --git a/net-misc/rsync/metadata.xml b/net-misc/rsync/metadata.xml index 6ed8505..5230c3b 100644 --- a/net-misc/rsync/metadata.xml +++ b/net-misc/rsync/metadata.xml @@ -1,8 +1,11 @@ http://www.gentoo.org/dtd/metadata.dtd";> -base-system - - cpe:/a:samba:rsync - + base-system + + cpe:/a:samba:rsync + + + Provide helper scripts for using rsync via >=net-misc/stunnel-4 + diff --git a/net-misc/rsync/rsync-3.1.2.ebuild b/net-misc/rsync/rsync-3.1.2.ebuild new file mode 100644 index 000..291bcaa --- /dev/null +++ b/net-misc/rsync/rsync-3.1.2.ebuild @@ -0,0 +1,89 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit eutils flag-o-matic prefix systemd + +DESCRIPTION="File transfer program to keep remote files into sync" +HOMEPAGE="http://rsync.samba.org/"; +SRC_URI="http://rsync.samba.org/ftp/rsync/src/${P}.tar.gz"; +[[ "${PV}" = *_pre* ]] && SRC_URI="http://rsync.samba.org/ftp/rsync/src-previews/${P/_/}.tar.gz"; + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +[[ "${PV}" = *_pre* ]] && KEYWORDS="" +IUSE="acl iconv ipv6 static stunnel xattr" + +LIB_DEPEND="acl? ( virtual/acl[static-libs(+)] ) + xattr? ( kernel_linux? ( sys-apps/attr[static-libs(+)] ) ) + >=dev-libs/popt-1.5[static-libs(+)]" +RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} ) + iconv? ( virtual/libiconv )" +DEPEND="${RDEPEND} + static? ( ${LIB_DEPEND} )" + +S=${WORKDIR}/${P/_/} + +src_prepare() { + epatch_user +} + +src_configure() { + use static && append-ldflags -static + econf \ + --without-included-popt \ + $(use_enable acl acl-support) \ + $(use_enable xattr xattr-support) \ + $(use_enable ip
[gentoo-commits] repo/gentoo:master commit in: net-misc/rsync/, net-misc/rsync/files/
commit: 90f6117132f72305b9ef08c0dd2c15123164a23a Author: Lars Wendler gentoo org> AuthorDate: Tue Dec 22 10:05:02 2015 + Commit: Lars Wendler gentoo org> CommitDate: Tue Dec 22 10:05:02 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f61171 net-misc/rsync: Removed old. Package-Manager: portage-2.2.26 Signed-off-by: Lars Wendler gentoo.org> net-misc/rsync/Manifest| 3 - ...-avoid_infinite_wait_reading_secrets_file.patch | 79 -- net-misc/rsync/rsync-3.0.9-r3.ebuild | 75 net-misc/rsync/rsync-3.1.0-r1.ebuild | 76 - net-misc/rsync/rsync-3.1.2_pre1.ebuild | 77 - 5 files changed, 310 deletions(-) diff --git a/net-misc/rsync/Manifest b/net-misc/rsync/Manifest index a1ed572..4774bc2 100644 --- a/net-misc/rsync/Manifest +++ b/net-misc/rsync/Manifest @@ -1,5 +1,2 @@ -DIST rsync-3.0.9.tar.gz 792725 SHA256 30f10f8dd5490d28240d4271bb652b1da7a60b22ed2b9ae28090668de9247c05 SHA512 b08f9525d7af981b6010e99cc1fa2e39fea94db317a5078ad687adf2716160b0f67b9fad6d9e5b7db63749f031c925fe3b47599379a14a5565c71be85987d5ff WHIRLPOOL 0b1c6c6a310f813a0628b7bac36bc8bdbf4b641b93f5da0c6fd9f482958da40486c16ae9694af5382c63aa8e2ee733d79d7baef6e8e9b591cfb83617dcea -DIST rsync-3.1.0.tar.gz 883901 SHA256 81ca23f77fc9b957eb9845a6024f41af0ff0c619b7f38576887c63fa38e2394e SHA512 bc8dfc90cac1a83cbb34e33cea805bfaa9597694a285fb69d55224fc52987c0199415b380f83a6ac55d17548e6888d1ab0d7bb5951ae4c3a3412c4e3ccf932f3 WHIRLPOOL 3b45271e9cd17eb42c7f06c2b516dc1e4a9333c03e6b5c3c80563ad8121870abdb92db401075a54ae7abe60e875938a4b5e4780eea8e3f30ca1ff75f95a6d00e DIST rsync-3.1.1.tar.gz 890124 SHA256 7de4364fcf5fe42f3bdb514417f1c40d10bbca896abe7e7f2c581c6ea08a2621 SHA512 ec0e46ff532a09a711282aaa822f5f1c133593ee6c1c474acd67284619236e6a202f0f369d3e67a95ceb3a3b1c39ea7fb609d6d6fb950f3be6e0f6372e903e21 WHIRLPOOL 0622646c10a0b4553fddbc0c3c48e6a87f78eaa56dc0cc0f0db86ed45e2c6572d23e4c379fae50ced012c2c0e75a364cae55f7c49f88918a9d62fb9ae17805b9 DIST rsync-3.1.2.tar.gz 892724 SHA256 ecfa62a7fa3c4c18b9eccd8c16eaddee4bd308a76ea50b5c02a5840f09c0a1c2 SHA512 4c55fd69f436ead0cb5a0b7c6fdfef9bb28ddb9c63534eb619e756b118d5b08cfc5e696498650932c86e865b37e06633da947e6720ca0c27ed5c034313ae208b WHIRLPOOL ba793bfc7f0bdd70dba812a4a782c6ed703c7e83e2d04ca714e67e6153b31f6fc49e224ef7622bf5abb1e0ba0f633bc88b2640548028944b5dfa0443ae8c585e -DIST rsync-3.1.2pre1.tar.gz 892074 SHA256 35348ccf7d5cb02a4a0b2c398ac639663baf0dc6d602dd2f5804946e69a61b97 SHA512 39f3574618c45c1486131277526511a4b0b13c96928f913bebfb192b7ef8b4d186f93217e46225622d72e2691300eb617df29067a7331062391062182ddb6a49 WHIRLPOOL 14cd62800246b01d42d0f141dfbb4273914a25ad4b86b86a9f2be09f56546d08fdd3cf95b40b3ecee87237985c2a4da3e12cf2de0c526f40f77cf123458c7cdc diff --git a/net-misc/rsync/files/rsync-3.1.1_pre1-avoid_infinite_wait_reading_secrets_file.patch b/net-misc/rsync/files/rsync-3.1.1_pre1-avoid_infinite_wait_reading_secrets_file.patch deleted file mode 100644 index a3469a1..000 --- a/net-misc/rsync/files/rsync-3.1.1_pre1-avoid_infinite_wait_reading_secrets_file.patch +++ /dev/null @@ -1,79 +0,0 @@ -From: Wayne Davison -Date: Sun, 13 Apr 2014 20:44:58 + (-0700) -Subject: Avoid infinite wait reading secrets file. -X-Git-Url: https://git.samba.org/?p=rsync.git;a=commitdiff_plain;h=0dedfbce2c1b851684ba658861fe9d620636c56a - -Avoid infinite wait reading secrets file. - -diff --git a/authenticate.c b/authenticate.c -index 3381b8c..c92746c 100644 a/authenticate.c -+++ b/authenticate.c -@@ -102,15 +102,16 @@ static const char *check_secret(int module, const char *user, const char *group, - char pass2[MAX_DIGEST_LEN*2]; - const char *fname = lp_secrets_file(module); - STRUCT_STAT st; -- int fd, ok = 1; -+ int ok = 1; - int user_len = strlen(user); - int group_len = group ? strlen(group) : 0; - char *err; -+ FILE *fh; - -- if (!fname || !*fname || (fd = open(fname, O_RDONLY)) < 0) -+ if (!fname || !*fname || (fh = fopen(fname, "r")) == NULL) - return "no secrets file"; - -- if (do_fstat(fd, &st) == -1) { -+ if (do_fstat(fileno(fh), &st) == -1) { - rsyserr(FLOG, errno, "fstat(%s)", fname); - ok = 0; - } else if (lp_strict_modes(module)) { -@@ -123,29 +124,30 @@ static const char *check_secret(int module, const char *user, const char *group, - } - } - if (!ok) { -- close(fd); -+ fclose(fh); - return "ignoring secrets file"; - } - - if (*user == '#') { - /* Reject attempt to match a comment. */ -- close(fd); -+ fclose(fh); - return "invalid username"; - } - - /* Try to find a line that starts with the user (or @group) name and a ':'. */ -
[gentoo-commits] repo/gentoo:master commit in: /
commit: f27b89eb593319dea181cdbfa0c4076d92d98f71 Author: Patrice Clement gentoo org> AuthorDate: Tue Dec 22 09:47:59 2015 + Commit: Patrice Clement gentoo org> CommitDate: Tue Dec 22 10:45:15 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f27b89eb Merge remote-tracking branch 'github/pr/504'. dev-java/sbt-bin/Manifest | 10 + dev-java/sbt-bin/sbt-bin-0.12.4.ebuild | 39 ++ dev-java/sbt-bin/sbt-bin-0.13.6.ebuild | 39 ++ dev-java/sbt-bin/sbt-bin-0.13.7.ebuild | 39 ++ dev-java/sbt-bin/sbt-bin-0.13.8.ebuild | 39 ++ dev-java/sbt-bin/sbt-bin-0.13.9.ebuild | 39 ++ 6 files changed, 205 insertions(+)
[gentoo-commits] repo/gentoo:master commit in: dev-java/sbt-bin/
commit: 1e255a47750e5889d6591032f9ef32c36036698a Author: MATSUKI Hidenori gmail com> AuthorDate: Tue Dec 22 05:22:26 2015 + Commit: Patrice Clement gentoo org> CommitDate: Tue Dec 22 09:06:27 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e255a47 dev-java/sbt-bin: re-generate digest and remove old version. dev-java/sbt-bin/Manifest | 13 ++-- dev-java/sbt-bin/sbt-bin-0.12.3.ebuild | 39 -- dev-java/sbt-bin/sbt-bin-0.12.4.ebuild | 2 +- dev-java/sbt-bin/sbt-bin-0.13.6.ebuild | 2 +- dev-java/sbt-bin/sbt-bin-0.13.7.ebuild | 2 +- dev-java/sbt-bin/sbt-bin-0.13.8.ebuild | 2 +- dev-java/sbt-bin/sbt-bin-0.13.9.ebuild | 2 +- 7 files changed, 11 insertions(+), 51 deletions(-) diff --git a/dev-java/sbt-bin/Manifest b/dev-java/sbt-bin/Manifest index d0a02e2..dced49b 100644 --- a/dev-java/sbt-bin/Manifest +++ b/dev-java/sbt-bin/Manifest @@ -1,11 +1,10 @@ +DIST sbt-0.12.4.tgz 980711 SHA256 5907af5a3db5e9090024c91e8b6189cd2143841b08c4688542a2efbc9023ac1a SHA512 0f8d67d8bcdfe2c7fad04e663cb626e302fc42ba7675376c97f22a73cbf21f40fde08078f2a74a723b9a5d0a24177c7b551e65942a4f73237d27ba8ea18b0add WHIRLPOOL 67db0d133b9a4812da6bce43ac5f82ca01f4c305b539deb920d6a9be8e3655dfc55a99293e78d1a8731e8534ed47bbe31b5092fea37bc47905685c0cee5c DIST sbt-0.13.6.tgz 1066241 SHA256 5564024afbcb107e9a476c7e3be77bb50347580ce6c8a889cacfc84135835d55 SHA512 428f6e597f34d3eba94f19dd83334a1b188ae24300eda508fac597197b11e9850163c30552917c42c647470faab328663e96274536dc9f3a4df8355aa4f9d976 WHIRLPOOL e3df653c304c96d9321f661a398759e5cb2afaf7f78dab52765daa9b4e2597568538b82a192c3de8f0aebb1d7b767e53fb41998d7992bad489f757caef3e59ba DIST sbt-0.13.7.tgz 1058904 SHA256 019ac98231a7159ce75a6b4b2c6b5ec8c968bd2fca0e25d356ea17bbe416fdc3 SHA512 6022ed88b2d25f947ab068b7971e51fdcf8df77cea3d0a03eceff6df4442f013fd13cbeda11cdfcc35cc23ee85e1661986c53921f48d4350e2fa8bf0ae5f3e1f WHIRLPOOL b708ffd47e821a17207f7e3e3ccb29af3eb0d5ab3b866034b034d73ef0ca7e211724055069825cc333770e8bc02cf0f660f0e1098d79fe8377e733d8d90729b7 DIST sbt-0.13.8.tgz 1059183 SHA256 f481c5db5b9e5ef35d87be9cd30a917e363812d67f218b25ae0c9e66078417dd SHA512 79479308c631b78b71196dfe4f8b26bd9b75727272c17432fce5ddd61a0dcaf4e261dd1eb9a8376b1e7a836ba6d84917819d181c35d19b543360d803193286d8 WHIRLPOOL 0b2f29e7f9030a923e1c68f4f2d7d546b949c237ff81d9b44097b3899540c0ca9adecd6177d66edd69387c01e37022556c60be8d1c526b1dc9ee6a48866930ba DIST sbt-0.13.9.tgz 1049367 SHA256 148f2801f2993773de6f8859fe0e6520fcabe649d66bb316e13aff8b2fd7f504 SHA512 cf0deb1a5a07ce3690a831a2ee0f499a5c904cd9a9038873ab78773717a12ce4dec668e00c3dd6b89e7919357c32b26ff97a78613de5c6252b495bc7fdc763f3 WHIRLPOOL 6b29d1ae7ea7b643a23f05e3014727c87a65b2ed5a41861edef45be2f062b7652e9e9c17107f6e4647d236835b6d39f31a8be96aaf5eab42792c6467afd7 -DIST sbt.tgz 1087000 SHA256 25fc4659effdefd13d2fed7bb75064cd782c7bad3ccec47929ad4e2db6cd4164 SHA512 e0420341d7afb69296c61b68b71ff382c7bcc71c568d2e9c3ce0b27d45e0c29f4b03d457c5c5a5d3266cd8d749e1225e9fa161a14e4bdd747490feab1abc4cda WHIRLPOOL 57d1aec13ac759e3d72ecba73dda58bf63f862c8c10440eb2d974bd192de1e504e23ccbea9d4b6981f6b242f021bbd02b91415d002c29e5678d66d56137846c0 -EBUILD sbt-bin-0.12.3.ebuild 714 SHA256 2736843ed74cef4a3b5b68d83a750ecdf6b50c13c34286b62478789f59efc668 SHA512 0f679be5e8b256b5b5f6cce5ef1374b8a7e1d0eabe8ac48adbcf7e6a994836eb0f586c7b6d3d371c05809c05cf0a0208aeb609ddca4fdf331c8de4de70637df2 WHIRLPOOL a00fd5c52ddd537fe193d728223acf8479e17aa63534dbfd0e2a2c8999abff28a29a5fe740150dfb16d3624e91f3d70352f9755e68108470de4251b6265afebb -EBUILD sbt-bin-0.12.4.ebuild 714 SHA256 2736843ed74cef4a3b5b68d83a750ecdf6b50c13c34286b62478789f59efc668 SHA512 0f679be5e8b256b5b5f6cce5ef1374b8a7e1d0eabe8ac48adbcf7e6a994836eb0f586c7b6d3d371c05809c05cf0a0208aeb609ddca4fdf331c8de4de70637df2 WHIRLPOOL a00fd5c52ddd537fe193d728223acf8479e17aa63534dbfd0e2a2c8999abff28a29a5fe740150dfb16d3624e91f3d70352f9755e68108470de4251b6265afebb -EBUILD sbt-bin-0.13.6.ebuild 680 SHA256 69a0d034e751131326c42cfe5f0f317a798b557a58ce56c230db2472c6b957ea SHA512 a4642e93c364a380fa8fd0a8e43b756622c949df40088efbaa95321188d52b2be79adc9ef193108fceb632265e8f0ca8af3559e14be1e96063d4f2cb906c6294 WHIRLPOOL aa9be2ae85bf2d00ae33f3204108200b7209574d5cb371676834e60dbf3d55cef5064cc81c7d5c5b2862e9d0332997a124bda7ac0af10283c455b260150901a1 -EBUILD sbt-bin-0.13.7.ebuild 694 SHA256 26069d3a063543e3574fcc55589625282353eebddc84c167faf0ccc5bb57c782 SHA512 dc62e18fd0a188e5bb2c7274a9d10fc40fd9045e6cee940e51c475649babba1bd5261d7c22a15e2aa7a9c98231e0915526e843abaf72099d4e6b65c83808d88a WHIRLPOOL 08129c8d01501d336a4e4fe657b38b68659e9da7f3e7555f1ae160ed3a2a608d43c8ff26cbd5c0e0f12f74861e6185743bd45d1ea09ddc69c7a4a21dd721457b -EBUILD sbt-bin-0.13.8.ebuild 695 SHA256 0fe0b45e7971932a31f3edfdab0efccd3bf49b906fb82bbc0c94c9b03a4af156 SHA512 1ceab6f981d2512a203528fdffaf9a0dc08398b2eb0ba0cd843a15185ccaeb006b44d161df2034825e419c8b40ddb71b4da2ef
[gentoo-commits] repo/gentoo:master commit in: dev-java/sbt-bin/
commit: 76b113092f0231f70415ee1f0aed678b491d3632 Author: MATSUKI Hidenori gmail com> AuthorDate: Mon Dec 21 21:10:41 2015 + Commit: Patrice Clement gentoo org> CommitDate: Tue Dec 22 04:06:45 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b11309 dev-java/sbt-bin: Import ebuilds. from my overlay( https://github.com/mazgi/portage-overlay/tree/master/dev-java/sbt-bin ). dev-java/sbt-bin/Manifest | 11 ++ dev-java/sbt-bin/sbt-bin-0.12.3.ebuild | 37 ++ dev-java/sbt-bin/sbt-bin-0.12.4.ebuild | 37 ++ dev-java/sbt-bin/sbt-bin-0.13.6.ebuild | 37 ++ dev-java/sbt-bin/sbt-bin-0.13.7.ebuild | 37 ++ dev-java/sbt-bin/sbt-bin-0.13.8.ebuild | 37 ++ dev-java/sbt-bin/sbt-bin-0.13.9.ebuild | 37 ++ 7 files changed, 233 insertions(+) diff --git a/dev-java/sbt-bin/Manifest b/dev-java/sbt-bin/Manifest new file mode 100644 index 000..d0a02e2 --- /dev/null +++ b/dev-java/sbt-bin/Manifest @@ -0,0 +1,11 @@ +DIST sbt-0.13.6.tgz 1066241 SHA256 5564024afbcb107e9a476c7e3be77bb50347580ce6c8a889cacfc84135835d55 SHA512 428f6e597f34d3eba94f19dd83334a1b188ae24300eda508fac597197b11e9850163c30552917c42c647470faab328663e96274536dc9f3a4df8355aa4f9d976 WHIRLPOOL e3df653c304c96d9321f661a398759e5cb2afaf7f78dab52765daa9b4e2597568538b82a192c3de8f0aebb1d7b767e53fb41998d7992bad489f757caef3e59ba +DIST sbt-0.13.7.tgz 1058904 SHA256 019ac98231a7159ce75a6b4b2c6b5ec8c968bd2fca0e25d356ea17bbe416fdc3 SHA512 6022ed88b2d25f947ab068b7971e51fdcf8df77cea3d0a03eceff6df4442f013fd13cbeda11cdfcc35cc23ee85e1661986c53921f48d4350e2fa8bf0ae5f3e1f WHIRLPOOL b708ffd47e821a17207f7e3e3ccb29af3eb0d5ab3b866034b034d73ef0ca7e211724055069825cc333770e8bc02cf0f660f0e1098d79fe8377e733d8d90729b7 +DIST sbt-0.13.8.tgz 1059183 SHA256 f481c5db5b9e5ef35d87be9cd30a917e363812d67f218b25ae0c9e66078417dd SHA512 79479308c631b78b71196dfe4f8b26bd9b75727272c17432fce5ddd61a0dcaf4e261dd1eb9a8376b1e7a836ba6d84917819d181c35d19b543360d803193286d8 WHIRLPOOL 0b2f29e7f9030a923e1c68f4f2d7d546b949c237ff81d9b44097b3899540c0ca9adecd6177d66edd69387c01e37022556c60be8d1c526b1dc9ee6a48866930ba +DIST sbt-0.13.9.tgz 1049367 SHA256 148f2801f2993773de6f8859fe0e6520fcabe649d66bb316e13aff8b2fd7f504 SHA512 cf0deb1a5a07ce3690a831a2ee0f499a5c904cd9a9038873ab78773717a12ce4dec668e00c3dd6b89e7919357c32b26ff97a78613de5c6252b495bc7fdc763f3 WHIRLPOOL 6b29d1ae7ea7b643a23f05e3014727c87a65b2ed5a41861edef45be2f062b7652e9e9c17107f6e4647d236835b6d39f31a8be96aaf5eab42792c6467afd7 +DIST sbt.tgz 1087000 SHA256 25fc4659effdefd13d2fed7bb75064cd782c7bad3ccec47929ad4e2db6cd4164 SHA512 e0420341d7afb69296c61b68b71ff382c7bcc71c568d2e9c3ce0b27d45e0c29f4b03d457c5c5a5d3266cd8d749e1225e9fa161a14e4bdd747490feab1abc4cda WHIRLPOOL 57d1aec13ac759e3d72ecba73dda58bf63f862c8c10440eb2d974bd192de1e504e23ccbea9d4b6981f6b242f021bbd02b91415d002c29e5678d66d56137846c0 +EBUILD sbt-bin-0.12.3.ebuild 714 SHA256 2736843ed74cef4a3b5b68d83a750ecdf6b50c13c34286b62478789f59efc668 SHA512 0f679be5e8b256b5b5f6cce5ef1374b8a7e1d0eabe8ac48adbcf7e6a994836eb0f586c7b6d3d371c05809c05cf0a0208aeb609ddca4fdf331c8de4de70637df2 WHIRLPOOL a00fd5c52ddd537fe193d728223acf8479e17aa63534dbfd0e2a2c8999abff28a29a5fe740150dfb16d3624e91f3d70352f9755e68108470de4251b6265afebb +EBUILD sbt-bin-0.12.4.ebuild 714 SHA256 2736843ed74cef4a3b5b68d83a750ecdf6b50c13c34286b62478789f59efc668 SHA512 0f679be5e8b256b5b5f6cce5ef1374b8a7e1d0eabe8ac48adbcf7e6a994836eb0f586c7b6d3d371c05809c05cf0a0208aeb609ddca4fdf331c8de4de70637df2 WHIRLPOOL a00fd5c52ddd537fe193d728223acf8479e17aa63534dbfd0e2a2c8999abff28a29a5fe740150dfb16d3624e91f3d70352f9755e68108470de4251b6265afebb +EBUILD sbt-bin-0.13.6.ebuild 680 SHA256 69a0d034e751131326c42cfe5f0f317a798b557a58ce56c230db2472c6b957ea SHA512 a4642e93c364a380fa8fd0a8e43b756622c949df40088efbaa95321188d52b2be79adc9ef193108fceb632265e8f0ca8af3559e14be1e96063d4f2cb906c6294 WHIRLPOOL aa9be2ae85bf2d00ae33f3204108200b7209574d5cb371676834e60dbf3d55cef5064cc81c7d5c5b2862e9d0332997a124bda7ac0af10283c455b260150901a1 +EBUILD sbt-bin-0.13.7.ebuild 694 SHA256 26069d3a063543e3574fcc55589625282353eebddc84c167faf0ccc5bb57c782 SHA512 dc62e18fd0a188e5bb2c7274a9d10fc40fd9045e6cee940e51c475649babba1bd5261d7c22a15e2aa7a9c98231e0915526e843abaf72099d4e6b65c83808d88a WHIRLPOOL 08129c8d01501d336a4e4fe657b38b68659e9da7f3e7555f1ae160ed3a2a608d43c8ff26cbd5c0e0f12f74861e6185743bd45d1ea09ddc69c7a4a21dd721457b +EBUILD sbt-bin-0.13.8.ebuild 695 SHA256 0fe0b45e7971932a31f3edfdab0efccd3bf49b906fb82bbc0c94c9b03a4af156 SHA512 1ceab6f981d2512a203528fdffaf9a0dc08398b2eb0ba0cd843a15185ccaeb006b44d161df2034825e419c8b40ddb71b4da2ef27174d295f86c144f65aa2e465 WHIRLPOOL 46fdab057248e2271049a7aa065479609c25f164445d79ffb9bab01a04c77b9932aed5f467d8260cb692fcbb904dfe9710877f8350e90d482f60a3cc1f56fc9b +EBUILD s
[gentoo-commits] repo/gentoo:master commit in: dev-java/sbt-bin/
commit: 92aea8bbfcb01cf01a640efd9adb41f10077fab1 Author: MATSUKI Hidenori gmail com> AuthorDate: Tue Dec 22 05:20:52 2015 + Commit: Patrice Clement gentoo org> CommitDate: Tue Dec 22 05:20:52 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92aea8bb dev-java/sbt-bin: inherit 'java-pkg-2' eclass. dev-java/sbt-bin/sbt-bin-0.12.3.ebuild | 2 ++ dev-java/sbt-bin/sbt-bin-0.12.4.ebuild | 2 ++ dev-java/sbt-bin/sbt-bin-0.13.6.ebuild | 2 ++ dev-java/sbt-bin/sbt-bin-0.13.7.ebuild | 2 ++ dev-java/sbt-bin/sbt-bin-0.13.8.ebuild | 2 ++ dev-java/sbt-bin/sbt-bin-0.13.9.ebuild | 2 ++ 6 files changed, 12 insertions(+) diff --git a/dev-java/sbt-bin/sbt-bin-0.12.3.ebuild b/dev-java/sbt-bin/sbt-bin-0.12.3.ebuild index ae30e45..f5054d8 100644 --- a/dev-java/sbt-bin/sbt-bin-0.12.3.ebuild +++ b/dev-java/sbt-bin/sbt-bin-0.12.3.ebuild @@ -4,6 +4,8 @@ EAPI=5 +inherit java-pkg-2 + DESCRIPTION="sbt, a build tool for Scala." HOMEPAGE="http://scala-sbt.org"; SRC_URI="http://repo.scala-sbt.org/scalasbt/sbt-native-packages/org/scala-sbt/sbt/${PV}/sbt.tgz"; diff --git a/dev-java/sbt-bin/sbt-bin-0.12.4.ebuild b/dev-java/sbt-bin/sbt-bin-0.12.4.ebuild index ae30e45..f5054d8 100644 --- a/dev-java/sbt-bin/sbt-bin-0.12.4.ebuild +++ b/dev-java/sbt-bin/sbt-bin-0.12.4.ebuild @@ -4,6 +4,8 @@ EAPI=5 +inherit java-pkg-2 + DESCRIPTION="sbt, a build tool for Scala." HOMEPAGE="http://scala-sbt.org"; SRC_URI="http://repo.scala-sbt.org/scalasbt/sbt-native-packages/org/scala-sbt/sbt/${PV}/sbt.tgz"; diff --git a/dev-java/sbt-bin/sbt-bin-0.13.6.ebuild b/dev-java/sbt-bin/sbt-bin-0.13.6.ebuild index 42add22..21c1f56 100644 --- a/dev-java/sbt-bin/sbt-bin-0.13.6.ebuild +++ b/dev-java/sbt-bin/sbt-bin-0.13.6.ebuild @@ -4,6 +4,8 @@ EAPI=5 +inherit java-pkg-2 + DESCRIPTION="sbt, a build tool for Scala." HOMEPAGE="http://scala-sbt.org"; SRC_URI="http://dl.bintray.com/sbt/native-packages/sbt/${PV}/sbt-${PV}.tgz"; diff --git a/dev-java/sbt-bin/sbt-bin-0.13.7.ebuild b/dev-java/sbt-bin/sbt-bin-0.13.7.ebuild index 9c90344..d97d07e 100644 --- a/dev-java/sbt-bin/sbt-bin-0.13.7.ebuild +++ b/dev-java/sbt-bin/sbt-bin-0.13.7.ebuild @@ -4,6 +4,8 @@ EAPI=5 +inherit java-pkg-2 + DESCRIPTION="sbt, a build tool for Scala." HOMEPAGE="http://scala-sbt.org"; SRC_URI="http://dl.bintray.com/sbt/native-packages/sbt/${PV}/${PN/-bin}-${PV}.tgz"; diff --git a/dev-java/sbt-bin/sbt-bin-0.13.8.ebuild b/dev-java/sbt-bin/sbt-bin-0.13.8.ebuild index 9c90344..d97d07e 100644 --- a/dev-java/sbt-bin/sbt-bin-0.13.8.ebuild +++ b/dev-java/sbt-bin/sbt-bin-0.13.8.ebuild @@ -4,6 +4,8 @@ EAPI=5 +inherit java-pkg-2 + DESCRIPTION="sbt, a build tool for Scala." HOMEPAGE="http://scala-sbt.org"; SRC_URI="http://dl.bintray.com/sbt/native-packages/sbt/${PV}/${PN/-bin}-${PV}.tgz"; diff --git a/dev-java/sbt-bin/sbt-bin-0.13.9.ebuild b/dev-java/sbt-bin/sbt-bin-0.13.9.ebuild index 9c90344..d97d07e 100644 --- a/dev-java/sbt-bin/sbt-bin-0.13.9.ebuild +++ b/dev-java/sbt-bin/sbt-bin-0.13.9.ebuild @@ -4,6 +4,8 @@ EAPI=5 +inherit java-pkg-2 + DESCRIPTION="sbt, a build tool for Scala." HOMEPAGE="http://scala-sbt.org"; SRC_URI="http://dl.bintray.com/sbt/native-packages/sbt/${PV}/${PN/-bin}-${PV}.tgz";
[gentoo-commits] repo/gentoo:master commit in: dev-java/sbt-bin/
commit: 2a6b17f62c9a300e1f552fc6057c420b8a4748c7 Author: Patrice Clement gentoo org> AuthorDate: Tue Dec 22 10:44:29 2015 + Commit: Patrice Clement gentoo org> CommitDate: Tue Dec 22 10:45:20 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a6b17f6 dev-java/sbt-bin: Add metadata.xml file. Set SLOTs to 0. Fix default install directories. Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement gentoo.org> dev-java/sbt-bin/Manifest | 5 - dev-java/sbt-bin/metadata.xml | 5 + dev-java/sbt-bin/sbt-bin-0.12.4.ebuild | 31 --- dev-java/sbt-bin/sbt-bin-0.13.6.ebuild | 31 --- dev-java/sbt-bin/sbt-bin-0.13.7.ebuild | 31 --- dev-java/sbt-bin/sbt-bin-0.13.8.ebuild | 31 --- dev-java/sbt-bin/sbt-bin-0.13.9.ebuild | 31 --- 7 files changed, 105 insertions(+), 60 deletions(-) diff --git a/dev-java/sbt-bin/Manifest b/dev-java/sbt-bin/Manifest index dced49b..4cca897 100644 --- a/dev-java/sbt-bin/Manifest +++ b/dev-java/sbt-bin/Manifest @@ -3,8 +3,3 @@ DIST sbt-0.13.6.tgz 1066241 SHA256 5564024afbcb107e9a476c7e3be77bb50347580ce6c8a DIST sbt-0.13.7.tgz 1058904 SHA256 019ac98231a7159ce75a6b4b2c6b5ec8c968bd2fca0e25d356ea17bbe416fdc3 SHA512 6022ed88b2d25f947ab068b7971e51fdcf8df77cea3d0a03eceff6df4442f013fd13cbeda11cdfcc35cc23ee85e1661986c53921f48d4350e2fa8bf0ae5f3e1f WHIRLPOOL b708ffd47e821a17207f7e3e3ccb29af3eb0d5ab3b866034b034d73ef0ca7e211724055069825cc333770e8bc02cf0f660f0e1098d79fe8377e733d8d90729b7 DIST sbt-0.13.8.tgz 1059183 SHA256 f481c5db5b9e5ef35d87be9cd30a917e363812d67f218b25ae0c9e66078417dd SHA512 79479308c631b78b71196dfe4f8b26bd9b75727272c17432fce5ddd61a0dcaf4e261dd1eb9a8376b1e7a836ba6d84917819d181c35d19b543360d803193286d8 WHIRLPOOL 0b2f29e7f9030a923e1c68f4f2d7d546b949c237ff81d9b44097b3899540c0ca9adecd6177d66edd69387c01e37022556c60be8d1c526b1dc9ee6a48866930ba DIST sbt-0.13.9.tgz 1049367 SHA256 148f2801f2993773de6f8859fe0e6520fcabe649d66bb316e13aff8b2fd7f504 SHA512 cf0deb1a5a07ce3690a831a2ee0f499a5c904cd9a9038873ab78773717a12ce4dec668e00c3dd6b89e7919357c32b26ff97a78613de5c6252b495bc7fdc763f3 WHIRLPOOL 6b29d1ae7ea7b643a23f05e3014727c87a65b2ed5a41861edef45be2f062b7652e9e9c17107f6e4647d236835b6d39f31a8be96aaf5eab42792c6467afd7 -EBUILD sbt-bin-0.12.4.ebuild 722 SHA256 a6af71ba84d4027bb4e1c6cb0af9638bfbb989b8485a0e1670f9e093b037e30a SHA512 e8acd7ff4397dec78c29b8a703150430ddd0084d0392ca7c6fbe20b6633639b16fcee61dbfef00360abe35000342ab5d1801c36d55b8970c40c2f6175124fabc WHIRLPOOL dd706f95206ec48189ed0ed478c7c82de0b01120217c060779f6ed29428113be182cdcaa7eeaae74808fef5c54fe4a4e8acda6d1544b63d8b48b7fff909a7daa -EBUILD sbt-bin-0.13.6.ebuild 709 SHA256 5f568eff06393b58f228d5940cd8e63699b6480775496510df782824fce5e427 SHA512 bc7bf14590d647ab5509067144ac2880e4e2a9065d957a415aa6e25fe02f1f24c0c4e860e5b90f6e66e1a35a15384ab725b064c0898f1014759c71981311c0a0 WHIRLPOOL 5bbf34ee1b083fd7d6afd7b88726e291691f96b871224845a696de828ed61f6cc53e440da065472c733d810830d41db6d5693b841427e9adce5f2198ba912074 -EBUILD sbt-bin-0.13.7.ebuild 716 SHA256 c0208d5a7964a74f658bcffdf1971a8ab42a08c3c0e258504ca9b87db2e6fb8a SHA512 48189f608775eb59b19530394dd347e34c16b39e0763db38562390f65b822f7f2dea7a281a00edc23224a3befc9ceb2db8095ebd4bce366a56aeb6f64bb29bc7 WHIRLPOOL 69e475efee5b072dbe69df905c8b1434022db08bb1661a9841e50f9233997bef0ab8b50fc96966e6f92b2f6efebc614cea4283641e21366892c30e3313a730ea -EBUILD sbt-bin-0.13.8.ebuild 716 SHA256 c0208d5a7964a74f658bcffdf1971a8ab42a08c3c0e258504ca9b87db2e6fb8a SHA512 48189f608775eb59b19530394dd347e34c16b39e0763db38562390f65b822f7f2dea7a281a00edc23224a3befc9ceb2db8095ebd4bce366a56aeb6f64bb29bc7 WHIRLPOOL 69e475efee5b072dbe69df905c8b1434022db08bb1661a9841e50f9233997bef0ab8b50fc96966e6f92b2f6efebc614cea4283641e21366892c30e3313a730ea -EBUILD sbt-bin-0.13.9.ebuild 716 SHA256 c0208d5a7964a74f658bcffdf1971a8ab42a08c3c0e258504ca9b87db2e6fb8a SHA512 48189f608775eb59b19530394dd347e34c16b39e0763db38562390f65b822f7f2dea7a281a00edc23224a3befc9ceb2db8095ebd4bce366a56aeb6f64bb29bc7 WHIRLPOOL 69e475efee5b072dbe69df905c8b1434022db08bb1661a9841e50f9233997bef0ab8b50fc96966e6f92b2f6efebc614cea4283641e21366892c30e3313a730ea diff --git a/dev-java/sbt-bin/metadata.xml b/dev-java/sbt-bin/metadata.xml new file mode 100644 index 000..7303cef --- /dev/null +++ b/dev-java/sbt-bin/metadata.xml @@ -0,0 +1,5 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + java + diff --git a/dev-java/sbt-bin/sbt-bin-0.12.4.ebuild b/dev-java/sbt-bin/sbt-bin-0.12.4.ebuild index e83cb55..10f324c 100644 --- a/dev-java/sbt-bin/sbt-bin-0.12.4.ebuild +++ b/dev-java/sbt-bin/sbt-bin-0.12.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=5 @@ -11,29 +11,38 @@ HOMEPAGE="http://scala-
[gentoo-commits] repo/gentoo:master commit in: dev-java/sbt-bin/
commit: 7fa052dcfc0a20e9ab40c4c01f3ff9111ae9897e Author: MATSUKI Hidenori gmail com> AuthorDate: Tue Dec 22 05:18:58 2015 + Commit: Patrice Clement gentoo org> CommitDate: Tue Dec 22 05:18:58 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fa052dc dev-java/sbt-bin: Mask packages with '~amd64' keyword. dev-java/sbt-bin/sbt-bin-0.12.3.ebuild | 2 +- dev-java/sbt-bin/sbt-bin-0.12.4.ebuild | 2 +- dev-java/sbt-bin/sbt-bin-0.13.6.ebuild | 2 +- dev-java/sbt-bin/sbt-bin-0.13.7.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-java/sbt-bin/sbt-bin-0.12.3.ebuild b/dev-java/sbt-bin/sbt-bin-0.12.3.ebuild index 3477714..ae30e45 100644 --- a/dev-java/sbt-bin/sbt-bin-0.12.3.ebuild +++ b/dev-java/sbt-bin/sbt-bin-0.12.3.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://repo.scala-sbt.org/scalasbt/sbt-native-packages/org/scala-sbt/sb LICENSE="BSD" SLOT="0.12" -KEYWORDS="amd64" +KEYWORDS="~amd64" IUSE="" diff --git a/dev-java/sbt-bin/sbt-bin-0.12.4.ebuild b/dev-java/sbt-bin/sbt-bin-0.12.4.ebuild index 3477714..ae30e45 100644 --- a/dev-java/sbt-bin/sbt-bin-0.12.4.ebuild +++ b/dev-java/sbt-bin/sbt-bin-0.12.4.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://repo.scala-sbt.org/scalasbt/sbt-native-packages/org/scala-sbt/sb LICENSE="BSD" SLOT="0.12" -KEYWORDS="amd64" +KEYWORDS="~amd64" IUSE="" diff --git a/dev-java/sbt-bin/sbt-bin-0.13.6.ebuild b/dev-java/sbt-bin/sbt-bin-0.13.6.ebuild index 77ce8de..42add22 100644 --- a/dev-java/sbt-bin/sbt-bin-0.13.6.ebuild +++ b/dev-java/sbt-bin/sbt-bin-0.13.6.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://dl.bintray.com/sbt/native-packages/sbt/${PV}/sbt-${PV}.tgz"; LICENSE="BSD" SLOT="0.13" -KEYWORDS="amd64" +KEYWORDS="~amd64" IUSE="" diff --git a/dev-java/sbt-bin/sbt-bin-0.13.7.ebuild b/dev-java/sbt-bin/sbt-bin-0.13.7.ebuild index e39e8e4..9c90344 100644 --- a/dev-java/sbt-bin/sbt-bin-0.13.7.ebuild +++ b/dev-java/sbt-bin/sbt-bin-0.13.7.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://dl.bintray.com/sbt/native-packages/sbt/${PV}/${PN/-bin}-${PV}.tg LICENSE="BSD" SLOT="0.13" -KEYWORDS="amd64" +KEYWORDS="~amd64" IUSE=""
[gentoo-commits] repo/gentoo:master commit in: /
commit: ef0603d9fe28872f325e2e503788d73f87c3c8e4 Author: Patrice Clement gentoo org> AuthorDate: Tue Dec 22 10:51:25 2015 + Commit: Patrice Clement gentoo org> CommitDate: Tue Dec 22 10:51:25 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef0603d9 Merge remote-tracking branch 'github/pr/461'. sys-block/whdd/whdd-.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
[gentoo-commits] repo/gentoo:master commit in: sys-block/whdd/
commit: 04066d4455c3df4df29d0554b00f54457d5d65bf Author: Andrey Utkin gmail com> AuthorDate: Sat Dec 12 02:12:51 2015 + Commit: Patrice Clement gentoo org> CommitDate: Sat Dec 12 02:14:51 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04066d44 sys-block/whdd-: update sys-block/whdd/whdd-.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-block/whdd/whdd-.ebuild b/sys-block/whdd/whdd-.ebuild index 92bd111..eed5442 100644 --- a/sys-block/whdd/whdd-.ebuild +++ b/sys-block/whdd/whdd-.ebuild @@ -3,12 +3,12 @@ # $Id$ EAPI=4 -EGIT_REPO_URI="git://github.com/krieger-od/whdd.git" +EGIT_REPO_URI="git://github.com/whdd/whdd.git" -inherit cmake-utils git-2 +inherit eutils git-2 DESCRIPTION="Diagnostic and recovery tool for block devices" -HOMEPAGE="https://github.com/krieger-od/whdd"; +HOMEPAGE="https://whdd.github.io"; LICENSE="GPL-2" SLOT="0"
[gentoo-commits] repo/gentoo:master commit in: sys-block/whdd/
commit: ae97ca5b4facf38ebea8b82d922be80ee633bc1c Author: Patrice Clement gentoo org> AuthorDate: Tue Dec 22 10:52:11 2015 + Commit: Patrice Clement gentoo org> CommitDate: Tue Dec 22 10:52:11 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae97ca5b sys-block/whdd: EAPI 5 bump. Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement gentoo.org> sys-block/whdd/whdd-.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-block/whdd/whdd-.ebuild b/sys-block/whdd/whdd-.ebuild index eed5442..cb67b4a 100644 --- a/sys-block/whdd/whdd-.ebuild +++ b/sys-block/whdd/whdd-.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=5 EGIT_REPO_URI="git://github.com/whdd/whdd.git" inherit eutils git-2
[gentoo-commits] repo/gentoo:master commit in: dev-util/strace/
commit: 2a42dbe63d402b5492a04e4e84d172acbe031c61 Author: Lars Wendler gentoo org> AuthorDate: Tue Dec 22 11:04:18 2015 + Commit: Lars Wendler gentoo org> CommitDate: Tue Dec 22 11:04:35 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a42dbe6 dev-util/strace: Bump to version 4.11 Package-Manager: portage-2.2.26 Signed-off-by: Lars Wendler gentoo.org> dev-util/strace/Manifest | 1 + dev-util/strace/{strace-.ebuild => strace-4.11.ebuild} | 5 ++--- dev-util/strace/strace-.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-util/strace/Manifest b/dev-util/strace/Manifest index d968a8e..172d1aa 100644 --- a/dev-util/strace/Manifest +++ b/dev-util/strace/Manifest @@ -1,2 +1,3 @@ DIST strace-4.10.tar.xz 601856 SHA256 e6180d866ef9e76586b96e2ece2bfeeb3aa23f5cc88153f76e9caedd65e40ee2 SHA512 53d55b749224927cfcc9783db57eb8a057fc1329b2f5da2f54299dab17d530f5d1359480f03bea307fb72f6f372e50a0dbf0bd25d36a57a77632d9c1f690fc1d WHIRLPOOL f177d980248892a99b2ed4c5d0275bc735200a597e9b6edf3bb68b8839b2bf090628f2760ffad1a4d1f862b83602cf587a63f3af288978ca2fa54cc221da4e6f +DIST strace-4.11.tar.xz 679924 SHA256 e86a5f6cd8f941f67f3e4b28f4e60f3d9185c951cf266404533210a2e5cd8152 SHA512 e1e07ed427f504f53bcd117b61bb96a780b0f531010856ed157e4d8c2090371bf320ab59a02b88e67bf2afd443fba67e12f90e53afeab795188c89c6496daecd WHIRLPOOL eee2ae13670dc6f52c45e8275e54655216bd63f1bba2b056a31cb2ee1431f3f15060112a4807eb552a36429bee5d358a5ac3290d25f8875ffd818bb6fcb21a2f DIST strace-4.9.tar.xz 521728 SHA256 095bfea5c540b91d297ccac73b21b92fd54a24599fd70395db87ff9eb7fd6f65 SHA512 70d03b74067ad03940cda72dc057a44a8a33fc55790a8a3bfffb1c4d7442c2de7f3e975a01dc7c7b0430342e492579b2f3a007242d13c8a0feba1a1989f42b7b WHIRLPOOL cbe2a859f6dfb82c3df652ed1fbe8982348f9c6ab61491153ce735e857275904639c003853a02188f8bc567d2eae7a710683b09d9cff67c3a4b8d7a0eb9a082e diff --git a/dev-util/strace/strace-.ebuild b/dev-util/strace/strace-4.11.ebuild similarity index 95% copy from dev-util/strace/strace-.ebuild copy to dev-util/strace/strace-4.11.ebuild index 9a70150..9b27983 100644 --- a/dev-util/strace/strace-.ebuild +++ b/dev-util/strace/strace-4.11.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="4" +EAPI=5 inherit flag-o-matic eutils @@ -32,8 +32,7 @@ RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} ) src_prepare() { if epatch_user || [[ ! -e configure ]] ; then # git generation - ./xlat/gen.sh || die - ./generate_mpers_am.sh || die + ./xlat/gen.sh eautoreconf [[ ! -e CREDITS ]] && cp CREDITS{.in,} fi diff --git a/dev-util/strace/strace-.ebuild b/dev-util/strace/strace-.ebuild index 9a70150..a5fd46d 100644 --- a/dev-util/strace/strace-.ebuild +++ b/dev-util/strace/strace-.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="4" +EAPI=5 inherit flag-o-matic eutils
[gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-fad/
commit: fc9679e06fa3f86e087b28579df3f0c4d0b9d8a7 Author: Chema Alonso Josa gentoo org> AuthorDate: Tue Dec 22 12:10:20 2015 + Commit: José María Alonso gentoo org> CommitDate: Tue Dec 22 12:10:20 2015 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fc9679e0 dev-lisp/cl-fad: bump to version 0.7.3 dev-lisp/cl-fad/cl-fad-0.7.3.ebuild | 28 1 file changed, 28 insertions(+) diff --git a/dev-lisp/cl-fad/cl-fad-0.7.3.ebuild b/dev-lisp/cl-fad/cl-fad-0.7.3.ebuild new file mode 100644 index 000..d5a50cb --- /dev/null +++ b/dev-lisp/cl-fad/cl-fad-0.7.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit common-lisp-3 + +MY_P="v${PV}" + +DESCRIPTION="CL-FAD is a thin portability layer atop the Common Lisp standard pathname functions." +HOMEPAGE="http://weitz.de/cl-fad/"; +SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="dev-lisp/alexandria + dev-lisp/bordeaux-threads" + +src_install() { + common-lisp-install-sources *.lisp + common-lisp-install-asdf + dodoc CHANGELOG README + dohtml doc/index.html +}
[gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse-exfat/
commit: 678bd2bbb635c154f84712c3113b1977f98b1165 Author: Lars Wendler gentoo org> AuthorDate: Tue Dec 22 11:43:23 2015 + Commit: Lars Wendler gentoo org> CommitDate: Tue Dec 22 11:43:23 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=678bd2bb sys-fs/fuse-exfat: Bump to version 1.2.3 Package-Manager: portage-2.2.26 Signed-off-by: Lars Wendler gentoo.org> sys-fs/fuse-exfat/Manifest| 1 + sys-fs/fuse-exfat/fuse-exfat-1.2.3.ebuild | 24 2 files changed, 25 insertions(+) diff --git a/sys-fs/fuse-exfat/Manifest b/sys-fs/fuse-exfat/Manifest index f2e12a0..f92a666 100644 --- a/sys-fs/fuse-exfat/Manifest +++ b/sys-fs/fuse-exfat/Manifest @@ -2,3 +2,4 @@ DIST fuse-exfat-1.0.1.tar.gz 39627 SHA256 12ac1ba1b7d4343bef64e7898176705a41cfe3 DIST fuse-exfat-1.1.0.tar.gz 36677 SHA256 198c520e417e955dc5c08687c278e63eefa56719da4452aa4a605be0327f953e SHA512 60280687c9adea3955fd85f003482e9d40163924837e5dcac4205c2bd02318c8ea280103a509213e83a04d390507f15dfe3cd3ecc03e9b90abcf4cef7e830398 WHIRLPOOL 86c029c13287b9b7b0b4d7798f7eef9dfad37bc05b5cbb836cd71539f78b0bcfeeffd7d2d35c3b4c55ca259b8ed1f0d6ea68bad23b3304c36775c20717b38a35 DIST fuse-exfat-1.2.1.tar.gz 134723 SHA256 f444cd2849295b8de7fc61022fbf02f5bb1a84790c43f0c75ba3bf96f4619dd4 SHA512 5b9e383c6f6ff7387367b0799d894770ea1b0f1014d299a4252c87801b580251fac8429b0f927dba1a2fb3c6c040bc55a4b5fb81fd30ff9ccddda037c977349b WHIRLPOOL 98e01e905d62605b3c78edbf490bc3c50aad26ea9476eb294556e4dd63b84070d7517bbf6fa004d0d117de6275515f44c850a4494da7df374e03d62c7b5c065c DIST fuse-exfat-1.2.2.tar.gz 135181 SHA256 c93b4d10bd548db205b7c491c43cabf510e4817716460322f5f645739c54cdca SHA512 26f73017a36b072d2c7905358cb2236cdfbd55ddb94c554a0bfd8520ffc6c0366f3c40497d18eefb2a27a55c3531f7d6fabec1882802ad6961603ada89229c4a WHIRLPOOL db4ae9a3ce10cd5650d4a9f649c50717f1b08fe4d69d921b5479b93d666abeea03a7af0e9bd19e4bf0e1799e1cbeec7ec5b669b4dccc981ac363961ab762ae48 +DIST fuse-exfat-1.2.3.tar.gz 135715 SHA256 f2e06eba5a21c621aac1d6da21b12a5a324fdd1e20f9c8acd357dd463c2355d9 SHA512 960f24325af3604a6c3643462e53c989e0b06cafd8cfc1ac8872a37fe149d106d0155fe578f2d8f15f330c51f1bc653d296f01b1adf7aa7028a9d8a73215f692 WHIRLPOOL 3c7b77d9760265dacf16499f0ec0cbf96cc2086d7f3d6d0f4cc68955acd6e2e26ef7475e642471bf717fd9ef8babc5419487e14d1cb8672ee430e667fba7e368 diff --git a/sys-fs/fuse-exfat/fuse-exfat-1.2.3.ebuild b/sys-fs/fuse-exfat/fuse-exfat-1.2.3.ebuild new file mode 100644 index 000..3be1dfc --- /dev/null +++ b/sys-fs/fuse-exfat/fuse-exfat-1.2.3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="exFAT filesystem FUSE module" +HOMEPAGE="https://github.com/relan/exfat"; +SRC_URI="https://github.com/relan/exfat/releases/download/v${PV}/${P}.tar.gz"; + +# COPYING is GPL-2 but ChangeLog says "Relicensed the project from GPLv3+ to GPLv2+" +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc64 ~s390 ~sh ~sparc ~x86 ~arm-linux ~x86-linux" + +RDEPEND="sys-fs/fuse" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_install() { + emake DESTDIR="${D}" install + dodoc ChangeLog + doman fuse/mount.exfat-fuse.8 +}
[gentoo-commits] repo/gentoo:master commit in: sys-power/apcupsd/files/, sys-power/apcupsd/
commit: dce468ede017ee11578eb8660b55294eae870d60 Author: Lars Wendler gentoo org> AuthorDate: Tue Dec 22 12:06:52 2015 + Commit: Lars Wendler gentoo org> CommitDate: Tue Dec 22 12:06:52 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dce468ed sys-power/apcupsd: Removed old. Package-Manager: portage-2.2.26 Signed-off-by: Lars Wendler gentoo.org> sys-power/apcupsd/Manifest | 1 - sys-power/apcupsd/apcupsd-3.14.10-r6.ebuild | 144 --- sys-power/apcupsd/apcupsd-3.14.12.ebuild | 142 -- sys-power/apcupsd/files/apcupsd-snmp-5.7.2.patch | 104 sys-power/apcupsd/files/apcupsd.init.3 | 28 - 5 files changed, 419 deletions(-) diff --git a/sys-power/apcupsd/Manifest b/sys-power/apcupsd/Manifest index e186bcc..9e4e80d 100644 --- a/sys-power/apcupsd/Manifest +++ b/sys-power/apcupsd/Manifest @@ -1,4 +1,3 @@ -DIST apcupsd-3.14.10.tar.gz 1336852 SHA256 0707b5ec9916fbde9e44eb8d18037c8d8f75dfd6aeef51aba5487e189eef2032 SHA512 f95918bff783cb60fa40b03a532ee7447293b0542f44f2f9ecf36ee028df3aa414f01e2b834a28fc319d88ec2e84c81314cd546b5628554176f2ca47fdc66bbc WHIRLPOOL 1fb40a5199eb8dfcd287bab08c2bbf51f02a3657ba615e16395d5f377bc9a5b6144db24b83ef5e9172ff970a715f87f685118a035c00372c34702984fac02d38 DIST apcupsd-3.14.12.tar.gz 2014699 SHA256 1b4f703cb19cfdf44daf173dc8394cafd30fee0b30a0c75a7d19db622454a440 SHA512 2ed409ce4c7c7af667cecf0c73c47315d7516c696383c811945ead720afc146fe2ceda0efef722c3208a1b41a7d4661c9544bc4fe37a36ca4779a5dc1621f3d4 WHIRLPOOL 13a2491e4ad5446ba91a075f7408e48e94a35885288c9ee6108891d89412be5c81f69f4ab5064f86b8bece8c0de44357e4c378d05aad5d9d27bd85f0d95a83d5 DIST apcupsd-3.14.13.tar.gz 1935043 SHA256 57ecbde01d0448bf8c4dbfe0ad016724ae66ab98adf2de955bf2be553c5d03f9 SHA512 74f7763de268626e24f9dd99090b01d5bff35c2fde769039104105ec27941673d1613c41fcac11e3d97d2fe5c364bcc0459847fcba5d2f7f1aac85795d6d8570 WHIRLPOOL 4b6fb18848aa597bae1066a7f195747f9edfdee75a27e43e3d14e3153d4b434829c5863b7e92c0704ea652583b8c5885fd01fe7280abe93bf1c6cfc370434f73 DIST apcupsd-3.14.8.tar.gz 1317601 SHA256 8e7f2574d3abaf6637da3e790860c3f9ba64fab1ec7e50bb080de4439441c5a7 SHA512 07e6a15538bf1824b5063a1a93f33231639cf962e658c0dada1b244f2554af81824825d807ea81fd0388e25ed8fac0957621bfded96e3faeb7b594548fc4d418 WHIRLPOOL e5a580afc4955a373f020cb6e4ccbf07f9f020d4c15eaae59b416499c25a00b9d4bbc6af012bd2529024e8a3668a1d7c47f19f1bcb99f5ba60dc0108fa13c4f2 diff --git a/sys-power/apcupsd/apcupsd-3.14.10-r6.ebuild b/sys-power/apcupsd/apcupsd-3.14.10-r6.ebuild deleted file mode 100644 index a3419b5..000 --- a/sys-power/apcupsd/apcupsd-3.14.10-r6.ebuild +++ /dev/null @@ -1,144 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit eutils linux-info flag-o-matic systemd udev - -DESCRIPTION="APC UPS daemon with integrated tcp/ip remote shutdown" -HOMEPAGE="http://www.apcupsd.org/"; -SRC_URI="mirror://sourceforge/apcupsd/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd" -IUSE="snmp +usb cgi nls gnome kernel_linux systemd" - -DEPEND=" - || ( >=sys-apps/util-linux-2.23[tty-helpers(-)] - <=sys-apps/sysvinit-2.88-r4 - sys-freebsd/freebsd-ubin - ) - cgi? ( >=media-libs/gd-1.8.4 ) - nls? ( sys-devel/gettext ) - snmp? ( >=net-analyzer/net-snmp-5.7.2 ) - gnome? ( >=x11-libs/gtk+-2.4.0:2 - dev-libs/glib:2 - >=gnome-base/gconf-2.0 )" -RDEPEND="${DEPEND} - sys-apps/openrc - virtual/mailx" - -CONFIG_CHECK="~USB_HIDDEV ~HIDRAW" -ERROR_USB_HIDDEV="CONFIG_USB_HIDDEV: needed to access USB-attached UPSes" -ERROR_HIDRAW="CONFIG_HIDRAW: needed to access USB-attached UPSes" - -pkg_setup() { - if use kernel_linux && use usb && linux_config_exists; then - check_extra_config - fi -} - -src_prepare() { - epatch "${FILESDIR}/${PN}-3.14.9-aliasing.patch" - if use snmp; then - epatch "${FILESDIR}/${PN}-snmp-5.7.2.patch" - fi -} - -src_configure() { - local myconf - use cgi && myconf="${myconf} --enable-cgi --with-cgi-bin=/usr/libexec/${PN}/cgi-bin" - if use usb; then - myconf="${myconf} --with-upstype=usb --with-upscable=usb --enable-usb --with-dev= " - else - myconf="${myconf} --with-upstype=apcsmart --with-upscable=smart --disable-usb" - fi - - # We force the DISTNAME to gentoo so it will use gentoo's layout also - # when installed on non-linux systems. - econf \ - --sbindir=/sbin \ - --sysconfdir=/etc/apcupsd \ - --with-pwrfail-dir=/etc/apcupsd \ - --with-lock-dir=/run/apcupsd \ - --with-pid-dir=/run/apcupsd \ - --with-log-dir=/var/log \ -
[gentoo-commits] repo/gentoo:master commit in: sys-libs/nss_wrapper/
commit: f0f547d51ae6fa021a5cf1e01ce717df7394f94d Author: Lars Wendler gentoo org> AuthorDate: Tue Dec 22 11:33:51 2015 + Commit: Lars Wendler gentoo org> CommitDate: Tue Dec 22 11:33:51 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0f547d5 sys-libs/nss_wrapper: Removed old. Package-Manager: portage-2.2.26 Signed-off-by: Lars Wendler gentoo.org> sys-libs/nss_wrapper/Manifest | 2 -- sys-libs/nss_wrapper/nss_wrapper-1.0.3.ebuild | 25 - sys-libs/nss_wrapper/nss_wrapper-1.1.0.ebuild | 25 - 3 files changed, 52 deletions(-) diff --git a/sys-libs/nss_wrapper/Manifest b/sys-libs/nss_wrapper/Manifest index 4195385..e5a3bc5 100644 --- a/sys-libs/nss_wrapper/Manifest +++ b/sys-libs/nss_wrapper/Manifest @@ -1,4 +1,2 @@ -DIST nss_wrapper-1.0.3.tar.gz 42535 SHA256 285427ff84020f804b738c1e7154407b4f7017748bce48ce94c0a6b8656cda2f SHA512 3d921b1529e225d4060193ed8b491557d71c172d13d76188f2c9eaeef90f2a5f999ed1cc5b5be1feebf705147371d55a5587049ecb66f39049a8da1dbf8d WHIRLPOOL ea643931f56e9449f6dce4d9ece943ba9701d758f7a893aae05fa0b5c0f924ba34a046b1cb3392e37c43de6e7ea60ec84db224e83bc111a321135b81addcb1d4 -DIST nss_wrapper-1.1.0.tar.gz 52804 SHA256 c495e3546762a1930ecc23aa852e25b96913ce4beea3059b1b27d7c2ac72fe39 SHA512 16e773a1c1af91bbed17fbfb0c554455bfef1420d55ab99ae127057677a0974d84a6a66276faf92745aa6f5f2d1a3d9e3c1539a1725f64a9f3052b313b1cc1d1 WHIRLPOOL 0ad94304676a89adc8199f1fe955bc6f26e3b1f747c485f60280e04cf9af8951894650e8f19d45f66092178785bbda690df142e1e4431bc523d37a68a01ea39d DIST nss_wrapper-1.1.1.tar.gz 52820 SHA256 9f5bda4f5bbfa26cf69816c6ef312b399ab9ca33675dd122aef0d744328d4938 SHA512 493b9fc52896d23a113b27328a61cfcd9473044c86c36a6be9354204236fac632be37b71fb2ac7d602f31eb88869e2e1d7994221c7bcb4139fc0fa859ac359c1 WHIRLPOOL 0a098f6e9af67972eeb50a12252a96de6d9c1c65049cdd391d19b1ee789d6e1e62e5895d8d121bd5144cce4df1eb1481af3b5ea2a82251363a9721893f693848 DIST nss_wrapper-1.1.2.tar.gz 53271 SHA256 0e65e22bf1c75c3a8931137c85679c6e5136eb5273ffcc6933dfd4f5312561c2 SHA512 127f06a8df66a6e7bee945c88a6e647300ba86c83a08efd9aac836e18fd889b9767378025eec88f5f2b50db40c61eee929a858dd9f9fae25862b107d4363faab WHIRLPOOL 7e9871cd15cfeaef3195cf801f6cacd02a81f9b733bff26cb21de72028c91bb75d9d6b51a4e5aacde1978396bf798f832c3db6f310f1f89a380e17bcac3913fe diff --git a/sys-libs/nss_wrapper/nss_wrapper-1.0.3.ebuild b/sys-libs/nss_wrapper/nss_wrapper-1.0.3.ebuild deleted file mode 100644 index 44d79b8..000 --- a/sys-libs/nss_wrapper/nss_wrapper-1.0.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit cmake-multilib - -DESCRIPTION="A wrapper for the user, group and hosts NSS API" -HOMEPAGE="https://cwrap.org/nss_wrapper.html"; -SRC_URI="ftp://ftp.samba.org/pub/cwrap/${P}.tar.gz"; -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" -IUSE="test" - -DEPEND="" -RDEPEND="${DEPEND}" - -# Work around a problem with >=dev-util/cmake-3.3.0 (bug #558340) -# Because of this we cannot use cmake-multilib_src_configure() here. -multilib_src_configure() { - local mycmakeargs=( -DCMAKE_LIBRARY_PATH=/usr/$(get_libdir) ) - cmake-utils_src_configure -} diff --git a/sys-libs/nss_wrapper/nss_wrapper-1.1.0.ebuild b/sys-libs/nss_wrapper/nss_wrapper-1.1.0.ebuild deleted file mode 100644 index 028028a..000 --- a/sys-libs/nss_wrapper/nss_wrapper-1.1.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit cmake-multilib - -DESCRIPTION="A wrapper for the user, group and hosts NSS API" -HOMEPAGE="https://cwrap.org/nss_wrapper.html"; -SRC_URI="https://ftp.samba.org/pub/cwrap/${P}.tar.gz"; -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" -IUSE="test" - -DEPEND="" -RDEPEND="${DEPEND}" - -# Work around a problem with >=dev-util/cmake-3.3.0 (bug #558340) -# Because of this we cannot use cmake-multilib_src_configure() here. -multilib_src_configure() { - local mycmakeargs=( -DCMAKE_LIBRARY_PATH=/usr/$(get_libdir) ) - cmake-utils_src_configure -}
[gentoo-commits] repo/gentoo:master commit in: sys-libs/nss_wrapper/
commit: 81db1985eb19d543c04004079a25d69a7fbaa153 Author: Lars Wendler gentoo org> AuthorDate: Tue Dec 22 11:33:20 2015 + Commit: Lars Wendler gentoo org> CommitDate: Tue Dec 22 11:33:20 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81db1985 sys-libs/nss_wrapper: Bump to version 1.1.2 Package-Manager: portage-2.2.26 Signed-off-by: Lars Wendler gentoo.org> sys-libs/nss_wrapper/Manifest | 1 + sys-libs/nss_wrapper/nss_wrapper-1.1.2.ebuild | 25 + 2 files changed, 26 insertions(+) diff --git a/sys-libs/nss_wrapper/Manifest b/sys-libs/nss_wrapper/Manifest index 959f0f5..4195385 100644 --- a/sys-libs/nss_wrapper/Manifest +++ b/sys-libs/nss_wrapper/Manifest @@ -1,3 +1,4 @@ DIST nss_wrapper-1.0.3.tar.gz 42535 SHA256 285427ff84020f804b738c1e7154407b4f7017748bce48ce94c0a6b8656cda2f SHA512 3d921b1529e225d4060193ed8b491557d71c172d13d76188f2c9eaeef90f2a5f999ed1cc5b5be1feebf705147371d55a5587049ecb66f39049a8da1dbf8d WHIRLPOOL ea643931f56e9449f6dce4d9ece943ba9701d758f7a893aae05fa0b5c0f924ba34a046b1cb3392e37c43de6e7ea60ec84db224e83bc111a321135b81addcb1d4 DIST nss_wrapper-1.1.0.tar.gz 52804 SHA256 c495e3546762a1930ecc23aa852e25b96913ce4beea3059b1b27d7c2ac72fe39 SHA512 16e773a1c1af91bbed17fbfb0c554455bfef1420d55ab99ae127057677a0974d84a6a66276faf92745aa6f5f2d1a3d9e3c1539a1725f64a9f3052b313b1cc1d1 WHIRLPOOL 0ad94304676a89adc8199f1fe955bc6f26e3b1f747c485f60280e04cf9af8951894650e8f19d45f66092178785bbda690df142e1e4431bc523d37a68a01ea39d DIST nss_wrapper-1.1.1.tar.gz 52820 SHA256 9f5bda4f5bbfa26cf69816c6ef312b399ab9ca33675dd122aef0d744328d4938 SHA512 493b9fc52896d23a113b27328a61cfcd9473044c86c36a6be9354204236fac632be37b71fb2ac7d602f31eb88869e2e1d7994221c7bcb4139fc0fa859ac359c1 WHIRLPOOL 0a098f6e9af67972eeb50a12252a96de6d9c1c65049cdd391d19b1ee789d6e1e62e5895d8d121bd5144cce4df1eb1481af3b5ea2a82251363a9721893f693848 +DIST nss_wrapper-1.1.2.tar.gz 53271 SHA256 0e65e22bf1c75c3a8931137c85679c6e5136eb5273ffcc6933dfd4f5312561c2 SHA512 127f06a8df66a6e7bee945c88a6e647300ba86c83a08efd9aac836e18fd889b9767378025eec88f5f2b50db40c61eee929a858dd9f9fae25862b107d4363faab WHIRLPOOL 7e9871cd15cfeaef3195cf801f6cacd02a81f9b733bff26cb21de72028c91bb75d9d6b51a4e5aacde1978396bf798f832c3db6f310f1f89a380e17bcac3913fe diff --git a/sys-libs/nss_wrapper/nss_wrapper-1.1.2.ebuild b/sys-libs/nss_wrapper/nss_wrapper-1.1.2.ebuild new file mode 100644 index 000..028028a --- /dev/null +++ b/sys-libs/nss_wrapper/nss_wrapper-1.1.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit cmake-multilib + +DESCRIPTION="A wrapper for the user, group and hosts NSS API" +HOMEPAGE="https://cwrap.org/nss_wrapper.html"; +SRC_URI="https://ftp.samba.org/pub/cwrap/${P}.tar.gz"; +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~x86" +IUSE="test" + +DEPEND="" +RDEPEND="${DEPEND}" + +# Work around a problem with >=dev-util/cmake-3.3.0 (bug #558340) +# Because of this we cannot use cmake-multilib_src_configure() here. +multilib_src_configure() { + local mycmakeargs=( -DCMAKE_LIBRARY_PATH=/usr/$(get_libdir) ) + cmake-utils_src_configure +}
[gentoo-commits] repo/gentoo:master commit in: app-arch/pbzip2/
commit: dd8dbd27e79416085245a363f3c8470ee7317277 Author: Lars Wendler gentoo org> AuthorDate: Tue Dec 22 11:40:54 2015 + Commit: Lars Wendler gentoo org> CommitDate: Tue Dec 22 11:40:54 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd8dbd27 app-arch/pbzip2: Bump to version 1.1.13 Package-Manager: portage-2.2.26 Signed-off-by: Lars Wendler gentoo.org> app-arch/pbzip2/Manifest | 1 + app-arch/pbzip2/pbzip2-1.1.13.ebuild | 41 2 files changed, 42 insertions(+) diff --git a/app-arch/pbzip2/Manifest b/app-arch/pbzip2/Manifest index 5b76e3c..f94c264 100644 --- a/app-arch/pbzip2/Manifest +++ b/app-arch/pbzip2/Manifest @@ -1 +1,2 @@ DIST pbzip2-1.1.12.tar.gz 47826 SHA256 573bb358a5a7d3bf5f42f881af324cedf960c786e8d66dd03d448ddd8a0166ee SHA512 bb68e87867295b89ee6fb76a8b72834daebf0ca6c16b2f10bce67fe7386716a728acd28bf46a9732087202ca0cc774f02c741b0b58801184bb7550f6fd119cd6 WHIRLPOOL e7e9cd45b51aaf227e5bcb6e8df37b2fc05b2e3b8b666fcf213e05dc21d6df7392918e97d95379d25231832a9cfae938fdf5590ae7a7d3e6ad1968a9b2c25393 +DIST pbzip2-1.1.13.tar.gz 48015 SHA256 8fd13eaaa266f7ee91f85c1ea97c86d9c9cc985969db9059cdebcb1e1b7bdbe6 SHA512 a150e476a85b2ae71c244561380f8f113072ef712173afaa0bdace5845d5f81a15b135258cb01376156b69a5085b02b7ab866cfab5713aa773b251b203c087b8 WHIRLPOOL 113a73732e571ff3431d29a6b8c150a2199fe839ccf3282f6cc1adf4bbace649fce4d377e25401132fd8f1c1c3eb48840a0c00536960cdaa288958de51f28d99 diff --git a/app-arch/pbzip2/pbzip2-1.1.13.ebuild b/app-arch/pbzip2/pbzip2-1.1.13.ebuild new file mode 100644 index 000..ff57b3d --- /dev/null +++ b/app-arch/pbzip2/pbzip2-1.1.13.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit flag-o-matic eutils + +DESCRIPTION="Parallel bzip2 (de)compressor using libbz2" +HOMEPAGE="http://compression.ca/pbzip2/ https://launchpad.net/pbzip2"; +SRC_URI="https://launchpad.net/pbzip2/${PV:0:3}/${PV}/+download/${P}.tar.gz"; + +LICENSE="BZIP2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="static symlink" + +LIB_DEPEND="app-arch/bzip2[static-libs(+)]" +RDEPEND=" + !static? ( ${LIB_DEPEND//\[static-libs(+)]} ) + symlink? ( !app-arch/lbzip2[symlink] )" +DEPEND="${RDEPEND} + static? ( ${LIB_DEPEND} )" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-1.1.10-makefile.patch + tc-export CXX + use static && append-ldflags -static +} + +src_install() { + emake DESTDIR="${D}" install + dodoc AUTHORS ChangeLog README + + if use symlink ; then + local s + for s in bzip2 bunzip2 bzcat ; do + dosym pbzip2 /usr/bin/${s} + done + fi +}
[gentoo-commits] repo/gentoo:master commit in: sys-fs/exfat-utils/
commit: f6c3ef236a6b28aa76645b903289a7a0c9eaa9c8 Author: Lars Wendler gentoo org> AuthorDate: Tue Dec 22 11:46:41 2015 + Commit: Lars Wendler gentoo org> CommitDate: Tue Dec 22 11:46:41 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c3ef23 sys-fs/exfat-utils: Bump to version 1.2.3 Package-Manager: portage-2.2.26 Signed-off-by: Lars Wendler gentoo.org> sys-fs/exfat-utils/Manifest | 1 + sys-fs/exfat-utils/exfat-utils-1.2.3.ebuild | 20 2 files changed, 21 insertions(+) diff --git a/sys-fs/exfat-utils/Manifest b/sys-fs/exfat-utils/Manifest index fdea371..b3eceb0 100644 --- a/sys-fs/exfat-utils/Manifest +++ b/sys-fs/exfat-utils/Manifest @@ -3,3 +3,4 @@ DIST exfat-utils-1.1.0.tar.gz 48723 SHA256 68a7943db27548b6aecb6305b3b5064e24294 DIST exfat-utils-1.1.1.tar.gz 48754 SHA256 c64454083961fbad164fa7daef03d7e9247aa978c11395d62a265d48a1d56232 SHA512 d2ebf216a826734937402ff62c020d16c425e092cee5065a48bc7dca9d1e47e5906fc7bf3665ae553d819b0e2e066b1a882ad0bd2a6ab6caed50565f431ee253 WHIRLPOOL be4beda5a8dfa173553f9d03f019814195aa07506a0d6e31c7682b2f994e88e6673566f46dab77ad28784fd9551e0fe8d8f5e24922388f2fbdd181010c05fa7a DIST exfat-utils-1.2.1.tar.gz 166102 SHA256 a91bd60c1a05e5421da46a1f7cdca19d6db85f2de0afedf8f0f5ff77f8edbcb4 SHA512 b441add3f8f0c663bcf048cd899a5b0aa32a9fcb452e6e8f80fe3ea305a4792be949ffd7d1e390755e7880fd6bb4050d230062c1562d361677ed7bce33545ba3 WHIRLPOOL 6a9548da7dd990759798197de5a027a47c8e431766cf3361cdd1196f757fc52057fb679caa60aca2761924bd166bf7431bcc455683be86fed2ab34d2ecde8389 DIST exfat-utils-1.2.2.tar.gz 166316 SHA256 60e33b51db5a8f79b035031bc61b120cdac3075dd27fad156ece4feeb82871f7 SHA512 bd3c4d57b05aee7064e05a8af7ff8d7a1bf7b9a891d804c45fb6c5fcc19d877b75a25c32cfee462133f203a1bead3a65c40d5e32061b5dc4943f36c2a961c2b8 WHIRLPOOL 34fa9cefdfc1f1ed15e11410a43138ade7f2b5a3551ad04279c6c22e9b11198cbf55ba60b84621ded7f834f3086c76223042bd47ca2a77d7158040ca283e457b +DIST exfat-utils-1.2.3.tar.gz 166911 SHA256 80d3b3f21242d60d36a38a4ddb05cb7cc3a7d4eef5793e8314814937b938fcea SHA512 1dd6af4bd20174a0e32a68fa66bd3d8f64820e580fd136e145efc6dfa68afc2496c9e640dcad4551e1efecfdc2183440fcd05f21c52d5412a8514bdc5d81 WHIRLPOOL 10be5659e65df9fe42b72f115621d62b1d8d7fa28354d420e30c7f340eae3ddca2738f27005abad877845e9844cb47227c86e382d5c9945d36431837401a4769 diff --git a/sys-fs/exfat-utils/exfat-utils-1.2.3.ebuild b/sys-fs/exfat-utils/exfat-utils-1.2.3.ebuild new file mode 100644 index 000..6db7bfd --- /dev/null +++ b/sys-fs/exfat-utils/exfat-utils-1.2.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="exFAT filesystem utilities" +HOMEPAGE="https://github.com/relan/exfat"; +SRC_URI="https://github.com/relan/exfat/releases/download/v${PV}/${P}.tar.gz"; + +# COPYING is GPL-2 but ChangeLog says "Relicensed the project from GPLv3+ to GPLv2+" +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc64 ~s390 ~sh ~sparc ~x86 ~arm-linux ~x86-linux" + +src_install() { + emake DESTDIR="${D}" install + dodoc ChangeLog + doman dump/dumpexfat.8 fsck/exfatfsck.8 label/exfatlabel.8 mkfs/mkexfatfs.8 +}
[gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-fad/
commit: 985f9ad43b9e775321f4324ed91706eea72b9e4b Author: Chema Alonso Josa gentoo org> AuthorDate: Tue Dec 22 12:05:53 2015 + Commit: José María Alonso gentoo org> CommitDate: Tue Dec 22 12:05:53 2015 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=985f9ad4 dev-lisp/cl-fad: fix header dev-lisp/cl-fad/cl-fad-0.6.4.ebuild | 4 ++-- dev-lisp/cl-fad/cl-fad-0.7.1.ebuild | 4 ++-- dev-lisp/cl-fad/cl-fad-0.7.2.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-lisp/cl-fad/cl-fad-0.6.4.ebuild b/dev-lisp/cl-fad/cl-fad-0.6.4.ebuild index 954e242..8e24100 100644 --- a/dev-lisp/cl-fad/cl-fad-0.6.4.ebuild +++ b/dev-lisp/cl-fad/cl-fad-0.6.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ inherit common-lisp-2 diff --git a/dev-lisp/cl-fad/cl-fad-0.7.1.ebuild b/dev-lisp/cl-fad/cl-fad-0.7.1.ebuild index 2488455..e99af07 100644 --- a/dev-lisp/cl-fad/cl-fad-0.7.1.ebuild +++ b/dev-lisp/cl-fad/cl-fad-0.7.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=5 diff --git a/dev-lisp/cl-fad/cl-fad-0.7.2.ebuild b/dev-lisp/cl-fad/cl-fad-0.7.2.ebuild index f97ff26..d5a50cb 100644 --- a/dev-lisp/cl-fad/cl-fad-0.7.2.ebuild +++ b/dev-lisp/cl-fad/cl-fad-0.7.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=5
[gentoo-commits] repo/gentoo:master commit in: sys-power/apcupsd/
commit: d2f026a3480457d00c8e6f8acfc4431892275dad Author: Lars Wendler gentoo org> AuthorDate: Tue Dec 22 12:04:17 2015 + Commit: Lars Wendler gentoo org> CommitDate: Tue Dec 22 12:04:17 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2f026a3 sys-power/apcupsd: Bump to version 3.14.13 Package-Manager: portage-2.2.26 Signed-off-by: Lars Wendler gentoo.org> sys-power/apcupsd/Manifest | 1 + sys-power/apcupsd/apcupsd-3.14.13.ebuild | 139 +++ 2 files changed, 140 insertions(+) diff --git a/sys-power/apcupsd/Manifest b/sys-power/apcupsd/Manifest index 4758a56..e186bcc 100644 --- a/sys-power/apcupsd/Manifest +++ b/sys-power/apcupsd/Manifest @@ -1,3 +1,4 @@ DIST apcupsd-3.14.10.tar.gz 1336852 SHA256 0707b5ec9916fbde9e44eb8d18037c8d8f75dfd6aeef51aba5487e189eef2032 SHA512 f95918bff783cb60fa40b03a532ee7447293b0542f44f2f9ecf36ee028df3aa414f01e2b834a28fc319d88ec2e84c81314cd546b5628554176f2ca47fdc66bbc WHIRLPOOL 1fb40a5199eb8dfcd287bab08c2bbf51f02a3657ba615e16395d5f377bc9a5b6144db24b83ef5e9172ff970a715f87f685118a035c00372c34702984fac02d38 DIST apcupsd-3.14.12.tar.gz 2014699 SHA256 1b4f703cb19cfdf44daf173dc8394cafd30fee0b30a0c75a7d19db622454a440 SHA512 2ed409ce4c7c7af667cecf0c73c47315d7516c696383c811945ead720afc146fe2ceda0efef722c3208a1b41a7d4661c9544bc4fe37a36ca4779a5dc1621f3d4 WHIRLPOOL 13a2491e4ad5446ba91a075f7408e48e94a35885288c9ee6108891d89412be5c81f69f4ab5064f86b8bece8c0de44357e4c378d05aad5d9d27bd85f0d95a83d5 +DIST apcupsd-3.14.13.tar.gz 1935043 SHA256 57ecbde01d0448bf8c4dbfe0ad016724ae66ab98adf2de955bf2be553c5d03f9 SHA512 74f7763de268626e24f9dd99090b01d5bff35c2fde769039104105ec27941673d1613c41fcac11e3d97d2fe5c364bcc0459847fcba5d2f7f1aac85795d6d8570 WHIRLPOOL 4b6fb18848aa597bae1066a7f195747f9edfdee75a27e43e3d14e3153d4b434829c5863b7e92c0704ea652583b8c5885fd01fe7280abe93bf1c6cfc370434f73 DIST apcupsd-3.14.8.tar.gz 1317601 SHA256 8e7f2574d3abaf6637da3e790860c3f9ba64fab1ec7e50bb080de4439441c5a7 SHA512 07e6a15538bf1824b5063a1a93f33231639cf962e658c0dada1b244f2554af81824825d807ea81fd0388e25ed8fac0957621bfded96e3faeb7b594548fc4d418 WHIRLPOOL e5a580afc4955a373f020cb6e4ccbf07f9f020d4c15eaae59b416499c25a00b9d4bbc6af012bd2529024e8a3668a1d7c47f19f1bcb99f5ba60dc0108fa13c4f2 diff --git a/sys-power/apcupsd/apcupsd-3.14.13.ebuild b/sys-power/apcupsd/apcupsd-3.14.13.ebuild new file mode 100644 index 000..ce3e408 --- /dev/null +++ b/sys-power/apcupsd/apcupsd-3.14.13.ebuild @@ -0,0 +1,139 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils linux-info flag-o-matic systemd udev + +DESCRIPTION="APC UPS daemon with integrated tcp/ip remote shutdown" +HOMEPAGE="http://www.apcupsd.org/"; +SRC_URI="mirror://sourceforge/apcupsd/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd" +IUSE="snmp +usb cgi nls gnome kernel_linux" + +DEPEND=" + || ( >=sys-apps/util-linux-2.23[tty-helpers(-)] + <=sys-apps/sysvinit-2.88-r4 + sys-freebsd/freebsd-ubin + ) + cgi? ( >=media-libs/gd-1.8.4 ) + nls? ( sys-devel/gettext ) + snmp? ( >=net-analyzer/net-snmp-5.7.2 ) + gnome? ( >=x11-libs/gtk+-2.4.0:2 + dev-libs/glib:2 + >=gnome-base/gconf-2.0 )" +RDEPEND="${DEPEND} + sys-apps/openrc + virtual/mailx" + +CONFIG_CHECK="~USB_HIDDEV ~HIDRAW" +ERROR_USB_HIDDEV="CONFIG_USB_HIDDEV: needed to access USB-attached UPSes" +ERROR_HIDRAW="CONFIG_HIDRAW: needed to access USB-attached UPSes" + +pkg_setup() { + if use kernel_linux && use usb && linux_config_exists; then + check_extra_config + fi +} + +src_prepare() { + epatch "${FILESDIR}/${PN}-3.14.9-aliasing.patch" +} + +src_configure() { + local myconf + use cgi && myconf="${myconf} --enable-cgi --with-cgi-bin=/usr/libexec/${PN}/cgi-bin" + if use usb; then + myconf="${myconf} --with-upstype=usb --with-upscable=usb --enable-usb --with-dev= " + else + myconf="${myconf} --with-upstype=apcsmart --with-upscable=smart --disable-usb" + fi + + # We force the DISTNAME to gentoo so it will use gentoo's layout also + # when installed on non-linux systems. + econf \ + --sbindir=/sbin \ + --sysconfdir=/etc/apcupsd \ + --with-pwrfail-dir=/etc/apcupsd \ + --with-lock-dir=/run/apcupsd \ + --with-pid-dir=/run/apcupsd \ + --with-log-dir=/var/log \ + --with-nis-port=3551 \ + --enable-net --enable-pcnet \ + --with-distname=gentoo \ + $(use_enable snmp net-snmp) \ + $(use_enable gnome gapcmon) \ + ${myconf} \ + APCUPSD_MAIL=/bin/mail +} + +src_compile() { + # Workaround for
[gentoo-commits] repo/gentoo:master commit in: sys-fs/exfat-utils/
commit: e64cdbf72b434fa886bfb1bb9d08bae296260284 Author: Lars Wendler gentoo org> AuthorDate: Tue Dec 22 11:49:36 2015 + Commit: Lars Wendler gentoo org> CommitDate: Tue Dec 22 11:49:36 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e64cdbf7 sys-fs/exfat-utils: Removed old. Package-Manager: portage-2.2.26 Signed-off-by: Lars Wendler gentoo.org> sys-fs/exfat-utils/Manifest | 1 - sys-fs/exfat-utils/exfat-utils-1.1.0.ebuild | 29 - 2 files changed, 30 deletions(-) diff --git a/sys-fs/exfat-utils/Manifest b/sys-fs/exfat-utils/Manifest index b3eceb0..afb87dc 100644 --- a/sys-fs/exfat-utils/Manifest +++ b/sys-fs/exfat-utils/Manifest @@ -1,5 +1,4 @@ DIST exfat-utils-1.0.1.tar.gz 51905 SHA256 eeacedca1878065dc3886674ae39cd51149c37bd7d6d7e9325c971a1d1acdab3 SHA512 e2716e902110858e33e21395c45881315cbe469cf5192de130031ce989bdcb388944ad22d8588ae1a29d682615809be886086d313d5ab46b3aafa6d356a0e8ac WHIRLPOOL 7d78afd9a37fed433704d8b6873d8ab19bd3d4e5c0e5951961f743768483c9843d51aa7342ec67e36466bb3141085a44c2d6ac6140f23361a4efd0d4ebcc6de1 -DIST exfat-utils-1.1.0.tar.gz 48723 SHA256 68a7943db27548b6aecb6305b3b5064e242945502f03ba95a5d14938a18cc94e SHA512 a672c4a1a90b652c991631db92ac2f59b4fe504d31c61b31e64f96d36bb0154c307c05134972f357bfb0f4006015381c65fee961edcfcfe6bf3c7d7dadf7f2eb WHIRLPOOL ff8f0964ff837118fe07632ed92e94d995d55650d9cf6fe391c1d67d65ba8fecb4d4a70740807d6f7591be0dcc49ccf3d760d32d042e937fc42e9558b1b21d02 DIST exfat-utils-1.1.1.tar.gz 48754 SHA256 c64454083961fbad164fa7daef03d7e9247aa978c11395d62a265d48a1d56232 SHA512 d2ebf216a826734937402ff62c020d16c425e092cee5065a48bc7dca9d1e47e5906fc7bf3665ae553d819b0e2e066b1a882ad0bd2a6ab6caed50565f431ee253 WHIRLPOOL be4beda5a8dfa173553f9d03f019814195aa07506a0d6e31c7682b2f994e88e6673566f46dab77ad28784fd9551e0fe8d8f5e24922388f2fbdd181010c05fa7a DIST exfat-utils-1.2.1.tar.gz 166102 SHA256 a91bd60c1a05e5421da46a1f7cdca19d6db85f2de0afedf8f0f5ff77f8edbcb4 SHA512 b441add3f8f0c663bcf048cd899a5b0aa32a9fcb452e6e8f80fe3ea305a4792be949ffd7d1e390755e7880fd6bb4050d230062c1562d361677ed7bce33545ba3 WHIRLPOOL 6a9548da7dd990759798197de5a027a47c8e431766cf3361cdd1196f757fc52057fb679caa60aca2761924bd166bf7431bcc455683be86fed2ab34d2ecde8389 DIST exfat-utils-1.2.2.tar.gz 166316 SHA256 60e33b51db5a8f79b035031bc61b120cdac3075dd27fad156ece4feeb82871f7 SHA512 bd3c4d57b05aee7064e05a8af7ff8d7a1bf7b9a891d804c45fb6c5fcc19d877b75a25c32cfee462133f203a1bead3a65c40d5e32061b5dc4943f36c2a961c2b8 WHIRLPOOL 34fa9cefdfc1f1ed15e11410a43138ade7f2b5a3551ad04279c6c22e9b11198cbf55ba60b84621ded7f834f3086c76223042bd47ca2a77d7158040ca283e457b diff --git a/sys-fs/exfat-utils/exfat-utils-1.1.0.ebuild b/sys-fs/exfat-utils/exfat-utils-1.1.0.ebuild deleted file mode 100644 index b7919c6..000 --- a/sys-fs/exfat-utils/exfat-utils-1.1.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit scons-utils toolchain-funcs - -DESCRIPTION="exFAT filesystem utilities" -HOMEPAGE="https://github.com/relan/exfat"; -SRC_URI="https://docs.google.com/uc?export=download&id=0B7CLI-REKbE3bnR2WHowZXNtUVU -> ${P}.tar.gz" - -LICENSE="GPL-2+" # COPYING is GPL-2 but ChangeLog says "Relicensed the project from GPLv3+ to GPLv2+" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc64 ~s390 ~sh ~sparc ~x86 ~arm-linux ~x86-linux" -IUSE="" - -src_compile() { - tc-export AR CC RANLIB - escons CCFLAGS="${CFLAGS} -Wall -std=c99" -} - -src_install() { - dobin dump/dumpexfat label/exfatlabel mkfs/mkexfatfs fsck/exfatfsck - dosym mkexfatfs /usr/bin/mkfs.exfat - dosym exfatfsck /usr/bin/fsck.exfat - - doman */*.8 - dodoc ChangeLog -}
[gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse-exfat/
commit: bd8237f5fcdea690a4bfd6832136935bf86d63e6 Author: Lars Wendler gentoo org> AuthorDate: Tue Dec 22 11:43:59 2015 + Commit: Lars Wendler gentoo org> CommitDate: Tue Dec 22 11:43:59 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd8237f5 sys-fs/fuse-exfat: Removed old. Package-Manager: portage-2.2.26 Signed-off-by: Lars Wendler gentoo.org> sys-fs/fuse-exfat/Manifest| 1 - sys-fs/fuse-exfat/fuse-exfat-1.2.1.ebuild | 24 2 files changed, 25 deletions(-) diff --git a/sys-fs/fuse-exfat/Manifest b/sys-fs/fuse-exfat/Manifest index f92a666..aadf09d 100644 --- a/sys-fs/fuse-exfat/Manifest +++ b/sys-fs/fuse-exfat/Manifest @@ -1,5 +1,4 @@ DIST fuse-exfat-1.0.1.tar.gz 39627 SHA256 12ac1ba1b7d4343bef64e7898176705a41cfe3b5a7a179e28549d242e2854758 SHA512 e444031e7a6b999b3014ced255447bdfe4586b16970f36393706433262ca0cbd17911d6ca7af3465871f3136bdd9c8be2ec85f0dd124d670b240829093d341f6 WHIRLPOOL 521e1bc9356e2fcef7afc7720f5a4b017aa908f58af1537bc243ebfdfb6ba41dcba3cdb8d9e5b526e2333d93fffe4d0ffc5b29b9025387088f5b486393e5bf7c DIST fuse-exfat-1.1.0.tar.gz 36677 SHA256 198c520e417e955dc5c08687c278e63eefa56719da4452aa4a605be0327f953e SHA512 60280687c9adea3955fd85f003482e9d40163924837e5dcac4205c2bd02318c8ea280103a509213e83a04d390507f15dfe3cd3ecc03e9b90abcf4cef7e830398 WHIRLPOOL 86c029c13287b9b7b0b4d7798f7eef9dfad37bc05b5cbb836cd71539f78b0bcfeeffd7d2d35c3b4c55ca259b8ed1f0d6ea68bad23b3304c36775c20717b38a35 -DIST fuse-exfat-1.2.1.tar.gz 134723 SHA256 f444cd2849295b8de7fc61022fbf02f5bb1a84790c43f0c75ba3bf96f4619dd4 SHA512 5b9e383c6f6ff7387367b0799d894770ea1b0f1014d299a4252c87801b580251fac8429b0f927dba1a2fb3c6c040bc55a4b5fb81fd30ff9ccddda037c977349b WHIRLPOOL 98e01e905d62605b3c78edbf490bc3c50aad26ea9476eb294556e4dd63b84070d7517bbf6fa004d0d117de6275515f44c850a4494da7df374e03d62c7b5c065c DIST fuse-exfat-1.2.2.tar.gz 135181 SHA256 c93b4d10bd548db205b7c491c43cabf510e4817716460322f5f645739c54cdca SHA512 26f73017a36b072d2c7905358cb2236cdfbd55ddb94c554a0bfd8520ffc6c0366f3c40497d18eefb2a27a55c3531f7d6fabec1882802ad6961603ada89229c4a WHIRLPOOL db4ae9a3ce10cd5650d4a9f649c50717f1b08fe4d69d921b5479b93d666abeea03a7af0e9bd19e4bf0e1799e1cbeec7ec5b669b4dccc981ac363961ab762ae48 DIST fuse-exfat-1.2.3.tar.gz 135715 SHA256 f2e06eba5a21c621aac1d6da21b12a5a324fdd1e20f9c8acd357dd463c2355d9 SHA512 960f24325af3604a6c3643462e53c989e0b06cafd8cfc1ac8872a37fe149d106d0155fe578f2d8f15f330c51f1bc653d296f01b1adf7aa7028a9d8a73215f692 WHIRLPOOL 3c7b77d9760265dacf16499f0ec0cbf96cc2086d7f3d6d0f4cc68955acd6e2e26ef7475e642471bf717fd9ef8babc5419487e14d1cb8672ee430e667fba7e368 diff --git a/sys-fs/fuse-exfat/fuse-exfat-1.2.1.ebuild b/sys-fs/fuse-exfat/fuse-exfat-1.2.1.ebuild deleted file mode 100644 index 3be1dfc..000 --- a/sys-fs/fuse-exfat/fuse-exfat-1.2.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="exFAT filesystem FUSE module" -HOMEPAGE="https://github.com/relan/exfat"; -SRC_URI="https://github.com/relan/exfat/releases/download/v${PV}/${P}.tar.gz"; - -# COPYING is GPL-2 but ChangeLog says "Relicensed the project from GPLv3+ to GPLv2+" -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc64 ~s390 ~sh ~sparc ~x86 ~arm-linux ~x86-linux" - -RDEPEND="sys-fs/fuse" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_install() { - emake DESTDIR="${D}" install - dodoc ChangeLog - doman fuse/mount.exfat-fuse.8 -}
[gentoo-commits] proj/lisp:master commit in: dev-lisp/babel/
commit: 10c179c7c5aa02bd605b2b4d692328d2d493ac88 Author: Chema Alonso Josa gentoo org> AuthorDate: Tue Dec 22 12:26:00 2015 + Commit: José María Alonso gentoo org> CommitDate: Tue Dec 22 12:26:00 2015 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=10c179c7 dev-lisp/babel: fix header dev-lisp/babel/babel-0.3.0.ebuild | 4 ++-- dev-lisp/babel/babel-0.4.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-lisp/babel/babel-0.3.0.ebuild b/dev-lisp/babel/babel-0.3.0.ebuild index f8698da..6672cc8 100644 --- a/dev-lisp/babel/babel-0.3.0.ebuild +++ b/dev-lisp/babel/babel-0.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ inherit common-lisp-2 eutils diff --git a/dev-lisp/babel/babel-0.4.0.ebuild b/dev-lisp/babel/babel-0.4.0.ebuild index 6e5d59c..e2871c2 100644 --- a/dev-lisp/babel/babel-0.4.0.ebuild +++ b/dev-lisp/babel/babel-0.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=5
[gentoo-commits] proj/lisp:master commit in: dev-lisp/babel/
commit: 2c5639c3a500f98cbc9f392e29e83da9300af6d1 Author: Chema Alonso Josa gentoo org> AuthorDate: Tue Dec 22 12:27:06 2015 + Commit: José María Alonso gentoo org> CommitDate: Tue Dec 22 12:27:06 2015 + URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2c5639c3 dev-lisp/babel: bump to version 0.5.0 dev-lisp/babel/babel-0.5.0.ebuild | 31 +++ 1 file changed, 31 insertions(+) diff --git a/dev-lisp/babel/babel-0.5.0.ebuild b/dev-lisp/babel/babel-0.5.0.ebuild new file mode 100644 index 000..e2871c2 --- /dev/null +++ b/dev-lisp/babel/babel-0.5.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit common-lisp-3 + +MY_P=${PN}_${PV} + +DESCRIPTION="A charset encoding/decoding library." +HOMEPAGE="http://common-lisp.net/project/babel/"; +SRC_URI="http://common-lisp.net/project/${PN}/releases/${MY_P}.tar.gz"; + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="dev-lisp/alexandria + dev-lisp/trivial-features + dev-lisp/trivial-gray-streams + dev-lisp/rt" + +S="${WORKDIR}"/${MY_P} + +src_install() { + common-lisp-install-sources -t all src tests + common-lisp-install-asdf + dodoc NOTES README +}
[gentoo-commits] repo/gentoo:master commit in: sys-apps/gsmartcontrol/
commit: 468d9d066b6d43ca11d9433068297688f88c77a4 Author: Justin Lecher gentoo org> AuthorDate: Tue Dec 22 12:53:56 2015 + Commit: Justin Lecher gentoo org> CommitDate: Tue Dec 22 12:54:08 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=468d9d06 sys-apps/gsmartcontrol: Add std=c++11 to CXXFLAGS for latest dev-libs/libsigc++ Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild | 7 ++- sys-apps/gsmartcontrol/metadata.xml | 18 +- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild b/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild index 053a68b..9fa1694 100644 --- a/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild +++ b/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild @@ -3,7 +3,8 @@ # $Id$ EAPI=4 -inherit gnome2-utils + +inherit flag-o-matic gnome2-utils DESCRIPTION="Hard disk drive health inspection tool" HOMEPAGE="http://gsmartcontrol.sourceforge.net/home/"; @@ -25,6 +26,10 @@ DEPEND="${COMMON_DEPEND} DOCS="TODO" # See 'dist_doc_DATA' value in Makefile.am +src_prepare() { + append-cxxflags -std=c++11 +} + src_configure() { econf \ --docdir=/usr/share/doc/${PF} \ diff --git a/sys-apps/gsmartcontrol/metadata.xml b/sys-apps/gsmartcontrol/metadata.xml index ca80785..9d109ee 100644 --- a/sys-apps/gsmartcontrol/metadata.xml +++ b/sys-apps/gsmartcontrol/metadata.xml @@ -1,11 +1,11 @@ - -http://www.gentoo.org/dtd/metadata.dtd'> + +http://www.gentoo.org/dtd/metadata.dtd";> -base-system - - ssuomi...@gentoo.org - - - gsmartcontrol - + base-system + + ssuomi...@gentoo.org + + + gsmartcontrol +
[gentoo-commits] repo/gentoo:master commit in: app-portage/maintainer-helper/
commit: 566113d9908cd23126d7d422cba4533bbffaaac6 Author: Michał Górny gentoo org> AuthorDate: Tue Dec 22 13:13:05 2015 + Commit: Michał Górny gentoo org> CommitDate: Tue Dec 22 13:23:34 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=566113d9 app-portage/maintainer-helper: Convert to distutils-r1 .../maintainer-helper-0.1.2-r1.ebuild | 32 ++ 1 file changed, 32 insertions(+) diff --git a/app-portage/maintainer-helper/maintainer-helper-0.1.2-r1.ebuild b/app-portage/maintainer-helper/maintainer-helper-0.1.2-r1.ebuild new file mode 100644 index 000..ea04927 --- /dev/null +++ b/app-portage/maintainer-helper/maintainer-helper-0.1.2-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="An application to help with ebuild maintenance" +HOMEPAGE="https://dev.gentoo.org/~jokey/maintainer-helper"; +SRC_URI="https://dev.gentoo.org/~jokey/maintainer-helper/${P}.tar.bz2"; + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="dev-qt/qtgui:4 + >=dev-python/PyQt4-4.2[X,${PYTHON_USEDEP}] + >=sys-apps/pkgcore-0.3.1[${PYTHON_USEDEP}] + >=dev-python/snakeoil-0.1_rc2[${PYTHON_USEDEP}]" + +python_postinst() { + elog "Currently gvim is hardcoded as editor, to change it, edit" + elog "$(python_get_sitedir)/maintainer_helper/backend/tasks.py" + elog "It will be a real setting in the next version" +} + +pkg_postinst() { python_foreach_impl python_postinst; }
[gentoo-commits] repo/gentoo:master commit in: net-wireless/blueman/, profiles/
commit: 5c674a4816bff994c00df40f5ebe834ac2a45561 Author: Michał Górny gentoo org> AuthorDate: Tue Dec 22 13:23:05 2015 + Commit: Michał Górny gentoo org> CommitDate: Tue Dec 22 13:23:34 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c674a48 net-wireless/blueman: Remove old vuln. version net-wireless/blueman/blueman-2.0-r1.ebuild | 115 - profiles/package.mask | 5 -- 2 files changed, 120 deletions(-) diff --git a/net-wireless/blueman/blueman-2.0-r1.ebuild b/net-wireless/blueman/blueman-2.0-r1.ebuild deleted file mode 100644 index 22cc3b8..000 --- a/net-wireless/blueman/blueman-2.0-r1.ebuild +++ /dev/null @@ -1,115 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -PYTHON_COMPAT=( python2_7 ) -inherit eutils gnome2-utils linux-info python-single-r1 - -DESCRIPTION="GTK+ Bluetooth Manager, designed to be simple and intuitive for everyday bluetooth tasks" -HOMEPAGE="https://github.com/blueman-project/blueman"; - -if [[ ${PV} == "" ]] ; then - inherit autotools git-r3 - EGIT_REPO_URI="https://github.com/blueman-project/blueman.git"; - KEYWORDS="~ppc" -else - SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV}/${P}.tar.xz"; - KEYWORDS="~amd64 ~ppc ~x86" -fi - -LICENSE="GPL-3" -SLOT="0" -IUSE="appindicator network nls policykit pulseaudio thunar" - -COMMON_DEPEND=" - dev-python/pygobject:3 - >=net-wireless/bluez-4.61:= - ${PYTHON_DEPS}" -DEPEND="${COMMON_DEPEND} - dev-python/cython[${PYTHON_USEDEP}] - virtual/pkgconfig - nls? ( dev-util/intltool sys-devel/gettext )" -RDEPEND="${COMMON_DEPEND} - dev-python/dbus-python[${PYTHON_USEDEP}] - dev-python/pycairo[${PYTHON_USEDEP}] - sys-apps/dbus - x11-libs/gtk+:3[introspection] - x11-libs/libnotify[introspection] - || ( - x11-themes/faenza-icon-theme - x11-themes/gnome-icon-theme - x11-themes/mate-icon-theme - ) - appindicator? ( dev-libs/libappindicator:3[introspection] ) - network? ( - net-dns/avahi[autoipd] - net-firewall/iptables - sys-apps/net-tools - || ( - net-dns/dnsmasq - net-misc/dhcp - >=net-misc/networkmanager-0.8 - ) - ) - policykit? ( sys-auth/polkit ) - pulseaudio? ( media-sound/pulseaudio[bluetooth] ) - thunar? ( xfce-base/thunar ) -" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -pkg_pretend() { - if use network; then - local CONFIG_CHECK="~BRIDGE ~IP_NF_IPTABLES - ~IP_NF_NAT ~IP_NF_TARGET_MASQUERADE" - linux-info_pkg_setup - fi -} - -pkg_setup() { - pkg_pretend - python-single-r1_pkg_setup -} - -src_prepare() { - epatch \ - "${FILESDIR}/${P}-set-codeset-for-gettext-to-UTF-8-always.patch" - [[ ${PV} == ]] && eautoreconf -} - -src_configure() { - econf \ - --docdir=/usr/share/doc/${PF} \ - --disable-runtime-deps-check \ - --disable-static \ - $(use_enable policykit polkit) \ - $(use_enable nls) \ - $(use_enable thunar thunar-sendto) -} - -src_install() { - default - - python_fix_shebang "${D}" - rm "${D}"/$(python_get_sitedir)/*.la || die - - use appindicator || { rm "${D}"/$(python_get_sitedir)/${PN}/plugins/applet/AppIndicator.py* || die; } - use pulseaudio || { rm "${D}"/$(python_get_sitedir)/${PN}/{main/Pulse*.py*,plugins/manager/Pulse*.py*} || die; } -} - -pkg_preinst() { - gnome2_icon_savelist - gnome2_schemas_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update - gnome2_schemas_update -} - -pkg_postrm() { - gnome2_icon_cache_update - gnome2_schemas_update -} diff --git a/profiles/package.mask b/profiles/package.mask index c92fd59..fd7e547 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -51,11 +51,6 @@ games-fps/ut2004-ultraduel # Ebuild uninstallable #557090 =app-crypt/gkeys-0.1-r1 -# Michał Górny (18 Dec 2015) -# Contains privilege escalation vulnerability that could be used to -# execute random Python code passed via D-Bus as root. Bug #568644. - (18 Dec 2015) # Unmaintained and no reason to use it or keep it around # when games-roguelike/rogue is a better choice.
[gentoo-commits] proj/sci:master commit in: sci-libs/cblas-reference/files/, sci-libs/cblas-reference/
commit: 0bd08b2aad09eb489285fcd02cd2b8a1c43e5356 Author: Justin Lecher gentoo org> AuthorDate: Tue Dec 22 13:42:06 2015 + Commit: Justin Lecher gentoo org> CommitDate: Tue Dec 22 13:42:06 2015 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=0bd08b2a sci-libs/cblas-reference: Add Cflags definition to pc file for includedir GitHub: fixes gentoo-science/sci#555 Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> ...2.ebuild => cblas-reference-20151113-r3.ebuild} | 0 .../files/lapack-fix-build-system.patch| 96 ++ 2 files changed, 64 insertions(+), 32 deletions(-) diff --git a/sci-libs/cblas-reference/cblas-reference-20151113-r2.ebuild b/sci-libs/cblas-reference/cblas-reference-20151113-r3.ebuild similarity index 100% rename from sci-libs/cblas-reference/cblas-reference-20151113-r2.ebuild rename to sci-libs/cblas-reference/cblas-reference-20151113-r3.ebuild diff --git a/sci-libs/cblas-reference/files/lapack-fix-build-system.patch b/sci-libs/cblas-reference/files/lapack-fix-build-system.patch index 8661709..a187dac 100644 --- a/sci-libs/cblas-reference/files/lapack-fix-build-system.patch +++ b/sci-libs/cblas-reference/files/lapack-fix-build-system.patch @@ -1,18 +1,18 @@ lapack-3.6.0/BLAS/blas.pc.in -+++ lapack-3.6.0/BLAS/blas.pc.in -@@ -1,5 +1,7 @@ --prefix=@prefix@ --libdir=@libdir@ -+prefix=@CMAKE_INSTALL_PREFIX@ -+exec_prefix=${prefix} -+libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@ -+includedir=${prefix}/include - - Name: blas - Description: Basic Linear Algebra Subprograms F77 reference implementations lapack-3.6.0/BLAS/CMakeLists.txt -+++ lapack-3.6.0/BLAS/CMakeLists.txt -@@ -2,7 +2,7 @@ + BLAS/CMakeLists.txt| 2 +- + BLAS/blas.pc.in| 6 -- + CBLAS/CMakeLists.txt | 2 +- + CBLAS/cblas.pc.in | 9 ++--- + CMakeLists.txt | 2 +- + LAPACKE/CMakeLists.txt | 2 +- + LAPACKE/lapacke.pc.in | 6 -- + lapack.pc.in | 6 -- + 8 files changed, 22 insertions(+), 13 deletions(-) + +diff --git a/BLAS/CMakeLists.txt b/BLAS/CMakeLists.txt +index 45e68e9..56c8354 100644 +--- a/BLAS/CMakeLists.txt b/BLAS/CMakeLists.txt +@@ -2,7 +2,7 @@ add_subdirectory(SRC) if(BUILD_TESTING) add_subdirectory(TESTING) endif(BUILD_TESTING) @@ -21,8 +21,10 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/blas.pc DESTINATION ${PKG_CONFIG_DIR} lapack-3.6.0/CBLAS/cblas.pc.in -+++ lapack-3.6.0/CBLAS/cblas.pc.in +diff --git a/BLAS/blas.pc.in b/BLAS/blas.pc.in +index 845a25c..7a53ea5 100644 +--- a/BLAS/blas.pc.in b/BLAS/blas.pc.in @@ -1,5 +1,7 @@ -prefix=@prefix@ -libdir=@libdir@ @@ -31,11 +33,13 @@ +libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@ +includedir=${prefix}/include - Name: lapacke - Description: C Standard Interface to BLAS Linear Algebra PACKage lapack-3.6.0/CBLAS/CMakeLists.txt -+++ lapack-3.6.0/CBLAS/CMakeLists.txt -@@ -71,7 +71,7 @@ + Name: blas + Description: Basic Linear Algebra Subprograms F77 reference implementations +diff --git a/CBLAS/CMakeLists.txt b/CBLAS/CMakeLists.txt +index 98b481f..8f98b04 100644 +--- a/CBLAS/CMakeLists.txt b/CBLAS/CMakeLists.txt +@@ -71,7 +71,7 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/CMAKE/cblas-config-build.cmake.in ${LAPACK_BINARY_DIR}/cblas-config.cmake @ONLY) @@ -44,9 +48,31 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/cblas.pc DESTINATION ${PKG_CONFIG_DIR} lapack-3.6.0/CMakeLists.txt -+++ lapack-3.6.0/CMakeLists.txt -@@ -333,7 +333,7 @@ +diff --git a/CBLAS/cblas.pc.in b/CBLAS/cblas.pc.in +index ee20206..14a141e 100644 +--- a/CBLAS/cblas.pc.in b/CBLAS/cblas.pc.in +@@ -1,9 +1,12 @@ +-prefix=@prefix@ +-libdir=@libdir@ ++prefix=@CMAKE_INSTALL_PREFIX@ ++exec_prefix=${prefix} ++libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@ ++includedir=${prefix}/include/@PROFNAME@ + +-Name: lapacke ++Name: cblas-reference + Description: C Standard Interface to BLAS Linear Algebra PACKage + Version: @LAPACK_VERSION@ + URL: http://www.netlib.org/lapack/ + Libs: -L${libdir} -lcblas ++Cflags: -I${includedir} + Requires: blas +diff --git a/CMakeLists.txt b/CMakeLists.txt +index ab29bd2..31b878a 100644 +--- a/CMakeLists.txt b/CMakeLists.txt +@@ -333,7 +333,7 @@ configure_file(${LAPACK_SOURCE_DIR}/CMAKE/lapack-config-build.cmake.in ${LAPACK_BINARY_DIR}/lapack-config.cmake @ONLY) @@ -55,9 +81,11 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/lapack.pc DESTINATION ${PKG_CONFIG_DIR} lapack-3.6.0/LAPACKE/CMakeLists.txt -+++ lapack-3.6.0/LAPACKE/CMakeLists.txt -@@ -65,7 +65,7 @@ +diff --git a/LAPACKE/CMakeLists.txt b/LAPACKE/CMakeLists.txt +index 008f24c..d8c4cb0 100644 +--- a/LAPACKE/CMakeLists.txt b/LAPACKE/CMakeLists.txt +@@ -65,7 +65,7 @@ if(BUILD_TESTING) endif(BUILD_TESTING) @@ -66,8 +94,10 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/lapacke.pc DESTINATION ${PKG_CONFIG_DIR} lapack-3.6.0/LAPACKE/lapacke.pc.in -+++ lapack-3.6.0/LAP
[gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
commit: eaa56db5a94fee3036d9e20d07a42a12b945b8a8 Author: Fabian Groffen gentoo org> AuthorDate: Tue Dec 22 13:51:05 2015 + Commit: Fabian Groffen gentoo org> CommitDate: Tue Dec 22 13:51:05 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaa56db5 app-misc/jq: marked ~x64-macos Package-Manager: portage-2.2.20-prefix app-misc/jq/jq-1.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/jq/jq-1.4-r1.ebuild b/app-misc/jq/jq-1.4-r1.ebuild index 2e4fef4..e3458f2 100644 --- a/app-misc/jq/jq-1.4-r1.ebuild +++ b/app-misc/jq/jq-1.4-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://stedolan.github.io/jq/download/source/${P}.tar.gz"; LICENSE="MIT CC-BY-3.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~x64-macos" IUSE="static-libs test" DEPEND="sys-devel/bison
[gentoo-commits] repo/gentoo:master commit in: dev-libs/boost/
commit: 396b0bc47a854daa01b5ce2819011120d41dfac3 Author: Ian Delaney gentoo org> AuthorDate: Tue Dec 22 12:58:30 2015 + Commit: Ian Delaney gentoo org> CommitDate: Tue Dec 22 12:58:30 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=396b0bc4 dev-libs/boost: add py3.5 support to vn. 1.57.0 Package-Manager: portage-2.2.24 dev-libs/boost/boost-1.57.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/boost/boost-1.57.0.ebuild b/dev-libs/boost/boost-1.57.0.ebuild index a1273ec..41eefc0 100644 --- a/dev-libs/boost/boost-1.57.0.ebuild +++ b/dev-libs/boost/boost-1.57.0.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) inherit eutils flag-o-matic multilib multiprocessing python-r1 toolchain-funcs versionator multilib-minimal
[gentoo-commits] repo/gentoo:master commit in: app-admin/filebeat-bin/
commit: 686f3ae488f745ea2fc831907de519c07ac363df Author: Tomas Mozes gmail com> AuthorDate: Tue Dec 22 13:38:25 2015 + Commit: Ian Delaney gentoo org> CommitDate: Tue Dec 22 14:21:05 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=686f3ae4 app-admin/filebeat-bin: version bump 1.0.1 Package-Manager: portage-2.2.26 app-admin/filebeat-bin/Manifest | 4 ++-- .../{filebeat-bin-1.0.0.ebuild => filebeat-bin-1.0.1.ebuild} | 0 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/filebeat-bin/Manifest b/app-admin/filebeat-bin/Manifest index 430abbc..a5766cc 100644 --- a/app-admin/filebeat-bin/Manifest +++ b/app-admin/filebeat-bin/Manifest @@ -1,2 +1,2 @@ -DIST filebeat-1.0.0-i686.tar.gz 3069805 SHA256 f184fe7d5cd566bdf1a48f79cd52c0d3ef960782b2076e8df67836e0ed36dc37 SHA512 c4df33524249aef574f923c67be56e22f8eb24a51933178a90b080cc59aec772052c653bf551f198c08e63c7cb03fa9f346dc7c5cee31c586270c532655486df WHIRLPOOL e2be905de1aa0749bfb419bff50fc1952dc7dc5b2d127045709f08e6e6cb38faae1372d64515c4157949138cdbd10888aea0e0fe4e98f57d69a73873eb578483 -DIST filebeat-1.0.0-x86_64.tar.gz 3260387 SHA256 f0bcc2dc9ae720a672fe5f4b22c0d132f7131d4d07484f4100453c7122f0561a SHA512 823450554ec6d7ae43ff064e967ad8d5bef95077404738feac7f7ae5ef74000e051042ea3734423b883bab9102d90a4e707d9c0d03c88abe2f34862f02d01ed4 WHIRLPOOL 5a6b9b532d090a87724f17af3727cca772f48602c39cb9d82593f3c4f4ab722f295db647ba4d0152bf3baa41134b5561c2e9655a02d47c25e228af64122e3609 +DIST filebeat-1.0.1-i686.tar.gz 3073413 SHA256 a9ccf9a4f1d3e2c840ad153ae4594a4cabccaa53c178c3ad585590e10994d7b8 SHA512 164835cb4dd98b6e897e004fdc0c099022be8e83ced89a0dbbbec119f32eaaf9f6ed5eaec41d3c86d5722df662577d83b9623b057ac7913038b04ee344ae5a85 WHIRLPOOL 9983b74569ff303cdfcff8968a0a93dab34e1f9c3d184f89e88e066106cd94a687e07a94e3ba6ac6019d786cad50a07ec8052043a5bdd3cbc095eaae64c50c0f +DIST filebeat-1.0.1-x86_64.tar.gz 3265179 SHA256 662bceca18eabf9c81681b790776398a78fdf36604b5d0edc8abedd28980de52 SHA512 5ec0a0371790a425fac67ddb164fc4b347eb79468f85b8a64d78491a478aacfc2d3eaad62f654847c7381d4dc3686075e428ecc2271f415aa1cc83b5c84e72b7 WHIRLPOOL 58c86a41cdd2543d8de82e0572af27adac7d44d09c7866c984616c7dcb296087eaa25f6c7de234f27ed25698bad9d18a444bfd89166c5a415457a2f473fa6263 diff --git a/app-admin/filebeat-bin/filebeat-bin-1.0.0.ebuild b/app-admin/filebeat-bin/filebeat-bin-1.0.1.ebuild similarity index 100% rename from app-admin/filebeat-bin/filebeat-bin-1.0.0.ebuild rename to app-admin/filebeat-bin/filebeat-bin-1.0.1.ebuild
[gentoo-commits] repo/gentoo:master commit in: dev-python/pgmagick/
commit: 27fb9d59113ca61af75cc6a2200983af5e663b05 Author: Ian Delaney gentoo org> AuthorDate: Tue Dec 22 14:19:12 2015 + Commit: Ian Delaney gentoo org> CommitDate: Tue Dec 22 14:21:10 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27fb9d59 dev-python/pgmagick: bump to vn. 0.6, added py3.4 py3.5 support Package-Manager: portage-2.2.24 dev-python/pgmagick/Manifest| 1 + dev-python/pgmagick/pgmagick-0.6.ebuild | 40 + 2 files changed, 41 insertions(+) diff --git a/dev-python/pgmagick/Manifest b/dev-python/pgmagick/Manifest index 8a900c2..4d216e8 100644 --- a/dev-python/pgmagick/Manifest +++ b/dev-python/pgmagick/Manifest @@ -1,2 +1,3 @@ DIST pgmagick-0.5.10.tar.gz 39826 SHA256 89274107200a84e56e0fc4f6c482fd3b865d28c820c6d3e81cdbd4089e2dd233 SHA512 a5b05c50e8ffd61dc84547d7dcba7d47b4d31d19b00c372eac84324faa9b88194ef3283224a60ce0bc17fa1de8f22cec188dc03388fb119ace7c4b6c6eab875f WHIRLPOOL aeaee541af0ebc6f474fc20a5b38d635cd27602594602d7132ab96cc11172509fa5218e71719a46792a7dfe63872a30ef11019c92eb0d0bb433a468de59b7494 DIST pgmagick-0.5.11.tar.gz 39872 SHA256 83d611bb516eb2465a0167463f427f3fbdd6fa4efa1b8a24caa64fcec6bc8b3d SHA512 6b53204319538ca05e25e601135c47acfffb8af7f062c567875ad5740daf0d30263aefe7180a478d605b98922a7f3e5a2ae1f56d01b2e5f1d5c6b4b34fb6d44f WHIRLPOOL f53bacd57521bddea70564fbe934de918dc1563859656804c4d1d5e941e9c23869c4636b047ceab6baff726b83040a45849f5e4eabdb805198aa5bc694021358 +DIST pgmagick-0.6.tar.gz 40593 SHA256 9e315c17edcc10adeae05aac49b6082a5aca8937822d207563858875c814186b SHA512 b6c80ebfe0361e0a1b54a9cb8fc8102db0aa56347f4c8842cd8745f6beab1b01e1f51b1084fb51718db4b96b560aa220e103395d42d300017a17a9adf52bd294 WHIRLPOOL d3d19bbf62b40a1f05cdd5404af456a3de988b361b8e160ec272c93bc118b3d45cf348c1bda86fbfc0087d3bc1dc099db978e87bdea1a916af5fd3292439c973 diff --git a/dev-python/pgmagick/pgmagick-0.6.ebuild b/dev-python/pgmagick/pgmagick-0.6.ebuild new file mode 100644 index 000..f9c6f4f --- /dev/null +++ b/dev-python/pgmagick/pgmagick-0.6.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) + +inherit distutils-r1 + +DESCRIPTION="Yet another boost.python based wrapper for GraphicsMagick" +HOMEPAGE="https://pypi.python.org/pypi/pgmagick/ https://bitbucket.org/hhatto/pgmagick/"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="media-gfx/graphicsmagick[cxx] + dev-libs/boost:=[python,${PYTHON_USEDEP}]" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + test? ( ${RDEPEND} + media-fonts/corefonts )" + +python_test() { + # The tests are written for py2 only, however there is only + # one test, test_pgmagick_libinfo.py + # Need to adjust the one test to py3 syntax + if python_is_python3; then + sed -e 's: libinfo.version:(libinfo.version):' \ + -e 's: libinfo.library:(libinfo.library):' \ + -i test/test_pgmagick_libinfo.py || die + fi + + for test in test/test_*.py; do + "${PYTHON}" $test || die "test $test failed under ${EPYTHON}" + done + # As long as the order of pythons are not agon changed, this will suffice +}
[gentoo-commits] repo/gentoo:master commit in: /
commit: 9fe4b4fa363c91c81031a9b57420a66e1e332be8 Author: Ian Delaney gentoo org> AuthorDate: Tue Dec 22 14:06:21 2015 + Commit: Ian Delaney gentoo org> CommitDate: Tue Dec 22 14:21:06 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fe4b4fa Merge remote-tracking branch 'remotes/hydrapolic/filebeat' Pull request: https://github.com/gentoo/gentoo/pull/508 app-admin/filebeat-bin/Manifest| 4 +- ...-bin-1.0.0.ebuild => filebeat-bin-1.0.1.ebuild} | 0 app-misc/jq/jq-1.4-r1.ebuild | 2 +- 2.ebuild => maintainer-helper-0.1.2-r1.ebuild} | 26 +++-- net-wireless/blueman/blueman-2.0-r1.ebuild | 115 - profiles/package.mask | 5 - sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild | 7 +- sys-apps/gsmartcontrol/metadata.xml| 18 ++-- 8 files changed, 30 insertions(+), 147 deletions(-)
[gentoo-commits] proj/grs:desktop-amd64-uclibc-hardened commit in: core/etc/grs/
commit: 876b22c9a6febed1ce0a40be4bbade468ff6bf4d Author: Anthony G. Basile gentoo org> AuthorDate: Tue Dec 22 14:50:59 2015 + Commit: Anthony G. Basile gentoo org> CommitDate: Tue Dec 22 14:50:59 2015 + URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=876b22c9 world.conf: add LDFLAGS=-liconv to serveral qt5 pkgs core/etc/grs/world.conf | 12 1 file changed, 12 insertions(+) diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf index 804d353..4f9c62a 100644 --- a/core/etc/grs/world.conf +++ b/core/etc/grs/world.conf @@ -3324,6 +3324,8 @@ package.use : dev-qt/qtchooser:0 -qt5 -test [dev-qt/qtconcurrent:5] package.use : dev-qt/qtconcurrent:5 -debug -test +package.env : dev-qt/qtconcurrent:5 dev-qt_concurrent_5 +env : LDFLAGS="-liconv" [dev-qt/qtcore:4] package.use : dev-qt/qtcore:4 -aqua -debug -pch exceptions glib iconv icu qt3support ssl @@ -3349,6 +3351,8 @@ package.use : dev-qt/qtgui:4 -aqua -debug -egl -gtkstyle -nis -pch -trace access [dev-qt/qtgui:5] package.use : dev-qt/qtgui:5 -accessibility -dbus -debug -egl -eglfs -evdev -gles2 -gtkstyle -ibus -jpeg -test gif harfbuzz png udev xcb +package.env : dev-qt/qtgui:5 dev-qt_qtgui_5 +env : LDFLAGS="-liconv" [dev-qt/qthelp:4] package.use : dev-qt/qthelp:4 -aqua -compat -debug -doc -pch exceptions @@ -3364,6 +3368,8 @@ package.use : dev-qt/qtmultimedia:4 -aqua -debug -pch alsa exceptions [dev-qt/qtnetwork:5] package.use : dev-qt/qtnetwork:5 -connman -debug -networkmanager -test bindist ssl +package.env : dev-qt/qtnetwork:5 dev-qt_qtnetwork_5 +env : LDFLAGS="-liconv" [dev-qt/qtopengl:4] package.use : dev-qt/qtopengl:4 -aqua -debug -egl -pch exceptions qt3support @@ -3397,6 +3403,8 @@ package.use : dev-qt/qtsql:4 -aqua -debug -freetds -mysql -oci8 -pch -postgres e [dev-qt/qtsql:5] package.use : dev-qt/qtsql:5 -debug -freetds -mysql -oci8 -odbc -postgres -test sqlite +package.env : dev-qt/qtsql:5 dev-qt_qtsql_5 +env : LDFLAGS="-liconv" [dev-qt/qtsvg:4] package.use : dev-qt/qtsvg:4 -aqua -debug -pch accessibility exceptions @@ -3409,6 +3417,8 @@ package.use : dev-qt/qttest:4 -aqua -debug -pch exceptions [dev-qt/qttest:5] package.use : dev-qt/qttest:5 -debug -test +package.env : dev-qt/qttest:5 dev-qt_qttest_5 +env : LDFLAGS="-liconv" [dev-qt/qttranslations:5] package.use : dev-qt/qttranslations:5 -debug -test @@ -3424,6 +3434,8 @@ package.use : dev-qt/qtx11extras:5 -debug -test [dev-qt/qtxml:5] package.use : dev-qt/qtxml:5 -debug -test +package.env : dev-qt/qtxml:5 dev-qt_qtxml_5 +env : LDFLAGS="-liconv" [dev-qt/qtxmlpatterns:4] package.use : dev-qt/qtxmlpatterns:4 -aqua -debug -pch
[gentoo-commits] repo/gentoo:master commit in: net-wireless/blueman/
commit: 3071e2b132b1babda95e869a8c99dec62e27d8da Author: Michał Górny gentoo org> AuthorDate: Tue Dec 22 14:57:02 2015 + Commit: Michał Górny gentoo org> CommitDate: Tue Dec 22 14:57:19 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3071e2b1 net-wireless/blueman: Update Manifest post removal net-wireless/blueman/Manifest | 1 - 1 file changed, 1 deletion(-) diff --git a/net-wireless/blueman/Manifest b/net-wireless/blueman/Manifest index c7a87fa..1d7523b 100644 --- a/net-wireless/blueman/Manifest +++ b/net-wireless/blueman/Manifest @@ -1,2 +1 @@ DIST blueman-2.0.3.tar.xz 1942832 SHA256 243605e4401c2d21f4706965ef100dac907658d480ace37cbdf863c1c8a45825 SHA512 aaa6bad3321102b09f1cf69f0a3bc7d848bb6674821aa3cb6848243efcd1c1a2b37e20118bf8368b22e32ed1066b57ff187d3a672f2e41122c82d6526bfc888a WHIRLPOOL 0e5ede56e64287e7d500a1836a3eea21efd4f6b1dedd9c5376179309279ecd3d7e84e622c2d167ec5eadc1801c83303c0f2a3988f9eca3422302344414e348d9 -DIST blueman-2.0.tar.xz 1941332 SHA256 81a5ca95124f12bfb62d2d2d0d265af70cdae1d43b0c6e4fc6d2bad8f82958f1 SHA512 44d3967d031f7482e7700674970eff08fee53d8cbeb96e46b2f97e2a2fb6b5790f663ed73129eab241545ebaa6c5748dc6cf6b90a2c4795b27e90b5399d71f80 WHIRLPOOL 394bac3e0b457fdbb79c69fe9181abafde3f9b1138ff71c4dc23bc78424b76284e3ad9cf02dc168848fa461541f86fa2bba5aee0f014e460f0852e1bfa163dae
[gentoo-commits] proj/grs:desktop-amd64-uclibc-hardened commit in: core/etc/grs/
commit: 2069fa85c15d70c601b7451eea2df17147b50e91 Author: Anthony G. Basile gentoo org> AuthorDate: Tue Dec 22 15:11:20 2015 + Commit: Anthony G. Basile gentoo org> CommitDate: Tue Dec 22 15:11:20 2015 + URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=2069fa85 world.conf: fix typo for dev-qt/qtconcurrent:5 core/etc/grs/world.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf index 4f9c62a..ebaf96f 100644 --- a/core/etc/grs/world.conf +++ b/core/etc/grs/world.conf @@ -3324,7 +3324,7 @@ package.use : dev-qt/qtchooser:0 -qt5 -test [dev-qt/qtconcurrent:5] package.use : dev-qt/qtconcurrent:5 -debug -test -package.env : dev-qt/qtconcurrent:5 dev-qt_concurrent_5 +package.env : dev-qt/qtconcurrent:5 dev-qt_qtconcurrent_5 env : LDFLAGS="-liconv" [dev-qt/qtcore:4]
[gentoo-commits] repo/gentoo:master commit in: /
commit: 58e0df9fbfd016bd71ae0f7a3da05bda4feebd6a Author: Ian Delaney gentoo org> AuthorDate: Tue Dec 22 15:11:15 2015 + Commit: Ian Delaney gentoo org> CommitDate: Tue Dec 22 15:12:16 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58e0df9f Merge remote-tracking branch 'remotes/hydrapolic/kibana' Pull request: https://github.com/gentoo/gentoo/pull/509 www-apps/kibana-bin/Manifest | 5 ++- www-apps/kibana-bin/files/kibana.initd-r2 | 5 +-- .../files/{kibana.initd-r2 => kibana.initd-r3} | 6 ++-- ...na-bin-4.1.3.ebuild => kibana-bin-4.1.4.ebuild} | 34 ++-- ...na-bin-4.1.3.ebuild => kibana-bin-4.3.1.ebuild} | 36 -- www-apps/kibana-bin/metadata.xml | 15 - 6 files changed, 68 insertions(+), 33 deletions(-)
[gentoo-commits] repo/gentoo:master commit in: www-apps/kibana-bin/
commit: 9d6a4b3b1ccf64169273e502c0c0e21b4dfb2df4 Author: Tomas Mozes gmail com> AuthorDate: Tue Dec 22 14:51:19 2015 + Commit: Ian Delaney gentoo org> CommitDate: Tue Dec 22 15:12:10 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d6a4b3b www-apps/kibana-bin: update manifest Package-Manager: portage-2.2.26 www-apps/kibana-bin/metadata.xml | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/www-apps/kibana-bin/metadata.xml b/www-apps/kibana-bin/metadata.xml index 4069bfc..fe6f9cc 100644 --- a/www-apps/kibana-bin/metadata.xml +++ b/www-apps/kibana-bin/metadata.xml @@ -1,13 +1,10 @@ http://www.gentoo.org/dtd/metadata.dtd";> - -idel...@gentoo.org -Ian Delaney - - -hydrapo...@gmail.com -Tomas Mozes -Proxy maintainer - + proxy-maintainers + + hydrapo...@gmail.com + Tomas Mozes + Proxy maintainer +
[gentoo-commits] repo/gentoo:master commit in: www-apps/kibana-bin/, www-apps/kibana-bin/files/
commit: 7ca4f146a8eb2c657624a2946dce15fded62a6da Author: Tomas Mozes gmail com> AuthorDate: Tue Dec 22 14:58:24 2015 + Commit: Ian Delaney gentoo org> CommitDate: Tue Dec 22 15:12:15 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ca4f146 www-apps/kibana-bin: bump to 4.3.1, fixes bug #564606 Package-Manager: portage-2.2.26 www-apps/kibana-bin/Manifest| 2 + www-apps/kibana-bin/files/kibana.initd-r3 | 18 www-apps/kibana-bin/kibana-bin-4.3.1.ebuild | 67 + 3 files changed, 87 insertions(+) diff --git a/www-apps/kibana-bin/Manifest b/www-apps/kibana-bin/Manifest index b3c77f2..e9c5e76 100644 --- a/www-apps/kibana-bin/Manifest +++ b/www-apps/kibana-bin/Manifest @@ -1,2 +1,4 @@ DIST kibana-4.1.4-linux-x64.tar.gz 11805519 SHA256 2d11c63268f49b95726bfa0f3c09cf898ea67b65da3599989d17a27095987b0d SHA512 a89290502d887002a65405e7e10de9ddefb176d262584f35ec58352a7ee9b5a88d0db2949d00eefee3752d1bccd4964f7d4f5935d5fb32c50a46e8b2e1f03a6c WHIRLPOOL 33eeda21ab98a04400d3b26bd10c9f9bbc813a8bf934897fc5dc0d354d25dd223caa60fa09613e3a0db74246d1482708620d23b18c6e740480973f77f769b99f DIST kibana-4.1.4-linux-x86.tar.gz 11595160 SHA256 e197ad2936488764b7167a9ea9989c26600fe3797d22c0e522244eef7eb6b809 SHA512 1651a31ee98315dea0cac83f0e80c45deabf0720e0c4b6b4e337512a1f23b8bd31e853f0b59e08cb53189c76369892ebc88dee5d796118aa659dbaa177698e13 WHIRLPOOL 4cd79f2b4bdf96d72626ad4ac992de9127095f3a96a09735a784e678fefc250f0cdbbb1776876afd9596fbe69e884133e2236f4ffe099e89fc159910048a06f4 +DIST kibana-4.3.1-linux-x64.tar.gz 30408272 SHA256 c6a91921a0055714fd24fb94a70b7057f43492da6bd8c4f2f1acbf0964bf09b9 SHA512 ddaa5110c0bcf3686f0e8fed0ae839f9d8b217d2271611a9a231aa12653bad9ab119630191b732b1d9f416db4211376610201a37208d7bd686ea8c50dd4caa75 WHIRLPOOL 92dc99e0e75ab86e01e4db798ecb02672f95d76eed1da8cbfb073591b250972331d8bcf42bc68130a898c28cff043fbd24d18cb87da46d369e932ca11096ec30 +DIST kibana-4.3.1-linux-x86.tar.gz 29968948 SHA256 fffc2325f1936f9bcedbc0812e2480f085f210229a6d2b5fbc40a3e8379ac8d3 SHA512 7ec80920b7c6e6b03812d94aed3daf4a696b6ca5a31cdefac756a8344284c3e4e5b841514a0d6a5b238d0fc03e8d98cebf866aa03e57cb4c215a0cef286b38be WHIRLPOOL 26727a253f0285c1bfa09d5dd4a33746fb8699dbe48feb1c12d6aef2d36381e654a31dbac0abec9be923a06e5ed53aa04e1593b3117ec7f79f8c28facf8d9917 diff --git a/www-apps/kibana-bin/files/kibana.initd-r3 b/www-apps/kibana-bin/files/kibana.initd-r3 new file mode 100644 index 000..3eceb5f --- /dev/null +++ b/www-apps/kibana-bin/files/kibana.initd-r3 @@ -0,0 +1,18 @@ +#!/sbin/openrc-run +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +KIBANA_USER=${KIBANA_USER:-kibana} +KIBANA_CONFIG=${KIBANA_CONFIG:-/etc/kibana/kibana.yml} + +command="/opt/kibana/bin/kibana" +command_args="--elasticsearch ${ES_INSTANCE} --config ${KIBANA_CONFIG}" + +pidfile="/run/kibana.pid" +command_background="true" +start_stop_daemon_args="--user=\"${KIBANA_USER}\" --stdout /var/log/kibana/kibana.log --stderr /var/log/kibana/kibana.err" + +start_pre() { + checkpath -d -o "${KIBANA_USER}" -m750 "/var/log/kibana" + checkpath -f -o "${KIBANA_USER}" -m644 "/opt/kibana/optimize/.babelcache.json" +} diff --git a/www-apps/kibana-bin/kibana-bin-4.3.1.ebuild b/www-apps/kibana-bin/kibana-bin-4.3.1.ebuild new file mode 100644 index 000..4407d36 --- /dev/null +++ b/www-apps/kibana-bin/kibana-bin-4.3.1.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit pax-utils user + +MY_PN="kibana" +MY_P=${MY_PN}-${PV/_rc/-rc} + +DESCRIPTION="Explore and visualize data" +HOMEPAGE="https://www.elastic.co/products/kibana"; +SRC_URI="amd64? ( https://download.elastic.co/${MY_PN}/${MY_PN}/${MY_P}-linux-x64.tar.gz ) + x86? ( https://download.elastic.co/${MY_PN}/${MY_PN}/${MY_P}-linux-x86.tar.gz )" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RESTRICT="strip" +QA_PREBUILT="opt/kibana/node/bin/node" + +pkg_setup() { + enewgroup ${MY_PN} + enewuser ${MY_PN} -1 -1 /opt/${MY_PN} ${MY_PN} +} + +src_unpack() { + if use amd64; then + S="${WORKDIR}/${MY_P}-linux-x64" + elif use x86; then + S="${WORKDIR}/${MY_P}-linux-x86" + fi + + default +} + +src_install() { + keepdir /opt/${MY_PN} + keepdir /var/log/${MY_PN} + keepdir /etc/${MY_PN} + + insinto /etc/${MY_PN} + doins config/* + rm -rf config + + insinto /etc/logrotate.d + newins "${FILESDIR}"/${MY_PN}.logrotate ${MY_PN} + + newconfd "${FILESDIR}"/${MY_PN}.confd ${MY_PN} + newinitd "${FILESDIR}"/${MY_PN}.initd-r3 ${MY_PN} + + mv * "${D}"/opt/${MY_PN} + + # bug 567934 + pax-mark m "${ED}/opt/${MY_PN}/node/bin/node" +} + +pkg_postinst() { + elog "This version of Kibana is compatible with Elast
[gentoo-commits] repo/gentoo:master commit in: www-apps/kibana-bin/, www-apps/kibana-bin/files/
commit: 84050bc196fbc6b6c81a663ff581e4714ff8bf03 Author: Tomas Mozes gmail com> AuthorDate: Tue Dec 22 14:55:37 2015 + Commit: Ian Delaney gentoo org> CommitDate: Tue Dec 22 15:12:12 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84050bc1 www-apps/kibana-bin: bump to 4.1.4, fixes bug #567934 Package-Manager: portage-2.2.26 www-apps/kibana-bin/Manifest | 3 +- www-apps/kibana-bin/files/kibana.initd-r2 | 5 ++-- ...na-bin-4.1.3.ebuild => kibana-bin-4.1.4.ebuild} | 34 -- 3 files changed, 30 insertions(+), 12 deletions(-) diff --git a/www-apps/kibana-bin/Manifest b/www-apps/kibana-bin/Manifest index e495012..b3c77f2 100644 --- a/www-apps/kibana-bin/Manifest +++ b/www-apps/kibana-bin/Manifest @@ -1 +1,2 @@ -DIST kibana-4.1.3-linux-x64.tar.gz 11800636 SHA256 f2cb5389ad0acfbc4006f739d75d5ede541483d1fa6be728bbf547a9d7ddeb4a SHA512 81549c881ec222bcac73a0cf60766752591031ea8f3d28cce98ce06458376036f119353e7b820faef2cb42b23e5f6ef96cd98c1f256b3361513e71877082301c WHIRLPOOL 0d2272361a1b07984cfa7539d4d36e2465b87cdc046ae7cd6d2b6e5da69861feca0e74d9e0ad467d7f4cef9865b72c0bcc1a769bbc6458227fe590e1f99a21b1 +DIST kibana-4.1.4-linux-x64.tar.gz 11805519 SHA256 2d11c63268f49b95726bfa0f3c09cf898ea67b65da3599989d17a27095987b0d SHA512 a89290502d887002a65405e7e10de9ddefb176d262584f35ec58352a7ee9b5a88d0db2949d00eefee3752d1bccd4964f7d4f5935d5fb32c50a46e8b2e1f03a6c WHIRLPOOL 33eeda21ab98a04400d3b26bd10c9f9bbc813a8bf934897fc5dc0d354d25dd223caa60fa09613e3a0db74246d1482708620d23b18c6e740480973f77f769b99f +DIST kibana-4.1.4-linux-x86.tar.gz 11595160 SHA256 e197ad2936488764b7167a9ea9989c26600fe3797d22c0e522244eef7eb6b809 SHA512 1651a31ee98315dea0cac83f0e80c45deabf0720e0c4b6b4e337512a1f23b8bd31e853f0b59e08cb53189c76369892ebc88dee5d796118aa659dbaa177698e13 WHIRLPOOL 4cd79f2b4bdf96d72626ad4ac992de9127095f3a96a09735a784e678fefc250f0cdbbb1776876afd9596fbe69e884133e2236f4ffe099e89fc159910048a06f4 diff --git a/www-apps/kibana-bin/files/kibana.initd-r2 b/www-apps/kibana-bin/files/kibana.initd-r2 index 85ec76f..d469ec4 100644 --- a/www-apps/kibana-bin/files/kibana.initd-r2 +++ b/www-apps/kibana-bin/files/kibana.initd-r2 @@ -3,14 +3,15 @@ # Distributed under the terms of the GNU General Public License v2 KIBANA_USER=${KIBANA_USER:-kibana} +KIBANA_CONFIG=${KIBANA_CONFIG:-/etc/kibana/kibana.yml} command="/opt/kibana/bin/kibana" -command_args="--elasticsearch ${ES_INSTANCE}" +command_args="--elasticsearch ${ES_INSTANCE} --config ${KIBANA_CONFIG}" pidfile="/run/kibana.pid" command_background="true" start_stop_daemon_args="--user=\"${KIBANA_USER}\" --stdout /var/log/kibana/kibana.log --stderr /var/log/kibana/kibana.err" start_pre() { -checkpath -d -o "${KIBANA_USER}" -m750 "/var/log/kibana" + checkpath -d -o "${KIBANA_USER}" -m750 "/var/log/kibana" } diff --git a/www-apps/kibana-bin/kibana-bin-4.1.3.ebuild b/www-apps/kibana-bin/kibana-bin-4.1.4.ebuild similarity index 59% rename from www-apps/kibana-bin/kibana-bin-4.1.3.ebuild rename to www-apps/kibana-bin/kibana-bin-4.1.4.ebuild index facd6af..a91ca43 100644 --- a/www-apps/kibana-bin/kibana-bin-4.1.3.ebuild +++ b/www-apps/kibana-bin/kibana-bin-4.1.4.ebuild @@ -1,38 +1,49 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=5 -inherit user +inherit pax-utils user MY_PN="kibana" MY_P=${MY_PN}-${PV/_rc/-rc} DESCRIPTION="Explore and visualize data" HOMEPAGE="https://www.elastic.co/products/kibana"; -SRC_URI="https://download.elastic.co/${MY_PN}/${MY_PN}/${MY_P}-linux-x64.tar.gz"; +SRC_URI="amd64? ( https://download.elastic.co/${MY_PN}/${MY_PN}/${MY_P}-linux-x64.tar.gz ) + x86? ( https://download.elastic.co/${MY_PN}/${MY_PN}/${MY_P}-linux-x86.tar.gz )" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64" - -DEPEND="" -RDEPEND="" +KEYWORDS="~amd64 ~x86" RESTRICT="strip" QA_PREBUILT="opt/kibana/node/bin/node" -S="${WORKDIR}/${MY_P}-linux-x64" - pkg_setup() { enewgroup ${MY_PN} enewuser ${MY_PN} -1 -1 /opt/${MY_PN} ${MY_PN} } +src_unpack() { + if use amd64; then + S="${WORKDIR}/${MY_P}-linux-x64" + elif use x86; then + S="${WORKDIR}/${MY_P}-linux-x86" + fi + + default +} + src_install() { keepdir /opt/${MY_PN} keepdir /var/log/${MY_PN} + keepdir /etc/${MY_PN} + + insinto /etc/${MY_PN} + doins config/* + rm -rf config insinto /etc/logrotate.d newins "${FILESDIR}"/${MY_PN}.logrotate ${MY_PN} @@ -41,9 +52,14 @@ src_install() { newinitd "${FILESDIR}"/${MY_PN}.initd-r2 ${MY_PN} mv * "${D}"/opt/${MY_PN} + + # bug 567934 + pax-mark m "${ED}/opt/${MY_PN}/node/bin/node" } pkg_postinst() { + elog "This version of Kibana is compatible with Elasticsearch 1.4.4 - 1.7." + elog elog "Be sure to
[gentoo-commits] repo/gentoo:master commit in: net-wireless/wpa_supplicant/
commit: 199ea04b3d8c8f66586b2fd81cb044bbc0dd8d35 Author: Zero_Chaos gentoo org> AuthorDate: Tue Dec 22 15:15:17 2015 + Commit: Richard Farina gentoo org> CommitDate: Tue Dec 22 15:15:17 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=199ea04b net-wireless/wpa_supplicant: fix metadata description Package-Manager: portage-2.2.26 net-wireless/wpa_supplicant/metadata.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/wpa_supplicant/metadata.xml b/net-wireless/wpa_supplicant/metadata.xml index 27c3b64..d241296 100644 --- a/net-wireless/wpa_supplicant/metadata.xml +++ b/net-wireless/wpa_supplicant/metadata.xml @@ -17,7 +17,7 @@ Add support for Wi-Fi Direct mode Add support for ps3 hypervisor driven gelic wifi Add support for Tunneled Direct Link Setup (802.11z) - Add support for Wi-Fi Protected Setup + Add support for uncommon-eap-types Add support for Wi-Fi Protected Setup Add support for Wimax EAP-PEER authentication algorithm Add support for smartcards
[gentoo-commits] repo/gentoo:master commit in: net-wireless/wpa_supplicant/
commit: 98b2d8b5596206600bf1e73ad5eca9b7c51cb1f8 Author: Zero_Chaos gentoo org> AuthorDate: Tue Dec 22 15:29:25 2015 + Commit: Richard Farina gentoo org> CommitDate: Tue Dec 22 15:29:25 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98b2d8b5 net-wireless/wpa_supplicant: fix metadata for bug #548230 Package-Manager: portage-2.2.26 net-wireless/wpa_supplicant/metadata.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/wpa_supplicant/metadata.xml b/net-wireless/wpa_supplicant/metadata.xml index d241296..07be80f 100644 --- a/net-wireless/wpa_supplicant/metadata.xml +++ b/net-wireless/wpa_supplicant/metadata.xml @@ -17,7 +17,7 @@ Add support for Wi-Fi Direct mode Add support for ps3 hypervisor driven gelic wifi Add support for Tunneled Direct Link Setup (802.11z) - Add support for uncommon-eap-types + Add support for GPSK, SAKE, GPSK_SHA256, IKEV2 and EKE Add support for Wi-Fi Protected Setup Add support for Wimax EAP-PEER authentication algorithm Add support for smartcards
[gentoo-commits] repo/gentoo:master commit in: app-backup/rdiff-backup/
commit: 8b3308fd9b99847fe03bfad4f38e21ad4685d1ff Author: Alex Brandt gentoo org> AuthorDate: Tue Dec 22 15:31:08 2015 + Commit: Alex Brandt gentoo org> CommitDate: Tue Dec 22 15:31:40 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b3308fd app-backup/rdiff-backup: restrict net-libs/librsync dependence app-backup/rdiff-backup does not compile with the newer version of librsync. This commit simply pins the version to the known good version. Package-Manager: portage-2.2.26 app-backup/rdiff-backup/rdiff-backup-1.2.8-r1.ebuild | 2 +- app-backup/rdiff-backup/rdiff-backup-1.3.3-r1.ebuild | 2 +- app-backup/rdiff-backup/rdiff-backup-1.3.3.ebuild| 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-backup/rdiff-backup/rdiff-backup-1.2.8-r1.ebuild b/app-backup/rdiff-backup/rdiff-backup-1.2.8-r1.ebuild index c646ffa..554739e 100644 --- a/app-backup/rdiff-backup/rdiff-backup-1.2.8-r1.ebuild +++ b/app-backup/rdiff-backup/rdiff-backup-1.2.8-r1.ebuild @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="amd64 arm ppc ppc64 sh sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" IUSE="acl xattr" -DEPEND=">=net-libs/librsync-0.9.7 +DEPEND="~net-libs/librsync-0.9.7 !arm? ( xattr? ( dev-python/pyxattr ) acl? ( dev-python/pylibacl ) )" RDEPEND="${DEPEND}" diff --git a/app-backup/rdiff-backup/rdiff-backup-1.3.3-r1.ebuild b/app-backup/rdiff-backup/rdiff-backup-1.3.3-r1.ebuild index 087ffd4..408a8cb 100644 --- a/app-backup/rdiff-backup/rdiff-backup-1.3.3-r1.ebuild +++ b/app-backup/rdiff-backup/rdiff-backup-1.3.3-r1.ebuild @@ -17,7 +17,7 @@ KEYWORDS="alpha amd64 arm ~mips ppc ppc64 ~sh sparc x86 ~x86-interix ~amd64-linu IUSE="examples" DEPEND=" - >=net-libs/librsync-0.9.7 + ~net-libs/librsync-0.9.7 " RDEPEND=" dev-python/pyxattr[${PYTHON_USEDEP}] diff --git a/app-backup/rdiff-backup/rdiff-backup-1.3.3.ebuild b/app-backup/rdiff-backup/rdiff-backup-1.3.3.ebuild index fab8a0a..76aaa9f 100644 --- a/app-backup/rdiff-backup/rdiff-backup-1.3.3.ebuild +++ b/app-backup/rdiff-backup/rdiff-backup-1.3.3.ebuild @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="~alpha amd64 arm ~mips ppc ppc64 sh sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="acl xattr" -DEPEND=">=net-libs/librsync-0.9.7 +DEPEND="~net-libs/librsync-0.9.7 !arm? ( xattr? ( dev-python/pyxattr ) acl? ( dev-python/pylibacl ) )" RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: /
commit: b2ba5aa53cabd7ebd3bb67b9edcfdc63e6e87d40 Author: Ian Delaney gentoo org> AuthorDate: Tue Dec 22 15:44:52 2015 + Commit: Ian Delaney gentoo org> CommitDate: Tue Dec 22 15:47:00 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2ba5aa5 Merge remote-tracking branch 'remotes/Coacher/aegisub-remove-pointless-subslot-operator' Pull request: https://github.com/gentoo/gentoo/pull/506 media-video/aegisub/aegisub-3.2.2.ebuild | 2 +- media-video/aegisub/aegisub-.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
[gentoo-commits] repo/gentoo:master commit in: media-video/aegisub/
commit: fbb6741badf790cbce2f015efdec3dc7fba852b2 Author: Ilya Tumaykin gmail com> AuthorDate: Tue Dec 22 11:34:10 2015 + Commit: Ian Delaney gentoo org> CommitDate: Tue Dec 22 11:34:10 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbb6741b media-video/aegisub: drop useless slot operator on luajit dependency dev-lang/luajit does not have sub-slots and we require SLOT 2 only. Package-Manager: portage-2.2.24 media-video/aegisub/aegisub-3.2.2.ebuild | 2 +- media-video/aegisub/aegisub-.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/aegisub/aegisub-3.2.2.ebuild b/media-video/aegisub/aegisub-3.2.2.ebuild index 19b2dc6..7472992 100644 --- a/media-video/aegisub/aegisub-3.2.2.ebuild +++ b/media-video/aegisub/aegisub-3.2.2.ebuild @@ -27,7 +27,7 @@ IUSE="alsa debug +ffmpeg +fftw openal oss portaudio pulseaudio spell" # However, most of these minimal versions date back to 2006-2010 yy. # Such version specifiers are meaningless nowadays, so they are omitted. RDEPEND=" - >=dev-lang/luajit-2.0.3:2= + >=dev-lang/luajit-2.0.3:2 >=dev-libs/boost-1.50.0:=[icu,nls,threads] >=dev-libs/icu-4.8.1.1:= >=x11-libs/wxGTK-3.0.0:${WX_GTK_VER}[X,opengl,debug?] diff --git a/media-video/aegisub/aegisub-.ebuild b/media-video/aegisub/aegisub-.ebuild index 6f6eb8c..f7d6889 100644 --- a/media-video/aegisub/aegisub-.ebuild +++ b/media-video/aegisub/aegisub-.ebuild @@ -24,7 +24,7 @@ IUSE="alsa debug +ffmpeg +fftw openal oss portaudio pulseaudio spell" # However, most of these minimal versions date back to 2006-2010 yy. # Such version specifiers are meaningless nowadays, so they are omitted. RDEPEND=" - >=dev-lang/luajit-2.0.4:2= + >=dev-lang/luajit-2.0.4:2 >=dev-libs/boost-1.50.0:=[icu,nls,threads] >=dev-libs/icu-4.8.1.1:= >=x11-libs/wxGTK-3.0.0:${WX_GTK_VER}[X,opengl,debug?]
[gentoo-commits] proj/kde:master commit in: kde-plasma/systemsettings/, kde-plasma/ksshaskpass/, kde-plasma/kde-cli-tools/, ...
commit: 34b9bb80989f702d7e41a11ce2007ea8ae74ad56 Author: Manuel Rüger rueg eu> AuthorDate: Tue Dec 22 15:56:53 2015 + Commit: Manuel Rüger gentoo org> CommitDate: Tue Dec 22 15:56:53 2015 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=34b9bb80 kde-plasma: Version bump to 5.5.2 Package-Manager: portage-2.2.26 kde-plasma/bluedevil/bluedevil-5.5.2.ebuild| 52 +++ kde-plasma/breeze-gtk/breeze-gtk-5.5.2.ebuild | 13 ++ kde-plasma/breeze/breeze-5.5.2.ebuild | 66 .../kde-cli-tools/kde-cli-tools-5.5.2.ebuild | 53 +++ .../kde-gtk-config/kde-gtk-config-5.5.2.ebuild | 57 +++ kde-plasma/kdecoration/kdecoration-5.5.2.ebuild| 17 ++ .../kdeplasma-addons/kdeplasma-addons-5.5.2.ebuild | 64 kde-plasma/kgamma/kgamma-5.5.2.ebuild | 31 kde-plasma/khelpcenter/khelpcenter-5.5.2.ebuild| 42 + kde-plasma/khotkeys/khotkeys-5.5.2.ebuild | 46 ++ kde-plasma/kinfocenter/kinfocenter-5.5.2.ebuild| 89 +++ kde-plasma/kmenuedit/kmenuedit-5.5.2.ebuild| 45 ++ kde-plasma/kscreen/kscreen-5.5.2.ebuild| 34 .../kscreenlocker/kscreenlocker-5.5.2.ebuild | 90 +++ kde-plasma/ksshaskpass/ksshaskpass-5.5.2.ebuild| 50 ++ kde-plasma/ksysguard/ksysguard-5.5.2.ebuild| 48 ++ kde-plasma/kwallet-pam/kwallet-pam-5.5.2.ebuild| 29 .../kwayland-integration-5.5.2.ebuild | 23 +++ kde-plasma/kwayland/kwayland-5.5.2.ebuild | 25 +++ kde-plasma/kwin/kwin-5.5.2.ebuild | 88 +++ kde-plasma/kwrited/kwrited-5.5.2.ebuild| 24 +++ kde-plasma/libkscreen/libkscreen-5.5.2.ebuild | 23 +++ kde-plasma/libksysguard/libksysguard-5.5.2.ebuild | 54 +++ kde-plasma/milou/milou-5.5.2.ebuild| 30 kde-plasma/oxygen/oxygen-5.5.2.ebuild | 36 + .../plasma-desktop/plasma-desktop-5.5.2.ebuild | 138 + .../plasma-mediacenter-5.5.2.ebuild| 48 ++ kde-plasma/plasma-meta/plasma-meta-5.5.2.ebuild| 63 kde-plasma/plasma-nm/plasma-nm-5.5.2.ebuild| 66 kde-plasma/plasma-pa/plasma-pa-5.5.2.ebuild| 27 kde-plasma/plasma-sdk/plasma-sdk-5.5.2.ebuild | 40 + .../plasma-workspace-wallpapers-5.5.2.ebuild | 16 ++ .../plasma-workspace/plasma-workspace-5.5.2.ebuild | 171 + .../polkit-kde-agent/polkit-kde-agent-5.5.2.ebuild | 32 kde-plasma/powerdevil/powerdevil-5.5.2.ebuild | 71 + kde-plasma/sddm-kcm/sddm-kcm-5.5.2.ebuild | 39 + .../systemsettings/systemsettings-5.5.2.ebuild | 38 + kde-plasma/user-manager/user-manager-5.5.2.ebuild | 26 38 files changed, 1904 insertions(+) diff --git a/kde-plasma/bluedevil/bluedevil-5.5.2.ebuild b/kde-plasma/bluedevil/bluedevil-5.5.2.ebuild new file mode 100644 index 000..c8e6a54 --- /dev/null +++ b/kde-plasma/bluedevil/bluedevil-5.5.2.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit fdo-mime kde5 + +DESCRIPTION="Bluetooth stack for KDE" +HOMEPAGE="https://projects.kde.org/projects/extragear/base/bluedevil"; +KEYWORDS="~amd64 ~x86" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep bluez-qt) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kded) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep plasma) + dev-qt/qtdbus:5 + dev-qt/qtdeclarative:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 +" +DEPEND="${COMMON_DEPEND} + x11-misc/shared-mime-info +" +RDEPEND="${COMMON_DEPEND} + $(add_plasma_dep kde-cli-tools) + !app-mobilephone/obexd + !app-mobilephone/obex-data-server + !net-wireless/bluedevil + !net-wireless/kbluetooth +" + +pkg_postinst() { + kde5_pkg_postinst + fdo-mime_mime_database_update +} + +pkg_postrm() { + kde5_pkg_postinst + fdo-mime_mime_database_update +} diff --git a/kde-plasma/breeze-gtk/breeze-gtk-5.5.2.ebuild b/kde-plasma/breeze-gtk/breeze-gtk-5.5.2.ebuild new file mode 100644 index 000..c8588a5 --- /dev/null +++ b/kde-plasma/breeze-gtk/breeze-gtk-5.5.2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit kde5 + +DESCRIPTION="Official GTK+ port of KDE's Breeze widget style" +HOMEPAGE="https://projects.kde.org/projects/kde/workspace
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libinput/
commit: 69ba8ba75a24dc20460cc4e6f2274c71442eac4f Author: Manuel Rüger gentoo org> AuthorDate: Tue Dec 22 16:02:25 2015 + Commit: Manuel Rüger gentoo org> CommitDate: Tue Dec 22 16:02:25 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69ba8ba7 dev-libs/libinput: Version bump Package-Manager: portage-2.2.26 dev-libs/libinput/Manifest | 1 + dev-libs/libinput/libinput-1.1.3.ebuild | 53 + 2 files changed, 54 insertions(+) diff --git a/dev-libs/libinput/Manifest b/dev-libs/libinput/Manifest index 8c80771..216da59 100644 --- a/dev-libs/libinput/Manifest +++ b/dev-libs/libinput/Manifest @@ -3,3 +3,4 @@ DIST libinput-1.0.1.tar.xz 800244 SHA256 482fb35119b457ba65a8bebaa47e4f6b4dbd77e DIST libinput-1.1.0.tar.xz 802348 SHA256 673186ea2a0d2b695afaa9758834f9217b175774d9ae222e1b43ff63c663f582 SHA512 7f014eabed120c00fcd2d8748aed44a8ca31fd30bdda8b289ca63f7d1bebb9c49f1d508707fb0c4a5c7c4a37b58548efdff0e9b7761475f18e1cf787a80520e6 WHIRLPOOL 028518c20cfc6daa442dd92d04183a6575b95b1f4792a646ce42c09a7bc75e5bb469ca88b8cad89919c0814e00aa65178cc49c9dca6e9aad4ce997a94f9ba645 DIST libinput-1.1.1.tar.xz 791276 SHA256 2de2b433ddc73ba1bfd4d309fd873d0ced6937cf1a7a94e4afbf18ddd8f8dd17 SHA512 3806e67a4530be71463b693076a64f210475d3487abc2848f5ee13b92b281c6e4950bdb754c6b9c090c51c5b8dd4e698b882ae325bdea78bb05e6b7399eb75f0 WHIRLPOOL 031af4cb17d51d2f888cdb3192ccb25e4b3eb22422aeda3e999fd215b3d5bba89782b1f4a5e0b95706bf6da2ffaf3cbc0b5078a1fa95433afd414b79826542de DIST libinput-1.1.2.tar.xz 818680 SHA256 a323a32718a8f0f5e85e1ed3a81f0dde45eb52b215a15c7887bec40961d97a84 SHA512 7babc1be1ad08915fb9cf361c99d9c91eea74cfd67cc5b7608f53dbcec8ed986cd9844e6a555a88c52687e7660a20ed3ff9342aba206125d7d4ba40019bb2127 WHIRLPOOL 472ad01b4dae48882e0edbe5bac727084f3e9c8d7fd5138d99b751e08f73cc5f390d091039f60ddd2e2187aaab72020fc15e392fbde16338cc67415512274b6d +DIST libinput-1.1.3.tar.xz 815840 SHA256 b95af39391e2b91957af0addce691a4070b28aff69cd2348823bf6ce8169995e SHA512 ee51b6d005bacca57c4cad5a8b70097990299bf934cb460016176630009cea872e5413e053b09b456d35e085268a9a96ceb667ef0f4cd3b874e89cda2bb1c344 WHIRLPOOL 2934b26ef372f337873eefc5fd0c3464e8d380fc263a6cd0fda759fa5d1efe974dd3a83e076aec0ee2e85259784452c7294b163f8ca657af9c2c803c69540867 diff --git a/dev-libs/libinput/libinput-1.1.3.ebuild b/dev-libs/libinput/libinput-1.1.3.ebuild new file mode 100644 index 000..2687735 --- /dev/null +++ b/dev-libs/libinput/libinput-1.1.3.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils udev + +DESCRIPTION="Library to handle input devices in Wayland" +HOMEPAGE="http://www.freedesktop.org/wiki/Software/libinput/"; +SRC_URI="http://www.freedesktop.org/software/${PN}/${P}.tar.xz"; + +LICENSE="MIT" +SLOT="0/10" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="test" +# Tests require write access to udev rules directory which is a no-no for live system. +# Other tests are just about logs, exported symbols and autotest of the test library. +RESTRICT="test" + +RDEPEND=" + >=dev-libs/libevdev-0.4 + >=sys-libs/mtdev-1.1 + virtual/libudev +" +DEPEND="${RDEPEND} + virtual/pkgconfig" +# test? ( +# >=dev-libs/check-0.9.10 +# dev-util/valgrind +# sys-libs/libunwind ) + +src_configure() { + # Doc handling in kinda strange but everything + # is available in the tarball already. + sed -e 's/^\(SUBDIRS =.*\)doc\(.*\)$/\1\2/' \ + -i Makefile.am Makefile.in || die +} + +src_configure() { + # gui can be built but will not be installed + # building documentation silently fails with graphviz syntax errors + econf \ + --disable-documentation \ + --disable-event-gui \ + $(use_enable test tests) \ + --with-udev-dir="$(get_udevdir)" +} + +src_install() { + emake install DESTDIR="${D}" + dodoc -r doc/html + prune_libtool_files +}
[gentoo-commits] repo/gentoo:master commit in: profiles/
commit: cfe21ca08fb62d14f08fa7a97ae1c4dfa97eeedf Author: Michael Palimaka gentoo org> AuthorDate: Tue Dec 22 15:57:13 2015 + Commit: Michael Palimaka gentoo org> CommitDate: Tue Dec 22 16:03:50 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfe21ca0 profiles: mask app-doc/ebookmerge for removal Gentoo-bug: 507914 profiles/package.mask | 5 + 1 file changed, 5 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index fd7e547..f9a7556 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -30,6 +30,11 @@ #--- END OF EXAMPLES --- +# Michael Palimaka (22 Dec 2015) +# No longer works. Dead upstream. Masked for removal in 30 days. +# Bug 507914 +app-doc/ebookmerge + # Michael Sterrett (21 Dec 2015) # Vanished from the internet. (bug #561148) # Masked for removal on 20160120
[gentoo-commits] repo/gentoo:master commit in: eclass/
commit: e2a19045b96217cfdd6318edaa26eb7fcb5e66ff Author: Michael Palimaka gentoo org> AuthorDate: Mon Dec 21 16:14:23 2015 + Commit: Michael Palimaka gentoo org> CommitDate: Tue Dec 22 16:03:49 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2a19045 kde4-base.eclass: add SRC_URI for 4.14.15 eclass/kde4-base.eclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 70b99eb..da658ac 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -458,6 +458,9 @@ _calculate_src_uri() { 4.14.14) # Part of 15.08.3 actually, sigh. Not stable for next release! SRC_URI="mirror://kde/stable/applications/15.08.3/src/${_kmname_pv}.tar.xz" ;; + 4.14.15) + # Part of 15.12.0 actually, sigh. Not stable for next release! + SRC_URI="mirror://kde/stable/applications/15.12.0/src/${_kmname_pv}.tar.xz" ;; ??.?.[6-9]? | ??.??.[4-9]?) # Unstable KDE Applications releases SRC_URI="mirror://kde/unstable/applications/${PV}/src/${_kmname}-${PV}.tar.xz" ;;
[gentoo-commits] repo/gentoo:master commit in: kde-base/kdelibs/
commit: 97a5c86944e140f59e31dc110278a0589b1d4a5c Author: Michael Palimaka gentoo org> AuthorDate: Mon Dec 21 16:17:36 2015 + Commit: Michael Palimaka gentoo org> CommitDate: Tue Dec 22 16:03:50 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97a5c869 kde-base/kdelibs: version bump Package-Manager: portage-2.2.26 kde-base/kdelibs/Manifest | 1 + kde-base/kdelibs/kdelibs-4.14.15.ebuild | 303 2 files changed, 304 insertions(+) diff --git a/kde-base/kdelibs/Manifest b/kde-base/kdelibs/Manifest index bc95438..3a02171 100644 --- a/kde-base/kdelibs/Manifest +++ b/kde-base/kdelibs/Manifest @@ -1,3 +1,4 @@ DIST kdelibs-4.14.13.tar.xz 11633656 SHA256 61131ac45cfe34dc5e76cfe5ebcb13c7d2ed8b64c371272cb2d11787e1b240ad SHA512 8987f68310b6e97b9658c91a68a4b3195976a20250edeca9c0f58404e7a121b3cd8d1b56175f00c406ca210eef0cca99af349288e317caaad6d0be8afbf10ae9 WHIRLPOOL bf3a89f6e3e148723a83e682bc7fa5a94717624d9fc2d62b71679c9fe6f967ad051e1678018cd6ab047a81da9a0cf2472db15c9cc74dbc44f985600880e3e56a DIST kdelibs-4.14.14.tar.xz 11631016 SHA256 63199b12957211b5ba0250b82da1d8ebc84cd5e55df287ea588cc69745c0b614 SHA512 93e6bb918449df51bc39b7b952e9487f77759616ebdae1f6f244e3a6dd7a60ee49ca2cf21eca7bc90226b7a7b9669096717ceefbc2af43cc96291f849dfe3791 WHIRLPOOL 603652472b0e813cf101d41b55afc7ed1b373f7cb7b5757cac2713615481483c1f8618968673cad5e79d5e42af505acb5bf932f29bfd142b4d9cf2616e8655d8 +DIST kdelibs-4.14.15.tar.xz 11633836 SHA256 479ddc9cab1c6c615456bebd0f09a2710f76273157e99c11c8f3e902e3b22819 SHA512 a50dcf8bd06024efe4c4e62a7822cd4e20820452812e1a41961d32b8b8dd2ae52346220830a5ab2ebf6f7a99071852fa21f8dca6e4ba6ddb872b5023b7b2d6df WHIRLPOOL 067aac20c9cca4a3acf06daeed4c15214f8579b8475a45ec4ceeabfce5c0caa7256d847a9dd417680cca30cdd3edd49c826cb11f1c7a2bc67ab2f4d8220edcdb DIST kdelibs-4.14.8.tar.xz 11648060 SHA256 705fa8a9b3b3c962aa99d040eb32e68863ba4c2f567b82b9513379defbc39bbb SHA512 0cd5e8dd5cec7cf84bc66c6732f4967610211e521898da41601d24174f909043bafacbb9bd9775666cebb132747e2861c6c8ff07de61be708975f44dbbfb856e WHIRLPOOL 6405ee6b273899a26c39fa005c18be7270888113f93302990003b92ca96c52303ce853c5378c812f4ddf53f40c7b6ff9e2a958bc86a676d1e3abbfe4f3d96bd4 diff --git a/kde-base/kdelibs/kdelibs-4.14.15.ebuild b/kde-base/kdelibs/kdelibs-4.14.15.ebuild new file mode 100644 index 000..ca8747b --- /dev/null +++ b/kde-base/kdelibs/kdelibs-4.14.15.ebuild @@ -0,0 +1,303 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +CMAKE_MIN_VERSION="3.3.1-r1" +CPPUNIT_REQUIRED="optional" +DECLARATIVE_REQUIRED="always" +OPENGL_REQUIRED="optional" +KDE_HANDBOOK="optional" +inherit kde4-base fdo-mime multilib toolchain-funcs flag-o-matic + +EGIT_BRANCH="KDE/4.14" + +DESCRIPTION="KDE libraries needed by all KDE programs" + +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +LICENSE="LGPL-2.1" +IUSE="cpu_flags_x86_3dnow acl alsa altivec +bzip2 +crypt debug doc fam jpeg2k +kerberos libressl lzma cpu_flags_x86_mmx nls openexr +policykit spell +cpu_flags_x86_sse cpu_flags_x86_sse2 ssl +udev +udisks +upower zeroconf" + +REQUIRED_USE=" + udisks? ( udev ) + upower? ( udev ) +" + +# needs the kate regression testsuite from svn +RESTRICT="test" + +COMMONDEPEND=" + >=app-misc/strigi-0.7.7 + app-text/docbook-xml-dtd:4.2 + app-text/docbook-xsl-stylesheets + >=dev-libs/libattica-0.4.2 + >=dev-libs/libdbusmenu-qt-0.3.2[qt4(+)] + dev-libs/libpcre[unicode] + dev-libs/libxml2 + dev-libs/libxslt + media-libs/fontconfig + media-libs/freetype:2 + media-libs/giflib + media-libs/libpng:0= + media-libs/phonon[qt4] + sys-libs/zlib + virtual/jpeg:0 + >=x11-misc/shared-mime-info-0.60 + acl? ( virtual/acl ) + alsa? ( media-libs/alsa-lib ) + !aqua? ( + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXau + x11-libs/libXcursor + x11-libs/libXdmcp + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXft + x11-libs/libXpm + x11-libs/libXrender + x11-libs/libXScrnSaver + x11-libs/libXtst + !kernel_SunOS? ( + || ( + sys-libs/libutempter + >=sys-freebsd/freebsd-lib-9.0 + ) + ) + ) + bzip2? ( app-arch/bzip2 ) + crypt? ( app-crypt/qca:2[qt4(+)] ) + fam? ( virtual/fam ) + jpeg2k? ( media-libs/jasper ) + kerberos? ( virtual/krb5 ) + openexr? ( + media-libs/openexr:= + media-libs/ilmbase:= + ) + policykit? ( >=sys-auth/polkit-qt-0.103.0[qt4(+)] ) +
[gentoo-commits] proj/kde:master commit in: kde-apps/dolphin/
commit: c7440b2ce75a502567bacc631a3bcf3f97238cd2 Author: Andreas Sturmlechner gmail com> AuthorDate: Sun Dec 20 23:57:52 2015 + Commit: Michael Palimaka gentoo org> CommitDate: Tue Dec 22 16:06:07 2015 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c7440b2c kde-apps/dolphin: Add media-video/ffmpegthumbnailer alternative RDEPEND Package-Manager: portage-2.2.26 kde-apps/dolphin/dolphin-15.12.0.ebuild | 2 +- kde-apps/dolphin/dolphin-15.12.49..ebuild | 2 +- kde-apps/dolphin/dolphin-.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-apps/dolphin/dolphin-15.12.0.ebuild b/kde-apps/dolphin/dolphin-15.12.0.ebuild index d957356..6582d1c 100644 --- a/kde-apps/dolphin/dolphin-15.12.0.ebuild +++ b/kde-apps/dolphin/dolphin-15.12.0.ebuild @@ -58,7 +58,7 @@ DEPEND=" RDEPEND="${DEPEND} $(add_kdeapps_dep kio-extras) thumbnail? ( - $(add_kdeapps_dep ffmpegthumbs) + || ( $(add_kdeapps_dep ffmpegthumbs) media-video/ffmpegthumbnailer ) $(add_kdeapps_dep thumbnailers) ) " diff --git a/kde-apps/dolphin/dolphin-15.12.49..ebuild b/kde-apps/dolphin/dolphin-15.12.49..ebuild index a85ed42..aff181a 100644 --- a/kde-apps/dolphin/dolphin-15.12.49..ebuild +++ b/kde-apps/dolphin/dolphin-15.12.49..ebuild @@ -58,7 +58,7 @@ DEPEND=" RDEPEND="${DEPEND} $(add_kdeapps_dep kio-extras) thumbnail? ( - $(add_kdeapps_dep ffmpegthumbs) + || ( $(add_kdeapps_dep ffmpegthumbs) media-video/ffmpegthumbnailer ) $(add_kdeapps_dep thumbnailers) ) " diff --git a/kde-apps/dolphin/dolphin-.ebuild b/kde-apps/dolphin/dolphin-.ebuild index a85ed42..aff181a 100644 --- a/kde-apps/dolphin/dolphin-.ebuild +++ b/kde-apps/dolphin/dolphin-.ebuild @@ -58,7 +58,7 @@ DEPEND=" RDEPEND="${DEPEND} $(add_kdeapps_dep kio-extras) thumbnail? ( - $(add_kdeapps_dep ffmpegthumbs) + || ( $(add_kdeapps_dep ffmpegthumbs) media-video/ffmpegthumbnailer ) $(add_kdeapps_dep thumbnailers) ) "
[gentoo-commits] proj/kde:master commit in: kde-plasma/systemsettings/
commit: 7dfb6d0f9e5795a0050ce6315236ce16bd805b92 Author: Andreas Sturmlechner gmail com> AuthorDate: Sun Dec 20 20:56:28 2015 + Commit: Michael Palimaka gentoo org> CommitDate: Tue Dec 22 16:06:06 2015 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7dfb6d0f kde-plasma/systemsettings: Add USE=classic, force handbook optional New use flag makes classic mode plugin optional. Package-Manager: portage-2.2.24 kde-plasma/systemsettings/metadata.xml | 3 +++ .../systemsettings/systemsettings-5.5.49..ebuild | 14 +++--- kde-plasma/systemsettings/systemsettings-.ebuild | 14 +++--- 3 files changed, 25 insertions(+), 6 deletions(-) diff --git a/kde-plasma/systemsettings/metadata.xml b/kde-plasma/systemsettings/metadata.xml index a23f444..5aac27d 100644 --- a/kde-plasma/systemsettings/metadata.xml +++ b/kde-plasma/systemsettings/metadata.xml @@ -2,4 +2,7 @@ http://www.gentoo.org/dtd/metadata.dtd";> kde + + Enable classic mode plugin, requires kde-frameworks/khtml + diff --git a/kde-plasma/systemsettings/systemsettings-5.5.49..ebuild b/kde-plasma/systemsettings/systemsettings-5.5.49..ebuild index b8b65dc..6d50ad0 100644 --- a/kde-plasma/systemsettings/systemsettings-5.5.49..ebuild +++ b/kde-plasma/systemsettings/systemsettings-5.5.49..ebuild @@ -4,12 +4,12 @@ EAPI=5 -KDE_HANDBOOK="true" +KDE_HANDBOOK="forceoptional" inherit kde5 DESCRIPTION="System settings utility" KEYWORDS="" -IUSE="gtk" +IUSE="classic gtk" DEPEND=" $(add_frameworks_dep kauth) @@ -19,7 +19,6 @@ DEPEND=" $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep khtml) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kio) @@ -31,8 +30,17 @@ DEPEND=" dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 + classic? ( $(add_frameworks_dep khtml) ) " RDEPEND="${DEPEND} gtk? ( $(add_plasma_dep kde-gtk-config) ) !kde-base/systemsettings:4 " + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package classic KF5KHtml) + ) + + kde5_src_configure +} diff --git a/kde-plasma/systemsettings/systemsettings-.ebuild b/kde-plasma/systemsettings/systemsettings-.ebuild index b8b65dc..6d50ad0 100644 --- a/kde-plasma/systemsettings/systemsettings-.ebuild +++ b/kde-plasma/systemsettings/systemsettings-.ebuild @@ -4,12 +4,12 @@ EAPI=5 -KDE_HANDBOOK="true" +KDE_HANDBOOK="forceoptional" inherit kde5 DESCRIPTION="System settings utility" KEYWORDS="" -IUSE="gtk" +IUSE="classic gtk" DEPEND=" $(add_frameworks_dep kauth) @@ -19,7 +19,6 @@ DEPEND=" $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep khtml) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kio) @@ -31,8 +30,17 @@ DEPEND=" dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 + classic? ( $(add_frameworks_dep khtml) ) " RDEPEND="${DEPEND} gtk? ( $(add_plasma_dep kde-gtk-config) ) !kde-base/systemsettings:4 " + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package classic KF5KHtml) + ) + + kde5_src_configure +}
[gentoo-commits] proj/kde:master commit in: kde-apps/dolphin/
commit: 1692538e81c03e4c319895c3a7da13b30ab75d6c Author: Andreas Sturmlechner gmail com> AuthorDate: Sun Dec 20 23:47:00 2015 + Commit: Michael Palimaka gentoo org> CommitDate: Tue Dec 22 16:06:06 2015 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1692538e kde-apps/dolphin: Update postinst message wrt KF 5.17 Package-Manager: portage-2.2.26 kde-apps/dolphin/dolphin-15.12.0.ebuild | 5 +++-- kde-apps/dolphin/dolphin-15.12.49..ebuild | 5 +++-- kde-apps/dolphin/dolphin-.ebuild | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/kde-apps/dolphin/dolphin-15.12.0.ebuild b/kde-apps/dolphin/dolphin-15.12.0.ebuild index a3482e6..d957356 100644 --- a/kde-apps/dolphin/dolphin-15.12.0.ebuild +++ b/kde-apps/dolphin/dolphin-15.12.0.ebuild @@ -78,9 +78,10 @@ src_configure() { pkg_postinst() { kde5_pkg_postinst - if ( ! has_version kde-apps/ark:${SLOT} || ! has_version kde-apps/libkonq:${SLOT} ); then + if ( ! has_version "kde-apps/ark:${SLOT}" || has_version "=kde-frameworks/kio-5.17.0" echo fi } diff --git a/kde-apps/dolphin/dolphin-15.12.49..ebuild b/kde-apps/dolphin/dolphin-15.12.49..ebuild index f6cc2b0..a85ed42 100644 --- a/kde-apps/dolphin/dolphin-15.12.49..ebuild +++ b/kde-apps/dolphin/dolphin-15.12.49..ebuild @@ -78,9 +78,10 @@ src_configure() { pkg_postinst() { kde5_pkg_postinst - if ( ! has_version kde-apps/ark:${SLOT} || ! has_version kde-apps/libkonq:${SLOT} ); then + if ( ! has_version "kde-apps/ark:${SLOT}" || has_version "=kde-frameworks/kio-5.17.0" echo fi } diff --git a/kde-apps/dolphin/dolphin-.ebuild b/kde-apps/dolphin/dolphin-.ebuild index f6cc2b0..a85ed42 100644 --- a/kde-apps/dolphin/dolphin-.ebuild +++ b/kde-apps/dolphin/dolphin-.ebuild @@ -78,9 +78,10 @@ src_configure() { pkg_postinst() { kde5_pkg_postinst - if ( ! has_version kde-apps/ark:${SLOT} || ! has_version kde-apps/libkonq:${SLOT} ); then + if ( ! has_version "kde-apps/ark:${SLOT}" || has_version "=kde-frameworks/kio-5.17.0" echo fi }
[gentoo-commits] repo/gentoo:master commit in: dev-util/jenkins-bin/
commit: ae1235ae3be002ca98d9e4e6c62c21cefb96fd49 Author: Manuel Rüger gentoo org> AuthorDate: Tue Dec 22 16:07:22 2015 + Commit: Manuel Rüger gentoo org> CommitDate: Tue Dec 22 16:07:22 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae1235ae dev-util/jenkins-bin: Version bump Package-Manager: portage-2.2.26 dev-util/jenkins-bin/Manifest | 1 + dev-util/jenkins-bin/jenkins-bin-1.643.ebuild | 47 +++ 2 files changed, 48 insertions(+) diff --git a/dev-util/jenkins-bin/Manifest b/dev-util/jenkins-bin/Manifest index 0a67082..c875471 100644 --- a/dev-util/jenkins-bin/Manifest +++ b/dev-util/jenkins-bin/Manifest @@ -1,3 +1,4 @@ DIST jenkins-bin-1.625.3.war 63322455 SHA256 9964b10581414b5504921dd8a717b172c07bcdf5f9d1bae50595aca07ddacf20 SHA512 daa739c902d417949dd348780fe4c3d088d64917231273083638bbfe87a47c69007669298175d5bc60623aa7bb6c3ce19c250764b6108ae026e0622d968a3b26 WHIRLPOOL da0e99183bb22ef4b1475acd840c67c3d0e2cc2f3d998340ea0d6cbb0ce4cc4e26d60871d65aaf08d9af0026b51152274640c485592e6cb36cd95813848eddc6 DIST jenkins-bin-1.641.war 63662610 SHA256 f7656c38fe4e3c11b58ab506512655dd6dd3c69275de61442cfc9f9c3ebf5b93 SHA512 f8929496d9d4081ff87f26a60965b1a3d5eb93e8c04d76a219541ddeb2d3da7fef7f39fa94199b4436c6759ed2ba5d516c32cc3825605aced2c7c1db90b1fe67 WHIRLPOOL 30caf6eba8dc8dcd5a534e1e27fbf54c0a3973c6d61997352015524d7d688569ebff6fdfafa06e12a210727b8c3278af9375c10fca2ab3cd2ab05428e8a200cf DIST jenkins-bin-1.642.war 63664946 SHA256 724cdb1815834c8b00ca84db548550e2c2b8a4bedf3e068bfc65bdfa953c20a9 SHA512 1a24cb111c0967f240cad3ff0b11bde93d37718d4dc0a86f667c6cc360cbdb69c33dc7fb85ed73e6852f6bf697984036bf6e8d71bd39dcd292058975fdb0e131 WHIRLPOOL d5f9603f00f7db7978489491986b910f300b64209dcc84611c387c1a8b0e8494941336c9b889aa02f97e385c6279c94d37d3189d9e4401646420922030d4d8b3 +DIST jenkins-bin-1.643.war 63664108 SHA256 b8c6387e56d04a0a4a7ec8d9dacd379fbd5d4001d01fdfcd443f9864809f9293 SHA512 a39c123b9ea9d5da64b9b1e6dde5987bc3968024bd17465aead3c037eef3e9a61e87dd360b77ba8eea30f4dde7db34a55a6a222a924a327e549148d7034d747f WHIRLPOOL f3ab5d4252a679740ba7517e357507e50efe1c8e1bb9576c8046e12bfc0ce9d7212ade685ecbded85356d16c133a61730f1eaa2926c51cd0dffa006872dff266 diff --git a/dev-util/jenkins-bin/jenkins-bin-1.643.ebuild b/dev-util/jenkins-bin/jenkins-bin-1.643.ebuild new file mode 100644 index 000..37fc084 --- /dev/null +++ b/dev-util/jenkins-bin/jenkins-bin-1.643.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit user systemd + +DESCRIPTION="Extensible continuous integration server" +HOMEPAGE="http://jenkins-ci.org/"; +LICENSE="MIT" +SRC_URI="http://mirrors.jenkins-ci.org/war/${PV}/${PN/-bin/}.war -> ${P}.war" +RESTRICT="mirror" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="media-fonts/dejavu + media-libs/freetype + !dev-util/jenkins-bin:lts + >=virtual/jre-1.7.0" + +S=${WORKDIR} + +JENKINS_DIR=/var/lib/jenkins + +pkg_setup() { + enewgroup jenkins + enewuser jenkins -1 -1 ${JENKINS_DIR} jenkins +} + +src_install() { + keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home + + insinto /opt/jenkins + newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war + + insinto /etc/logrotate.d + newins "${FILESDIR}"/${PN}-r1.logrotate ${PN/-bin/} + + newinitd "${FILESDIR}"/${PN}.init2 jenkins + newconfd "${FILESDIR}"/${PN}.confd jenkins + + systemd_newunit "${FILESDIR}"/${PN}.service jenkins.service + + fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} ${JENKINS_DIR}/home ${JENKINS_DIR}/backup +}
[gentoo-commits] repo/gentoo:master commit in: x11-misc/xorg-cf-files/
commit: 3516e28e0d3ed69c1162eea9aab0e9efe5cf60df Author: Manuel Rüger gentoo org> AuthorDate: Tue Dec 22 16:10:47 2015 + Commit: Manuel Rüger gentoo org> CommitDate: Tue Dec 22 16:10:47 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3516e28e x11-misc/xorg-cf-files: Version bump Package-Manager: portage-2.2.26 x11-misc/xorg-cf-files/Manifest | 1 + x11-misc/xorg-cf-files/xorg-cf-files-1.0.6.ebuild | 32 +++ 2 files changed, 33 insertions(+) diff --git a/x11-misc/xorg-cf-files/Manifest b/x11-misc/xorg-cf-files/Manifest index 8c70a67..8487f5e 100644 --- a/x11-misc/xorg-cf-files/Manifest +++ b/x11-misc/xorg-cf-files/Manifest @@ -1 +1,2 @@ DIST xorg-cf-files-1.0.5.tar.bz2 377835 SHA256 ed23b85043edecc38fad4229e0ebdb7ff80b570e746bc03a7c8678d601be7ed4 SHA512 139d2c51538257eac79118ea367cdfbebebcd095f353e784b61c109e008bf8e43eb4ef15bb0c8df74339dbed9d96af4c4d1e023c23d02d5de31dc2ea5b85ce5c WHIRLPOOL 8621de9d25a9672d30d9ee3ed6a617e9c9e9d5a34c945fa458b0318b9bf157569f97ea1697efc463f3bb0ae8c6d0335dd30a6b5499c6baf00c5e172aaa5bf95b +DIST xorg-cf-files-1.0.6.tar.bz2 337859 SHA256 4dcf5a9dbe3c6ecb9d2dd05e629b3d373eae9ba12d13942df87107fdc1b3934d SHA512 1749a5fbcda2c15c300028abce79a3304cfb10f215bf98cf30558144eb64f9fa06a69203159f44405224ed567ac5bc0ff1222e3656367f69acc99f44871424fa WHIRLPOOL ef7d0581bd2d36ba61ccd47d7928dff43839494252af37350582cbab7ca3740cecb7a0d2c913aeb73fafeef1cbde7e2daf7ca9425dad6a6a29dd922dc80d7c97 diff --git a/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6.ebuild b/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6.ebuild new file mode 100644 index 000..a72a36f --- /dev/null +++ b/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="Old Imake-related build files" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" + +PATCHES=( + "${FILESDIR}"/${PN}-1.0.2-solaris-prefix.patch +) + +src_install() { + xorg-2_src_install + echo "#define ManDirectoryRoot ${EPREFIX}/usr/share/man" >> "${ED}"/usr/$(get_libdir)/X11/config/host.def || die + sed -i -e "s/LibDirName *lib$/LibDirName $(get_libdir)/" "${ED}"/usr/$(get_libdir)/X11/config/Imake.tmpl || die "failed libdir sed" + sed -i -e "s|LibDir Concat(ProjectRoot,/lib/X11)|LibDir Concat(ProjectRoot,/$(get_libdir)/X11)|" "${ED}"/usr/$(get_libdir)/X11/config/X11.tmpl || die "failed libdir sed" + sed -i -e "s|\(EtcX11Directory \)\(/etc/X11$\)|\1${EPREFIX}\2|" "${ED}"/usr/$(get_libdir)/X11/config/X11.tmpl || die "failed etcx11dir sed" + sed -i -e "/# define Solaris64bitSubdir/d" "${ED}"/usr/$(get_libdir)/X11/config/sun.cf || die + sed -i -e 's/-DNOSTDHDRS//g' "${ED}"/usr/$(get_libdir)/X11/config/sun.cf || die + + sed -r -i -e "s|LibDirName[[:space:]]+lib.*$|LibDirName $(get_libdir)|" "${ED}"/usr/$(get_libdir)/X11/config/linux.cf || die "failed libdir sed" + sed -r -i -e "s|SystemUsrLibDir[[:space:]]+/usr/lib.*$|SystemUsrLibDir /usr/$(get_libdir)|" "${ED}"/usr/$(get_libdir)/X11/config/linux.cf || die "failed libdir sed" + sed -r -i -e "s|TkLibDir[[:space:]]+/usr/lib.*$|TkLibDir /usr/$(get_libdir)|" "${ED}"/usr/$(get_libdir)/X11/config/linux.cf || die "failed libdir sed" +}
[gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/, app-emulation/libvirt/files/
commit: fee80067dca04cacb1a09290044fcbbadfdbd3cb Author: Matthias Maier gentoo org> AuthorDate: Tue Dec 22 16:07:19 2015 + Commit: Matthias Maier gentoo org> CommitDate: Tue Dec 22 16:13:50 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fee80067 app-emulation/libvirt: remove vulnerable 1.2.18 (CVE-2015-5313, bug #568870) This is a cleanup for CVE-2015-5313 bug 568870. Gentoo-Bugs: 568870 Package-Manager: portage-2.2.26 app-emulation/libvirt/Manifest | 1 - app-emulation/libvirt/files/libvirtd.confd-r4 | 43 --- app-emulation/libvirt/files/libvirtd.init-r14 | 139 --- app-emulation/libvirt/libvirt-1.2.18-r1.ebuild | 480 - 4 files changed, 663 deletions(-) diff --git a/app-emulation/libvirt/Manifest b/app-emulation/libvirt/Manifest index 6914572..fad874c 100644 --- a/app-emulation/libvirt/Manifest +++ b/app-emulation/libvirt/Manifest @@ -1,3 +1,2 @@ -DIST libvirt-1.2.18.tar.gz 29412554 SHA256 d5a5ff18af4cced21fed986d28fa0a21b782d256920326bf0ff1c7731eeb6ade SHA512 e89d494066ebec4de4c9a53089f015635b7b5ccf4a10ab9749883cc81f6f9607b18ca91a1bd01a9cdacb3a46de86223f0432fae3954106cb92dd275e5b4138c5 WHIRLPOOL dbbbd627ccb9be154bc680407898cd32dfdbc218a67f54560e6b0f0200cbc157a9aa05834de5d9d23e3b6da0625fd5943b4c8e38f8bb9a6ff920bc5820287bfc DIST libvirt-1.2.21-20151222.tar.xz 1684 SHA256 6c97f288470ec58bcbe98507563c6a191892c6f8813a7b9688c09b823934cbe5 SHA512 4fd43f0e12434b78ac3e671ad8eb0e402d384cff6278f6d0db322a068c2c8807c7c7f7e5774aa9d19e2a85e49f6d9888908b32fca5fc04980134edaccba0afe2 WHIRLPOOL 2bfbc3cbf1ca44a2bb06ddf2e8eabeb116165560b9c73d649d7b8cc9baba851f5e9246414bfc2c4740f27d0d0d42b6176eaec43b05e8c1e54de2804150c2cde1 DIST libvirt-1.2.21.tar.gz 29848954 SHA256 8d406582f5fe88d739d1d83e0ba7ac7f91f5a8da4be82162ab85631744d8925b SHA512 5c15d0ba5d75c13f735c6a60dfdbad007426f77e113f95894d520f7fc358fa4361d5cce7bb9a548a436f323b845f13b8940abbad568b8b146418430068bb970e WHIRLPOOL d53bbb07c85b3aa2d9b0f38ff2edd3cd0a2a5300627f3e2f0a82bc057303617cab9d6f1d8a9a771bd968b0496d38d3a39a0154f88bdca44dda359a65fdc2c650 diff --git a/app-emulation/libvirt/files/libvirtd.confd-r4 b/app-emulation/libvirt/files/libvirtd.confd-r4 deleted file mode 100644 index 48ab125..000 --- a/app-emulation/libvirt/files/libvirtd.confd-r4 +++ /dev/null @@ -1,43 +0,0 @@ -# /etc/conf.d/libvirtd - -# Startup dependency -# libvirtd typically requires all networks to be up and settled which -# is what rc_need="net" provides. However if you only use specific networks -# for libvirtd, you may override this. Or if you only use libvirtd locally. -rc_need="net" - -# LIBVIRTD_OPTS -# You may want to add '--listen' to have libvirtd listen for tcp/ip connections -# if you want to use libvirt for remote control -# Please consult 'libvirtd --help' for more options -#LIBVIRTD_OPTS="--listen" - -# LIBVIRTD_KVM_SHUTDOWN -# Valid options: -# * shutdown - Sends an ACPI shutdown (think when you tap the power button -# on your machine and it begins a graceful shutdown). If your -# VM ignores this, it will have the power yanked out from under -# it in LIBVIRTD_KVM_SHUTDOWN_MAXWAIT seconds. -# * managedsave - Performs a state save external to the VM. qemu-kvm will stop -# stop the CPU and save off all state to a separate file. When -# the machine is started again, it will resume like nothing ever -# happened. This is guarenteed to always successfully stop your -# machine and restart it. However it may take some time to finish. -# * none - No attempts will be made to stop any VMs. If you are restarting your -# machine the qemu-kvm process will be simply killed, which may result -# in your VMs having disk corruption. -LIBVIRTD_KVM_SHUTDOWN="managedsave" - -# LIBVIRTD_KVM_SHUTDOWN_MAXWAIT -# Timeout in seconds until stopping libvirtd and "pulling the plug" on the -# remaining VM's still in a running state -#LIBVIRTD_KVM_SHUTDOWN_MAXWAIT="500" - -# LIBVIRTD_KVM_NET_SHUTDOWN -# If libvirtd created networks for you (e.g. NATed networks) then this init -# script will shut them down for you if this is set to 'yes'. Otherwise, -# the networks will be left running once libvirt is shutdown. For this -# option to be useful you must have enabled the 'virt-network' USE flag and -# have had libvirt create a NATed network for you. -# Valid values: 'yes' or 'no' -#LIBVIRTD_KVM_NET_SHUTDOWN="yes" diff --git a/app-emulation/libvirt/files/libvirtd.init-r14 b/app-emulation/libvirt/files/libvirtd.init-r14 deleted file mode 100644 index 7bab682..000 --- a/app-emulation/libvirt/files/libvirtd.init-r14 +++ /de
[gentoo-commits] repo/gentoo:master commit in: dev-python/libvirt-python/
commit: ad61c216ab0aca87770e18351b4f478ce97d259c Author: Matthias Maier gentoo org> AuthorDate: Tue Dec 22 16:08:45 2015 + Commit: Matthias Maier gentoo org> CommitDate: Tue Dec 22 16:13:49 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad61c216 dev-python/libvirt-python: remove 1.2.18 (bug #568870) This is a cleanup for CVE-2015-5313 bug 568870. Gentoo-Bugs: 568870 Package-Manager: portage-2.2.26 dev-python/libvirt-python/Manifest | 1 - .../libvirt-python/libvirt-python-1.2.18.ebuild| 44 -- 2 files changed, 45 deletions(-) diff --git a/dev-python/libvirt-python/Manifest b/dev-python/libvirt-python/Manifest index 00f6499..d76ebb0 100644 --- a/dev-python/libvirt-python/Manifest +++ b/dev-python/libvirt-python/Manifest @@ -1,2 +1 @@ -DIST libvirt-python-1.2.18.tar.gz 171009 SHA256 204535ef160c9d10600b5fc3417f00f382e74b137a85b33774b97eb36d8a3638 SHA512 bf9f246d8bc2e55dc0cdeb22901b2dd2858b058c0616a2d5db3ca4a700c3430c9cd1f904ec3090cab7c3db1d40195a6365fed3b7b18fbd1d975fdca5fa57ce29 WHIRLPOOL a1e684360341b896bd96d6a313320ddb7ad455c64e4d1577076713e4913c95d2bd6f9222a6ac45b735a33d8e7fff06b40327e298d21e214857db17c859fb4849 DIST libvirt-python-1.2.21.tar.gz 171250 SHA256 7ffb49fcb64ac06188fc626c853c99361e5965766ab020f8ea66f8fbcfc29684 SHA512 7e2481ffa26105ddde703bd6eafe74240b69990b2f2ce0042f20f7fceb1d326fb8a66bf26042bfe63a12cf3202d7c19b14b6d766dd42fb66af212393d7aaf332 WHIRLPOOL 18dd5bc0d565b6846c40960cf258d7fb3714054be15fe54507e2846c5a7c2cd81e9b209c8e70cbfd5319d5a06f00c2c5322995058637af87d1676276f8675b2e diff --git a/dev-python/libvirt-python/libvirt-python-1.2.18.ebuild b/dev-python/libvirt-python/libvirt-python-1.2.18.ebuild deleted file mode 100644 index 1f38cff..000 --- a/dev-python/libvirt-python/libvirt-python-1.2.18.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) - -AUTOTOOLIZE=yes - -MY_P="${P/_rc/-rc}" - -inherit eutils distutils-r1 - -if [[ ${PV} = ** ]]; then - inherit git-r3 - EGIT_REPO_URI="git://libvirt.org/libvirt-python.git" - SRC_URI="" - KEYWORDS="" - RDEPEND="app-emulation/libvirt:=[-python(-)]" -else - SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz"; - KEYWORDS="amd64 x86" - RDEPEND="app-emulation/libvirt:0/${PV}" -fi -S="${WORKDIR}/${P%_rc*}" - -DESCRIPTION="libvirt Python bindings" -HOMEPAGE="http://www.libvirt.org"; -LICENSE="LGPL-2" -SLOT="0" -IUSE="test" - -DEPEND="${RDEPEND} - virtual/pkgconfig - test? ( dev-python/lxml[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] )" - -# testsuite is currently not included in upstream tarball -RESTRICT="test" - -python_test() { - esetup.py test -}
[gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt-glib/
commit: f08eedc5c90acf208f9b3338e2161d8d6dcae5d3 Author: Matthias Maier gentoo org> AuthorDate: Tue Dec 22 16:13:06 2015 + Commit: Matthias Maier gentoo org> CommitDate: Tue Dec 22 16:13:50 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f08eedc5 app-emulation/libvirt-glib: remove old versions 0.2.0, 0.2.1 Package-Manager: portage-2.2.26 app-emulation/libvirt-glib/Manifest| 2 - .../libvirt-glib/libvirt-glib-0.2.0.ebuild | 54 -- .../libvirt-glib/libvirt-glib-0.2.1.ebuild | 53 - 3 files changed, 109 deletions(-) diff --git a/app-emulation/libvirt-glib/Manifest b/app-emulation/libvirt-glib/Manifest index 74c17e9..42e9da5 100644 --- a/app-emulation/libvirt-glib/Manifest +++ b/app-emulation/libvirt-glib/Manifest @@ -1,3 +1 @@ -DIST libvirt-glib-0.2.0.tar.gz 836245 SHA256 30b7e0f224f9cdcf34c1b05b08803cb617d057613ee96395ae517f4ee6c44a0b SHA512 23b698fe297247dd5ce06d9e37eed2025064ab76a52f008cb89cd835364a52c8fe60ae535f68e67fb6c3454d41328dd77c392efd594a3fb1a237d1beb25d19ae WHIRLPOOL 6ef50cc740fa1b43dafc4666ac221bb57312dd937ee693bd12e582e3cec784a5c7a5d22e3c15cc369ac0a24ae26ce64edc69d2c4b55fc2ea83a8e350bc8003ab -DIST libvirt-glib-0.2.1.tar.gz 844657 SHA256 d856d37b708bc8bf9e6ac294edca7a53f2baa6d857c6f5859be58517a714a2fb SHA512 bd38b5c415f65bd6e8824d419c787afdd43aa322f03045f517f9bae88575de1a0975f0340b24bf776421eeb54632227d798e801a1611ce932878ad7bace3adfb WHIRLPOOL 99408b22553d8b4bea5df75750aea2339800ad45b7497eae1afdc79e11be256f0e79d29fe879ef4bc8992817178850058ee361fa4ac5a4b2213f09a6fa825cb2 DIST libvirt-glib-0.2.2.tar.gz 853052 SHA256 d7be16025231c91ccae43838b7cdb1d55d181856a2a50b0f7b1c5078ad202d9d SHA512 77adcf74dd057b8c5e3c21e1fbe0a99eedbe0005d0247c0173bce69e4e6209dbffe18c7a2f0de9a4c279f138ab5bcc360c14cc2335d0b2b55f22b5819c3e5b70 WHIRLPOOL 628d76cf20fe0b707a56688ad4f17c2c95b12b89fe89f4628e42cee2e8c5855aeac0e06ad45fe71fb63ae935b1ff7a17ee69f294b8358653f7cbcd03aea59876 diff --git a/app-emulation/libvirt-glib/libvirt-glib-0.2.0.ebuild b/app-emulation/libvirt-glib/libvirt-glib-0.2.0.ebuild deleted file mode 100644 index 1bde313..000 --- a/app-emulation/libvirt-glib/libvirt-glib-0.2.0.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" -VALA_MIN_API_VERSION="0.14" -PYTHON_COMPAT=( python2_7 ) - -inherit gnome2 python-single-r1 vala - -DESCRIPTION="GLib and GObject mappings for libvirt" -HOMEPAGE="http://libvirt.org/git/?p=libvirt-glib.git"; -SRC_URI="ftp://libvirt.org/libvirt/glib/${P}.tar.gz"; - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+introspection python +vala" -REQUIRED_USE=" - python? ( ${PYTHON_REQUIRED_USE} ) - vala? ( introspection ) -" - -# https://bugzilla.redhat.com/show_bug.cgi?id=1093633 -RESTRICT="test" - -RDEPEND=" - dev-libs/libxml2:2 - >=app-emulation/libvirt-0.9.10:= - >=dev-libs/glib-2.38.0:2 - introspection? ( >=dev-libs/gobject-introspection-0.10.8:= ) - python? ( ${PYTHON_DEPS} ) -" -DEPEND="${RDEPEND} - dev-util/gtk-doc-am - >=dev-util/intltool-0.35.0 - virtual/pkgconfig - vala? ( $(vala_depend) ) -" - -pkg_setup() { - use python && python-single-r1_pkg_setup -} - -src_configure() { - gnome2_src_configure \ - --disable-test-coverage \ - --disable-static \ - $(use_enable introspection) \ - $(use_enable vala) \ - $(use_with python) -} diff --git a/app-emulation/libvirt-glib/libvirt-glib-0.2.1.ebuild b/app-emulation/libvirt-glib/libvirt-glib-0.2.1.ebuild deleted file mode 100644 index 27caa06..000 --- a/app-emulation/libvirt-glib/libvirt-glib-0.2.1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python2_7 ) - -inherit gnome2 python-single-r1 vala - -DESCRIPTION="GLib and GObject mappings for libvirt" -HOMEPAGE="http://libvirt.org/git/?p=libvirt-glib.git"; -SRC_URI="ftp://libvirt.org/libvirt/glib/${P}.tar.gz"; - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="+introspection python +vala" -REQUIRED_USE=" - python? ( ${PYTHON_REQUIRED_USE} ) - vala? ( introspection ) -" - -# https://bugzilla.redhat.com/show_bug.cgi?id=1093633 -RESTRICT="test" - -RDEPEND=" - dev-libs/libxml2:2 - >=app-emulation/libvirt-0.9.10:= - >=dev-libs/glib-2.38.0:2 - introspection? ( >=dev-libs/gobject-introspection-0.10.8:= ) - python? ( ${PYTHON_DEPS} ) -" -DEPEND="${RDEPEND} - dev-util/gtk-doc-am - >=dev-util/intltool-0.35.0 - virtual/pkgconfig - vala? ( $(vala_depend) ) -" - -pkg_setup() { - use python && python
[gentoo-commits] repo/gentoo:master commit in: x11-libs/libXi/
commit: 710c7a58fa7e9cc6b58472d6c1d9493f10f94bf4 Author: Manuel Rüger gentoo org> AuthorDate: Tue Dec 22 16:13:31 2015 + Commit: Manuel Rüger gentoo org> CommitDate: Tue Dec 22 16:15:14 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=710c7a58 x11-libs/libXi: Version bump Package-Manager: portage-2.2.26 x11-libs/libXi/Manifest | 1 + x11-libs/libXi/libXi-1.7.6.ebuild | 38 ++ 2 files changed, 39 insertions(+) diff --git a/x11-libs/libXi/Manifest b/x11-libs/libXi/Manifest index f01e2e4..6cee3fb 100644 --- a/x11-libs/libXi/Manifest +++ b/x11-libs/libXi/Manifest @@ -1,3 +1,4 @@ DIST libXi-1.7.2.tar.bz2 440969 SHA256 df24781dc63645e2b561cd0b20bd8a0e7aff02e426a8d2a7641159004d4cb20e SHA512 f419a30711220f51bc77ba4cd2759e565d4f8ba9960c3bcce3ec80ab84389fe220e4276887b125ec105810bd219698fb3a22ec4b9d91eab7235ed9a3ca6925c3 WHIRLPOOL 788160df688e73f9bace2c200bb1ea02b11d68c25ee232a0ccaccd46daec56f9fcb24b746a4861c1d5330bff1b932c533301eafaf1984b3f3226a3524f0f38ac DIST libXi-1.7.4.tar.bz2 458378 SHA256 2cffc2686618dc1803725636cd92b36342c512dc60a7a35cba34bf7192a42244 SHA512 17182e580bdf6d65c743ceef4f652f7c7975761f288dfd6f2961c2fed23931569f7cf7cac745bb252fe0a6c3be2739ba6f6533b895519800e382a48f2e5297f0 WHIRLPOOL 5a076f84c68558290cd2a80790bd3c14330bede57b65afb1c5f04cd57322c6eec21e405b0cdaeff6ab17768e64ebafa533341455dda897541c34e924de91adca DIST libXi-1.7.5.tar.bz2 464719 SHA256 d964d7deb5d8f7d6b9c358969c625073d7ab273dbda94693130b3540bc0ca229 SHA512 5dfdf872399a85692ef681f4fb8632866783317971e72b046685a906d98007c6b19d1650270861b3457d0a817365ce57e532481b682dd2e36558c815f8919a59 WHIRLPOOL 069a84a180f3513dcaff1969a1a0395bd6a0734f2dcc9afbbb3fb7311a61a43601582140361692a5cf807b460da814f3a8e8dfa8f15baea4a053021f88d5fd26 +DIST libXi-1.7.6.tar.bz2 484485 SHA256 1f32a552cec0f056c0260bdb32e853cec0673d2f40646ce932ad5a9f0205b7ac SHA512 229e1e6e1486808ffad9610a8fd7930bd3348fa5d11709adcb6239b5c01af877ac549072e8d3aec605a3835d8278fd48146db50577fa031407d20c1e871d8f4a WHIRLPOOL 90a3eff541f6ab582acf7ff143aa8a9b0db4e514ef6712dbfe4879af39f4dbb45177cf516d947a85cafe125305301a337527a500a74bc3daca634278b716dee1 diff --git a/x11-libs/libXi/libXi-1.7.6.ebuild b/x11-libs/libXi/libXi-1.7.6.ebuild new file mode 100644 index 000..f8c216d --- /dev/null +++ b/x11-libs/libXi/libXi-1.7.6.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +XORG_DOC=doc +XORG_MULTILIB=yes +inherit xorg-2 + +DESCRIPTION="X.Org Xi library" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +IUSE="" + +RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] + >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] + >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}] + >=x11-proto/inputproto-2.3[${MULTILIB_USEDEP}] + >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}] + >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" + +src_configure() { + XORG_CONFIGURE_OPTIONS=( + $(use_enable doc specs) + $(use_with doc xmlto) + $(use_with doc asciidoc) + --without-fop + ) + xorg-2_src_configure +} + +pkg_postinst() { + xorg-2_pkg_postinst + + ewarn "Some special keys and keyboard layouts may stop working." + ewarn "To fix them, recompile xorg-server." +}
[gentoo-commits] repo/gentoo:master commit in: x11-libs/libXi/
commit: f5646b7d2350937b69862fca0ac2066b6d512261 Author: Manuel Rüger gentoo org> AuthorDate: Tue Dec 22 16:14:26 2015 + Commit: Manuel Rüger gentoo org> CommitDate: Tue Dec 22 16:15:14 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5646b7d x11-libs/libXi: Remove old Package-Manager: portage-2.2.26 x11-libs/libXi/Manifest | 1 - x11-libs/libXi/libXi-1.7.2.ebuild | 38 -- 2 files changed, 39 deletions(-) diff --git a/x11-libs/libXi/Manifest b/x11-libs/libXi/Manifest index 6cee3fb..d614907 100644 --- a/x11-libs/libXi/Manifest +++ b/x11-libs/libXi/Manifest @@ -1,4 +1,3 @@ -DIST libXi-1.7.2.tar.bz2 440969 SHA256 df24781dc63645e2b561cd0b20bd8a0e7aff02e426a8d2a7641159004d4cb20e SHA512 f419a30711220f51bc77ba4cd2759e565d4f8ba9960c3bcce3ec80ab84389fe220e4276887b125ec105810bd219698fb3a22ec4b9d91eab7235ed9a3ca6925c3 WHIRLPOOL 788160df688e73f9bace2c200bb1ea02b11d68c25ee232a0ccaccd46daec56f9fcb24b746a4861c1d5330bff1b932c533301eafaf1984b3f3226a3524f0f38ac DIST libXi-1.7.4.tar.bz2 458378 SHA256 2cffc2686618dc1803725636cd92b36342c512dc60a7a35cba34bf7192a42244 SHA512 17182e580bdf6d65c743ceef4f652f7c7975761f288dfd6f2961c2fed23931569f7cf7cac745bb252fe0a6c3be2739ba6f6533b895519800e382a48f2e5297f0 WHIRLPOOL 5a076f84c68558290cd2a80790bd3c14330bede57b65afb1c5f04cd57322c6eec21e405b0cdaeff6ab17768e64ebafa533341455dda897541c34e924de91adca DIST libXi-1.7.5.tar.bz2 464719 SHA256 d964d7deb5d8f7d6b9c358969c625073d7ab273dbda94693130b3540bc0ca229 SHA512 5dfdf872399a85692ef681f4fb8632866783317971e72b046685a906d98007c6b19d1650270861b3457d0a817365ce57e532481b682dd2e36558c815f8919a59 WHIRLPOOL 069a84a180f3513dcaff1969a1a0395bd6a0734f2dcc9afbbb3fb7311a61a43601582140361692a5cf807b460da814f3a8e8dfa8f15baea4a053021f88d5fd26 DIST libXi-1.7.6.tar.bz2 484485 SHA256 1f32a552cec0f056c0260bdb32e853cec0673d2f40646ce932ad5a9f0205b7ac SHA512 229e1e6e1486808ffad9610a8fd7930bd3348fa5d11709adcb6239b5c01af877ac549072e8d3aec605a3835d8278fd48146db50577fa031407d20c1e871d8f4a WHIRLPOOL 90a3eff541f6ab582acf7ff143aa8a9b0db4e514ef6712dbfe4879af39f4dbb45177cf516d947a85cafe125305301a337527a500a74bc3daca634278b716dee1 diff --git a/x11-libs/libXi/libXi-1.7.2.ebuild b/x11-libs/libXi/libXi-1.7.2.ebuild deleted file mode 100644 index febe38a..000 --- a/x11-libs/libXi/libXi-1.7.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -XORG_DOC=doc -XORG_MULTILIB=yes -inherit xorg-2 - -DESCRIPTION="X.Org Xi library" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" -IUSE="" - -RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] - >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] - >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}] - >=x11-proto/inputproto-2.3[${MULTILIB_USEDEP}] - >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}] - >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}" - -src_configure() { - XORG_CONFIGURE_OPTIONS=( - $(use_enable doc specs) - $(use_with doc xmlto) - $(use_with doc asciidoc) - --without-fop - ) - xorg-2_src_configure -} - -pkg_postinst() { - xorg-2_pkg_postinst - - ewarn "Some special keys and keyboard layouts may stop working." - ewarn "To fix them, recompile xorg-server." -}
[gentoo-commits] repo/gentoo:master commit in: profiles/
commit: cb75e16e47c758afd848db585c654212b623daca Author: Michael Palimaka gentoo org> AuthorDate: Tue Dec 22 16:21:23 2015 + Commit: Michael Palimaka gentoo org> CommitDate: Tue Dec 22 16:21:41 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb75e16e profiles: mask media-video/vmaid for removal Gentoo-bug: 566446 profiles/package.mask | 5 + 1 file changed, 5 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index f9a7556..676b988 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -31,6 +31,11 @@ #--- END OF EXAMPLES --- # Michael Palimaka (22 Dec 2015) +# Fails to build. Dead upstream. Masked for removal in 30 days. +# Bug 566446 +media-video/vmaid + +# Michael Palimaka (22 Dec 2015) # No longer works. Dead upstream. Masked for removal in 30 days. # Bug 507914 app-doc/ebookmerge
[gentoo-commits] repo/gentoo:master commit in: x11-libs/pixman/
commit: 3fa7905399232bf190349d4fbcaea675b6e123c4 Author: Manuel Rüger gentoo org> AuthorDate: Tue Dec 22 16:33:49 2015 + Commit: Manuel Rüger gentoo org> CommitDate: Tue Dec 22 16:34:18 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fa79053 x11-libs/pixman: Version bump Package-Manager: portage-2.2.26 x11-libs/pixman/Manifest | 1 + x11-libs/pixman/pixman-0.33.6.ebuild | 33 + 2 files changed, 34 insertions(+) diff --git a/x11-libs/pixman/Manifest b/x11-libs/pixman/Manifest index dbb5499..05782d6 100644 --- a/x11-libs/pixman/Manifest +++ b/x11-libs/pixman/Manifest @@ -1,3 +1,4 @@ DIST pixman-0.32.8.tar.bz2 696038 SHA256 5c63dbb3523fc4d86ed4186677815918a941b7cb390d5eec4f55cb5d66b59fb1 SHA512 43924a92f0d3e03359bd74701cc2a27c000b24fc513e0f760389da7e6ee1acec666a734003ef193d45251cc9645c07caf91142c3ff9134b1429a38a9167332a2 WHIRLPOOL 0035c6e5713a79caeeb88e865204d708f9dc2fdc8881cc4468d64f1d31243b7399f1404d76c33f43b3c17daf46f7c5e33659a961f0847993cfd3d09015fa26eb DIST pixman-0.33.2.tar.bz2 725382 SHA256 0d12c669d69024c055ec9f877ecd6beb253796444ea3de14f8f197d438fb93fd SHA512 d74303840122160888c3983d1cb160ce29ecfbd8266f154fde69a489c7abe2c5d09c15c2414199c6e9f5458fe5dfcc166b02c7721489b493d9c5ee81bdc12b00 WHIRLPOOL 9e983b52ff26a586bec3afabf23553b7de773f3fe232ee19a217225fcc106bca93b437b7468b364a6e0cb63576a5f82a38a570b84b25feb6f490d26f6aec359d DIST pixman-0.33.4.tar.bz2 722970 SHA256 f3fc9a2aadf40196af1c3a8ee5a94f18e4fcbaa5741e23fbf0351772b9c92e09 SHA512 db7d1bea08e61e6f70091ed484c963ca00bf4746f5b09a2e58fe60dd1b85045c0aaa69e831bd77c60e81af8e0c29518c4bdad7f13c6a57e59d246e7908aeed82 WHIRLPOOL d073dfe87dc8871470a0148d341f47b5b943621fdb63beb94456a24a9b15af7ffa78f15e0a86cb07a0b042161757cf1c724d5ac27a059376075b80ad6b4c5362 +DIST pixman-0.33.6.tar.bz2 739537 SHA256 0ffdc6cc2ea2f730fa231270aeee0ac94d24189dda1273323a2058994593d646 SHA512 0c8e82d1e92ab7eefa2aa4fd626653c7f52434e81cec833d2aca544313fb627322789717cd597e66c1c8f3e7e07bd4e496315554556416bc0e1891a3371e05d9 WHIRLPOOL b6a399734228678cb26cf3d707afdeaa179a7c24344f1e2ff06c1e4d271ee66192302708b9e1d3bae6c1c43748397070ccb244fee9f41e237c7230f0f1dbe625 diff --git a/x11-libs/pixman/pixman-0.33.6.ebuild b/x11-libs/pixman/pixman-0.33.6.ebuild new file mode 100644 index 000..525e9db --- /dev/null +++ b/x11-libs/pixman/pixman-0.33.6.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +XORG_MULTILIB=yes +inherit xorg-2 + +EGIT_REPO_URI="git://anongit.freedesktop.org/git/pixman" +DESCRIPTION="Low-level pixel manipulation routines" + +if [[ $PV = * ]]; then + KEYWORDS="" +else + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +fi + +IUSE="altivec iwmmxt loongson2f cpu_flags_x86_mmxext neon cpu_flags_x86_sse2 cpu_flags_x86_ssse3" + +src_configure() { + XORG_CONFIGURE_OPTIONS=( + $(use_enable cpu_flags_x86_mmxext mmx) + $(use_enable cpu_flags_x86_sse2 sse2) + $(use_enable cpu_flags_x86_ssse3 ssse3) + $(use_enable altivec vmx) + $(use_enable neon arm-neon) + $(use_enable iwmmxt arm-iwmmxt) + $(use_enable loongson2f loongson-mmi) + --disable-gtk + --disable-libpng + ) + xorg-2_src_configure +}
[gentoo-commits] repo/gentoo:master commit in: x11-libs/pixman/
commit: 2b73dda298d4da68d9c9a945b56de4f1215c3267 Author: Manuel Rüger gentoo org> AuthorDate: Tue Dec 22 16:18:31 2015 + Commit: Manuel Rüger gentoo org> CommitDate: Tue Dec 22 16:34:18 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b73dda2 x11-libs/pixman: Remove old Package-Manager: portage-2.2.26 x11-libs/pixman/Manifest | 1 - x11-libs/pixman/pixman-0.32.6.ebuild | 32 2 files changed, 33 deletions(-) diff --git a/x11-libs/pixman/Manifest b/x11-libs/pixman/Manifest index 88f21b7..dbb5499 100644 --- a/x11-libs/pixman/Manifest +++ b/x11-libs/pixman/Manifest @@ -1,4 +1,3 @@ -DIST pixman-0.32.6.tar.bz2 672201 SHA256 201fc0d7d6bc0017496f2bd27b3ca14224aea0df6b624c5ee2dc0307a4ff14a4 SHA512 162e34a3ac728b348b8cd429172fa9f6ba1fc8d94716368c84a8081c42c4e2639ec7624e5528d9059695736be785ee210835c7d832b4a07a2175aec349ddffe9 WHIRLPOOL f12567cf1feb7a82956f7b2edd1db29e439933e437a9419bf505eb1ce61ce8ac9ab1fe678f0e91064ef4a776b47892930940a10c9051da165155304f3757cd92 DIST pixman-0.32.8.tar.bz2 696038 SHA256 5c63dbb3523fc4d86ed4186677815918a941b7cb390d5eec4f55cb5d66b59fb1 SHA512 43924a92f0d3e03359bd74701cc2a27c000b24fc513e0f760389da7e6ee1acec666a734003ef193d45251cc9645c07caf91142c3ff9134b1429a38a9167332a2 WHIRLPOOL 0035c6e5713a79caeeb88e865204d708f9dc2fdc8881cc4468d64f1d31243b7399f1404d76c33f43b3c17daf46f7c5e33659a961f0847993cfd3d09015fa26eb DIST pixman-0.33.2.tar.bz2 725382 SHA256 0d12c669d69024c055ec9f877ecd6beb253796444ea3de14f8f197d438fb93fd SHA512 d74303840122160888c3983d1cb160ce29ecfbd8266f154fde69a489c7abe2c5d09c15c2414199c6e9f5458fe5dfcc166b02c7721489b493d9c5ee81bdc12b00 WHIRLPOOL 9e983b52ff26a586bec3afabf23553b7de773f3fe232ee19a217225fcc106bca93b437b7468b364a6e0cb63576a5f82a38a570b84b25feb6f490d26f6aec359d DIST pixman-0.33.4.tar.bz2 722970 SHA256 f3fc9a2aadf40196af1c3a8ee5a94f18e4fcbaa5741e23fbf0351772b9c92e09 SHA512 db7d1bea08e61e6f70091ed484c963ca00bf4746f5b09a2e58fe60dd1b85045c0aaa69e831bd77c60e81af8e0c29518c4bdad7f13c6a57e59d246e7908aeed82 WHIRLPOOL d073dfe87dc8871470a0148d341f47b5b943621fdb63beb94456a24a9b15af7ffa78f15e0a86cb07a0b042161757cf1c724d5ac27a059376075b80ad6b4c5362 diff --git a/x11-libs/pixman/pixman-0.32.6.ebuild b/x11-libs/pixman/pixman-0.32.6.ebuild deleted file mode 100644 index cefd423..000 --- a/x11-libs/pixman/pixman-0.32.6.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -XORG_MULTILIB=yes -inherit xorg-2 toolchain-funcs versionator - -EGIT_REPO_URI="git://anongit.freedesktop.org/git/pixman" -DESCRIPTION="Low-level pixel manipulation routines" - -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" -IUSE="altivec iwmmxt loongson2f cpu_flags_x86_mmxext neon cpu_flags_x86_sse2 cpu_flags_x86_ssse3" -RDEPEND="abi_x86_32? ( - !<=app-emulation/emul-linux-x86-gtklibs-20131008 - !app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)] - )" - -src_configure() { - XORG_CONFIGURE_OPTIONS=( - $(use_enable cpu_flags_x86_mmxext mmx) - $(use_enable cpu_flags_x86_sse2 sse2) - $(use_enable cpu_flags_x86_ssse3 ssse3) - $(use_enable altivec vmx) - $(use_enable neon arm-neon) - $(use_enable iwmmxt arm-iwmmxt) - $(use_enable loongson2f loongson-mmi) - --disable-gtk - --disable-libpng - ) - xorg-2_src_configure -}
[gentoo-commits] repo/gentoo:master commit in: x11-misc/xtermcontrol/
commit: b093cac327cac6b79015993960289e2fe710a78c Author: Manuel Rüger gentoo org> AuthorDate: Tue Dec 22 16:36:34 2015 + Commit: Manuel Rüger gentoo org> CommitDate: Tue Dec 22 16:36:34 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b093cac3 x11-misc/xtermcontrol: Version bump Package-Manager: portage-2.2.26 x11-misc/xtermcontrol/Manifest| 1 + x11-misc/xtermcontrol/xtermcontrol-3.3.ebuild | 14 ++ 2 files changed, 15 insertions(+) diff --git a/x11-misc/xtermcontrol/Manifest b/x11-misc/xtermcontrol/Manifest index e2c34a0..d830ca1 100644 --- a/x11-misc/xtermcontrol/Manifest +++ b/x11-misc/xtermcontrol/Manifest @@ -1,2 +1,3 @@ DIST xtermcontrol-3.0.tar.gz 134440 SHA256 289c261b21c6b88e5b04f0387ae02d5cba754a9584b2a2054894cd2e5af5f9cf SHA512 610c817812311b8c8de7caa6d4a353de15a41835a00c9578e82cc722328ab9406d6ebd32d70da64f2a8d7f55581051347634233a90e074b4453fd115e6a16fa4 WHIRLPOOL d605a763adb1d16fab4d1c05cc6493ab7a4fc79c8ec54ca70c25e2f8ec1b3ae18ee2a415902938b6d8d7def604b88b21799fc306249e1feb4cad40f6bf931048 DIST xtermcontrol-3.2.tar.gz 141574 SHA256 6e4f1de182aa0d1623405d831c01a99940390e3af45deadc43a171f4c432d1e1 SHA512 cfda6595508d2aa3c1a4c0bf5e158717592c471e80b0124a496f9966aa8221a00d62f1aa1642cd9c02c3110287f0fbbe86d1cf0b55d0f790e0434dcffd4cb286 WHIRLPOOL 0b3c22ffa305492e203b9bb1671fe23039cf087ee0f1cd331934bb27ca2045655305078640599fdf9988e8a705c29fce0ea1464e9a94e97b4c4e5bd984523489 +DIST xtermcontrol-3.3.tar.gz 141972 SHA256 45f69a307580a8e650ddc60b048bff70355ba0d62c1ef5aeae570dd22d0b4cec SHA512 625b1ad93110032244eb277621676d89113a4c45642538b029dd36ab31e2fe9d2603c41236d2a1ffb22b2fd7feb61335f35397814569a634eb0a7d4b71961d1b WHIRLPOOL 2278d6982f4c64d81b33f27be41899c310bbaadabcf48016a0e3ec83c9622afb21eeb46e7b5669c63b4bc7ab4e9de4200a05b4e7c47f77c034d3d054018dd5d1 diff --git a/x11-misc/xtermcontrol/xtermcontrol-3.3.ebuild b/x11-misc/xtermcontrol/xtermcontrol-3.3.ebuild new file mode 100644 index 000..a41c643 --- /dev/null +++ b/x11-misc/xtermcontrol/xtermcontrol-3.3.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="xtermcontrol enables dynamic control of XFree86 xterm properties" +HOMEPAGE="http://www.thrysoee.dk/xtermcontrol/"; +SRC_URI="http://www.thrysoee.dk/${PN}/${P}.tar.gz"; + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE=""
[gentoo-commits] repo/gentoo:master commit in: x11-misc/xtermcontrol/
commit: c881fe1b7a2498acc18b54ca2ea634dceb37b8e1 Author: Manuel Rüger gentoo org> AuthorDate: Tue Dec 22 16:39:09 2015 + Commit: Manuel Rüger gentoo org> CommitDate: Tue Dec 22 16:39:09 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c881fe1b x11-misc/xtermcontrol: Remove old Package-Manager: portage-2.2.26 x11-misc/xtermcontrol/Manifest| 1 - x11-misc/xtermcontrol/xtermcontrol-3.0.ebuild | 14 -- 2 files changed, 15 deletions(-) diff --git a/x11-misc/xtermcontrol/Manifest b/x11-misc/xtermcontrol/Manifest index d830ca1..0789a8e 100644 --- a/x11-misc/xtermcontrol/Manifest +++ b/x11-misc/xtermcontrol/Manifest @@ -1,3 +1,2 @@ -DIST xtermcontrol-3.0.tar.gz 134440 SHA256 289c261b21c6b88e5b04f0387ae02d5cba754a9584b2a2054894cd2e5af5f9cf SHA512 610c817812311b8c8de7caa6d4a353de15a41835a00c9578e82cc722328ab9406d6ebd32d70da64f2a8d7f55581051347634233a90e074b4453fd115e6a16fa4 WHIRLPOOL d605a763adb1d16fab4d1c05cc6493ab7a4fc79c8ec54ca70c25e2f8ec1b3ae18ee2a415902938b6d8d7def604b88b21799fc306249e1feb4cad40f6bf931048 DIST xtermcontrol-3.2.tar.gz 141574 SHA256 6e4f1de182aa0d1623405d831c01a99940390e3af45deadc43a171f4c432d1e1 SHA512 cfda6595508d2aa3c1a4c0bf5e158717592c471e80b0124a496f9966aa8221a00d62f1aa1642cd9c02c3110287f0fbbe86d1cf0b55d0f790e0434dcffd4cb286 WHIRLPOOL 0b3c22ffa305492e203b9bb1671fe23039cf087ee0f1cd331934bb27ca2045655305078640599fdf9988e8a705c29fce0ea1464e9a94e97b4c4e5bd984523489 DIST xtermcontrol-3.3.tar.gz 141972 SHA256 45f69a307580a8e650ddc60b048bff70355ba0d62c1ef5aeae570dd22d0b4cec SHA512 625b1ad93110032244eb277621676d89113a4c45642538b029dd36ab31e2fe9d2603c41236d2a1ffb22b2fd7feb61335f35397814569a634eb0a7d4b71961d1b WHIRLPOOL 2278d6982f4c64d81b33f27be41899c310bbaadabcf48016a0e3ec83c9622afb21eeb46e7b5669c63b4bc7ab4e9de4200a05b4e7c47f77c034d3d054018dd5d1 diff --git a/x11-misc/xtermcontrol/xtermcontrol-3.0.ebuild b/x11-misc/xtermcontrol/xtermcontrol-3.0.ebuild deleted file mode 100644 index 0d6f341..000 --- a/x11-misc/xtermcontrol/xtermcontrol-3.0.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="xtermcontrol enables dynamic control of XFree86 xterm properties" -HOMEPAGE="http://www.thrysoee.dk/xtermcontrol/"; -SRC_URI="http://www.thrysoee.dk/${PN}/${P}.tar.gz"; - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ~sparc x86" -IUSE=""
[gentoo-commits] data/api:master commit in: files/gentoo-keys/seeds/
commit: 3fee9d6ed5fe70dc3b5486db250b0a1664017341 Author: Brian Dolbec gentoo org> AuthorDate: Tue Dec 22 16:44:51 2015 + Commit: Brian Dolbec gentoo org> CommitDate: Tue Dec 22 16:44:51 2015 + URL:https://gitweb.gentoo.org/data/api.git/commit/?id=3fee9d6e Gentoo-keys: Update gentoo-devs.seeds files/gentoo-keys/seeds/gentoo-devs.seeds | 12 ++-- files/gentoo-keys/seeds/gentoo-devs.seeds.sig | Bin 639 -> 639 bytes 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/files/gentoo-keys/seeds/gentoo-devs.seeds b/files/gentoo-keys/seeds/gentoo-devs.seeds index 989e240..04ff775 100644 --- a/files/gentoo-keys/seeds/gentoo-devs.seeds +++ b/files/gentoo-keys/seeds/gentoo-devs.seeds @@ -2187,13 +2187,11 @@ }, "patrick": { "fingerprint": [ -"0A0901B8F018D5D6A4A31A4410F17899A28441CC", -"F941D86BAA0D851BFE411493A8447784E52864CE" +"BADF498FF38A3708DB80CA5CA6B98739114414D6" ], "keydir": "patrick", "keys": [ -"0A0901B8F018D5D6A4A31A4410F17899A28441CC", -"F941D86BAA0D851BFE411493A8447784E52864CE" +"BADF498FF38A3708DB80CA5CA6B98739114414D6" ], "name": "Patrick Lauer", "nick": "patrick", @@ -2473,11 +2471,13 @@ }, "remi": { "fingerprint": [ -"91472E8B8C895ADEFEC0B7E47D453F23901AB08A" +"91472E8B8C895ADEFEC0B7E47D453F23901AB08A", +"D06729B2DFB4CA427DDD25B0E0663D48103108F8" ], "keydir": "remi", "keys": [ -"91472E8B8C895ADEFEC0B7E47D453F23901AB08A" +"91472E8B8C895ADEFEC0B7E47D453F23901AB08A", +"D06729B2DFB4CA427DDD25B0E0663D48103108F8" ], "name": "Remi Cardona", "nick": "remi", diff --git a/files/gentoo-keys/seeds/gentoo-devs.seeds.sig b/files/gentoo-keys/seeds/gentoo-devs.seeds.sig index c070610..de09903 100644 Binary files a/files/gentoo-keys/seeds/gentoo-devs.seeds.sig and b/files/gentoo-keys/seeds/gentoo-devs.seeds.sig differ
[gentoo-commits] proj/gkey-seeds:master commit in: /
commit: 4c00d66940a018982640e7ecf1a700f11fb7a395 Author: Brian Dolbec gentoo org> AuthorDate: Tue Dec 22 16:44:46 2015 + Commit: Brian Dolbec gentoo org> CommitDate: Tue Dec 22 16:44:46 2015 + URL:https://gitweb.gentoo.org/proj/gkey-seeds.git/commit/?id=4c00d669 Gentoo-keys: Update gentoo-devs.seeds gentoo-devs.seeds | 12 ++-- gentoo-devs.seeds.sig | Bin 639 -> 639 bytes 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gentoo-devs.seeds b/gentoo-devs.seeds index 989e240..04ff775 100644 --- a/gentoo-devs.seeds +++ b/gentoo-devs.seeds @@ -2187,13 +2187,11 @@ }, "patrick": { "fingerprint": [ -"0A0901B8F018D5D6A4A31A4410F17899A28441CC", -"F941D86BAA0D851BFE411493A8447784E52864CE" +"BADF498FF38A3708DB80CA5CA6B98739114414D6" ], "keydir": "patrick", "keys": [ -"0A0901B8F018D5D6A4A31A4410F17899A28441CC", -"F941D86BAA0D851BFE411493A8447784E52864CE" +"BADF498FF38A3708DB80CA5CA6B98739114414D6" ], "name": "Patrick Lauer", "nick": "patrick", @@ -2473,11 +2471,13 @@ }, "remi": { "fingerprint": [ -"91472E8B8C895ADEFEC0B7E47D453F23901AB08A" +"91472E8B8C895ADEFEC0B7E47D453F23901AB08A", +"D06729B2DFB4CA427DDD25B0E0663D48103108F8" ], "keydir": "remi", "keys": [ -"91472E8B8C895ADEFEC0B7E47D453F23901AB08A" +"91472E8B8C895ADEFEC0B7E47D453F23901AB08A", +"D06729B2DFB4CA427DDD25B0E0663D48103108F8" ], "name": "Remi Cardona", "nick": "remi", diff --git a/gentoo-devs.seeds.sig b/gentoo-devs.seeds.sig index c070610..de09903 100644 Binary files a/gentoo-devs.seeds.sig and b/gentoo-devs.seeds.sig differ
[gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-keysyms/
commit: a03dd0b08b56e02daec2c2c88be99728c0ec55a7 Author: Manuel Rüger gentoo org> AuthorDate: Tue Dec 22 16:45:54 2015 + Commit: Manuel Rüger gentoo org> CommitDate: Tue Dec 22 16:45:54 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a03dd0b0 x11-libs/xcb-util-keysyms: Remove old Package-Manager: portage-2.2.26 x11-libs/xcb-util-keysyms/Manifest | 1 - .../xcb-util-keysyms-0.3.9-r1.ebuild | 34 -- .../xcb-util-keysyms/xcb-util-keysyms-0.3.9.ebuild | 33 - 3 files changed, 68 deletions(-) diff --git a/x11-libs/xcb-util-keysyms/Manifest b/x11-libs/xcb-util-keysyms/Manifest index 8f96af5..e30c40b 100644 --- a/x11-libs/xcb-util-keysyms/Manifest +++ b/x11-libs/xcb-util-keysyms/Manifest @@ -1,2 +1 @@ -DIST xcb-util-keysyms-0.3.9.tar.bz2 286075 SHA256 7be1acf053bd68a1910fc861b2cbcbad7637b5618590dd5484d43a96f7995c6e SHA512 0c7f9afea5886145760ff055fa9d38ac886306bca926b00c0c7da770b5e9a941887383922b11d82fd071784cf94334773eae39b59aee094d570778f8f8f8 WHIRLPOOL fea0109e7e61af17170cf8da8a6c521d61f3354b40e16ea78fe2668df0afad551745caf84059db463fd4b7ee75d4d5795007d3a7268922da9bb7974753e4c33e DIST xcb-util-keysyms-0.4.0.tar.bz2 289880 SHA256 0ef8490ff1dede52b7de533158547f8b454b241aa3e4dcca369507f66f216dd9 SHA512 b14b3100c3ae2379f9df799c0780a1ee39267101e58e4c1c6f390f039348ca2b370bb1df203b9bc68a170d664188d9c73e3553a7ba24d98abea3ed353e8dc0c4 WHIRLPOOL 19659fc2e3445df04cedc7e45c8cccf94f00e84077540838727e52effe7f6621f74a106916efdbc460f4abc50b493244a4381735d63ba86a46991d058ce17b0e diff --git a/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.3.9-r1.ebuild b/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.3.9-r1.ebuild deleted file mode 100644 index 82b887e..000 --- a/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.3.9-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -XORG_MODULE=/ -XORG_BASE_INDIVIDUAL_URI=http://xcb.freedesktop.org/dist -XORG_DOC=doc -XORG_MULTILIB=yes -inherit xorg-2 - -EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util-keysyms" -EGIT_HAS_SUBMODULES=yes - -DESCRIPTION="X C-language Bindings sample implementations" -HOMEPAGE="http://xcb.freedesktop.org/"; - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" -IUSE="test" - -RDEPEND=">=x11-libs/xcb-util-${PV}[${MULTILIB_USEDEP}] - >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND} - >=dev-util/gperf-3.0.1 - test? ( >=dev-libs/check-0.9.11[${MULTILIB_USEDEP}] )" - -src_configure() { - XORG_CONFIGURE_OPTIONS=( - $(use_with doc doxygen) - ) - - xorg-2_src_configure -} diff --git a/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.3.9.ebuild b/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.3.9.ebuild deleted file mode 100644 index 44e9a25..000 --- a/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.3.9.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -XORG_MODULE=/ -XORG_BASE_INDIVIDUAL_URI=http://xcb.freedesktop.org/dist -XORG_DOC=doc -inherit xorg-2 - -EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util-keysyms" -EGIT_HAS_SUBMODULES=yes - -DESCRIPTION="X C-language Bindings sample implementations" -HOMEPAGE="http://xcb.freedesktop.org/"; - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" -IUSE="test" - -RDEPEND=">=x11-libs/xcb-util-${PV} - x11-proto/xproto" -DEPEND="${RDEPEND} - >=dev-util/gperf-3.0.1 - test? ( >=dev-libs/check-0.9.4 )" - -pkg_setup() { - XORG_CONFIGURE_OPTIONS=( - $(use_with doc doxygen) - ) - - xorg-2_pkg_setup -}
[gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-renderutil/
commit: 4c6d2d6313850605a24f1c4db2aa82b7e83f348c Author: Manuel Rüger gentoo org> AuthorDate: Tue Dec 22 16:47:01 2015 + Commit: Manuel Rüger gentoo org> CommitDate: Tue Dec 22 16:47:01 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c6d2d63 x11-libs/xcb-util-renderutil: Remove old Package-Manager: portage-2.2.26 x11-libs/xcb-util-renderutil/Manifest | 1 - .../xcb-util-renderutil-0.3.8.ebuild | 33 -- .../xcb-util-renderutil-0.3.9.ebuild | 33 -- 3 files changed, 67 deletions(-) diff --git a/x11-libs/xcb-util-renderutil/Manifest b/x11-libs/xcb-util-renderutil/Manifest index f44961c..088feea 100644 --- a/x11-libs/xcb-util-renderutil/Manifest +++ b/x11-libs/xcb-util-renderutil/Manifest @@ -1,2 +1 @@ -DIST xcb-util-renderutil-0.3.8.tar.bz2 257492 SHA256 9789a5c55728fa7bae374d9fdf1c61095869bdc68561911760879095644c7452 SHA512 d2f94d23628383a1d2c861e0bfbe6452b89efd1003348dcfacfae9249b49fefb91efdec4cd5f5fc0aadd6f6b72cb2b866089e42b5006f9394fb6b68cb484fa8e WHIRLPOOL 7ef258498c1ca3ebe16e4505f9fe280c4abe72ee04b012842cfb624edb622f611c3843ff5de52a7a455401ec352e02a432d60ab2829654bbe98b2b6450a907b6 DIST xcb-util-renderutil-0.3.9.tar.bz2 292898 SHA256 c6e97e48fb1286d6394dddb1c1732f00227c70bd1bedb7d1acabefdd340bea5b SHA512 24b567992ecde7e69a406efd0ffb62266610d73b4dc0e5c71093221090fa134c14b850680d1d28dc1f8f4a6f497b4118491e1894ec7c73d2c6ce959d106771cc WHIRLPOOL 4c503898720aff7f81a75424d4d8f8351044aaa5fef446637474987264ee7487ba0f07b1f92f3f6d2c36495bad9086cc190d085fe7bf83281f2ce9b67a13cfb5 diff --git a/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.8.ebuild b/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.8.ebuild deleted file mode 100644 index 95a6728..000 --- a/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.8.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -XORG_MODULE=/ -XORG_BASE_INDIVIDUAL_URI=http://xcb.freedesktop.org/dist -XORG_DOC=doc -inherit xorg-2 - -EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util-renderutil" -EGIT_HAS_SUBMODULES=yes - -DESCRIPTION="X C-language Bindings sample implementations" -HOMEPAGE="http://xcb.freedesktop.org/"; - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" -IUSE="test" - -RDEPEND=">=x11-libs/xcb-util-${PV} - x11-proto/xproto" -DEPEND="${RDEPEND} - >=dev-util/gperf-3.0.1 - test? ( >=dev-libs/check-0.9.4 )" - -pkg_setup() { - XORG_CONFIGURE_OPTIONS=( - $(use_with doc doxygen) - ) - - xorg-2_pkg_setup -} diff --git a/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.9.ebuild b/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.9.ebuild deleted file mode 100644 index 634476d..000 --- a/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.9.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -XORG_MODULE=/ -XORG_BASE_INDIVIDUAL_URI=http://xcb.freedesktop.org/dist -XORG_DOC=doc -inherit xorg-2 - -EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util-renderutil" -EGIT_HAS_SUBMODULES=yes - -DESCRIPTION="X C-language Bindings sample implementations" -HOMEPAGE="http://xcb.freedesktop.org/"; - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" -IUSE="test" - -RDEPEND=">=x11-libs/xcb-util-${PV} - x11-proto/xproto" -DEPEND="${RDEPEND} - >=dev-util/gperf-3.0.1 - test? ( >=dev-libs/check-0.9.4 )" - -pkg_setup() { - XORG_CONFIGURE_OPTIONS=( - $(use_with doc doxygen) - ) - - xorg-2_pkg_setup -}
[gentoo-commits] repo/gentoo:master commit in: x11-libs/fltk/
commit: 30a59ebb6b5977514dec8097989690c001036b4b Author: Manuel Rüger gentoo org> AuthorDate: Tue Dec 22 16:42:04 2015 + Commit: Manuel Rüger gentoo org> CommitDate: Tue Dec 22 16:42:04 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30a59ebb x11-libs/fltk: Remove old Package-Manager: portage-2.2.26 x11-libs/fltk/Manifest | 1 - x11-libs/fltk/fltk-1.3.2.ebuild | 153 2 files changed, 154 deletions(-) diff --git a/x11-libs/fltk/Manifest b/x11-libs/fltk/Manifest index 66b6807..f7d69a4 100644 --- a/x11-libs/fltk/Manifest +++ b/x11-libs/fltk/Manifest @@ -1,2 +1 @@ -DIST fltk-1.3.2-source.tar.gz 4260874 SHA256 176044df94f31bd53a5806cf5054ca78b180bf9ae27ce47649608833695ee4a4 SHA512 9372a34d8dfc4b4ece7632683c1c92f9ea9e538ba6eec08bec69615e2b2c885957d229a5ec495830f673b6a059f55a94b61727e8eb1fb7b3bd37005dc0b8312e WHIRLPOOL 10c85d1ae50ccd3d9f66285483d39bc0e61b9f3306f87412841ceed9a45fd45f0476b28f7e7652658f6fcc48533d1ec4974a9eb98ca0f535b662a70209c1f781 DIST fltk-1.3.3-source.tar.gz 4986376 SHA256 f8398d98d7221d40e77bc7b19e761adaf2f1ef8bb0c30eceb7beb4f2273d0d97 SHA512 277ba27e35c20e2d4fc5296bf418c5ab78c821870476e21d49f723765b99b3a559eed4ecd5215ac26d53a1091ada003e17f1553194cebaa97dd854809dd2885d WHIRLPOOL 876a92e44dac20e6a2d86e4339a87185e708718d4cc59983bd81d5c3f0100d52230ef34d9c92800a2a07f6e7ed26e2ba9212c01ce898e7a184a7a35c40837761 diff --git a/x11-libs/fltk/fltk-1.3.2.ebuild b/x11-libs/fltk/fltk-1.3.2.ebuild deleted file mode 100644 index 19d8ac5..000 --- a/x11-libs/fltk/fltk-1.3.2.ebuild +++ /dev/null @@ -1,153 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit autotools eutils fdo-mime flag-o-matic versionator - -MY_P=${P/_} - -DESCRIPTION="C++ user interface toolkit for X and OpenGL" -HOMEPAGE="http://www.fltk.org/"; -SRC_URI="http://fltk.org/pub/${PN}/${PV/_}/${P/_}-source.tar.gz"; - -SLOT="1" -LICENSE="FLTK LGPL-2" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" -IUSE="cairo debug doc examples games +opengl pdf static-libs +threads +xft +xinerama" - -RDEPEND=" - >=media-libs/libpng-1.2:0 - virtual/jpeg:0 - sys-libs/zlib - x11-libs/libICE - x11-libs/libSM - x11-libs/libXext - x11-libs/libXt - cairo? ( x11-libs/cairo ) - opengl? ( virtual/opengl ) - xinerama? ( x11-libs/libXinerama ) - xft? ( x11-libs/libXft )" -DEPEND="${RDEPEND} - x11-proto/xextproto - doc? ( - app-doc/doxygen - pdf? ( dev-texlive/texlive-latex ) - ) - xinerama? ( x11-proto/xineramaproto )" - -INCDIR=${EPREFIX}/usr/include/fltk-${SLOT} -LIBDIR=${EPREFIX}/usr/$(get_libdir)/fltk-${SLOT} - -S=${WORKDIR}/${MY_P} - -src_prepare() { - rm -rf zlib jpeg png || die - epatch \ - "${FILESDIR}"/${PN}-1.3.1-as-needed.patch \ - "${FILESDIR}"/${PN}-1.3.2-desktop.patch \ - "${FILESDIR}"/${PN}-1.3.0-share.patch \ - "${FILESDIR}"/${PN}-1.3.0-conf-tests.patch - sed \ - -e 's:@HLINKS@::g' -i FL/Makefile.in || die - sed -i \ - -e '/C\(XX\)\?FLAGS=/s:@C\(XX\)\?FLAGS@::' \ - -e '/^LDFLAGS=/d' \ - "${S}/fltk-config.in" || die - # some fixes introduced because slotting - sed -i \ - -e '/RANLIB/s:$(libdir)/\(.*LIBNAME)\):$(libdir)/`basename \1`:g' \ - src/Makefile || die - # docs in proper docdir - sed -i \ - -e "/^docdir/s:fltk:${PF}/html:" \ - -e "/SILENT:/d" \ - makeinclude.in || die - sed -e "s/7/$(get_version_component_range 3)/" \ - "${FILESDIR}"/FLTKConfig.cmake > CMake/FLTKConfig.cmake - sed -e 's:-Os::g' -i configure.in || die - use prefix && append-ldflags -Wl,-rpath -Wl,"${LIBDIR}" - eautoconf -} - -src_configure() { - econf \ - --includedir=${INCDIR}\ - --libdir=${LIBDIR} \ - --docdir="${EPREFIX}/usr/share/doc/${PF}/html" \ - --enable-largefile \ - --enable-shared \ - --enable-xdbe \ - --disable-localjpeg \ - --disable-localpng \ - --disable-localzlib \ - $(use_enable debug) \ - $(use_enable cairo) \ - $(use_enable opengl gl) \ - $(use_enable threads) \ - $(use_enable xft) \ - $(use_enable xinerama) -} - -src_compile() { - default - if use doc; then - cd "${S}"/documentation - emake html - if use pdf; then - emake pdf - fi - fi - if use games; then - cd "${S}"/test - emake
[gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-image/
commit: 8dcbdf74f26ba74e55779b60d2a840c586c98864 Author: Manuel Rüger gentoo org> AuthorDate: Tue Dec 22 16:44:59 2015 + Commit: Manuel Rüger gentoo org> CommitDate: Tue Dec 22 16:44:59 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dcbdf74 x11-libs/xcb-util-image: Remove old Package-Manager: portage-2.2.26 x11-libs/xcb-util-image/Manifest | 1 - .../xcb-util-image/xcb-util-image-0.3.9-r1.ebuild | 38 -- .../xcb-util-image/xcb-util-image-0.3.9.ebuild | 37 - 3 files changed, 76 deletions(-) diff --git a/x11-libs/xcb-util-image/Manifest b/x11-libs/xcb-util-image/Manifest index 83e082f..d09605f 100644 --- a/x11-libs/xcb-util-image/Manifest +++ b/x11-libs/xcb-util-image/Manifest @@ -1,2 +1 @@ -DIST xcb-util-image-0.3.9.tar.bz2 310947 SHA256 d35a3c0eaae171f5081ec127fb9cec174b716ce5d78196a87f2785376da021df SHA512 6cf7e191f3814528d977aa2acb2a106aaba0732c5d5f4041ac39039e18b9064f90f96da087300f4061d700e3521648e5540117794fdc41dad36ca5f973370394 WHIRLPOOL 6848c12e1f98a4989c8ae2f6765de99639aef178c28f5d782eca132e0ea7adf32aecbd1da0b2631213898a2315dec71beacb8a4dfc717d3701d6500e70092828 DIST xcb-util-image-0.4.0.tar.bz2 327891 SHA256 2db96a37d78831d643538dd1b595d7d712e04bdccf8896a5e18ce0f398ea2ffc SHA512 9b7202c054e1160f9ca97a86be1210d9fb47f2119f89ca85f15f20909cca884bfe0cb88e3e71c75b65e1a0a72b980066ccac810e41a91db895c74dde77440d4f WHIRLPOOL aaf72ca6cc1599aa66d1638fca53df46b443d07baab4589577576c9c89d24c9e59bc6968e8e9faea3a9b4e69e009f0bf23596fcb462cc13f3e5153000158bb2c diff --git a/x11-libs/xcb-util-image/xcb-util-image-0.3.9-r1.ebuild b/x11-libs/xcb-util-image/xcb-util-image-0.3.9-r1.ebuild deleted file mode 100644 index bad5828..000 --- a/x11-libs/xcb-util-image/xcb-util-image-0.3.9-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -XORG_MODULE=/ -XORG_BASE_INDIVIDUAL_URI=http://xcb.freedesktop.org/dist -XORG_DOC=doc -XORG_MULTILIB=yes -inherit xorg-2 - -EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util-image" -EGIT_HAS_SUBMODULES=yes - -DESCRIPTION="X C-language Bindings sample implementations" -HOMEPAGE="http://xcb.freedesktop.org/"; - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" -IUSE="test" - -RDEPEND=">=x11-libs/xcb-util-${PV}[${MULTILIB_USEDEP}] - >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND} - >=dev-util/gperf-3.0.1 - test? ( >=dev-libs/check-0.9.11[${MULTILIB_USEDEP}] )" - -PATCHES=( - "${FILESDIR}"/${P}-return-type.patch -) - -src_configure() { - XORG_CONFIGURE_OPTIONS=( - $(use_with doc doxygen) - ) - - xorg-2_src_configure -} diff --git a/x11-libs/xcb-util-image/xcb-util-image-0.3.9.ebuild b/x11-libs/xcb-util-image/xcb-util-image-0.3.9.ebuild deleted file mode 100644 index 19f3ea9..000 --- a/x11-libs/xcb-util-image/xcb-util-image-0.3.9.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -XORG_MODULE=/ -XORG_BASE_INDIVIDUAL_URI=http://xcb.freedesktop.org/dist -XORG_DOC=doc -inherit xorg-2 - -EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util-image" -EGIT_HAS_SUBMODULES=yes - -DESCRIPTION="X C-language Bindings sample implementations" -HOMEPAGE="http://xcb.freedesktop.org/"; - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" -IUSE="test" - -RDEPEND=">=x11-libs/xcb-util-${PV} - x11-proto/xproto" -DEPEND="${RDEPEND} - >=dev-util/gperf-3.0.1 - test? ( >=dev-libs/check-0.9.4 )" - -PATCHES=( - "${FILESDIR}"/${P}-return-type.patch -) - -pkg_setup() { - XORG_CONFIGURE_OPTIONS=( - $(use_with doc doxygen) - ) - - xorg-2_pkg_setup -}
[gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util/
commit: 0c3790478e87fe308019dbbd3c58633b8ebfb2f3 Author: Manuel Rüger gentoo org> AuthorDate: Tue Dec 22 16:43:55 2015 + Commit: Manuel Rüger gentoo org> CommitDate: Tue Dec 22 16:43:55 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c379047 x11-libs/xcb-util: Remove old Package-Manager: portage-2.2.26 x11-libs/xcb-util/Manifest | 1 - x11-libs/xcb-util/xcb-util-0.3.9-r1.ebuild | 41 -- x11-libs/xcb-util/xcb-util-0.3.9.ebuild| 40 - 3 files changed, 82 deletions(-) diff --git a/x11-libs/xcb-util/Manifest b/x11-libs/xcb-util/Manifest index 7b239b4..024b1cc 100644 --- a/x11-libs/xcb-util/Manifest +++ b/x11-libs/xcb-util/Manifest @@ -1,2 +1 @@ -DIST xcb-util-0.3.9.tar.bz2 287855 SHA256 c611259c0ab20fd76f79f48f4684843c18ea9c967eba78a45e8b3636315c18c4 SHA512 3cf2e1da2c8099e66e7200e074f31d0c5913533382bceeedb663aab3ef2571533271218a17ad638db26b8ab9be41743e4665e1db8f85c85b1a42890329e1254a WHIRLPOOL 75dbd708103fc775f9bbd21f8e408a205d298389f6232b810e026a87a75580c90529a88a54d6453b79b21b7aa7c17c00473870fd7721d7337af3b262ca83a13c DIST xcb-util-0.4.0.tar.bz2 297412 SHA256 46e49469cb3b594af1d33176cd7565def2be3fa8be4371d62271fabb5eae50e9 SHA512 e60aaa6f582eacd05896c5fd7c8417938318a1288146f3a5b339f77eed24e211c6099963f8813daa621c94173d2934228936b491c0ed79b09a8a67d835867d0e WHIRLPOOL b8aa70c9bbdbc4b1faaf93cca7b82ccd23ae1075283b6ca4e06f07add3b353f2ae04b7880551e447d5bdae2c4a9ce162339a18ba46ff14af767fd543da8d0e10 diff --git a/x11-libs/xcb-util/xcb-util-0.3.9-r1.ebuild b/x11-libs/xcb-util/xcb-util-0.3.9-r1.ebuild deleted file mode 100644 index 54108dd..000 --- a/x11-libs/xcb-util/xcb-util-0.3.9-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -XORG_MODULE=/ -XORG_BASE_INDIVIDUAL_URI=http://xcb.freedesktop.org/dist -XORG_DOC=doc -XORG_MULTILIB=yes -inherit xorg-2 - -EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util" -EGIT_HAS_SUBMODULES=yes - -DESCRIPTION="X C-language Bindings sample implementations" -HOMEPAGE="http://xcb.freedesktop.org/"; - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" -IUSE="test" - -RDEPEND=">=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}] - >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND} - >=dev-util/gperf-3.0.1 - test? ( >=dev-libs/check-0.9.11[${MULTILIB_USEDEP}] )" - -PDEPEND=" - >=x11-libs/xcb-util-image-${PV}[${MULTILIB_USEDEP}] - >=x11-libs/xcb-util-keysyms-${PV}[${MULTILIB_USEDEP}] - >=x11-libs/xcb-util-renderutil-0.3.9[${MULTILIB_USEDEP}] - >=x11-libs/xcb-util-wm-${PV}[${MULTILIB_USEDEP}] -" - -src_configure() { - XORG_CONFIGURE_OPTIONS=( - $(use_with doc doxygen) - ) - - xorg-2_src_configure -} diff --git a/x11-libs/xcb-util/xcb-util-0.3.9.ebuild b/x11-libs/xcb-util/xcb-util-0.3.9.ebuild deleted file mode 100644 index d668edd..000 --- a/x11-libs/xcb-util/xcb-util-0.3.9.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -XORG_MODULE=/ -XORG_BASE_INDIVIDUAL_URI=http://xcb.freedesktop.org/dist -XORG_DOC=doc -inherit xorg-2 - -EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util" -EGIT_HAS_SUBMODULES=yes - -DESCRIPTION="X C-language Bindings sample implementations" -HOMEPAGE="http://xcb.freedesktop.org/"; - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" -IUSE="test" - -RDEPEND=">=x11-libs/libxcb-1.7 - x11-proto/xproto" -DEPEND="${RDEPEND} - >=dev-util/gperf-3.0.1 - test? ( >=dev-libs/check-0.9.4 )" - -PDEPEND=" - >=x11-libs/xcb-util-image-${PV} - >=x11-libs/xcb-util-keysyms-${PV} - >=x11-libs/xcb-util-renderutil-0.3.8 - >=x11-libs/xcb-util-wm-${PV} -" - -pkg_setup() { - XORG_CONFIGURE_OPTIONS=( - $(use_with doc doxygen) - ) - - xorg-2_pkg_setup -}
[gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-wm/
commit: ac4342e3445a35f6b3e84a987413559f0be5df23 Author: Manuel Rüger gentoo org> AuthorDate: Tue Dec 22 16:48:02 2015 + Commit: Manuel Rüger gentoo org> CommitDate: Tue Dec 22 16:48:02 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac4342e3 x11-libs/xcb-util-wm: Remove old Package-Manager: portage-2.2.26 x11-libs/xcb-util-wm/Manifest | 2 -- x11-libs/xcb-util-wm/xcb-util-wm-0.3.9.ebuild | 34 --- x11-libs/xcb-util-wm/xcb-util-wm-0.4.0.ebuild | 32 - x11-libs/xcb-util-wm/xcb-util-wm-0.4.1.ebuild | 32 - 4 files changed, 100 deletions(-) diff --git a/x11-libs/xcb-util-wm/Manifest b/x11-libs/xcb-util-wm/Manifest index e3cde09..9c875cb 100644 --- a/x11-libs/xcb-util-wm/Manifest +++ b/x11-libs/xcb-util-wm/Manifest @@ -1,3 +1 @@ -DIST xcb-util-wm-0.3.9.tar.bz2 320472 SHA256 038f9bdb917b1f6d98a164f57dfb32212a102d771ab6f03de49fef3786746030 SHA512 69f5840a8c27ae56f454962476bc246b56b3520562e26d31dae8388050abe3ebf9d1bcea512f830eaf63887b12df685a0f14c5c4cc963c3605330de29dcee0f1 WHIRLPOOL 4f6c3e0f51cd84272191d3a6a71517125e5e131ddfe367c7330fe23448f9e939fdaa565ad37fa92014635b07ef303a08f56fe5ece669c202301fe743f114e288 -DIST xcb-util-wm-0.4.0.tar.bz2 324316 SHA256 66f97c18f7d98d3c873fe5db5842d2fca34519274c31ee668551ab8995a2f51f SHA512 b0b209ca75b022bb2475f7fbc5cddbeb8a07b0e42b7cd9b302b8456e2f5df802920c48cb89799d738f27580ee89245a06534b7eb1823ede7599f86d10cf6abc4 WHIRLPOOL 5ce3d1167500ecb73b278ba9674429da0fdc26bb709ff796738ce1f18f4f1e4c73f0e3d51ce4003015ba42e8b843ce7fa0fba2b7576d9829632f149335fc389c DIST xcb-util-wm-0.4.1.tar.bz2 321855 SHA256 28bf8179640eaa89276d2b0f1ce4285103d136be6c98262b6151aaee1d3c2a3f SHA512 cd1b3bcf9fcfc52e329ddc42b370d50dcf7d473c8e94f01cf7ea7fdbe0dc9176790890214eecb2a8ac43405f4938c121e38d282ae988cd8e90a6610d214ef326 WHIRLPOOL aca91af78ccfee5a4bb6658133da4beb7b03b08779b0ed9b73fda95ab1919deef6169f1772f8a2b95aee31ae6c58fb5cb41ab20dd82b190b944d2a4094130f0f diff --git a/x11-libs/xcb-util-wm/xcb-util-wm-0.3.9.ebuild b/x11-libs/xcb-util-wm/xcb-util-wm-0.3.9.ebuild deleted file mode 100644 index 1610e45..000 --- a/x11-libs/xcb-util-wm/xcb-util-wm-0.3.9.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -XORG_MODULE=/ -XORG_BASE_INDIVIDUAL_URI=http://xcb.freedesktop.org/dist -XORG_DOC=doc -inherit xorg-2 - -EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util-wm" -EGIT_HAS_SUBMODULES=yes - -DESCRIPTION="X C-language Bindings sample implementations" -HOMEPAGE="http://xcb.freedesktop.org/"; - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" -IUSE="test" - -RDEPEND=">=x11-libs/xcb-util-${PV} - x11-proto/xcb-proto - x11-proto/xproto" -DEPEND="${RDEPEND} - >=dev-util/gperf-3.0.1 - test? ( >=dev-libs/check-0.9.4 )" - -pkg_setup() { - XORG_CONFIGURE_OPTIONS=( - $(use_with doc doxygen) - ) - - xorg-2_pkg_setup -} diff --git a/x11-libs/xcb-util-wm/xcb-util-wm-0.4.0.ebuild b/x11-libs/xcb-util-wm/xcb-util-wm-0.4.0.ebuild deleted file mode 100644 index d72dca9..000 --- a/x11-libs/xcb-util-wm/xcb-util-wm-0.4.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -XORG_MODULE=/ -XORG_BASE_INDIVIDUAL_URI=http://xcb.freedesktop.org/dist -XORG_DOC=doc -inherit xorg-2 - -EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util-wm" -EGIT_HAS_SUBMODULES=yes - -DESCRIPTION="X C-language Bindings sample implementations" -HOMEPAGE="http://xcb.freedesktop.org/"; - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" -IUSE="test" - -RDEPEND=">=x11-libs/xcb-util-0.3.9 - x11-proto/xproto" -DEPEND="${RDEPEND} - >=dev-util/gperf-3.0.1 - test? ( >=dev-libs/check-0.9.4 )" - -src_configure() { - XORG_CONFIGURE_OPTIONS=( - $(use_with doc doxygen) - ) - xorg-2_src_configure -} diff --git a/x11-libs/xcb-util-wm/xcb-util-wm-0.4.1.ebuild b/x11-libs/xcb-util-wm/xcb-util-wm-0.4.1.ebuild deleted file mode 100644 index d12dcef..000 --- a/x11-libs/xcb-util-wm/xcb-util-wm-0.4.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -XORG_MODULE=/ -XORG_BASE_INDIVIDUAL_URI=http://xcb.freedesktop.org/dist -XORG_DOC=doc -inherit xorg-2 - -EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util-wm" -EGIT_HAS_SUBMODULES
[gentoo-commits] repo/gentoo:master commit in: net-print/cups-filters/
commit: 941715ad561fa6e19f6a368003ac43e2dc1f1943 Author: Manuel Rüger gentoo org> AuthorDate: Tue Dec 22 16:54:14 2015 + Commit: Manuel Rüger gentoo org> CommitDate: Tue Dec 22 16:54:14 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=941715ad net-print/cups-filters: Version bumpy Package-Manager: portage-2.2.26 net-print/cups-filters/Manifest | 1 + net-print/cups-filters/cups-filters-1.5.0.ebuild | 122 +++ 2 files changed, 123 insertions(+) diff --git a/net-print/cups-filters/Manifest b/net-print/cups-filters/Manifest index 7549705..3ff6c96 100644 --- a/net-print/cups-filters/Manifest +++ b/net-print/cups-filters/Manifest @@ -1,2 +1,3 @@ DIST cups-filters-1.0.71.tar.xz 1339116 SHA256 3180aa209c383402822e568ccef8e1ca43f51e30b3af2039c34ebae919a69c1f SHA512 dc243e88d535c8d7e7fd53074b1093a46fc22742504efa09096d2b216846df875e4d914f25d2f726034692538cfdf1b713bc1ef44d199003a21e242b99f44a01 WHIRLPOOL 4afc7079594563f57af81501192cc0cba19db6cd5c10a9544339858a343e245b485e528fbf80eecd711341b23b8321bde817c49db7ddd2f0b801da2b4b9c580d DIST cups-filters-1.4.0.tar.xz 1373724 SHA256 0aa63f82a3feb5c46136b917722ee1565b4c1e2e533db4716f62d31e29c6579a SHA512 c1f8b45ef79747405cbe114fc35f14cf30d3a7f13753bbfb524cb2ce7c7e4f10a4af8cd1df978a231c119d0e893efed946b25183f8898253b5be72ed9c926963 WHIRLPOOL ebce525e81f2ce6b040b154111e71df49f341337073795a156ac20b502352f2711034a651e1910cde7266de2177f02dabcf9efd86ab1d2afc57140dd4a697d9e +DIST cups-filters-1.5.0.tar.xz 1375588 SHA256 f22a8864e8d5b693795605a31345c08cc68f85120ebde9a0aa7bc27639815932 SHA512 81574f8368aaef61aeee4369caa394f2c8cdc717b03687d8a17c7927892f07cff68f1efb8d674757cb97001b55fd58fa5c14784a510ce9d31e385b1a73cd18c7 WHIRLPOOL 4201d08a2bb76d349a6b9f7220eb48dea86bb81c0cedbe8dcb8796c49ce26f67f6a7c49677b4fc7b6f865eb20e3c806746f565668e9f9e1e3935630621d032cd diff --git a/net-print/cups-filters/cups-filters-1.5.0.ebuild b/net-print/cups-filters/cups-filters-1.5.0.ebuild new file mode 100644 index 000..7c54732 --- /dev/null +++ b/net-print/cups-filters/cups-filters-1.5.0.ebuild @@ -0,0 +1,122 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +GENTOO_DEPEND_ON_PERL=no + +inherit base eutils perl-module autotools systemd + +if [[ "${PV}" == "" ]] ; then + inherit bzr + EBZR_REPO_URI="http://bzr.linuxfoundation.org/openprinting/cups-filters"; + KEYWORDS="" +else + SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz"; + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~m68k-mint" +fi +DESCRIPTION="Cups PDF filters" +HOMEPAGE="http://www.linuxfoundation.org/collaborate/workgroups/openprinting/pdfasstandardprintjobformat"; + +LICENSE="MIT GPL-2" +SLOT="0" +IUSE="dbus +foomatic jpeg perl png static-libs tiff zeroconf" + +RDEPEND=" + >=app-text/ghostscript-gpl-9.09 + app-text/poppler:=[cxx,jpeg?,lcms,tiff?,xpdf-headers(+)] + >=app-text/qpdf-3.0.2:= + media-libs/fontconfig + media-libs/freetype:2 + media-libs/lcms:2 + >=net-print/cups-1.7.3 + !<=net-print/cups-1.5. + sys-devel/bc + sys-libs/zlib + dbus? ( sys-apps/dbus ) + foomatic? ( !net-print/foomatic-filters ) + jpeg? ( virtual/jpeg:0 ) + perl? ( dev-lang/perl:= ) + png? ( media-libs/libpng:0= ) + tiff? ( media-libs/tiff:0 ) + zeroconf? ( net-dns/avahi[dbus] ) +" +DEPEND="${RDEPEND} + dev-util/gdbus-codegen +" + +src_prepare() { + base_src_prepare + sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die + eautoreconf +} + +src_configure() { + econf \ + --docdir="${EPREFIX}/usr/share/doc/${PF}" \ + $(use_enable dbus) \ + $(use_enable zeroconf avahi) \ + $(use_enable static-libs static) \ + --with-fontdir="fonts/conf.avail" \ + --with-pdftops=pdftops \ + --enable-imagefilters \ + $(use_with jpeg) \ + $(use_with png) \ + $(use_with tiff) \ + --with-rcdir=no \ + --with-browseremoteprotocols=DNSSD,CUPS \ + --without-php +} + +src_compile() { + MAKEOPTS=-j1 default + + if use perl; then + pushd "${S}/scripting/perl" > /dev/null + perl-module_src_configure + perl-module_src_compile + popd > /dev/null + fi +} + +src_install() { + default + + if use perl; then + pushd "${S}/scripting/perl" > /dev/null + perl-module_src_install + perl_delete_localpod + popd > /dev/null + fi + + # workaround: some printer drivers still require pstoraster and pstopxl, bug #383831 + dosym /usr/libexec/cups/
[gentoo-commits] proj/portage:master commit in: pym/portage/cache/, pym/portage/package/ebuild/
commit: 669d11bd8af5a2bd4cca1710a09c94294ad1e4dd Author: Zac Medico gentoo org> AuthorDate: Mon Dec 21 07:59:55 2015 + Commit: Zac Medico gentoo org> CommitDate: Tue Dec 22 17:34:32 2015 + URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=669d11bd flat_hash: enable md5 validation for /var/cache/edb/dep (bug 568934) Since operations like `git reset --hard` (useful to implement shallow pull) will reset timestamps of all files in the tree, the status quo of using timestamps for validation of cache in /var/cache/edb/dep is sub-optimal. For forward-compatibility, add a flat_hash.mtime_md5_database cache module which is capable of validating cache entries containing either mtimes or md5 digests. Update the config class to use this cache module by default for /var/cache/edb/dep. X-Gentoo-Bug: 568934 X-Gentoo-Bug-url: https://bugs.gentoo.org/show_bug.cgi?id=568934 Acked-by: Alexander Berntsen gentoo.org> pym/portage/cache/flat_hash.py | 5 + pym/portage/cache/template.py| 35 ++- pym/portage/package/ebuild/config.py | 6 +++--- 3 files changed, 38 insertions(+), 8 deletions(-) diff --git a/pym/portage/cache/flat_hash.py b/pym/portage/cache/flat_hash.py index 5304296..cca0f10 100644 --- a/pym/portage/cache/flat_hash.py +++ b/pym/portage/cache/flat_hash.py @@ -160,3 +160,8 @@ class md5_database(database): validation_chf = 'md5' store_eclass_paths = False + + +class mtime_md5_database(database): + validation_chf = 'mtime' + chf_types = ('mtime', 'md5') diff --git a/pym/portage/cache/template.py b/pym/portage/cache/template.py index bc81b86..a942b36 100644 --- a/pym/portage/cache/template.py +++ b/pym/portage/cache/template.py @@ -47,8 +47,21 @@ class database(object): self.updates = 0 d=self._getitem(cpv) if self.serialize_eclasses and "_eclasses_" in d: - d["_eclasses_"] = reconstruct_eclasses(cpv, d["_eclasses_"], - self.validation_chf, paths=self.store_eclass_paths) + try: + chf_types = self.chf_types + except AttributeError: + chf_types = (self.validation_chf,) + + for chf_type in chf_types: + try: + d["_eclasses_"] = reconstruct_eclasses(cpv, d["_eclasses_"], + chf_type, paths=self.store_eclass_paths) + except cache_errors.CacheCorruption: + if chf_type is chf_types[-1]: + raise + else: + break + elif "_eclasses_" not in d: d["_eclasses_"] = {} # Never return INHERITED, since portdbapi.aux_get() will @@ -204,15 +217,27 @@ class database(object): return x def validate_entry(self, entry, ebuild_hash, eclass_db): - hash_key = '_%s_' % self.validation_chf + try: + chf_types = self.chf_types + except AttributeError: + chf_types = (self.validation_chf,) + + for chf_type in chf_types: + if self._validate_entry(chf_type, entry, ebuild_hash, eclass_db): + return True + + return False + + def _validate_entry(self, chf_type, entry, ebuild_hash, eclass_db): + hash_key = '_%s_' % chf_type try: entry_hash = entry[hash_key] except KeyError: return False else: - if entry_hash != getattr(ebuild_hash, self.validation_chf): + if entry_hash != getattr(ebuild_hash, chf_type): return False - update = eclass_db.validate_and_rewrite_cache(entry['_eclasses_'], self.validation_chf, + update = eclass_db.validate_and_rewrite_cache(entry['_eclasses_'], chf_type, self.store_eclass_paths) if update is None: return False diff --git a/pym/portage/package/ebuild/config.py b/pym/portage/package/ebuild/config.py index d45c2a0..0bae55b 100644 --- a/pym/portage/package/ebuild/config.py +++ b/pym/portage/package/ebuild/config.py @@ -160,8 +160,8 @@ class config(object): 'repository', 'RESTRICT', 'LICENSE',) _module_aliases = { - "cache.metadata_overlay.database" : "portage.cache.flat_hash.database", - "portage.cache.metadata_overlay.database" : "portage.cache.flat_hash.database", + "cache.metad
[gentoo-commits] repo/gentoo:master commit in: dev-libs/tinyxml/
commit: 27f46a69f975cd595bda82af8570807220e7f71a Author: Mike Frysinger gentoo org> AuthorDate: Tue Dec 22 17:48:28 2015 + Commit: Mike Frysinger gentoo org> CommitDate: Tue Dec 22 17:48:40 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27f46a69 dev-libs/tinyxml: use versionator to parse $PV dev-libs/tinyxml/tinyxml-2.6.2-r2.ebuild | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-libs/tinyxml/tinyxml-2.6.2-r2.ebuild b/dev-libs/tinyxml/tinyxml-2.6.2-r2.ebuild index 3410dca..9a0d90c 100644 --- a/dev-libs/tinyxml/tinyxml-2.6.2-r2.ebuild +++ b/dev-libs/tinyxml/tinyxml-2.6.2-r2.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=4 -inherit flag-o-matic toolchain-funcs eutils multilib +inherit flag-o-matic toolchain-funcs eutils multilib versionator DESCRIPTION="a simple, small, C++ XML parser that can be easily integrating into other programs" HOMEPAGE="http://www.grinninglizard.com/tinyxml/index.html"; @@ -20,9 +20,8 @@ DEPEND="doc? ( app-doc/doxygen )" S="${WORKDIR}/${PN}" src_prepare() { - local major_v minor_v - major_v=$(echo ${PV} | cut -d \. -f 1) - minor_v=$(echo ${PV} | cut -d \. -f 2-3) + local major_v=$(get_major_version) + local minor_v=$(get_version_component_range 2-3) sed -e "s:@MAJOR_V@:$major_v:" \ -e "s:@MINOR_V@:$minor_v:" \
[gentoo-commits] proj/grs:desktop-amd64-uclibc-hardened commit in: core/etc/grs/
commit: 91accf56e79d222e204fbbc0ce7471ab3cf4792d Author: Anthony G. Basile gentoo org> AuthorDate: Tue Dec 22 18:15:08 2015 + Commit: Anthony G. Basile gentoo org> CommitDate: Tue Dec 22 18:15:08 2015 + URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=91accf56 world.conf: add LDLFLAGS=-liconv to dev-qt/qtwidgets:5 core/etc/grs/world.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf index ebaf96f..fcddc0a 100644 --- a/core/etc/grs/world.conf +++ b/core/etc/grs/world.conf @@ -3428,6 +3428,8 @@ package.use : dev-qt/qtwebkit:4 -aqua -debug -jit -pch exceptions gstreamer icu [dev-qt/qtwidgets:5] package.use : dev-qt/qtwidgets:5 -debug -gles2 -gtkstyle -test png xcb +package.env : dev-qt/qtwidgets:5 dev-qt_qtwidgets_5 +env : LDFLAGS="-liconv" [dev-qt/qtx11extras:5] package.use : dev-qt/qtx11extras:5 -debug -test
[gentoo-commits] proj/mysql:master commit in: dev-db/mysql-cluster/, dev-db/percona-server/
commit: 3e4e4cdb42f197b9ee5d40c65cc7c23a13a470ca Author: Brian Evans gentoo org> AuthorDate: Tue Dec 22 14:06:35 2015 + Commit: Brian Evans gentoo org> CommitDate: Tue Dec 22 14:06:35 2015 + URL:https://gitweb.gentoo.org/proj/mysql.git/commit/?id=3e4e4cdb Update metadata USE descriptions Signed-off-by: Brian Evans gentoo.org> dev-db/mysql-cluster/metadata.xml | 5 +++-- dev-db/percona-server/metadata.xml | 5 ++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-db/mysql-cluster/metadata.xml b/dev-db/mysql-cluster/metadata.xml index cb0ff88..a8fbdad 100644 --- a/dev-db/mysql-cluster/metadata.xml +++ b/dev-db/mysql-cluster/metadata.xml @@ -11,14 +11,15 @@ Enables the community features from upstream. Build embedded server (libmysqld) Add support for alternative storage engines (Archive, CSV, Blackhole, Federated(X), Partition) - Use dev-libs/jemalloc for allocations. + Use dev-libs/jemalloc for allocations. Use LATIN1 encoding instead of UTF8 Enable SSL connections and crypto functions using dev-libs/libressl Enable SSL connections and crypto functions using dev-libs/openssl Raise the max index per table limit from 64 to 128 Install client programs only, no server Add support for statement profiling (requires USE=community). - Build support for profiling and tracing using dev-util/systemtap + Install server daemon + Build support for profiling and tracing using dev-util/systemtap Install upstream testsuites for end use. Enable SSL connections and crypto functions using the bundled yaSSL diff --git a/dev-db/percona-server/metadata.xml b/dev-db/percona-server/metadata.xml index 2424980..5d54add 100644 --- a/dev-db/percona-server/metadata.xml +++ b/dev-db/percona-server/metadata.xml @@ -8,16 +8,15 @@ Build the libmysqlclient libraries - Add support for NDB clustering (deprecated) Build embedded server (libmysqld) Add support for alternative storage engines (Archive, CSV, Blackhole, Federated(X), Partition) - Use dev-libs/jemalloc for allocations. + Use dev-libs/jemalloc for allocations. Use LATIN1 encoding instead of UTF8 Enable SSL connections and crypto functions using dev-libs/libressl Enable SSL connections and crypto functions using dev-libs/openssl Add support for statement profiling (requires USE=community). Build the server program - Build support for profiling and tracing using dev-util/systemtap + Build support for profiling and tracing using dev-util/systemtap Install upstream testsuites for end use. Add support for TokuDB storage engine Builds the TokuDB backup plugin
[gentoo-commits] proj/mysql:master commit in: dev-db/percona-server/
commit: e6aeebf5f886ae13329d7ec0df97db21b954867f Author: Brian Evans gentoo org> AuthorDate: Tue Dec 22 18:20:19 2015 + Commit: Brian Evans gentoo org> CommitDate: Tue Dec 22 18:20:19 2015 + URL:https://gitweb.gentoo.org/proj/mysql.git/commit/?id=e6aeebf5 dev-db/percona-server: Version bump Package-Manager: portage-2.2.26 Manifest-Sign-Key: D1F781EFF9F4A3B6 dev-db/percona-server/ChangeLog| 6 + dev-db/percona-server/Manifest | 25 +++ .../percona-server-5.6.27.76.0.ebuild | 173 + 3 files changed, 204 insertions(+) diff --git a/dev-db/percona-server/ChangeLog b/dev-db/percona-server/ChangeLog index 22c1ff8..3f5a4e5 100644 --- a/dev-db/percona-server/ChangeLog +++ b/dev-db/percona-server/ChangeLog @@ -1,3 +1,9 @@ +*percona-server-5.6.27.76.0 (22 Dec 2015) + + 22 Dec 2015; Brian Evans + +percona-server-5.6.27.76.0.ebuild: + dev-db/percona-server: Version bump + *percona-server-5.6.24.72.2 (11 May 2015) 11 May 2015; Brian Evans diff --git a/dev-db/percona-server/Manifest b/dev-db/percona-server/Manifest index 8e2c81f..cc26a30 100644 --- a/dev-db/percona-server/Manifest +++ b/dev-db/percona-server/Manifest @@ -1,2 +1,27 @@ +-BEGIN PGP SIGNED MESSAGE- +Hash: SHA256 + DIST mysql-extras-20150717-1707Z.tar.bz2 1491956 SHA256 d67cc1e2c581ab7c57122b7d29864643869799893a95a158a18e14201d4ffc10 SHA512 3a7cb07773099e766f8e796d4e555d42874b85285cc2c7c60220370cc6aafc36a60eb340008637298d85d83f529e73392895a81c1438ffccff9eb8f354b29ba9 WHIRLPOOL 11e75f4b696e2547c1da40e69d8ab75df4bf7080426204c040632f24846407b07d71061c09c4ff4a1d21a9d14a94769d8f8ef62421d0aecd99efe832caf4dd22 +DIST mysql-extras-20151105-2051Z.tar.bz2 1490187 SHA256 129d79c2064b08b0afad69e04e27991bf4103c20ccea39c133239b1dd822a49f SHA512 af34a44275b06c1626eb5952b3643b5663b8a1fb1d9ff18a67d51c02daaa51c4476df407d38ab607cc41842b47e5dd7b4cef8ae380a41eb80923df8052b9e521 WHIRLPOOL 01702ca4e2033fbc70db3ab2dd166b2e31072ea0f6bdd42d00c27ae0c0afab5c8451c4dcc90cce6d46f9ea056017e273f7c719e1cfabf969293bdcd15241f5b3 DIST percona-server-5.6.26-74.0.tar.gz 54819177 SHA256 9156038d84bd1190a5b5df963877876584d30bd515ba3ad39e65a532430c1608 SHA512 1874b5e5d40da3ba6a9ea5bf15b7b851b4c067edf3cbca4139c07853610acaecb8ee94933f5c4482ea091967a30f042b3bd08bef5e3716cae0be8607410e WHIRLPOOL fd8d712d3ed1a785ad455d9d83f537303ad9b58d0562cf73adaba71527ab42513e0682b568aced5601b419e738f9d904d09bb37f387feaa42944795461e96b8e +DIST percona-server-5.6.27-75.0.tar.gz 54907367 SHA256 7dc4a4efadaee25e11fd78838f4ad2c0d7921ac9cc3b95068626f918c0add8d7 SHA512 c58fe18e3af7c88d9a3269c0b6a20c367bc80af6b3c1ab072fb380787f6b0ad44c8471134e366b7a9572fc4d16a4260d81a26f384aadab4bca99efcf521d3201 WHIRLPOOL 403a7efdbfb8bdaa5cecf72930be351b8762f17ce7166dffcff307e86a69f742546c85ff5badefab182dd001080ed49e71d2d5d587b74801cc22ccba682ac418 +DIST percona-server-5.6.27-76.0.tar.gz 54946650 SHA256 36d5c1c9a94712874b4d6e12c7e48d1f13c1fffb0ff976bc93aedbb4f73a0fef SHA512 64e2b1643bb06aefd59a1e1caddd31931b4b39ce5cd575ec3ec92f8c824887d112aa17573b10d596996579088c34e729eed83c37d63dd8cbef6755f0c0086805 WHIRLPOOL b203ba373ce312c1e10f0f96ba0fe8722ddc29c218bd075539f868426ad20c4d02c2307756c98fd2c7e21b45398d92c1b2b5145218b503bb0962bcafd908de12 +-BEGIN PGP SIGNATURE- +Version: GnuPG v2.1 + +iQJ8BAEBCABmBQJWeZRjXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w +ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NkMyRTQ0RUQ5MEUzMjc1OEU3RDU1QzBE +MUY3ODFFRkY5RjRBM0I2AAoJENH3ge/59KO2UmYP/0JMFxjj6eBNl1O4QmJoTfl0 +i6vjPENjkr/JU+SAMn/1R4vBG1j9RNNAInzPmr2e/LGdG9PF2EDR/29P/ZWu9JSF +lrM+C+nKWg4S9UbIuNhJOzRh7MfPdZY/T8mBHtfqoApuUeFqdmjeS/VJIG+T/dAU +7v7OAMqsfN50f4M/ZIGecm9zkE1DLXe7N3tjVhanUBWXB0ScakBp++T2a1Qlvaa4 +5jRMgb1t/lJR9NWGisTQq8ODjP51CHCbBJngJ0SV8u7CEQgnN9jcRoxFzpt9Mw+o +YqrbLTKs5kG7AChlVOaEh79kMUdSBewwl8jDcN742v7npmUwpg1Vc6JZtwRa3BQj +atcAhttewmMEco/kkFL8O6oNw4zpVluvxLpbLmit8cmIJDolyrOoQI4beaVZ3BWw +/PIwI0q3zmuHOfcW2hInpkIddbgXP8fzRW4QmM+fMzL+sq2/0MZukBzgqobL5Zpv +VFFbaQA9atYoiklExx89co9xElwRrsVEW5342RQrOVl3T59Lb5mFYG/QQBq+Ldb0 +SiWy1Gfltotz0W1szSa4mprlJ5/NSrfq8/AvZj5+IJJXv6ZRHgxMX1+HvVATtGt3 +MMECOUgatqn41E2yzuW6MS4b1qRsaL5gEetgpMBiOViM3e4BWjug9ADsAFmslLns +nPTYxnHncS3/lym9yeny +=c6qz +-END PGP SIGNATURE- diff --git a/dev-db/percona-server/percona-server-5.6.27.76.0.ebuild b/dev-db/percona-server/percona-server-5.6.27.76.0.ebuild new file mode 100644 index 000..2ba398a --- /dev/null +++ b/dev-db/percona-server/percona-server-5.6.27.76.0.ebuild @@ -0,0 +1,173 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +MY_EXTRAS_VER="20151105-2051Z" +SUBSLOT="18" +PYTHON_COMPAT=( python2_7 ) +inherit python-any-r1 mysql-multilib-r1 + +IUSE="pam tokudb tokudb-backup-plugin" + +# REMEMBER: also update eclass/mysql*.eclass before committing! +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd
[gentoo-commits] repo/gentoo:master commit in: app-text/rpl/files/
commit: 1ac320636f81d700e4b98f1052d08f0e80bac5fd Author: Mike Gilbert gentoo org> AuthorDate: Tue Dec 22 18:26:52 2015 + Commit: Mike Gilbert gentoo org> CommitDate: Tue Dec 22 18:27:25 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac32063 app-text/rpl: Remove unused patch file Package-Manager: portage-2.2.26_p32 app-text/rpl/files/rpl-1.4.0-gcc4.patch | 19 --- 1 file changed, 19 deletions(-) diff --git a/app-text/rpl/files/rpl-1.4.0-gcc4.patch b/app-text/rpl/files/rpl-1.4.0-gcc4.patch deleted file mode 100644 index 6cfb8c6..000 --- a/app-text/rpl/files/rpl-1.4.0-gcc4.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -Naur rpl-1.4.0-clean/src/replace.h rpl-1.4.0/src/replace.h rpl-1.4.0-clean/src/replace.h 2002-07-24 10:41:45.0 -0500 -+++ rpl-1.4.0/src/replace.h2006-02-19 16:38:32.0 -0500 -@@ -77,7 +77,7 @@ - - /* This is a simple macro to call malloc() and die if it returns null */ - #define MALLOC_FAIL_STRING ("\n" PACKAGE " Unable to allocate memory!") --#define MALLOC_AND_CHECK( x, y ) (void*)(x)=malloc((y));if(x==NULL){fprintf(stderr,"\n%s --> %s:%d\n", MALLOC_FAIL_STRING, __FILE__, __LINE__ );exit(EX_OSERR);} -+#define MALLOC_AND_CHECK( x, y ) (x)=malloc((y));if(x==NULL){fprintf(stderr,"\n%s --> %s:%d\n", MALLOC_FAIL_STRING, __FILE__, __LINE__ );exit(EX_OSERR);} - - - /* Function Prototypes */ -@@ -90,4 +90,4 @@ - - static void EchoFeedback(int, int, int, char*); - --static void SetPerms(struct stat, int, int, char*, int* ); -\ No newline at end of file -+static void SetPerms(struct stat, int, int, char*, int* );
[gentoo-commits] repo/gentoo:master commit in: app-text/rpl/
commit: 513476a748add18526b741a431f4647c329c3517 Author: Mike Gilbert gentoo org> AuthorDate: Tue Dec 22 18:26:25 2015 + Commit: Mike Gilbert gentoo org> CommitDate: Tue Dec 22 18:27:22 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=513476a7 app-text/rpl: Convert to distutils-r1 and fix egg-info file Bug: https://bugs.gentoo.org/567462 Package-Manager: portage-2.2.26_p32 app-text/rpl/rpl-1.5.5-r1.ebuild | 29 + 1 file changed, 29 insertions(+) diff --git a/app-text/rpl/rpl-1.5.5-r1.ebuild b/app-text/rpl/rpl-1.5.5-r1.ebuild new file mode 100644 index 000..009a127 --- /dev/null +++ b/app-text/rpl/rpl-1.5.5-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="Intelligent recursive search/replace utility" +HOMEPAGE="http://rpl.sourceforge.net/"; +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +python_prepare_all() { + iconv -f latin1 -t utf8 -o setup.py.new setup.py || die + mv setup.py.new setup.py || die + distutils-r1_python_prepare_all +} + +python_install_all() { + distutils-r1_python_install_all + doman ${PN}.1 +}
[gentoo-commits] repo/gentoo:master commit in: dev-db/percona-server/
commit: ee94f9105fc0f4789a21c3086ea5ced408fd83eb Author: Brian Evans gentoo org> AuthorDate: Tue Dec 22 18:45:34 2015 + Commit: Brian Evans gentoo org> CommitDate: Tue Dec 22 18:45:34 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee94f910 dev-db/percona-server: Version bump wrt bug 569008 Package-Manager: portage-2.2.26 dev-db/percona-server/Manifest | 1 + .../percona-server-5.6.27.76.0.ebuild | 173 + 2 files changed, 174 insertions(+) diff --git a/dev-db/percona-server/Manifest b/dev-db/percona-server/Manifest index 783a03c..953755c 100644 --- a/dev-db/percona-server/Manifest +++ b/dev-db/percona-server/Manifest @@ -1,2 +1,3 @@ DIST mysql-extras-20151105-2051Z.tar.bz2 1490187 SHA256 129d79c2064b08b0afad69e04e27991bf4103c20ccea39c133239b1dd822a49f SHA512 af34a44275b06c1626eb5952b3643b5663b8a1fb1d9ff18a67d51c02daaa51c4476df407d38ab607cc41842b47e5dd7b4cef8ae380a41eb80923df8052b9e521 WHIRLPOOL 01702ca4e2033fbc70db3ab2dd166b2e31072ea0f6bdd42d00c27ae0c0afab5c8451c4dcc90cce6d46f9ea056017e273f7c719e1cfabf969293bdcd15241f5b3 DIST percona-server-5.6.27-75.0.tar.gz 54907367 SHA256 7dc4a4efadaee25e11fd78838f4ad2c0d7921ac9cc3b95068626f918c0add8d7 SHA512 c58fe18e3af7c88d9a3269c0b6a20c367bc80af6b3c1ab072fb380787f6b0ad44c8471134e366b7a9572fc4d16a4260d81a26f384aadab4bca99efcf521d3201 WHIRLPOOL 403a7efdbfb8bdaa5cecf72930be351b8762f17ce7166dffcff307e86a69f742546c85ff5badefab182dd001080ed49e71d2d5d587b74801cc22ccba682ac418 +DIST percona-server-5.6.27-76.0.tar.gz 54946650 SHA256 36d5c1c9a94712874b4d6e12c7e48d1f13c1fffb0ff976bc93aedbb4f73a0fef SHA512 64e2b1643bb06aefd59a1e1caddd31931b4b39ce5cd575ec3ec92f8c824887d112aa17573b10d596996579088c34e729eed83c37d63dd8cbef6755f0c0086805 WHIRLPOOL b203ba373ce312c1e10f0f96ba0fe8722ddc29c218bd075539f868426ad20c4d02c2307756c98fd2c7e21b45398d92c1b2b5145218b503bb0962bcafd908de12 diff --git a/dev-db/percona-server/percona-server-5.6.27.76.0.ebuild b/dev-db/percona-server/percona-server-5.6.27.76.0.ebuild new file mode 100644 index 000..2ba398a --- /dev/null +++ b/dev-db/percona-server/percona-server-5.6.27.76.0.ebuild @@ -0,0 +1,173 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +MY_EXTRAS_VER="20151105-2051Z" +SUBSLOT="18" +PYTHON_COMPAT=( python2_7 ) +inherit python-any-r1 mysql-multilib-r1 + +IUSE="pam tokudb tokudb-backup-plugin" + +# REMEMBER: also update eclass/mysql*.eclass before committing! +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-linux" +HOMEPAGE="http://www.percona.com/software/percona-server"; +DESCRIPTION="An enhanced, drop-in replacement for MySQL from the Percona team" + +# When MY_EXTRAS is bumped, the index should be revised to exclude these. +EPATCH_EXCLUDE='' + +COMMON_DEPEND="server? ( pam? ( virtual/pam:0= ) ) + tokudb? ( app-arch/snappy ) + tokudb-backup-plugin? ( dev-util/valgrind ) + " + +DEPEND="${COMMON_DEPEND} + || ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 ) + test? ( $(python_gen_any_dep 'dev-python/mysql-python[${PYTHON_USEDEP}]') )" +RDEPEND="${COMMON_DEPEND}" + +REQUIRED_USE="tokudb? ( jemalloc ) tokudb-backup-plugin? ( tokudb )" + +# Please do not add a naive src_unpack to this ebuild +# If you want to add a single patch, copy the ebuild to an overlay +# and create your own mysql-extras tarball, looking at 000_index.txt + +python_check_deps() { + has_version "dev-python/mysql-python[${PYTHON_USEDEP}]" +} + +src_configure() { + local MYSQL_CMAKE_NATIVE_DEFINES=( -DWITH_PAM=$(usex pam) + $(mysql-cmake_use_plugin tokudb TOKUDB) + ) + if use tokudb ; then + # TokuDB Backup plugin requires valgrind unconditionally + MYSQL_CMAKE_NATIVE_DEFINES+=( + $(usex tokudb-backup-plugin '' -DTOKUDB_BACKUP_DISABLED=1) + ) + fi + mysql-multilib-r1_src_configure +} + +# Official test instructions: +# USE='extraengine perl openssl static-libs' \ +# FEATURES='test userpriv -usersandbox' \ +# ebuild percona-server-X.X.XX.ebuild \ +# digest clean package +multilib_src_test() { + + if ! multilib_is_native_abi ; then + einfo "Server tests not available on non-native abi". + return 0; + fi + + if ! use server ; then + einfo "Skipping server tests due to minimal build." + return 0 + fi + + local TESTDIR="${CMAKE_BUILD_DIR}/mysql-test" + local retstatus_unit + local retstatus_tests + + # Bug #213475 - MySQL _will_ object strenously if your machine is named + # localhost. Also causes weird failures. + [[ "${HOSTNAME}" == "localhost" ]] && die "Your machine must NOT be named localhost" + + if [[ $UID -eq 0 ]]; then + die "Testing
[gentoo-commits] repo/gentoo:master commit in: dev-util/pycharm-community/
commit: c779ef6b4112051fd17f3250c01e78d80d3461fd Author: Manuel Rüger gentoo org> AuthorDate: Tue Dec 22 20:28:23 2015 + Commit: Manuel Rüger gentoo org> CommitDate: Tue Dec 22 20:28:23 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c779ef6b dev-util/pycharm-community: Version bump Gentoo-Bug: 564766 Package-Manager: portage-2.2.26 dev-util/pycharm-community/Manifest| 1 + .../pycharm-community-5.0.2.ebuild | 38 ++ 2 files changed, 39 insertions(+) diff --git a/dev-util/pycharm-community/Manifest b/dev-util/pycharm-community/Manifest index bdc3a12..f586259 100644 --- a/dev-util/pycharm-community/Manifest +++ b/dev-util/pycharm-community/Manifest @@ -3,3 +3,4 @@ DIST pycharm-community-4.0.6.tar.gz 121278114 SHA256 7aa0ed3d743ed6886329671d2e5 DIST pycharm-community-4.5.3.tar.gz 121605129 SHA256 205247b94965d9499e55d13ec701364475ff823d9353d967744750f6ceadc38d SHA512 0ae316890d6e348024f974a81cca9669c61f005a7af0cd0ef4d2f051fcb71cebbe372446f3a660f9c2a87837d7986809493499b34311a175542751d4f8597753 WHIRLPOOL e3895326751e6fd97a6ec60fc3933fc07b61337668dd18662ab22bb85f41fac1fca2511bf8eccfa0946dffa5f51f9cb24fda6019c88c88e07f281e390e6a37d9 DIST pycharm-community-4.5.4.tar.gz 121580731 SHA256 6bdd344eb88ee50cf29e98278c87faad0d1a23a7ec84c1794b956d2633024228 SHA512 e0c90fd84d60e1ac644c2b29aef484c1768cf8832c70cbc1a7905b64e0ef0fd7ec50665b9b15fcdaad762852e42103487b59fc4c8d1e711fd3a30123f8c959eb WHIRLPOOL d3725d9f3d983edf111f8aeb903bced2df643e9b39dcff59f21c176a16d9304dfe833ee542e204d1a4f5cdfadb33025587a669f190202bbae83cd9d102250c08 DIST pycharm-community-5.0.1.tar.gz 134214228 SHA256 8e8b276954b8cc5e5afa79918c50cf60fc21bf5cddce6a6fa2e232627c8da392 SHA512 4f5d193b30e3d30c1bff7f2212ef061595e1f31587c16f2a527d85962ac500d86b4be8abe631f219386ec893693999248fdf92f3bbcd115f3593513e60df2fdd WHIRLPOOL b3b5d49541c4a9c1f6acecac017fc84794b6b33b0d8995a58143258641fe9737c226fe2d488b9f9ace364265885542cb51c07e12d34e7f70027b8d15d9104f31 +DIST pycharm-community-5.0.2.tar.gz 136420461 SHA256 eadc36ae55237b783fbc528b6007e1755606ef7a95b7cc8dec27f44a829e545b SHA512 f8eabd233a70ea27f8eeb8b2307b749673c64a3b1a897c773665959dccfbc43a1f62afab4e9be117e29cfa7d0608ec3cf1a87b4b0d2da44b9c83cf8205d1cdbb WHIRLPOOL acd6948edd78ec17beb9f264985619c662d113b7d8f6c9c549b958d780e974019466eb5e1060705be5f1e75581c106a92bf95ad958357197f4fc0bc3db79f8b9 diff --git a/dev-util/pycharm-community/pycharm-community-5.0.2.ebuild b/dev-util/pycharm-community/pycharm-community-5.0.2.ebuild new file mode 100644 index 000..2d62315 --- /dev/null +++ b/dev-util/pycharm-community/pycharm-community-5.0.2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils readme.gentoo + +DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis" +HOMEPAGE="http://www.jetbrains.com/pycharm/"; +SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz"; + +LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=">=virtual/jre-1.6" +DEPEND="" + +RESTRICT="mirror strip" +QA_PREBUILT="/opt/${PN}/bin/fsnotifier + /opt/${PN}/bin/fsnotifier64" + +MY_PN=${PN/-community/} + +src_install() { + insinto /opt/${PN} + doins -r * + + fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh} + + dosym /opt/${PN}/bin/pycharm.sh /usr/bin/${PN} + newicon "bin/${MY_PN}.png" ${PN}.png + make_desktop_entry ${PN} "${PN}" "${PN}" + + readme.gentoo_src_install +}