From 56c6e73cb90155a226ef918c56c6ac4f090598d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster?= Date: Sat, 14 Jun 2014 13:44:01 +0200 Subject: [PATCH] some random qa junk --- profiles/package.mask | 34 +++++++++++++++++++++++- profiles/package.use.mask | 14 +++++++--- profiles/package.use.stable.mask | 14 ++++++++++ sys-apps/lms/lms-8.0.0.7.ebuild | 6 ++--- sys-libs/openipmi/openipmi-2.0.21.ebuild | 2 +- 5 files changed, 62 insertions(+), 8 deletions(-) create mode 100644 profiles/package.use.stable.mask diff --git a/profiles/package.mask b/profiles/package.mask index d60156d..05639be 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,4 +1,36 @@ -# Robert Förster (11 May 2014) +#################################################################### +# $Header: $ +# +# When you add an entry to the top of this file, add your name, the date, and +# an explanation of why something is getting masked. Please be extremely +# careful not to commit atoms that are not valid, as it can cause large-scale +# breakage, especially if it ends up in the daily snapshot. +# +## Example: +## +## # Dev E. Loper (28 Jun 2012) +## # Masking these versions until we can get the +## # v4l stuff to work properly again +## =media-video/mplayer-0.90_pre5 +## =media-video/mplayer-0.90_pre5-r1 +# +# - Best last rites (removal) practices - +# Include the following info: +# a) reason for masking +# b) bug # for the removal (and yes you should have one) +# c) date of removal (either the date or "in x days") +# +## Example: +## +## # Dev E. Loper (25 Jan 2013) +## # Masked for removal in 30 days. Doesn't work +## # with new libfoo. Upstream dead, gtk-1, smells +## # funny. (bug #987654) +## app-misc/some-package + +#--- END OF EXAMPLES --- + +# Robert Förster (11 Jun 2014) # as per upstream webpage: # (MAY BE UNSTABLE - USE ONLY FOR TESTING) >=sci-misc/boinc-7.5.0 diff --git a/profiles/package.use.mask b/profiles/package.use.mask index 71f3b9b..f52bcdf 100644 --- a/profiles/package.use.mask +++ b/profiles/package.use.mask @@ -1,3 +1,11 @@ -# Robert Förster (17 Jan 2014) -# this requires =mysql-5.0 which is masked in tree -media-sound/teamspeak-server-bin mysql \ No newline at end of file +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +# This file requires >=portage-2.1.1 +# New entries go on top. +# + +# Robert Förster (17 Jan 2014) +# this requires =mysql-5.0* which is masked in g-x86 +media-sound/teamspeak-server-bin mysql diff --git a/profiles/package.use.stable.mask b/profiles/package.use.stable.mask new file mode 100644 index 0000000..6aff18f --- /dev/null +++ b/profiles/package.use.stable.mask @@ -0,0 +1,14 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +# This file requires eapi 5 or later. New entries go on top. +# Please use the same syntax as in package.use.mask + +# Robert Förster (12 Jun 2014) +# apparmor is not yet stable +sys-process/audit apparmor + +# Robert Förster (12 Jun 2014) +# rspec:0 is not yet stable +www-servers/thin ruby_targets_ruby20 diff --git a/sys-apps/lms/lms-8.0.0.7.ebuild b/sys-apps/lms/lms-8.0.0.7.ebuild index 6268a65..6747d65 100644 --- a/sys-apps/lms/lms-8.0.0.7.ebuild +++ b/sys-apps/lms/lms-8.0.0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -9,7 +9,7 @@ inherit eutils linux-info versionator MY_PV=$(replace_version_separator 3 '-' ) MY_P="${PN}-${MY_PV}" -DESCRIPTION="Local Manageability Service (LMS) allows access to Intel® Active Management" +DESCRIPTION="Local Manageability Service (LMS) allows access to Intel Active Management" HOMEPAGE="http://software.intel.com/en-us/articles/download-the-latest-intel-amt-open-source-drivers" SRC_URI="http://software.intel.com/sites/default/files/${MY_P}.tar.gz" @@ -28,7 +28,7 @@ pkg_pretend() { if ! linux_config_exists || ! linux_chkconfig_present INTEL_MEI then ewarn "This service requires Intel MEI driver in your kernel config" - ewarn + ewarn ewarn " Device Drivers -->" ewarn " Misc devices -->" ewarn " <*> Intel Management Engine Interface (Intel MEI)" diff --git a/sys-libs/openipmi/openipmi-2.0.21.ebuild b/sys-libs/openipmi/openipmi-2.0.21.ebuild index 59a380a..430ee0c 100644 --- a/sys-libs/openipmi/openipmi-2.0.21.ebuild +++ b/sys-libs/openipmi/openipmi-2.0.21.ebuild @@ -5,7 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) -inherit eutils autotools python-single-r1 +inherit eutils python-single-r1 DESCRIPTION="Library interface to IPMI" HOMEPAGE="http://sourceforge.net/projects/openipmi/"