* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2012-12-15 13:05 Michal Gorny (mgorny)
0 siblings, 0 replies; 51+ messages in thread
From: Michal Gorny (mgorny) @ 2012-12-15 13:05 UTC (permalink / raw
To: gentoo-commits
mgorny 12/12/15 13:05:57
Modified: ChangeLog
Added: systemd-9999.ebuild
Log:
Import the live ebuild.
(Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Revision Changes Path
1.64 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.63&r2=1.64
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog 5 Dec 2012 21:30:27 -0000 1.63
+++ ChangeLog 15 Dec 2012 13:05:57 -0000 1.64
@@ -1,6 +1,12 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.63 2012/12/05 21:30:27 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.64 2012/12/15 13:05:57 mgorny Exp $
+
+*systemd-9999 (15 Dec 2012)
+
+ 15 Dec 2012; Michał Górny <mgorny@gentoo.org>
+ +files/197-0001-Disable-udev-targets.patch, +systemd-9999.ebuild:
+ Import the live ebuild.
05 Dec 2012; Michał Górny <mgorny@gentoo.org> metadata.xml,
systemd-196.ebuild:
1.1 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.1&content-type=text/plain
Index: systemd-9999.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.1 2012/12/15 13:05:57 mgorny Exp $
EAPI=4
#if LIVE
AUTOTOOLS_AUTORECONF=yes
EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}/${PN}
http://cgit.freedesktop.org/${PN}/${PN}/"
inherit git-2
#endif
PYTHON_COMPAT=( python2_7 )
inherit autotools-utils bash-completion-r1 linux-info pam \
python-single-r1 systemd user
DESCRIPTION="System and service manager for Linux"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd"
SRC_URI="http://www.freedesktop.org/software/systemd/${P}.tar.xz"
LICENSE="GPL-2 LGPL-2.1 MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="acl audit cryptsetup gcrypt http +kmod lzma pam python qrcode
selinux tcpd vanilla xattr"
MINKV="2.6.39"
COMMON_DEPEND=">=sys-apps/dbus-1.4.10
>=sys-apps/util-linux-2.20
~sys-fs/udev-${PV}
sys-libs/libcap
acl? ( sys-apps/acl )
audit? ( >=sys-process/audit-2 )
cryptsetup? ( >=sys-fs/cryptsetup-1.4.2 )
gcrypt? ( >=dev-libs/libgcrypt-1.4.5 )
http? ( net-libs/libmicrohttpd )
kmod? ( >=sys-apps/kmod-12 )
lzma? ( app-arch/xz-utils )
pam? ( virtual/pam )
python? ( ${PYTHON_DEPS} )
qrcode? ( media-gfx/qrencode )
selinux? ( sys-libs/libselinux )
tcpd? ( sys-apps/tcp-wrappers )
xattr? ( sys-apps/attr )"
RDEPEND="${COMMON_DEPEND}
sys-apps/hwids
|| (
>=sys-apps/util-linux-2.22
<sys-apps/sysvinit-2.88-r4
)
!<sys-libs/glibc-2.10
!~sys-fs/udev-187"
# sys-fs/quota is necessary to store correct paths in unit files
DEPEND="${COMMON_DEPEND}
app-arch/xz-utils
app-text/docbook-xsl-stylesheets
dev-libs/libxslt
dev-util/gperf
dev-util/intltool
sys-fs/quota
>=sys-kernel/linux-headers-${MINKV}"
#if LIVE
SRC_URI=
KEYWORDS=
DEPEND="dev-libs/gobject-introspection
dev-util/gtk-doc"
#endif
AUTOTOOLS_IN_SOURCE_BUILD=1
pkg_setup() {
enewgroup lock # used by var-lock.mount
enewgroup tty 5 # used by mount-setup for /dev/pts
use python && python-single-r1_pkg_setup
}
src_prepare() {
# systemd-analyze is for python2.7 only nowadays.
sed -i -e '1s/python/&2.7/' src/analyze/systemd-analyze
# link against external udev.
sed -i -e 's:libudev\.la:-ludev:' Makefile.am
local PATCHES=(
"${FILESDIR}"/197-0001-Disable-udev-targets.patch
)
#if LIVE
gtkdocize --docdir docs/ || die
#endif
autotools-utils_src_prepare
# XXX: support it within eclass
eautomake
}
src_configure() {
local myeconfargs=(
--localstatedir=/var
--with-distro=$(use vanilla && echo other || echo gentoo)
# install everything to /usr
--with-rootprefix=/usr
--with-rootlibdir=/usr/$(get_libdir)
# but pam modules have to lie in /lib*
--with-pamlibdir=/$(get_libdir)/security
# make sure we get /bin:/sbin in $PATH
--enable-split-usr
# udev parts
--disable-introspection
--disable-gtk-doc
--disable-gudev
$(use_enable acl)
$(use_enable audit)
$(use_enable cryptsetup libcryptsetup)
$(use_enable gcrypt)
$(use_enable http microhttpd)
$(use_enable kmod)
$(use_enable lzma xz)
$(use_enable pam)
$(use_with python)
$(use python && echo PYTHON_CONFIG=/usr/bin/python-config-${EPYTHON#python})
$(use_enable qrcode qrencode)
$(use_enable selinux)
$(use_enable tcpd tcpwrap)
$(use_enable xattr)
)
autotools-utils_src_configure
}
src_install() {
autotools-utils_src_install \
bashcompletiondir=/tmp
# remove pam.d plugin .la-file
prune_libtool_files --modules
# compat for init= use
dosym ../usr/lib/systemd/systemd /bin/systemd
dosym ../lib/systemd/systemd /usr/bin/systemd
# rsyslog.service depends on it...
dosym ../usr/bin/systemctl /bin/systemctl
# move files as necessary
newbashcomp "${D}"/tmp/systemd-bash-completion.sh ${PN}
rm -r "${D}"/tmp || die
# we just keep sysvinit tools, so no need for the mans
rm "${D}"/usr/share/man/man8/{halt,poweroff,reboot,runlevel,shutdown,telinit}.8 \
|| die
rm "${D}"/usr/share/man/man1/init.1 || die
if ! use vanilla; then
# Create /run/lock as required by new baselay/OpenRC compat.
systemd_dotmpfilesd "${FILESDIR}"/gentoo-run.conf
# Add mount-rules for /var/lock and /var/run, bug #433607
systemd_dounit "${FILESDIR}"/var-{lock,run}.mount
systemd_enable_service sysinit.target var-lock.mount
systemd_enable_service sysinit.target var-run.mount
fi
# Disable storing coredumps in journald, bug #433457
mv "${D}"/usr/lib/sysctl.d/coredump.conf \
"${D}"/etc/sysctl.d/coredump.conf.disabled || die
# Preserve empty dirs in /etc & /var, bug #437008
keepdir /etc/binfmt.d /etc/modules-load.d /etc/tmpfiles.d \
/etc/systemd/ntp-units.d /etc/systemd/user /var/lib/systemd
# Check whether we won't break user's system.
[[ -x "${D}"/bin/systemd ]] || die '/bin/systemd symlink broken, aborting.'
[[ -x "${D}"/usr/bin/systemd ]] || die '/usr/bin/systemd symlink broken, aborting.'
}
pkg_preinst() {
local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS ~DEVTMPFS
~FANOTIFY ~HOTPLUG ~INOTIFY_USER ~IPV6 ~NET ~PROC_FS ~SIGNALFD
~SYSFS ~!IDE ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2"
kernel_is -ge ${MINKV//./ } || ewarn "Kernel version at least ${MINKV} required"
check_extra_config
}
optfeature() {
local i desc=${1} text
shift
text=" [\e[1m$(has_version ${1} && echo I || echo ' ')\e[0m] ${1}"
shift
for i; do
elog "${text}"
text="& [\e[1m$(has_version ${1} && echo I || echo ' ')\e[0m] ${1}"
done
elog "${text} (${desc})"
}
pkg_postinst() {
mkdir -p "${ROOT}"/run || ewarn "Unable to mkdir /run, this could mean trouble."
if [[ ! -L "${ROOT}"/etc/mtab ]]; then
ewarn "Upstream suggests that the /etc/mtab file should be a symlink to /proc/mounts."
ewarn "It is known to cause users being unable to unmount user mounts. If you don't"
ewarn "require that specific feature, please call:"
ewarn " $ ln -sf '${ROOT}proc/self/mounts' '${ROOT}etc/mtab'"
ewarn
fi
elog "To get additional features, a number of optional runtime dependencies may"
elog "be installed:"
optfeature 'for systemd-analyze' \
'dev-lang/python:2.7' 'dev-python/dbus-python'
optfeature 'for systemd-analyze plotting ability' \
'dev-python/pycairo[svg]'
optfeature 'for GTK+ systemadm UI and gnome-ask-password-agent' \
'sys-apps/systemd-ui'
elog
ewarn "Please note this is a work-in-progress and many packages in Gentoo"
ewarn "do not supply systemd unit files yet. You are testing it on your own"
ewarn "responsibility. Please remember than you can pass:"
ewarn " init=/sbin/init"
ewarn "to your kernel to boot using sysvinit / OpenRC."
}
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2013-01-08 16:44 Michal Gorny (mgorny)
0 siblings, 0 replies; 51+ messages in thread
From: Michal Gorny (mgorny) @ 2013-01-08 16:44 UTC (permalink / raw
To: gentoo-commits
mgorny 13/01/08 16:44:59
Modified: systemd-9999.ebuild ChangeLog
Log:
Update the journald catalogs when rebuilding systemd.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Revision Changes Path
1.3 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.2&r2=1.3
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- systemd-9999.ebuild 17 Dec 2012 00:36:00 -0000 1.2
+++ systemd-9999.ebuild 8 Jan 2013 16:44:59 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.2 2012/12/17 00:36:00 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.3 2013/01/08 16:44:59 mgorny Exp $
EAPI=5
@@ -205,6 +205,8 @@
}
pkg_postinst() {
+ systemd_update_catalog
+
mkdir -p "${ROOT}"/run || ewarn "Unable to mkdir /run, this could mean trouble."
if [[ ! -L "${ROOT}"/etc/mtab ]]; then
ewarn "Upstream suggests that the /etc/mtab file should be a symlink to /proc/mounts."
@@ -230,3 +232,10 @@
ewarn " init=/sbin/init"
ewarn "to your kernel to boot using sysvinit / OpenRC."
}
+
+pkg_prerm() {
+ # If removing systemd completely, remove the catalog database.
+ if [[ ! ${REPLACED_BY_VERSION} ]]; then
+ rm -f -v "${EROOT}"/var/lib/systemd/catalog/database
+ fi
+}
1.66 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.65&r2=1.66
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog 17 Dec 2012 00:36:00 -0000 1.65
+++ ChangeLog 8 Jan 2013 16:44:59 -0000 1.66
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.65 2012/12/17 00:36:00 mgorny Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.66 2013/01/08 16:44:59 mgorny Exp $
+
+ 08 Jan 2013; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
+ Update the journald catalogs when rebuilding systemd.
17 Dec 2012; Michał Górny <mgorny@gentoo.org> systemd-196.ebuild,
systemd-9999.ebuild:
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2013-01-08 21:20 Michal Gorny (mgorny)
0 siblings, 0 replies; 51+ messages in thread
From: Michal Gorny (mgorny) @ 2013-01-08 21:20 UTC (permalink / raw
To: gentoo-commits
mgorny 13/01/08 21:20:30
Modified: systemd-9999.ebuild ChangeLog
Log:
Remove unnecessary enewuser/enewgroup -- spotted by WilliamH.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Revision Changes Path
1.4 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.3&r2=1.4
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- systemd-9999.ebuild 8 Jan 2013 16:44:59 -0000 1.3
+++ systemd-9999.ebuild 8 Jan 2013 21:20:30 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.3 2013/01/08 16:44:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.4 2013/01/08 21:20:30 mgorny Exp $
EAPI=5
@@ -14,7 +14,7 @@
PYTHON_COMPAT=( python2_7 )
inherit autotools-utils bash-completion-r1 linux-info pam \
- python-single-r1 systemd user
+ python-single-r1 systemd
DESCRIPTION="System and service manager for Linux"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd"
@@ -76,9 +76,6 @@
AUTOTOOLS_IN_SOURCE_BUILD=1
pkg_setup() {
- enewgroup lock # used by var-lock.mount
- enewgroup tty 5 # used by mount-setup for /dev/pts
-
use python && python-single-r1_pkg_setup
}
1.67 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.66&r2=1.67
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog 8 Jan 2013 16:44:59 -0000 1.66
+++ ChangeLog 8 Jan 2013 21:20:30 -0000 1.67
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.66 2013/01/08 16:44:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.67 2013/01/08 21:20:30 mgorny Exp $
+
+ 08 Jan 2013; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
+ Remove unnecessary enewuser/enewgroup -- spotted by WilliamH.
08 Jan 2013; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
Update the journald catalogs when rebuilding systemd.
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2013-01-21 17:33 Mike Gilbert (floppym)
0 siblings, 0 replies; 51+ messages in thread
From: Mike Gilbert (floppym) @ 2013-01-21 17:33 UTC (permalink / raw
To: gentoo-commits
floppym 13/01/21 17:33:35
Modified: systemd-9999.ebuild ChangeLog
Log:
Update live ebuild with previous change.
(Portage version: 2.2.0_alpha155/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.11 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.10&r2=1.11
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- systemd-9999.ebuild 21 Jan 2013 14:02:42 -0000 1.10
+++ systemd-9999.ebuild 21 Jan 2013 17:33:35 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.10 2013/01/21 14:02:42 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.11 2013/01/21 17:33:35 floppym Exp $
EAPI=5
@@ -53,7 +53,7 @@
<sys-apps/sysvinit-2.88-r4
)
!<sys-libs/glibc-2.10
- !<sys-fs/udev-197-r4"
+ !<sys-fs/udev-197-r3"
# sys-fs/quota is necessary to store correct paths in unit files
DEPEND="${COMMON_DEPEND}
1.75 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.74&r2=1.75
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog 21 Jan 2013 17:32:50 -0000 1.74
+++ ChangeLog 21 Jan 2013 17:33:35 -0000 1.75
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.74 2013/01/21 17:32:50 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.75 2013/01/21 17:33:35 floppym Exp $
+
+ 21 Jan 2013; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
+ Update live ebuild with previous change.
21 Jan 2013; Mike Gilbert <floppym@gentoo.org> systemd-197-r1.ebuild:
udev-197-r3 is good enough as it does install sd-daemon.h.
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2013-01-21 18:01 Mike Gilbert (floppym)
0 siblings, 0 replies; 51+ messages in thread
From: Mike Gilbert (floppym) @ 2013-01-21 18:01 UTC (permalink / raw
To: gentoo-commits
floppym 13/01/21 18:01:40
Modified: systemd-9999.ebuild ChangeLog
Log:
Append to the DEPEND variable instead of overwriting it.
(Portage version: 2.2.0_alpha155/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.12 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.11&r2=1.12
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- systemd-9999.ebuild 21 Jan 2013 17:33:35 -0000 1.11
+++ systemd-9999.ebuild 21 Jan 2013 18:01:39 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.11 2013/01/21 17:33:35 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.12 2013/01/21 18:01:39 floppym Exp $
EAPI=5
@@ -69,7 +69,7 @@
SRC_URI=
KEYWORDS=
-DEPEND="dev-libs/gobject-introspection
+DEPEND+=" dev-libs/gobject-introspection
>=dev-util/gtk-doc-1.18"
#endif
1.76 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.76&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.76&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.75&r2=1.76
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog 21 Jan 2013 17:33:35 -0000 1.75
+++ ChangeLog 21 Jan 2013 18:01:39 -0000 1.76
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.75 2013/01/21 17:33:35 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.76 2013/01/21 18:01:39 floppym Exp $
+
+ 21 Jan 2013; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
+ Append to the DEPEND variable instead of overwriting it.
21 Jan 2013; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
Update live ebuild with previous change.
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2013-02-08 18:38 Michal Gorny (mgorny)
0 siblings, 0 replies; 51+ messages in thread
From: Michal Gorny (mgorny) @ 2013-02-08 18:38 UTC (permalink / raw
To: gentoo-commits
mgorny 13/02/08 18:38:36
Modified: systemd-9999.ebuild ChangeLog
Log:
Update wrt changes to udev ebuild.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Revision Changes Path
1.14 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.13&r2=1.14
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- systemd-9999.ebuild 21 Jan 2013 19:48:28 -0000 1.13
+++ systemd-9999.ebuild 8 Feb 2013 18:38:36 -0000 1.14
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.13 2013/01/21 19:48:28 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.14 2013/02/08 18:38:36 mgorny Exp $
EAPI=5
@@ -72,23 +72,20 @@
DEPEND+=" dev-libs/gobject-introspection
>=dev-util/gtk-doc-1.18"
-#endif
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-pkg_setup() {
- use python && python-single-r1_pkg_setup
+pkg_pretend() {
+ ewarn "Please note that the live systemd ebuild is not actively maintained"
+ ewarn "and since the udev split, it is an easy way to get your system broken"
+ ewarn "and unbootable. Please consider using the release ebuilds instead."
}
+#endif
src_prepare() {
- # systemd-analyze is for python2.7 only nowadays.
- sed -i -e '1s/python/&2.7/' src/analyze/systemd-analyze
-
- # link against external udev & libsystemd-daemon.
- sed -i -e 's:lib\(udev\|systemd-daemon\)\.la:-l\1:' Makefile.am
+ # link against external udev.
+ sed -i -e 's:lib\(udev\)\.la:-l\1:' Makefile.am
local PATCHES=(
- "${FILESDIR}"/197-0001-Disable-udev-targets.patch
+ "${FILESDIR}"/198-0001-Disable-udev-targets.patch
)
#if LIVE
1.78 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.77&r2=1.78
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog 21 Jan 2013 19:48:28 -0000 1.77
+++ ChangeLog 8 Feb 2013 18:38:36 -0000 1.78
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.77 2013/01/21 19:48:28 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.78 2013/02/08 18:38:36 mgorny Exp $
+
+ 08 Feb 2013; Michał Górny <mgorny@gentoo.org>
+ +files/198-0001-Disable-udev-targets.patch, systemd-9999.ebuild:
+ Update wrt changes to udev ebuild.
21 Jan 2013; Alexandre Rostovtsev <tetromino@gentoo.org>
systemd-197-r1.ebuild, systemd-9999.ebuild:
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2013-03-26 16:35 Michal Gorny (mgorny)
0 siblings, 0 replies; 51+ messages in thread
From: Michal Gorny (mgorny) @ 2013-03-26 16:35 UTC (permalink / raw
To: gentoo-commits
mgorny 13/03/26 16:35:45
Modified: systemd-9999.ebuild ChangeLog
Log:
Depend on baselayout to handle /run. Remove old warnings.
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Revision Changes Path
1.28 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.27&r2=1.28
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- systemd-9999.ebuild 26 Mar 2013 16:24:26 -0000 1.27
+++ systemd-9999.ebuild 26 Mar 2013 16:35:45 -0000 1.28
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.27 2013/03/26 16:24:26 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.28 2013/03/26 16:35:45 mgorny Exp $
EAPI=5
@@ -47,7 +47,9 @@
tcpd? ( sys-apps/tcp-wrappers )
xattr? ( sys-apps/attr )"
+# baselayout-2.2 has /run
RDEPEND="${COMMON_DEPEND}
+ >=sys-apps/baselayout-2.2
>=sys-apps/hwids-20130309-r1[udev]
|| (
>=sys-apps/util-linux-2.22
@@ -228,7 +230,6 @@
fi
systemd_update_catalog
- mkdir -p "${ROOT}"/run || ewarn "Unable to mkdir /run, this could mean trouble."
if [[ ! -L "${ROOT}"/etc/mtab ]]; then
ewarn "Upstream suggests that the /etc/mtab file should be a symlink to /proc/mounts."
ewarn "It is known to cause users being unable to unmount user mounts. If you don't"
@@ -241,13 +242,6 @@
elog "be installed:"
optfeature 'for GTK+ systemadm UI and gnome-ask-password-agent' \
'sys-apps/systemd-ui'
- elog
-
- ewarn "Please note this is a work-in-progress and many packages in Gentoo"
- ewarn "do not supply systemd unit files yet. You are testing it on your own"
- ewarn "responsibility. Please remember than you can pass:"
- ewarn " init=/sbin/init"
- ewarn "to your kernel to boot using sysvinit / OpenRC."
}
pkg_prerm() {
1.97 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.97&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.97&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.96&r2=1.97
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog 26 Mar 2013 16:24:26 -0000 1.96
+++ ChangeLog 26 Mar 2013 16:35:45 -0000 1.97
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.96 2013/03/26 16:24:26 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.97 2013/03/26 16:35:45 mgorny Exp $
+
+ 26 Mar 2013; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
+ Depend on baselayout to handle /run. Remove old warnings.
26 Mar 2013; Michał Górny <mgorny@gentoo.org> systemd-198-r5.ebuild,
systemd-9999.ebuild:
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2013-03-26 17:19 Michal Gorny (mgorny)
0 siblings, 0 replies; 51+ messages in thread
From: Michal Gorny (mgorny) @ 2013-03-26 17:19 UTC (permalink / raw
To: gentoo-commits
mgorny 13/03/26 17:19:57
Modified: systemd-9999.ebuild ChangeLog
Log:
Warn users who use compatibility symlinks for init=.
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Revision Changes Path
1.29 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.28&r2=1.29
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- systemd-9999.ebuild 26 Mar 2013 16:35:45 -0000 1.28
+++ systemd-9999.ebuild 26 Mar 2013 17:19:57 -0000 1.29
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.28 2013/03/26 16:35:45 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.29 2013/03/26 17:19:57 mgorny Exp $
EAPI=5
@@ -242,6 +242,19 @@
elog "be installed:"
optfeature 'for GTK+ systemadm UI and gnome-ask-password-agent' \
'sys-apps/systemd-ui'
+
+ # read null-terminated argv[0] from PID 1
+ # and see which path to systemd was used (if any)
+ local init_path
+ IFS= read -r -d '' init_path < /proc/1/cmdline
+ if [[ ${init_path} == */bin/systemd ]]; then
+ ewarn
+ ewarn "You are using a compatibility symlink to run systemd. The symlink"
+ ewarn "will be removed in near future. Please update your bootloader"
+ ewarn "to use:"
+ ewarn
+ ewarn " init=/usr/lib/systemd/systemd"
+ fi
}
pkg_prerm() {
1.98 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.98&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.98&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.97&r2=1.98
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog 26 Mar 2013 16:35:45 -0000 1.97
+++ ChangeLog 26 Mar 2013 17:19:57 -0000 1.98
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.97 2013/03/26 16:35:45 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.98 2013/03/26 17:19:57 mgorny Exp $
+
+ 26 Mar 2013; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
+ Warn users who use compatibility symlinks for init=.
26 Mar 2013; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
Depend on baselayout to handle /run. Remove old warnings.
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2013-03-26 17:29 Michal Gorny (mgorny)
0 siblings, 0 replies; 51+ messages in thread
From: Michal Gorny (mgorny) @ 2013-03-26 17:29 UTC (permalink / raw
To: gentoo-commits
mgorny 13/03/26 17:29:23
Modified: systemd-9999.ebuild ChangeLog
Log:
Enable EFI support unconditionally since it does not introduce any deps.
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Revision Changes Path
1.30 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.29&r2=1.30
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- systemd-9999.ebuild 26 Mar 2013 17:19:57 -0000 1.29
+++ systemd-9999.ebuild 26 Mar 2013 17:29:23 -0000 1.30
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.29 2013/03/26 17:19:57 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.30 2013/03/26 17:29:23 mgorny Exp $
EAPI=5
@@ -22,7 +22,7 @@
LICENSE="GPL-2 LGPL-2.1 MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
-IUSE="acl audit cryptsetup doc efi gcrypt gudev http
+IUSE="acl audit cryptsetup doc gcrypt gudev http
introspection +kmod lzma pam python qrcode selinux static-libs
tcpd vanilla xattr"
@@ -108,19 +108,19 @@
--with-pamlibdir=/$(get_libdir)/security
# make sure we get /bin:/sbin in $PATH
--enable-split-usr
- # no deps
- --enable-keymap
# disable sysv compatibility
--with-sysvinit-path=
--with-sysvrcnd-path=
# just text files
--enable-polkit
+ # no deps
+ --enable-keymap
+ --enable-efi
# optional components/dependencies
$(use_enable acl)
$(use_enable audit)
$(use_enable cryptsetup libcryptsetup)
$(use_enable doc gtk-doc)
- $(use_enable efi)
$(use_enable gcrypt)
$(use_enable gudev)
$(use_enable http microhttpd)
1.99 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.99&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.99&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.98&r2=1.99
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog 26 Mar 2013 17:19:57 -0000 1.98
+++ ChangeLog 26 Mar 2013 17:29:23 -0000 1.99
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.98 2013/03/26 17:19:57 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.99 2013/03/26 17:29:23 mgorny Exp $
+
+ 26 Mar 2013; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
+ Enable EFI support unconditionally since it does not introduce any deps.
26 Mar 2013; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
Warn users who use compatibility symlinks for init=.
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2013-03-26 22:02 Michal Gorny (mgorny)
0 siblings, 0 replies; 51+ messages in thread
From: Michal Gorny (mgorny) @ 2013-03-26 22:02 UTC (permalink / raw
To: gentoo-commits
mgorny 13/03/26 22:02:45
Modified: systemd-9999.ebuild ChangeLog
Log:
Move nss_myhostname back to /usr -- it seems that nss handles this well.
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Revision Changes Path
1.31 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.30&r2=1.31
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- systemd-9999.ebuild 26 Mar 2013 17:29:23 -0000 1.30
+++ systemd-9999.ebuild 26 Mar 2013 22:02:45 -0000 1.31
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.30 2013/03/26 17:29:23 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.31 2013/03/26 22:02:45 mgorny Exp $
EAPI=5
@@ -159,11 +159,6 @@
# remove pam.d plugin .la-file
prune_libtool_files --modules
- # move nss_myhostname to rootfs (bug #460640)
- dodir /$(get_libdir)
- mv "${D}"/usr/$(get_libdir)/libnss_myhostname* "${D}"/$(get_libdir)/ \
- || die "Unable to move nss_myhostname to rootfs"
-
# compat for init= use
dosym ../usr/lib/systemd/systemd /bin/systemd
dosym ../lib/systemd/systemd /usr/bin/systemd
1.100 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.100&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.100&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.99&r2=1.100
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog 26 Mar 2013 17:29:23 -0000 1.99
+++ ChangeLog 26 Mar 2013 22:02:45 -0000 1.100
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.99 2013/03/26 17:29:23 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.100 2013/03/26 22:02:45 mgorny Exp $
+
+ 26 Mar 2013; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
+ Move nss_myhostname back to /usr -- it seems that nss handles this well.
26 Mar 2013; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
Enable EFI support unconditionally since it does not introduce any deps.
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2013-03-29 15:26 Michal Gorny (mgorny)
0 siblings, 0 replies; 51+ messages in thread
From: Michal Gorny (mgorny) @ 2013-03-29 15:26 UTC (permalink / raw
To: gentoo-commits
mgorny 13/03/29 15:26:52
Modified: systemd-9999.ebuild ChangeLog
Log:
Move udev executables to rootfs to avoid breaking the few systems which install systemd but aren't prepared for it. Symlink to the new locations for compat.
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Revision Changes Path
1.32 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.31&r2=1.32
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- systemd-9999.ebuild 26 Mar 2013 22:02:45 -0000 1.31
+++ systemd-9999.ebuild 29 Mar 2013 15:26:52 -0000 1.32
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.31 2013/03/26 22:02:45 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.32 2013/03/29 15:26:52 mgorny Exp $
EAPI=5
@@ -152,6 +152,13 @@
udevlibexecdir="${MY_UDEVDIR}" \
dist_udevhwdb_DATA=
+ # keep udev working without initramfs, for openrc compat
+ dodir /sbin
+ mv "${D}"/usr/lib/systemd/systemd-udevd "${D}"/sbin/udevd || die
+ mv "${D}"/usr/bin/udevadm "${D}"/sbin/udevadm || die
+ dosym ../../../sbin/udevd /usr/lib/systemd/systemd-udevd
+ dosym ../../sbin/udevadm /usr/bin/udevadm
+
# zsh completion
insinto /usr/share/zsh/site-functions
newins shell-completion/systemd-zsh-completion.zsh "_${PN}"
@@ -188,8 +195,12 @@
/etc/systemd/ntp-units.d /etc/systemd/user /var/lib/systemd
# Check whether we won't break user's system.
- [[ -x "${D}"/bin/systemd ]] || die '/bin/systemd symlink broken, aborting.'
- [[ -x "${D}"/usr/bin/systemd ]] || die '/usr/bin/systemd symlink broken, aborting.'
+ local x
+ for x in /bin/systemd /usr/bin/systemd \
+ /usr/bin/udevadm /usr/lib/systemd/systemd-udevd
+ do
+ [[ -x ${D}${x} ]] || die "${x} symlink broken, aborting."
+ done
}
pkg_preinst() {
1.103 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.103&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.103&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.102&r2=1.103
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog 28 Mar 2013 22:57:21 -0000 1.102
+++ ChangeLog 29 Mar 2013 15:26:52 -0000 1.103
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.102 2013/03/28 22:57:21 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.103 2013/03/29 15:26:52 mgorny Exp $
+
+ 29 Mar 2013; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
+ Move udev executables to rootfs to avoid breaking the few systems which
+ install systemd but aren't prepared for it. Symlink to the new locations for
+ compat.
28 Mar 2013; Mike Gilbert <floppym@gentoo.org> +files/199-firmware.patch,
systemd-199.ebuild:
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2013-03-30 9:33 Mike Gilbert (floppym)
0 siblings, 0 replies; 51+ messages in thread
From: Mike Gilbert (floppym) @ 2013-03-30 9:33 UTC (permalink / raw
To: gentoo-commits
floppym 13/03/30 09:33:53
Modified: systemd-9999.ebuild ChangeLog
Log:
Move hwids to PDEPEND. Call udevadm to update the hwdb in pkg_postinst. Copied from the udev package.
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.34 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.33&r2=1.34
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- systemd-9999.ebuild 29 Mar 2013 15:49:38 -0000 1.33
+++ systemd-9999.ebuild 30 Mar 2013 09:33:53 -0000 1.34
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.33 2013/03/29 15:49:38 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.34 2013/03/30 09:33:53 floppym Exp $
EAPI=5
@@ -50,7 +50,6 @@
# baselayout-2.2 has /run
RDEPEND="${COMMON_DEPEND}
>=sys-apps/baselayout-2.2
- >=sys-apps/hwids-20130309-r1[udev]
|| (
>=sys-apps/util-linux-2.22
<sys-apps/sysvinit-2.88-r4
@@ -59,6 +58,8 @@
!<sys-libs/glibc-2.10
!sys-fs/udev"
+PDEPEND=">=sys-apps/hwids-20130309-r1[udev]"
+
# sys-fs/quota is necessary to store correct paths in unit files
DEPEND="${COMMON_DEPEND}
app-arch/xz-utils
@@ -232,6 +233,12 @@
fi
systemd_update_catalog
+ # Keep this here in case the database format changes so it gets updated
+ # when required. Despite that this file is owned by sys-apps/hwids.
+ if use hwdb && has_version "sys-apps/hwids[udev]"; then
+ udevadm hwdb --update --root="${ROOT%/}"
+ fi
+
if [[ ! -L "${ROOT}"/etc/mtab ]]; then
ewarn "Upstream suggests that the /etc/mtab file should be a symlink to /proc/mounts."
ewarn "It is known to cause users being unable to unmount user mounts. If you don't"
1.106 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.106&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.106&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.105&r2=1.106
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog 29 Mar 2013 15:52:24 -0000 1.105
+++ ChangeLog 30 Mar 2013 09:33:53 -0000 1.106
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.105 2013/03/29 15:52:24 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.106 2013/03/30 09:33:53 floppym Exp $
+
+ 30 Mar 2013; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
+ Move hwids to PDEPEND. Call udevadm to update the hwdb in pkg_postinst. Copied
+ from the udev package.
29 Mar 2013; Michał Górny <mgorny@gentoo.org> -systemd-199.ebuild:
Drop the unnecessary mid-version.
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2013-03-30 9:37 Mike Gilbert (floppym)
0 siblings, 0 replies; 51+ messages in thread
From: Mike Gilbert (floppym) @ 2013-03-30 9:37 UTC (permalink / raw
To: gentoo-commits
floppym 13/03/30 09:37:50
Modified: systemd-9999.ebuild ChangeLog
Log:
Update hwids version per ssuominen.
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.35 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.34&r2=1.35
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- systemd-9999.ebuild 30 Mar 2013 09:33:53 -0000 1.34
+++ systemd-9999.ebuild 30 Mar 2013 09:37:50 -0000 1.35
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.34 2013/03/30 09:33:53 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.35 2013/03/30 09:37:50 floppym Exp $
EAPI=5
@@ -58,7 +58,7 @@
!<sys-libs/glibc-2.10
!sys-fs/udev"
-PDEPEND=">=sys-apps/hwids-20130309-r1[udev]"
+PDEPEND=">=sys-apps/hwids-20130326.1[udev]"
# sys-fs/quota is necessary to store correct paths in unit files
DEPEND="${COMMON_DEPEND}
1.107 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.107&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.107&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.106&r2=1.107
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog 30 Mar 2013 09:33:53 -0000 1.106
+++ ChangeLog 30 Mar 2013 09:37:50 -0000 1.107
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.106 2013/03/30 09:33:53 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.107 2013/03/30 09:37:50 floppym Exp $
+
+ 30 Mar 2013; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
+ Update hwids version per ssuominen.
30 Mar 2013; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
Move hwids to PDEPEND. Call udevadm to update the hwdb in pkg_postinst. Copied
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2013-04-15 13:31 Michal Gorny (mgorny)
0 siblings, 0 replies; 51+ messages in thread
From: Michal Gorny (mgorny) @ 2013-04-15 13:31 UTC (permalink / raw
To: gentoo-commits
mgorny 13/04/15 13:31:51
Modified: systemd-9999.ebuild ChangeLog
Log:
Inline paths to quota tools and drop the dep.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Revision Changes Path
1.42 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.41&r2=1.42
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- systemd-9999.ebuild 6 Apr 2013 01:39:15 -0000 1.41
+++ systemd-9999.ebuild 15 Apr 2013 13:31:51 -0000 1.42
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.41 2013/04/06 01:39:15 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.42 2013/04/15 13:31:51 mgorny Exp $
EAPI=5
@@ -61,14 +61,12 @@
PDEPEND=">=sys-apps/hwids-20130326.1[udev]"
-# sys-fs/quota is necessary to store correct paths in unit files
DEPEND="${COMMON_DEPEND}
app-arch/xz-utils
app-text/docbook-xsl-stylesheets
dev-libs/libxslt
dev-util/gperf
>=dev-util/intltool-0.50
- sys-fs/quota
>=sys-kernel/linux-headers-${MINKV}
virtual/pkgconfig
doc? ( >=dev-util/gtk-doc-1.18 )"
@@ -132,6 +130,10 @@
$(use_enable selinux)
$(use_enable tcpd tcpwrap)
$(use_enable xattr)
+
+ # hardcode a few paths to spare some deps
+ QUOTAON=/usr/sbin/quotaon
+ QUOTACHECK=/usr/sbin/quotacheck
)
# Keep using the one where the rules were installed.
1.115 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.115&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.115&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.114&r2=1.115
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog 14 Apr 2013 07:53:10 -0000 1.114
+++ ChangeLog 15 Apr 2013 13:31:51 -0000 1.115
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.114 2013/04/14 07:53:10 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.115 2013/04/15 13:31:51 mgorny Exp $
+
+ 15 Apr 2013; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
+ Inline paths to quota tools and drop the dep.
*systemd-201 (14 Apr 2013)
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2013-04-15 20:13 Michal Gorny (mgorny)
0 siblings, 0 replies; 51+ messages in thread
From: Michal Gorny (mgorny) @ 2013-04-15 20:13 UTC (permalink / raw
To: gentoo-commits
mgorny 13/04/15 20:13:01
Modified: systemd-9999.ebuild ChangeLog
Log:
Remove redundant configure args. Disable deps which are not supported in Gentoo and therefore can result in automagic deps.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Revision Changes Path
1.43 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.42&r2=1.43
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- systemd-9999.ebuild 15 Apr 2013 13:31:51 -0000 1.42
+++ systemd-9999.ebuild 15 Apr 2013 20:13:01 -0000 1.43
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.42 2013/04/15 13:31:51 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.43 2013/04/15 20:13:01 mgorny Exp $
EAPI=5
@@ -97,9 +97,6 @@
local myeconfargs=(
--localstatedir=/var
--with-firmware-path="/lib/firmware/updates:/lib/firmware"
- # install everything to /usr
- --with-rootprefix=/usr
- --with-rootlibdir=/usr/$(get_libdir)
# but pam modules have to lie in /lib*
--with-pamlibdir=$(getpam_mod_dir)
# make sure we get /bin:/sbin in $PATH
@@ -131,6 +128,10 @@
$(use_enable tcpd tcpwrap)
$(use_enable xattr)
+ # not supported (avoid automagic deps in the future)
+ --disable-chkconfig
+ --disable-ima
+
# hardcode a few paths to spare some deps
QUOTAON=/usr/sbin/quotaon
QUOTACHECK=/usr/sbin/quotacheck
1.116 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.116&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.116&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.115&r2=1.116
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog 15 Apr 2013 13:31:51 -0000 1.115
+++ ChangeLog 15 Apr 2013 20:13:01 -0000 1.116
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.115 2013/04/15 13:31:51 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.116 2013/04/15 20:13:01 mgorny Exp $
+
+ 15 Apr 2013; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
+ Remove redundant configure args. Disable deps which are not supported in
+ Gentoo and therefore can result in automagic deps.
15 Apr 2013; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
Inline paths to quota tools and drop the dep.
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2013-10-17 18:36 Michal Gorny (mgorny)
0 siblings, 0 replies; 51+ messages in thread
From: Michal Gorny (mgorny) @ 2013-10-17 18:36 UTC (permalink / raw
To: gentoo-commits
mgorny 13/10/17 18:36:53
Modified: systemd-9999.ebuild ChangeLog
Log:
Bump kmod dep following upstream changes. Remove python-config hack wrt bug #488396. Add slot operator deps. Switch to git-r3.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.70 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.69&r2=1.70
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- systemd-9999.ebuild 14 Oct 2013 18:17:39 -0000 1.69
+++ systemd-9999.ebuild 17 Oct 2013 18:36:53 -0000 1.70
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.69 2013/10/14 18:17:39 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.70 2013/10/17 18:36:53 mgorny Exp $
EAPI=5
@@ -9,7 +9,7 @@
EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}/${PN}
http://cgit.freedesktop.org/${PN}/${PN}/"
-inherit git-2
+inherit git-r3
#endif
AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
@@ -31,24 +31,24 @@
MINKV="3.0"
-COMMON_DEPEND=">=sys-apps/dbus-1.6.8-r1
- >=sys-apps/util-linux-2.20
- sys-libs/libcap
- acl? ( sys-apps/acl )
- audit? ( >=sys-process/audit-2 )
- cryptsetup? ( >=sys-fs/cryptsetup-1.6 )
- gcrypt? ( >=dev-libs/libgcrypt-1.4.5 )
- gudev? ( >=dev-libs/glib-2[${MULTILIB_USEDEP}] )
- http? ( net-libs/libmicrohttpd )
- introspection? ( >=dev-libs/gobject-introspection-1.31.1 )
- kmod? ( >=sys-apps/kmod-14-r1 )
- lzma? ( app-arch/xz-utils[${MULTILIB_USEDEP}] )
- pam? ( virtual/pam )
+COMMON_DEPEND=">=sys-apps/dbus-1.6.8-r1:0=
+ >=sys-apps/util-linux-2.20:0=
+ sys-libs/libcap:0=
+ acl? ( sys-apps/acl:0= )
+ audit? ( >=sys-process/audit-2:0= )
+ cryptsetup? ( >=sys-fs/cryptsetup-1.6:0= )
+ gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0= )
+ gudev? ( dev-libs/glib:2=[${MULTILIB_USEDEP}] )
+ http? ( net-libs/libmicrohttpd:0= )
+ introspection? ( >=dev-libs/gobject-introspection-1.31.1:0= )
+ kmod? ( >=sys-apps/kmod-15:0= )
+ lzma? ( app-arch/xz-utils:0=[${MULTILIB_USEDEP}] )
+ pam? ( virtual/pam:= )
python? ( ${PYTHON_DEPS} )
- qrcode? ( media-gfx/qrencode )
- selinux? ( sys-libs/libselinux )
- tcpd? ( sys-apps/tcp-wrappers )
- xattr? ( sys-apps/attr )
+ qrcode? ( media-gfx/qrencode:0= )
+ selinux? ( sys-libs/libselinux:0= )
+ tcpd? ( sys-apps/tcp-wrappers:0= )
+ xattr? ( sys-apps/attr:0= )
abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )"
@@ -69,10 +69,10 @@
!vanilla? ( sys-apps/gentoo-systemd-integration )"
DEPEND="${COMMON_DEPEND}
- app-arch/xz-utils
+ app-arch/xz-utils:0
app-text/docbook-xml-dtd:4.2
app-text/docbook-xsl-stylesheets
- dev-libs/libxslt
+ dev-libs/libxslt:0
dev-util/gperf
>=dev-util/intltool-0.50
>=sys-devel/binutils-2.23.1
@@ -84,7 +84,7 @@
#if LIVE
DEPEND="${DEPEND}
dev-libs/gobject-introspection
- >=dev-libs/libgcrypt-1.4.5
+ >=dev-libs/libgcrypt-1.4.5:0
>=dev-util/gtk-doc-1.18"
SRC_URI=
@@ -165,7 +165,6 @@
$(use_enable pam)
$(use_enable policykit polkit)
$(use_enable python python-devel)
- $(use python && echo PYTHON_CONFIG=/usr/bin/python-config-${EPYTHON#python})
$(use_enable qrcode qrencode)
$(use_enable selinux)
$(use_enable tcpd tcpwrap)
1.193 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.193&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.193&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.192&r2=1.193
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -r1.192 -r1.193
--- ChangeLog 14 Oct 2013 18:17:39 -0000 1.192
+++ ChangeLog 17 Oct 2013 18:36:53 -0000 1.193
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.192 2013/10/14 18:17:39 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.193 2013/10/17 18:36:53 mgorny Exp $
+
+ 17 Oct 2013; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
+ Bump kmod dep following upstream changes. Remove python-config hack wrt bug
+ #488396. Add slot operator deps. Switch to git-r3.
14 Oct 2013; Michał Górny <mgorny@gentoo.org> systemd-207-r2.ebuild,
systemd-208-r1.ebuild, systemd-208-r2.ebuild, systemd-9999.ebuild:
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2013-11-25 19:32 Michal Gorny (mgorny)
0 siblings, 0 replies; 51+ messages in thread
From: Michal Gorny (mgorny) @ 2013-11-25 19:32 UTC (permalink / raw
To: gentoo-commits
mgorny 13/11/25 19:32:38
Modified: systemd-9999.ebuild ChangeLog
Log:
Make dbus a PDEP + test dep since upstream no longer links to the library. Add BUILT_SOURCES build to fix bug #492370.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.73 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.72&r2=1.73
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- systemd-9999.ebuild 16 Nov 2013 13:40:35 -0000 1.72
+++ systemd-9999.ebuild 25 Nov 2013 19:32:38 -0000 1.73
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.72 2013/11/16 13:40:35 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.73 2013/11/25 19:32:38 mgorny Exp $
EAPI=5
@@ -31,8 +31,7 @@
MINKV="3.0"
-COMMON_DEPEND=">=sys-apps/dbus-1.6.8-r1:0=
- >=sys-apps/util-linux-2.20:0=
+COMMON_DEPEND=">=sys-apps/util-linux-2.20:0=
sys-libs/libcap:0=
acl? ( sys-apps/acl:0= )
audit? ( >=sys-process/audit-2:0= )
@@ -64,7 +63,9 @@
!<sys-libs/glibc-2.10
!sys-fs/udev"
-PDEPEND=">=sys-apps/hwids-20130717-r1[udev]
+# sys-apps/daemon: the daemon only (+ build-time lib dep for tests)
+PDEPEND=">=sys-apps/dbus-1.6.8-r1:0
+ >=sys-apps/hwids-20130717-r1[udev]
policykit? ( sys-auth/polkit )
!vanilla? ( sys-apps/gentoo-systemd-integration )"
@@ -79,7 +80,8 @@
>=sys-devel/gcc-4.6
>=sys-kernel/linux-headers-${MINKV}
virtual/pkgconfig
- doc? ( >=dev-util/gtk-doc-1.18 )"
+ doc? ( >=dev-util/gtk-doc-1.18 )
+ test? ( >=sys-apps/dbus-1.6.8-r1:0 )"
#if LIVE
DEPEND="${DEPEND}
@@ -233,6 +235,8 @@
# prerequisites for gudev
use gudev && emake src/gudev/gudev{enumtypes,marshal}.{c,h}
+ echo 'gentoo: $(BUILT_SOURCES)' | \
+ emake "${mymakeopts[@]}" -f Makefile -f - gentoo
echo 'gentoo: $(lib_LTLIBRARIES) $(pkgconfiglib_DATA)' | \
emake "${mymakeopts[@]}" -f Makefile -f - gentoo
fi
1.200 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.200&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.200&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.199&r2=1.200
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -r1.199 -r1.200
--- ChangeLog 24 Nov 2013 14:33:32 -0000 1.199
+++ ChangeLog 25 Nov 2013 19:32:38 -0000 1.200
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.199 2013/11/24 14:33:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.200 2013/11/25 19:32:38 mgorny Exp $
+
+ 25 Nov 2013; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
+ Make dbus a PDEP + test dep since upstream no longer links to the library. Add
+ BUILT_SOURCES build to fix bug #492370.
24 Nov 2013; Pacho Ramos <pacho@gentoo.org> systemd-208-r2.ebuild:
amd64 stable, bug #487344
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2013-12-02 16:49 Michal Gorny (mgorny)
0 siblings, 0 replies; 51+ messages in thread
From: Michal Gorny (mgorny) @ 2013-12-02 16:49 UTC (permalink / raw
To: gentoo-commits
mgorny 13/12/02 16:49:59
Modified: systemd-9999.ebuild ChangeLog
Log:
Disable maintainer mode which now gets enabled by default.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.74 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.73&r2=1.74
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- systemd-9999.ebuild 25 Nov 2013 19:32:38 -0000 1.73
+++ systemd-9999.ebuild 2 Dec 2013 16:49:59 -0000 1.74
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.73 2013/11/25 19:32:38 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.74 2013/12/02 16:49:59 mgorny Exp $
EAPI=5
@@ -142,6 +142,7 @@
multilib_src_configure() {
local myeconfargs=(
+ --disable-maintainer-mode
--localstatedir=/var
--with-pamlibdir=$(getpam_mod_dir)
# avoid bash-completion dep
1.202 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.202&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.202&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.201&r2=1.202
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -r1.201 -r1.202
--- ChangeLog 1 Dec 2013 15:50:12 -0000 1.201
+++ ChangeLog 2 Dec 2013 16:49:59 -0000 1.202
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.201 2013/12/01 15:50:12 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.202 2013/12/02 16:49:59 mgorny Exp $
+
+ 02 Dec 2013; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
+ Disable maintainer mode which now gets enabled by default.
01 Dec 2013; Johannes Huber <johu@gentoo.org> systemd-208-r2.ebuild:
x86 stable, bug #487344
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2013-12-31 17:59 Mike Gilbert (floppym)
0 siblings, 0 replies; 51+ messages in thread
From: Mike Gilbert (floppym) @ 2013-12-31 17:59 UTC (permalink / raw
To: gentoo-commits
floppym 13/12/31 17:59:50
Modified: systemd-9999.ebuild ChangeLog
Log:
Stub-out docs/gtk-doc.make if we are not building docs, thanks to David Heidelberger on bug 496310.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.77 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.76&r2=1.77
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- systemd-9999.ebuild 28 Dec 2013 13:01:30 -0000 1.76
+++ systemd-9999.ebuild 31 Dec 2013 17:59:50 -0000 1.77
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.76 2013/12/28 13:01:30 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.77 2013/12/31 17:59:50 floppym Exp $
EAPI=5
@@ -86,14 +86,17 @@
#if LIVE
DEPEND="${DEPEND}
dev-libs/gobject-introspection
- >=dev-libs/libgcrypt-1.4.5:0
- >=dev-util/gtk-doc-1.18"
+ >=dev-libs/libgcrypt-1.4.5:0"
SRC_URI=
KEYWORDS=
src_prepare() {
- gtkdocize --docdir docs/ || die
+ if use doc; then
+ gtkdocize --docdir docs/ || die
+ else
+ echo 'EXTRA_DIST =' > docs/gtk-doc.make
+ fi
autotools-utils_src_prepare
}
1.206 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.206&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.206&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.205&r2=1.206
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -r1.205 -r1.206
--- ChangeLog 28 Dec 2013 13:01:30 -0000 1.205
+++ ChangeLog 31 Dec 2013 17:59:50 -0000 1.206
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.205 2013/12/28 13:01:30 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.206 2013/12/31 17:59:50 floppym Exp $
+
+ 31 Dec 2013; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
+ Stub-out docs/gtk-doc.make if we are not building docs, thanks to David
+ Heidelberger on bug 496310.
28 Dec 2013; Pacho Ramos <pacho@gentoo.org> -systemd-204-r2.ebuild,
-systemd-204-r3.ebuild, -systemd-207-r2.ebuild, -systemd-208-r1.ebuild,
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2014-02-20 2:27 Mike Gilbert (floppym)
0 siblings, 0 replies; 51+ messages in thread
From: Mike Gilbert (floppym) @ 2014-02-20 2:27 UTC (permalink / raw
To: gentoo-commits
floppym 14/02/20 02:27:33
Modified: systemd-9999.ebuild ChangeLog
Log:
Define src_prepare outside of #if LIVE. Replace '# if' in a random comment so as not to confuse unifdef.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.82 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.82&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.82&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.81&r2=1.82
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- systemd-9999.ebuild 16 Feb 2014 19:23:21 -0000 1.81
+++ systemd-9999.ebuild 20 Feb 2014 02:27:33 -0000 1.82
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.81 2014/02/16 19:23:21 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.82 2014/02/20 02:27:33 floppym Exp $
EAPI=5
@@ -92,6 +92,7 @@
SRC_URI=
KEYWORDS=
+#endif
src_prepare() {
if use doc; then
@@ -105,7 +106,6 @@
autotools-utils_src_prepare
}
-#endif
pkg_pretend() {
local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS ~DEVTMPFS ~DMIID
@@ -320,7 +320,7 @@
local locale_conf="${EROOT%/}/etc/locale.conf"
if [[ ! -L ${locale_conf} && ! -e ${locale_conf} ]]; then
- # if locale.conf does not exist...
+ # If locale.conf does not exist...
if [[ -e ${envd_locale} ]]; then
# ...either copy env.d/??locale if there's one
ebegin "Moving ${envd_locale} to ${locale_conf}"
1.217 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.217&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.217&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.216&r2=1.217
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.216
retrieving revision 1.217
diff -u -r1.216 -r1.217
--- ChangeLog 16 Feb 2014 19:23:21 -0000 1.216
+++ ChangeLog 20 Feb 2014 02:27:33 -0000 1.217
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.216 2014/02/16 19:23:21 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.217 2014/02/20 02:27:33 floppym Exp $
+
+ 20 Feb 2014; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
+ Define src_prepare outside of #if LIVE. Replace '# if' in a random comment so
+ as not to confuse unifdef.
16 Feb 2014; Mike Gilbert <floppym@gentoo.org> systemd-208-r3.ebuild,
systemd-9999.ebuild:
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2014-02-21 3:05 Mike Gilbert (floppym)
0 siblings, 0 replies; 51+ messages in thread
From: Mike Gilbert (floppym) @ 2014-02-21 3:05 UTC (permalink / raw
To: gentoo-commits
floppym 14/02/21 03:05:17
Modified: systemd-9999.ebuild ChangeLog
Log:
Disable kdbus by default to match upstream behavior.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.84 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.84&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.84&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.83&r2=1.84
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- systemd-9999.ebuild 20 Feb 2014 06:48:16 -0000 1.83
+++ systemd-9999.ebuild 21 Feb 2014 03:05:17 -0000 1.84
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.83 2014/02/20 06:48:16 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.84 2014/02/21 03:05:17 floppym Exp $
EAPI=5
@@ -26,7 +26,7 @@
SLOT="0/1"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
IUSE="acl audit cryptsetup doc +firmware-loader gcrypt gudev http introspection
- +kdbus +kmod lzma pam policykit python qrcode +seccomp selinux tcpd test
+ kdbus +kmod lzma pam policykit python qrcode +seccomp selinux tcpd test
vanilla xattr"
MINKV="3.0"
1.219 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.219&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.219&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.218&r2=1.219
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -r1.218 -r1.219
--- ChangeLog 20 Feb 2014 06:48:16 -0000 1.218
+++ ChangeLog 21 Feb 2014 03:05:17 -0000 1.219
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.218 2014/02/20 06:48:16 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.219 2014/02/21 03:05:17 floppym Exp $
+
+ 21 Feb 2014; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
+ Disable kdbus by default to match upstream behavior.
20 Feb 2014; Mike Gilbert <floppym@gentoo.org> metadata.xml,
systemd-9999.ebuild:
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2014-02-21 3:19 Jason Donenfeld (zx2c4)
0 siblings, 0 replies; 51+ messages in thread
From: Jason Donenfeld (zx2c4) @ 2014-02-21 3:19 UTC (permalink / raw
To: gentoo-commits
zx2c4 14/02/21 03:19:34
Modified: systemd-9999.ebuild ChangeLog
Log:
Compat libs for 9999.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key A5DE03AE)
Revision Changes Path
1.85 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.84&r2=1.85
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- systemd-9999.ebuild 21 Feb 2014 03:05:17 -0000 1.84
+++ systemd-9999.ebuild 21 Feb 2014 03:19:33 -0000 1.85
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.84 2014/02/21 03:05:17 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.85 2014/02/21 03:19:33 zx2c4 Exp $
EAPI=5
@@ -173,6 +173,8 @@
# no deps
--enable-efi
--enable-ima
+ # we enable compat libs, for now. hopefully we can drop this flag later
+ --enable-compat-libs
# optional components/dependencies
$(use_enable acl)
$(use_enable audit)
@@ -219,6 +221,7 @@
DBUS_CFLAGS=' '
DBUS_LIBS=' '
+ --enable-compat-libs
--disable-acl
--disable-audit
--disable-gcrypt
1.220 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.220&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.220&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.219&r2=1.220
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -r1.219 -r1.220
--- ChangeLog 21 Feb 2014 03:05:17 -0000 1.219
+++ ChangeLog 21 Feb 2014 03:19:33 -0000 1.220
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.219 2014/02/21 03:05:17 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.220 2014/02/21 03:19:33 zx2c4 Exp $
+
+ 21 Feb 2014; Jason A. Donenfeld <zx2c4@gentoo.org> systemd-9999.ebuild:
+ Compat libs for 9999.
21 Feb 2014; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
Disable kdbus by default to match upstream behavior.
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2014-02-22 3:51 Mike Gilbert (floppym)
0 siblings, 0 replies; 51+ messages in thread
From: Mike Gilbert (floppym) @ 2014-02-22 3:51 UTC (permalink / raw
To: gentoo-commits
floppym 14/02/22 03:51:19
Modified: systemd-9999.ebuild ChangeLog
Log:
Add build-time dep on docbook-xml-dtd:4.5, thanks to ssuomien.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.87 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.87&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.87&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.86&r2=1.87
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- systemd-9999.ebuild 21 Feb 2014 15:40:01 -0000 1.86
+++ systemd-9999.ebuild 22 Feb 2014 03:51:19 -0000 1.87
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.86 2014/02/21 15:40:01 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.87 2014/02/22 03:51:19 floppym Exp $
EAPI=5
@@ -74,6 +74,7 @@
DEPEND="${COMMON_DEPEND}
app-arch/xz-utils:0
app-text/docbook-xml-dtd:4.2
+ app-text/docbook-xml-dtd:4.5
app-text/docbook-xsl-stylesheets
dev-libs/libxslt:0
dev-util/gperf
1.222 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.222&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.222&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.221&r2=1.222
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -r1.221 -r1.222
--- ChangeLog 21 Feb 2014 15:40:01 -0000 1.221
+++ ChangeLog 22 Feb 2014 03:51:19 -0000 1.222
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.221 2014/02/21 15:40:01 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.222 2014/02/22 03:51:19 floppym Exp $
+
+ 22 Feb 2014; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
+ Add build-time dep on docbook-xml-dtd:4.5, thanks to ssuomien.
21 Feb 2014; Jason A. Donenfeld <zx2c4@gentoo.org> metadata.xml,
systemd-9999.ebuild:
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2014-02-24 2:29 Mike Gilbert (floppym)
0 siblings, 0 replies; 51+ messages in thread
From: Mike Gilbert (floppym) @ 2014-02-24 2:29 UTC (permalink / raw
To: gentoo-commits
floppym 14/02/24 02:29:06
Modified: systemd-9999.ebuild ChangeLog
Log:
Fix build with USE=python (missing dep on lxml).
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.89 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.88&r2=1.89
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- systemd-9999.ebuild 23 Feb 2014 15:43:31 -0000 1.88
+++ systemd-9999.ebuild 24 Feb 2014 02:29:06 -0000 1.89
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.88 2014/02/23 15:43:31 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.89 2014/02/24 02:29:06 floppym Exp $
EAPI=5
@@ -43,7 +43,10 @@
kmod? ( >=sys-apps/kmod-15:0= )
lzma? ( app-arch/xz-utils:0=[${MULTILIB_USEDEP}] )
pam? ( virtual/pam:= )
- python? ( ${PYTHON_DEPS} )
+ python? (
+ ${PYTHON_DEPS}
+ dev-python/lxml[${PYTHON_USEDEP}]
+ )
qrcode? ( media-gfx/qrencode:0= )
seccomp? ( sys-libs/libseccomp:0= )
selinux? ( sys-libs/libselinux:0= )
@@ -190,6 +193,7 @@
$(use_enable lzma xz)
$(use_enable pam)
$(use_enable policykit polkit)
+ $(use_with python)
$(use_enable python python-devel)
$(use_enable qrcode qrencode)
$(use_enable seccomp)
1.224 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.224&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.224&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.223&r2=1.224
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -r1.223 -r1.224
--- ChangeLog 23 Feb 2014 15:43:31 -0000 1.223
+++ ChangeLog 24 Feb 2014 02:29:06 -0000 1.224
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.223 2014/02/23 15:43:31 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.224 2014/02/24 02:29:06 floppym Exp $
+
+ 24 Feb 2014; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
+ Fix build with USE=python (missing dep on lxml).
23 Feb 2014; Mike Gilbert <floppym@gentoo.org> metadata.xml,
systemd-9999.ebuild:
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2014-02-24 22:34 Michal Gorny (mgorny)
0 siblings, 0 replies; 51+ messages in thread
From: Michal Gorny (mgorny) @ 2014-02-24 22:34 UTC (permalink / raw
To: gentoo-commits
mgorny 14/02/24 22:34:44
Modified: systemd-9999.ebuild ChangeLog
Log:
Bump required glibc version, remove second (redundant) --enable-compat-libs.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.90 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.90&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.90&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.89&r2=1.90
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- systemd-9999.ebuild 24 Feb 2014 02:29:06 -0000 1.89
+++ systemd-9999.ebuild 24 Feb 2014 22:34:44 -0000 1.90
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.89 2014/02/24 02:29:06 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.90 2014/02/24 22:34:44 mgorny Exp $
EAPI=5
@@ -63,7 +63,7 @@
<sys-apps/sysvinit-2.88-r4
)
!sys-auth/nss-myhostname
- !<sys-libs/glibc-2.10
+ !<sys-libs/glibc-2.14
!sys-fs/udev"
# sys-apps/daemon: the daemon only (+ build-time lib dep for tests)
@@ -226,7 +226,6 @@
DBUS_CFLAGS=' '
DBUS_LIBS=' '
- --enable-compat-libs
--disable-acl
--disable-audit
--disable-gcrypt
1.225 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.225&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.225&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.224&r2=1.225
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -r1.224 -r1.225
--- ChangeLog 24 Feb 2014 02:29:06 -0000 1.224
+++ ChangeLog 24 Feb 2014 22:34:44 -0000 1.225
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.224 2014/02/24 02:29:06 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.225 2014/02/24 22:34:44 mgorny Exp $
+
+ 24 Feb 2014; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
+ Bump required glibc version, remove second (redundant) --enable-compat-libs.
24 Feb 2014; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
Fix build with USE=python (missing dep on lxml).
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2014-02-24 22:40 Mike Gilbert (floppym)
0 siblings, 0 replies; 51+ messages in thread
From: Mike Gilbert (floppym) @ 2014-02-24 22:40 UTC (permalink / raw
To: gentoo-commits
floppym 14/02/24 22:40:20
Modified: systemd-9999.ebuild ChangeLog
Log:
We no longer need libxslt and docbook for non-LIVE builds.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.91 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.91&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.91&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.90&r2=1.91
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- systemd-9999.ebuild 24 Feb 2014 22:34:44 -0000 1.90
+++ systemd-9999.ebuild 24 Feb 2014 22:40:20 -0000 1.91
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.90 2014/02/24 22:34:44 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.91 2014/02/24 22:40:20 floppym Exp $
EAPI=5
@@ -76,10 +76,6 @@
# Newer linux-headers needed by ia64, bug #480218
DEPEND="${COMMON_DEPEND}
app-arch/xz-utils:0
- app-text/docbook-xml-dtd:4.2
- app-text/docbook-xml-dtd:4.5
- app-text/docbook-xsl-stylesheets
- dev-libs/libxslt:0
dev-util/gperf
>=dev-util/intltool-0.50
>=sys-devel/binutils-2.23.1
@@ -92,6 +88,10 @@
#if LIVE
DEPEND="${DEPEND}
+ app-text/docbook-xml-dtd:4.2
+ app-text/docbook-xml-dtd:4.5
+ app-text/docbook-xsl-stylesheets
+ dev-libs/libxslt:0
dev-libs/gobject-introspection
>=dev-libs/libgcrypt-1.4.5:0"
1.226 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.226&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.226&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.225&r2=1.226
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.225
retrieving revision 1.226
diff -u -r1.225 -r1.226
--- ChangeLog 24 Feb 2014 22:34:44 -0000 1.225
+++ ChangeLog 24 Feb 2014 22:40:20 -0000 1.226
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.225 2014/02/24 22:34:44 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.226 2014/02/24 22:40:20 floppym Exp $
+
+ 24 Feb 2014; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
+ We no longer need libxslt and docbook for non-LIVE builds.
24 Feb 2014; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
Bump required glibc version, remove second (redundant) --enable-compat-libs.
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2014-02-25 14:40 Michal Gorny (mgorny)
0 siblings, 0 replies; 51+ messages in thread
From: Michal Gorny (mgorny) @ 2014-02-25 14:40 UTC (permalink / raw
To: gentoo-commits
mgorny 14/02/25 14:40:21
Modified: systemd-9999.ebuild ChangeLog
Log:
Install compat pkg-config files only, and not compat libs. Bump subslot appropriately.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.92 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.92&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.92&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.91&r2=1.92
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- systemd-9999.ebuild 24 Feb 2014 22:40:20 -0000 1.91
+++ systemd-9999.ebuild 25 Feb 2014 14:40:21 -0000 1.92
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.91 2014/02/24 22:40:20 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.92 2014/02/25 14:40:21 mgorny Exp $
EAPI=5
@@ -23,7 +23,7 @@
SRC_URI="http://www.freedesktop.org/software/systemd/${P}.tar.xz"
LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
-SLOT="0/1"
+SLOT="0/2"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
IUSE="acl audit cryptsetup doc +firmware-loader gcrypt gudev http introspection
kdbus +kmod lzma pam policykit python qrcode +seccomp selinux tcpd
@@ -177,8 +177,6 @@
# no deps
--enable-efi
--enable-ima
- # we enable compat libs, for now. hopefully we can drop this flag later
- --enable-compat-libs
# optional components/dependencies
$(use_enable acl)
$(use_enable audit)
@@ -294,6 +292,11 @@
# Even with --enable-networkd, it's not right to have this running by default
# when it's unconfigured.
rm -f "${D}"/etc/systemd/system/multi-user.target.wants/systemd-networkd.service
+
+ # install compat pkg-config files
+ local pcfiles=( src/compat-libs/libsystemd-{daemon,id128,journal,login}.pc )
+ emake "${mymakeopts[@]}" install-pkgconfiglibDATA \
+ pkgconfiglib_DATA="${pcfiles[*]}"
else
mymakeopts+=(
install-libLTLIBRARIES
1.227 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.227&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.227&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.226&r2=1.227
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -r1.226 -r1.227
--- ChangeLog 24 Feb 2014 22:40:20 -0000 1.226
+++ ChangeLog 25 Feb 2014 14:40:21 -0000 1.227
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.226 2014/02/24 22:40:20 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.227 2014/02/25 14:40:21 mgorny Exp $
+
+ 25 Feb 2014; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
+ Install compat pkg-config files only, and not compat libs. Bump subslot
+ appropriately.
24 Feb 2014; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
We no longer need libxslt and docbook for non-LIVE builds.
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2014-03-24 19:33 Michal Gorny (mgorny)
0 siblings, 0 replies; 51+ messages in thread
From: Michal Gorny (mgorny) @ 2014-03-24 19:33 UTC (permalink / raw
To: gentoo-commits
mgorny 14/03/24 19:33:02
Modified: systemd-9999.ebuild ChangeLog
Log:
Update following upstream changes. GnuTLS support has been added, and tcp-wrappers support has been removed.
(Portage version: 2.2.9-r1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.101 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.101&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.101&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.100&r2=1.101
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- systemd-9999.ebuild 3 Mar 2014 22:19:31 -0000 1.100
+++ systemd-9999.ebuild 24 Mar 2014 19:33:02 -0000 1.101
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.100 2014/03/03 22:19:31 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.101 2014/03/24 19:33:02 mgorny Exp $
EAPI=5
@@ -26,7 +26,7 @@
SLOT="0/2"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="acl audit cryptsetup doc +firmware-loader gcrypt gudev http introspection
- kdbus +kmod lzma pam policykit python qrcode +seccomp selinux tcpd
+ kdbus +kmod lzma pam policykit python qrcode +seccomp selinux ssl
test vanilla xattr"
MINKV="3.0"
@@ -38,7 +38,7 @@
cryptsetup? ( >=sys-fs/cryptsetup-1.6:0= )
gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0= )
gudev? ( dev-libs/glib:2=[${MULTILIB_USEDEP}] )
- http? ( net-libs/libmicrohttpd:0= )
+ http? ( >=net-libs/libmicrohttpd-0.9.33:0= )
introspection? ( >=dev-libs/gobject-introspection-1.31.1:0= )
kmod? ( >=sys-apps/kmod-15:0= )
lzma? ( app-arch/xz-utils:0=[${MULTILIB_USEDEP}] )
@@ -47,7 +47,7 @@
qrcode? ( media-gfx/qrencode:0= )
seccomp? ( sys-libs/libseccomp:0= )
selinux? ( sys-libs/libselinux:0= )
- tcpd? ( sys-apps/tcp-wrappers:0= )
+ ssl? ( net-libs/gnutls:0= )
xattr? ( sys-apps/attr:0= )
abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )"
@@ -200,7 +200,7 @@
$(use_enable qrcode qrencode)
$(use_enable seccomp)
$(use_enable selinux)
- $(use_enable tcpd tcpwrap)
+ $(use_enable ssl gnutls)
$(use_enable test tests)
$(use_enable xattr)
@@ -239,6 +239,7 @@
--disable-acl
--disable-audit
--disable-gcrypt
+ --disable-gnutls
--disable-gtk-doc
--disable-introspection
--disable-kmod
@@ -250,7 +251,6 @@
--disable-qrencode
--disable-seccomp
--disable-selinux
- --disable-tcpwrap
--disable-tests
--disable-xattr
--disable-xz
1.240 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.240&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.240&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.239&r2=1.240
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -r1.239 -r1.240
--- ChangeLog 12 Mar 2014 18:40:56 -0000 1.239
+++ ChangeLog 24 Mar 2014 19:33:02 -0000 1.240
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.239 2014/03/12 18:40:56 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.240 2014/03/24 19:33:02 mgorny Exp $
+
+ 24 Mar 2014; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
+ Update following upstream changes. GnuTLS support has been added, and tcp-
+ wrappers support has been removed.
12 Mar 2014; Mike Gilbert <floppym@gentoo.org> systemd-211.ebuild:
Copy ROOTPREFIX logic from the live ebuild.
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2014-05-02 9:23 Michal Gorny (mgorny)
0 siblings, 0 replies; 51+ messages in thread
From: Michal Gorny (mgorny) @ 2014-05-02 9:23 UTC (permalink / raw
To: gentoo-commits
mgorny 14/05/02 09:23:39
Modified: systemd-9999.ebuild ChangeLog
Log:
Fix the same typo in the live ebuild as well.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.106 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.106&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.106&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.105&r2=1.106
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- systemd-9999.ebuild 2 May 2014 01:26:44 -0000 1.105
+++ systemd-9999.ebuild 2 May 2014 09:23:38 -0000 1.106
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.105 2014/05/02 01:26:44 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.106 2014/05/02 09:23:38 mgorny Exp $
EAPI=5
@@ -214,7 +214,7 @@
QUOTACHECK=/usr/sbin/quotacheck
# dbus paths
- --with-dbuspolicydir="${EPREFIX}/etc/dbus-1/systemd.d"
+ --with-dbuspolicydir="${EPREFIX}/etc/dbus-1/system.d"
--with-dbussessionservicedir="${EPREFIX}/usr/share/dbus-1/services"
--with-dbussystemservicedir="${EPREFIX}/usr/share/dbus-1/system-services"
--with-dbusinterfacedir="${EPREFIX}/usr/share/dbus-1/interfaces"
1.251 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.251&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.251&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.250&r2=1.251
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -r1.250 -r1.251
--- ChangeLog 2 May 2014 09:10:16 -0000 1.250
+++ ChangeLog 2 May 2014 09:23:38 -0000 1.251
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.250 2014/05/02 09:10:16 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.251 2014/05/02 09:23:38 mgorny Exp $
+
+ 02 May 2014; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
+ Fix the same typo in the live ebuild as well.
*systemd-212-r3 (02 May 2014)
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2014-05-29 0:13 Mike Gilbert (floppym)
0 siblings, 0 replies; 51+ messages in thread
From: Mike Gilbert (floppym) @ 2014-05-29 0:13 UTC (permalink / raw
To: gentoo-commits
floppym 14/05/29 00:13:28
Modified: systemd-9999.ebuild ChangeLog
Log:
Add systemd-timesync user/group and set gentoo default NTP servers, bug 511386 by Hristo Venev.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.109 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.109&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.109&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.108&r2=1.109
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- systemd-9999.ebuild 3 May 2014 17:35:41 -0000 1.108
+++ systemd-9999.ebuild 29 May 2014 00:13:27 -0000 1.109
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.108 2014/05/03 17:35:41 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.109 2014/05/29 00:13:27 floppym Exp $
EAPI=5
@@ -227,6 +227,8 @@
--with-dbussessionservicedir="${EPREFIX}/usr/share/dbus-1/services"
--with-dbussystemservicedir="${EPREFIX}/usr/share/dbus-1/system-services"
--with-dbusinterfacedir="${EPREFIX}/usr/share/dbus-1/interfaces"
+
+ --with-ntp-servers="0.gentoo.pool.ntp.org 1.gentoo.pool.ntp.org 2.gentoo.pool.ntp.org 3.gentoo.pool.ntp.org"
)
if use firmware-loader; then
@@ -265,6 +267,7 @@
--disable-qrencode
--disable-seccomp
--disable-selinux
+ --disable-timesyncd
--disable-tests
--disable-xattr
--disable-xz
@@ -431,6 +434,8 @@
pkg_postinst() {
enewgroup systemd-journal
+ enewgroup systemd-timesync
+ enewuser systemd-timesync -1 -1 -1 systemd-timesync
if use http; then
enewgroup systemd-journal-gateway
enewuser systemd-journal-gateway -1 -1 -1 systemd-journal-gateway
1.255 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.255&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.255&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.254&r2=1.255
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.254
retrieving revision 1.255
diff -u -r1.254 -r1.255
--- ChangeLog 3 May 2014 17:35:41 -0000 1.254
+++ ChangeLog 29 May 2014 00:13:27 -0000 1.255
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.254 2014/05/03 17:35:41 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.255 2014/05/29 00:13:27 floppym Exp $
+
+ 29 May 2014; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
+ Add systemd-timesync user/group and set gentoo default NTP servers, bug 511386
+ by Hristo Venev.
03 May 2014; Michał Górny <mgorny@gentoo.org> systemd-208-r3.ebuild,
systemd-212-r4.ebuild, systemd-9999.ebuild:
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2014-05-29 1:11 Mike Gilbert (floppym)
0 siblings, 0 replies; 51+ messages in thread
From: Mike Gilbert (floppym) @ 2014-05-29 1:11 UTC (permalink / raw
To: gentoo-commits
floppym 14/05/29 01:11:48
Modified: systemd-9999.ebuild ChangeLog
Log:
Set MINKV to 3.10; <linux-headers-3.10 causes build failures.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.110 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.110&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.110&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.109&r2=1.110
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- systemd-9999.ebuild 29 May 2014 00:13:27 -0000 1.109
+++ systemd-9999.ebuild 29 May 2014 01:11:48 -0000 1.110
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.109 2014/05/29 00:13:27 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.110 2014/05/29 01:11:48 floppym Exp $
EAPI=5
@@ -29,7 +29,7 @@
kdbus +kmod lzma pam policykit python qrcode +seccomp selinux ssl
test vanilla xattr"
-MINKV="3.0"
+MINKV="3.10"
COMMON_DEPEND=">=sys-apps/util-linux-2.20:0=
sys-libs/libcap:0=
1.256 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.256&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.256&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.255&r2=1.256
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.255
retrieving revision 1.256
diff -u -r1.255 -r1.256
--- ChangeLog 29 May 2014 00:13:27 -0000 1.255
+++ ChangeLog 29 May 2014 01:11:48 -0000 1.256
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.255 2014/05/29 00:13:27 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.256 2014/05/29 01:11:48 floppym Exp $
+
+ 29 May 2014; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
+ Set MINKV to 3.10; <linux-headers-3.10 causes build failures.
29 May 2014; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
Add systemd-timesync user/group and set gentoo default NTP servers, bug 511386
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2014-06-01 7:33 Michal Gorny (mgorny)
0 siblings, 0 replies; 51+ messages in thread
From: Michal Gorny (mgorny) @ 2014-06-01 7:33 UTC (permalink / raw
To: gentoo-commits
mgorny 14/06/01 07:33:11
Modified: systemd-9999.ebuild ChangeLog
Log:
Create user&group for systemd-network.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.112 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.112&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.112&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.111&r2=1.112
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- systemd-9999.ebuild 31 May 2014 16:48:06 -0000 1.111
+++ systemd-9999.ebuild 1 Jun 2014 07:33:11 -0000 1.112
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.111 2014/05/31 16:48:06 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.112 2014/06/01 07:33:11 mgorny Exp $
EAPI=5
@@ -433,6 +433,8 @@
pkg_postinst() {
enewgroup systemd-journal
+ enewgroup systemd-network
+ enewuser systemd-network -1 -1 -1 systemd-network
enewgroup systemd-timesync
enewuser systemd-timesync -1 -1 -1 systemd-timesync
if use http; then
1.261 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.261&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.261&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.260&r2=1.261
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.260
retrieving revision 1.261
diff -u -r1.260 -r1.261
--- ChangeLog 31 May 2014 17:46:36 -0000 1.260
+++ ChangeLog 1 Jun 2014 07:33:11 -0000 1.261
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.260 2014/05/31 17:46:36 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.261 2014/06/01 07:33:11 mgorny Exp $
+
+ 01 Jun 2014; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
+ Create user&group for systemd-network.
31 May 2014; Pacho Ramos <pacho@gentoo.org> systemd-212-r5.ebuild:
amd64 stable, bug #509076
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2014-06-03 0:46 Mike Gilbert (floppym)
0 siblings, 0 replies; 51+ messages in thread
From: Mike Gilbert (floppym) @ 2014-06-03 0:46 UTC (permalink / raw
To: gentoo-commits
floppym 14/06/03 00:46:36
Modified: systemd-9999.ebuild ChangeLog
Log:
Make kmod optional again due to changes upstream.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.113 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.113&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.113&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.112&r2=1.113
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- systemd-9999.ebuild 1 Jun 2014 07:33:11 -0000 1.112
+++ systemd-9999.ebuild 3 Jun 2014 00:46:36 -0000 1.113
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.112 2014/06/01 07:33:11 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.113 2014/06/03 00:46:36 floppym Exp $
EAPI=5
@@ -26,7 +26,7 @@
SLOT="0/2"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="acl audit cryptsetup doc +firmware-loader gcrypt gudev http introspection
- kdbus lzma pam policykit python qrcode +seccomp selinux ssl
+ kdbus +kmod lzma pam policykit python qrcode +seccomp selinux ssl
test vanilla xattr"
MINKV="3.10"
@@ -43,7 +43,7 @@
ssl? ( >=net-libs/gnutls-3.1.4:0= )
)
introspection? ( >=dev-libs/gobject-introspection-1.31.1:0= )
- >=sys-apps/kmod-15:0=
+ kmod? ( >=sys-apps/kmod-15:0= )
lzma? ( app-arch/xz-utils:0=[${MULTILIB_USEDEP}] )
pam? ( virtual/pam:= )
python? ( ${PYTHON_DEPS} )
@@ -203,6 +203,7 @@
$(usex http $(use_enable ssl gnutls) --disable-gnutls)
$(use_enable introspection)
$(use_enable kdbus)
+ $(use_enable kmod)
$(use_enable lzma xz)
$(use_enable pam)
$(use_enable policykit polkit)
1.262 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.262&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.262&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.261&r2=1.262
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.261
retrieving revision 1.262
diff -u -r1.261 -r1.262
--- ChangeLog 1 Jun 2014 07:33:11 -0000 1.261
+++ ChangeLog 3 Jun 2014 00:46:36 -0000 1.262
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.261 2014/06/01 07:33:11 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.262 2014/06/03 00:46:36 floppym Exp $
+
+ 03 Jun 2014; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
+ Make kmod optional again due to changes upstream.
01 Jun 2014; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
Create user&group for systemd-network.
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2014-07-03 20:46 Mike Gilbert (floppym)
0 siblings, 0 replies; 51+ messages in thread
From: Mike Gilbert (floppym) @ 2014-07-03 20:46 UTC (permalink / raw
To: gentoo-commits
floppym 14/07/03 20:46:43
Modified: systemd-9999.ebuild ChangeLog
Log:
MINKV=3.8
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.118 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.118&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.118&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.117&r2=1.118
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- systemd-9999.ebuild 24 Jun 2014 22:17:59 -0000 1.117
+++ systemd-9999.ebuild 3 Jul 2014 20:46:43 -0000 1.118
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.117 2014/06/24 22:17:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.118 2014/07/03 20:46:43 floppym Exp $
EAPI=5
@@ -29,7 +29,7 @@
kdbus +kmod lzma pam policykit python qrcode +seccomp selinux ssl
test vanilla"
-MINKV="3.10"
+MINKV="3.8"
COMMON_DEPEND=">=sys-apps/util-linux-2.20:0=
sys-libs/libcap:0=
1.268 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.268&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.268&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.267&r2=1.268
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.267
retrieving revision 1.268
diff -u -r1.267 -r1.268
--- ChangeLog 24 Jun 2014 22:17:59 -0000 1.267
+++ ChangeLog 3 Jul 2014 20:46:43 -0000 1.268
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.267 2014/06/24 22:17:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.268 2014/07/03 20:46:43 floppym Exp $
+
+ 03 Jul 2014; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
+ MINKV=3.8
24 Jun 2014; Michał Górny <mgorny@gentoo.org> systemd-208-r3.ebuild,
systemd-212-r5.ebuild, systemd-213.ebuild, systemd-214.ebuild,
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2014-07-04 3:11 Mike Gilbert (floppym)
0 siblings, 0 replies; 51+ messages in thread
From: Mike Gilbert (floppym) @ 2014-07-04 3:11 UTC (permalink / raw
To: gentoo-commits
floppym 14/07/04 03:11:19
Modified: systemd-9999.ebuild ChangeLog
Log:
Create input group.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.119 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.119&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.119&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.118&r2=1.119
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- systemd-9999.ebuild 3 Jul 2014 20:46:43 -0000 1.118
+++ systemd-9999.ebuild 4 Jul 2014 03:11:19 -0000 1.119
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.118 2014/07/03 20:46:43 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.119 2014/07/04 03:11:19 floppym Exp $
EAPI=5
@@ -433,6 +433,7 @@
enewuser "$1" -1 -1 -1 "$1"
}
+ enewgroup input
enewgroup systemd-journal
newusergroup systemd-bus-proxy
newusergroup systemd-network
1.270 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.270&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.270&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.269&r2=1.270
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -r1.269 -r1.270
--- ChangeLog 4 Jul 2014 03:10:20 -0000 1.269
+++ ChangeLog 4 Jul 2014 03:11:19 -0000 1.270
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.269 2014/07/04 03:10:20 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.270 2014/07/04 03:11:19 floppym Exp $
+
+ 04 Jul 2014; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
+ Create input group.
*systemd-214_p57 (04 Jul 2014)
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2014-07-08 17:01 Mike Gilbert (floppym)
0 siblings, 0 replies; 51+ messages in thread
From: Mike Gilbert (floppym) @ 2014-07-08 17:01 UTC (permalink / raw
To: gentoo-commits
floppym 14/07/08 17:01:13
Modified: systemd-9999.ebuild ChangeLog
Log:
Don't disable gcrypt and xz support for non-native abis, bug 516702.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.122 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.122&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.122&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.121&r2=1.122
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- systemd-9999.ebuild 4 Jul 2014 17:51:02 -0000 1.121
+++ systemd-9999.ebuild 8 Jul 2014 17:01:13 -0000 1.122
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.121 2014/07/04 17:51:02 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.122 2014/07/08 17:01:13 floppym Exp $
EAPI=5
@@ -37,7 +37,7 @@
audit? ( >=sys-process/audit-2:0= )
cryptsetup? ( >=sys-fs/cryptsetup-1.6:0= )
elfutils? ( >=dev-libs/elfutils-0.158:0= )
- gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0= )
+ gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0=[${MULTILIB_USEDEP}] )
gudev? ( >=dev-libs/glib-2.34.3:2=[${MULTILIB_USEDEP}] )
http? (
>=net-libs/libmicrohttpd-0.9.33:0=
@@ -279,7 +279,6 @@
--disable-acl
--disable-audit
--disable-elfutils
- --disable-gcrypt
--disable-gnutls
--disable-gtk-doc
--disable-introspection
@@ -293,7 +292,6 @@
--disable-seccomp
--disable-selinux
--disable-tests
- --disable-xz
)
fi
1.281 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.281&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.281&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.280&r2=1.281
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.280
retrieving revision 1.281
diff -u -r1.280 -r1.281
--- ChangeLog 5 Jul 2014 13:56:23 -0000 1.280
+++ ChangeLog 8 Jul 2014 17:01:13 -0000 1.281
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.280 2014/07/05 13:56:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.281 2014/07/08 17:01:13 floppym Exp $
+
+ 08 Jul 2014; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
+ Don't disable gcrypt and xz support for non-native abis, bug 516702.
05 Jul 2014; Agostino Sarubbo <ago@gentoo.org> systemd-212-r5.ebuild:
Stable for x86, wrt bug #509076
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2014-07-10 0:08 Mike Gilbert (floppym)
0 siblings, 0 replies; 51+ messages in thread
From: Mike Gilbert (floppym) @ 2014-07-10 0:08 UTC (permalink / raw
To: gentoo-commits
floppym 14/07/10 00:08:58
Modified: systemd-9999.ebuild ChangeLog
Log:
Use multilib_native_use functions.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.123 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.123&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.123&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.122&r2=1.123
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- systemd-9999.ebuild 8 Jul 2014 17:01:13 -0000 1.122
+++ systemd-9999.ebuild 10 Jul 2014 00:08:58 -0000 1.123
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.122 2014/07/08 17:01:13 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.123 2014/07/10 00:08:58 floppym Exp $
EAPI=5
@@ -171,6 +171,14 @@
multilib-minimal_src_configure
}
+multilib_native_enable() {
+ if multilib_is_native_abi; then
+ echo "--enable-${1}"
+ else
+ echo "--disable-${1}"
+ fi
+}
+
multilib_src_configure() {
local myeconfargs=(
# disable -flto since it is an optimization flag
@@ -193,28 +201,51 @@
# no deps
--enable-efi
--enable-ima
- # optional components/dependencies
- $(use_enable acl)
- $(use_enable audit)
- $(use_enable cryptsetup libcryptsetup)
- $(use_enable doc gtk-doc)
- $(use_enable elfutils)
+
+ # Optional components/dependencies
+ $(multilib_native_use_enable acl)
+ $(multilib_native_use_enable audit)
+ $(multilib_native_use_enable cryptsetup libcryptsetup)
+ $(multilib_native_use_enable doc gtk-doc)
+ $(multilib_native_use_enable elfutils)
$(use_enable gcrypt)
$(use_enable gudev)
- $(use_enable http microhttpd)
- $(usex http $(use_enable ssl gnutls) --disable-gnutls)
- $(use_enable introspection)
+ $(multilib_native_use_enable http microhttpd)
+ $(usex http $(multilib_native_use_enable ssl gnutls) --disable-gnutls)
+ $(multilib_native_use_enable introspection)
$(use_enable kdbus)
- $(use_enable kmod)
+ $(multilib_native_use_enable kmod)
$(use_enable lzma xz)
- $(use_enable pam)
- $(use_enable policykit polkit)
- $(use_with python)
- $(use_enable python python-devel)
- $(use_enable qrcode qrencode)
- $(use_enable seccomp)
- $(use_enable selinux)
- $(use_enable test tests)
+ $(multilib_native_use_enable pam)
+ $(multilib_native_use_enable policykit polkit)
+ $(multilib_native_use_with python)
+ $(multilib_native_use_enable python python-devel)
+ $(multilib_native_use_enable qrcode qrencode)
+ $(multilib_native_use_enable seccomp)
+ $(multilib_native_use_enable selinux)
+ $(multilib_native_use_enable test tests)
+ $(multilib_native_use_enable test dbus)
+
+ # Disable optional binaries for non-native abis
+ $(multilib_native_enable backlight)
+ $(multilib_native_enable binfmt)
+ $(multilib_native_enable bootchart)
+ $(multilib_native_enable coredump)
+ $(multilib_native_enable hostnamed)
+ $(multilib_native_enable localed)
+ $(multilib_native_enable logind)
+ $(multilib_native_enable machined)
+ $(multilib_native_enable networkd)
+ $(multilib_native_enable quotacheck)
+ $(multilib_native_enable randomseed)
+ $(multilib_native_enable readahead)
+ $(multilib_native_enable resolved)
+ $(multilib_native_enable rfkill)
+ $(multilib_native_enable sysusers)
+ $(multilib_native_enable timedated)
+ $(multilib_native_enable timesyncd)
+ $(multilib_native_enable tmpfiles)
+ $(multilib_native_enable vconsole)
# not supported (avoid automagic deps in the future)
--disable-apparmor
@@ -251,47 +282,6 @@
myeconfargs+=(
ac_cv_search_cap_init=
ac_cv_header_sys_capability_h=yes
- DBUS_CFLAGS=' '
- DBUS_LIBS=' '
-
- # Binaries
- --disable-backlight
- --disable-binfmt
- --disable-bootchart
- --disable-coredump
- --disable-hostnamed
- --disable-localed
- --disable-logind
- --disable-machined
- --disable-networkd
- --disable-quotacheck
- --disable-randomseed
- --disable-readahead
- --disable-resolved
- --disable-rfkill
- --disable-sysusers
- --disable-timedated
- --disable-timesyncd
- --disable-tmpfiles
- --disable-vconsole
-
- # Libraries
- --disable-acl
- --disable-audit
- --disable-elfutils
- --disable-gnutls
- --disable-gtk-doc
- --disable-introspection
- --disable-kmod
- --disable-libcryptsetup
- --disable-microhttpd
- --disable-pam
- --disable-polkit
- --disable-python-devel
- --disable-qrencode
- --disable-seccomp
- --disable-selinux
- --disable-tests
)
fi
1.282 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.282&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.282&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.281&r2=1.282
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.281
retrieving revision 1.282
diff -u -r1.281 -r1.282
--- ChangeLog 8 Jul 2014 17:01:13 -0000 1.281
+++ ChangeLog 10 Jul 2014 00:08:58 -0000 1.282
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.281 2014/07/08 17:01:13 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.282 2014/07/10 00:08:58 floppym Exp $
+
+ 10 Jul 2014; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
+ Use multilib_native_use functions.
08 Jul 2014; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
Don't disable gcrypt and xz support for non-native abis, bug 516702.
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2014-07-10 0:20 Mike Gilbert (floppym)
0 siblings, 0 replies; 51+ messages in thread
From: Mike Gilbert (floppym) @ 2014-07-10 0:20 UTC (permalink / raw
To: gentoo-commits
floppym 14/07/10 00:20:25
Modified: systemd-9999.ebuild ChangeLog
Log:
Don't enable resolved and timesyncd by default.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.124 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.124&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.124&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.123&r2=1.124
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- systemd-9999.ebuild 10 Jul 2014 00:08:58 -0000 1.123
+++ systemd-9999.ebuild 10 Jul 2014 00:20:25 -0000 1.124
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.123 2014/07/10 00:08:58 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.124 2014/07/10 00:20:25 floppym Exp $
EAPI=5
@@ -331,6 +331,8 @@
# Even with --enable-networkd, it's not right to have this running by default
# when it's unconfigured.
rm -f "${D}"/etc/systemd/system/multi-user.target.wants/systemd-networkd.service
+ rm -f "${D}"/etc/systemd/system/multi-user.target.wants/systemd-resolved.service
+ rm -f "${D}"/etc/systemd/system/multi-user.target.wants/systemd-timesyncd.service
else
mymakeopts+=(
install-libLTLIBRARIES
1.283 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.283&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.283&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.282&r2=1.283
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.282
retrieving revision 1.283
diff -u -r1.282 -r1.283
--- ChangeLog 10 Jul 2014 00:08:58 -0000 1.282
+++ ChangeLog 10 Jul 2014 00:20:25 -0000 1.283
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.282 2014/07/10 00:08:58 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.283 2014/07/10 00:20:25 floppym Exp $
+
+ 10 Jul 2014; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
+ Don't enable resolved and timesyncd by default.
10 Jul 2014; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
Use multilib_native_use functions.
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2014-07-10 17:12 Mike Gilbert (floppym)
0 siblings, 0 replies; 51+ messages in thread
From: Mike Gilbert (floppym) @ 2014-07-10 17:12 UTC (permalink / raw
To: gentoo-commits
floppym 14/07/10 17:12:07
Modified: systemd-9999.ebuild ChangeLog
Log:
Move rootprefix logic into the main configure block.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.125 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.125&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.125&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.124&r2=1.125
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- systemd-9999.ebuild 10 Jul 2014 00:20:25 -0000 1.124
+++ systemd-9999.ebuild 10 Jul 2014 17:12:06 -0000 1.125
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.124 2014/07/10 00:20:25 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.125 2014/07/10 17:12:06 floppym Exp $
EAPI=5
@@ -195,6 +195,9 @@
--with-bashcompletiondir="$(get_bashcompdir)"
# make sure we get /bin:/sbin in $PATH
--enable-split-usr
+ # For testing.
+ --with-rootprefix="${ROOTPREFIX-/usr}"
+ --with-rootlibdir="${ROOTPREFIX-/usr}/$(get_libdir)"
# disable sysv compatibility
--with-sysvinit-path=
--with-sysvrcnd-path=
@@ -270,14 +273,6 @@
)
fi
- # Added for testing; this is UNSUPPORTED by the Gentoo systemd team!
- if [[ -n ${ROOTPREFIX+set} ]]; then
- myeconfargs+=(
- --with-rootprefix="${ROOTPREFIX}"
- --with-rootlibdir="${ROOTPREFIX}/$(get_libdir)"
- )
- fi
-
if ! multilib_is_native_abi; then
myeconfargs+=(
ac_cv_search_cap_init=
1.285 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.285&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.285&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.284&r2=1.285
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.284
retrieving revision 1.285
diff -u -r1.284 -r1.285
--- ChangeLog 10 Jul 2014 00:33:56 -0000 1.284
+++ ChangeLog 10 Jul 2014 17:12:06 -0000 1.285
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.284 2014/07/10 00:33:56 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.285 2014/07/10 17:12:06 floppym Exp $
+
+ 10 Jul 2014; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
+ Move rootprefix logic into the main configure block.
*systemd-215-r1 (10 Jul 2014)
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2014-08-20 7:44 Michal Gorny (mgorny)
0 siblings, 0 replies; 51+ messages in thread
From: Michal Gorny (mgorny) @ 2014-08-20 7:44 UTC (permalink / raw
To: gentoo-commits
mgorny 14/08/20 07:44:27
Modified: systemd-9999.ebuild ChangeLog
Log:
Handle IDN dependency for resolved.
(Portage version: 2.2.11_p96/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.136 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.136&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.136&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.135&r2=1.136
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- systemd-9999.ebuild 19 Aug 2014 21:15:26 -0000 1.135
+++ systemd-9999.ebuild 20 Aug 2014 07:44:27 -0000 1.136
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.135 2014/08/19 21:15:26 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.136 2014/08/20 07:44:27 mgorny Exp $
EAPI=5
@@ -26,7 +26,7 @@
SLOT="0/2"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="acl audit cryptsetup curl doc elfutils +firmware-loader gcrypt gudev http
- introspection kdbus +kmod lz4 lzma pam policykit python qrcode +seccomp
+ idn introspection kdbus +kmod lz4 lzma pam policykit python qrcode +seccomp
selinux ssl test vanilla"
MINKV="3.8"
@@ -44,6 +44,7 @@
>=net-libs/libmicrohttpd-0.9.33:0=
ssl? ( >=net-libs/gnutls-3.1.4:0= )
)
+ idn? ( net-dns/libidn:0= )
introspection? ( >=dev-libs/gobject-introspection-1.31.1:0= )
kmod? ( >=sys-apps/kmod-15:0= )
lz4? ( >=app-arch/lz4-0_p119:0=[${MULTILIB_USEDEP}] )
@@ -218,6 +219,7 @@
$(use_enable gudev)
$(multilib_native_use_enable http microhttpd)
$(usex http $(multilib_native_use_enable ssl gnutls) --disable-gnutls)
+ $(multilib_native_use_enable idn libidn)
$(multilib_native_use_enable introspection)
$(use_enable kdbus)
$(multilib_native_use_enable kmod)
1.303 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.303&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.303&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.302&r2=1.303
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.302
retrieving revision 1.303
diff -u -r1.302 -r1.303
--- ChangeLog 19 Aug 2014 21:15:26 -0000 1.302
+++ ChangeLog 20 Aug 2014 07:44:27 -0000 1.303
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.302 2014/08/19 21:15:26 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.303 2014/08/20 07:44:27 mgorny Exp $
+
+ 20 Aug 2014; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
+ Handle IDN dependency for resolved.
19 Aug 2014; William Hubbs <williamh@gentoo.org> systemd-212-r5.ebuild,
systemd-215-r3.ebuild, systemd-9999.ebuild:
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2014-08-31 15:47 Mike Gilbert (floppym)
0 siblings, 0 replies; 51+ messages in thread
From: Mike Gilbert (floppym) @ 2014-08-31 15:47 UTC (permalink / raw
To: gentoo-commits
floppym 14/08/31 15:47:06
Modified: systemd-9999.ebuild ChangeLog
Log:
Drop firmware-loader support.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.138 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.138&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.138&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.137&r2=1.138
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- systemd-9999.ebuild 23 Aug 2014 09:43:33 -0000 1.137
+++ systemd-9999.ebuild 31 Aug 2014 15:47:06 -0000 1.138
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.137 2014/08/23 09:43:33 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.138 2014/08/31 15:47:06 floppym Exp $
EAPI=5
@@ -25,7 +25,7 @@
LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
SLOT="0/2"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="acl audit cryptsetup curl doc elfutils +firmware-loader gcrypt gudev http
+IUSE="acl audit cryptsetup curl doc elfutils gcrypt gudev http
idn introspection kdbus +kmod lz4 lzma pam policykit python qrcode +seccomp
selinux ssl test vanilla"
@@ -122,11 +122,10 @@
~EPOLL ~FANOTIFY ~FHANDLE ~INOTIFY_USER ~IPV6 ~NET ~NET_NS ~PROC_FS
~SECCOMP ~SIGNALFD ~SYSFS ~TIMERFD ~TMPFS_XATTR
~!IDE ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2
- ~!GRKERNSEC_PROC"
+ ~!GRKERNSEC_PROC ~!FW_LOADER_USER_HELPER"
use acl && CONFIG_CHECK+=" ~TMPFS_POSIX_ACL"
kernel_is -lt 3 7 && CONFIG_CHECK+=" ~HOTPLUG"
- use firmware-loader || CONFIG_CHECK+=" ~!FW_LOADER_USER_HELPER"
if linux_config_exists; then
local uevent_helper_path=$(linux_chkconfig_string UEVENT_HELPER_PATH)
@@ -151,12 +150,6 @@
ewarn "Kernel version at least ${MINKV} required"
fi
- if ! use firmware-loader && kernel_is -lt 3 8; then
- ewarn "You seem to be using kernel older than 3.8. Those kernel versions"
- ewarn "require systemd with USE=firmware-loader to support loading"
- ewarn "firmware. Missing this flag may cause some hardware not to work."
- fi
-
check_extra_config
fi
}
@@ -274,12 +267,6 @@
--with-ntp-servers="0.gentoo.pool.ntp.org 1.gentoo.pool.ntp.org 2.gentoo.pool.ntp.org 3.gentoo.pool.ntp.org"
)
- if use firmware-loader; then
- myeconfargs+=(
- --with-firmware-path="/lib/firmware/updates:/lib/firmware"
- )
- fi
-
if ! multilib_is_native_abi; then
myeconfargs+=(
ac_cv_search_cap_init=
1.307 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.307&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.307&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.306&r2=1.307
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.306
retrieving revision 1.307
diff -u -r1.306 -r1.307
--- ChangeLog 27 Aug 2014 12:24:39 -0000 1.306
+++ ChangeLog 31 Aug 2014 15:47:06 -0000 1.307
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.306 2014/08/27 12:24:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.307 2014/08/31 15:47:06 floppym Exp $
+
+ 31 Aug 2014; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
+ Drop firmware-loader support.
27 Aug 2014; Agostino Sarubbo <ago@gentoo.org> systemd-215-r3.ebuild:
Stable for ppc, wrt bug #517120
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2014-08-31 17:02 Mike Gilbert (floppym)
0 siblings, 0 replies; 51+ messages in thread
From: Mike Gilbert (floppym) @ 2014-08-31 17:02 UTC (permalink / raw
To: gentoo-commits
floppym 14/08/31 17:02:04
Modified: systemd-9999.ebuild ChangeLog
Log:
Lower MINKV to 3.7.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.139 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.139&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.139&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.138&r2=1.139
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- systemd-9999.ebuild 31 Aug 2014 15:47:06 -0000 1.138
+++ systemd-9999.ebuild 31 Aug 2014 17:02:04 -0000 1.139
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.138 2014/08/31 15:47:06 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.139 2014/08/31 17:02:04 floppym Exp $
EAPI=5
@@ -29,7 +29,7 @@
idn introspection kdbus +kmod lz4 lzma pam policykit python qrcode +seccomp
selinux ssl test vanilla"
-MINKV="3.8"
+MINKV="3.7"
COMMON_DEPEND=">=sys-apps/util-linux-2.20:0=
sys-libs/libcap:0=
1.308 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.308&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.308&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.307&r2=1.308
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.307
retrieving revision 1.308
diff -u -r1.307 -r1.308
--- ChangeLog 31 Aug 2014 15:47:06 -0000 1.307
+++ ChangeLog 31 Aug 2014 17:02:04 -0000 1.308
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.307 2014/08/31 15:47:06 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.308 2014/08/31 17:02:04 floppym Exp $
+
+ 31 Aug 2014; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
+ Lower MINKV to 3.7.
31 Aug 2014; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
Drop firmware-loader support.
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2014-12-26 19:58 Mike Gilbert (floppym)
0 siblings, 0 replies; 51+ messages in thread
From: Mike Gilbert (floppym) @ 2014-12-26 19:58 UTC (permalink / raw
To: gentoo-commits
floppym 14/12/26 19:58:55
Modified: systemd-9999.ebuild ChangeLog
Log:
Apply previous change to live ebuild.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.153 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.153&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.153&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.152&r2=1.153
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- systemd-9999.ebuild 20 Dec 2014 08:25:20 -0000 1.152
+++ systemd-9999.ebuild 26 Dec 2014 19:58:55 -0000 1.153
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.152 2014/12/20 08:25:20 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.153 2014/12/26 19:58:55 floppym Exp $
EAPI=5
@@ -277,6 +277,8 @@
if ! multilib_is_native_abi; then
myeconfargs+=(
+ MOUNT_{CFLAGS,LIBS}=' '
+
ac_cv_search_cap_init=
ac_cv_header_sys_capability_h=yes
)
1.331 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.331&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.331&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.330&r2=1.331
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.330
retrieving revision 1.331
diff -u -r1.330 -r1.331
--- ChangeLog 26 Dec 2014 15:08:48 -0000 1.330
+++ ChangeLog 26 Dec 2014 19:58:55 -0000 1.331
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.330 2014/12/26 15:08:48 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.331 2014/12/26 19:58:55 floppym Exp $
+
+ 26 Dec 2014; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
+ Apply previous change to live ebuild.
26 Dec 2014; Michał Górny <mgorny@gentoo.org> systemd-218-r1.ebuild:
Work-around unnecessary non-native libmount/util-linux dep, bug #533602.
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2015-04-13 6:53 Michal Gorny (mgorny)
0 siblings, 0 replies; 51+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-13 6:53 UTC (permalink / raw
To: gentoo-commits
mgorny 15/04/13 06:53:14
Modified: systemd-9999.ebuild ChangeLog
Log:
Bump gnu-efi dep and remove Gentoo-specific paths.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.163 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.163&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.163&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.162&r2=1.163
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- systemd-9999.ebuild 11 Apr 2015 14:05:50 -0000 1.162
+++ systemd-9999.ebuild 13 Apr 2015 06:53:14 -0000 1.163
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.162 2015/04/11 14:05:50 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.163 2015/04/13 06:53:14 mgorny Exp $
EAPI=5
@@ -98,7 +98,7 @@
ia64? ( >=sys-kernel/linux-headers-3.9 )
virtual/pkgconfig
doc? ( >=dev-util/gtk-doc-1.18 )
- gnuefi? ( sys-boot/gnu-efi )
+ gnuefi? ( >=sys-boot/gnu-efi-3.0.2 )
python? ( dev-python/lxml[${PYTHON_USEDEP}] )
terminal? ( media-fonts/unifont[utils(+)] )
test? ( >=sys-apps/dbus-1.6.8-r1:0 )"
@@ -252,8 +252,6 @@
# TODO: we may need to restrict this to gcc
EFI_CC="$(tc-getCC)"
- --with-efi-libdir="${EPREFIX}/usr/lib"
- --with-efi-ldsdir="${EPREFIX}/usr/lib"
# dbus paths
--with-dbuspolicydir="${EPREFIX}/etc/dbus-1/system.d"
1.359 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.359&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.359&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.358&r2=1.359
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.358
retrieving revision 1.359
diff -u -r1.358 -r1.359
--- ChangeLog 11 Apr 2015 14:05:50 -0000 1.358
+++ ChangeLog 13 Apr 2015 06:53:14 -0000 1.359
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.358 2015/04/11 14:05:50 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.359 2015/04/13 06:53:14 mgorny Exp $
+
+ 13 Apr 2015; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
+ Bump gnu-efi dep and remove Gentoo-specific paths.
11 Apr 2015; Michał Górny <mgorny@gentoo.org> metadata.xml,
systemd-9999.ebuild:
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2015-05-29 0:03 Mike Gilbert (floppym)
0 siblings, 0 replies; 51+ messages in thread
From: Mike Gilbert (floppym) @ 2015-05-29 0:03 UTC (permalink / raw
To: gentoo-commits
floppym 15/05/29 00:03:09
Modified: systemd-9999.ebuild ChangeLog
Log:
Convert to a more traditional live ebuild.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.167 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.167&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.167&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.166&r2=1.167
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- systemd-9999.ebuild 28 May 2015 03:35:00 -0000 1.166
+++ systemd-9999.ebuild 29 May 2015 00:03:09 -0000 1.167
@@ -1,30 +1,31 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.166 2015/05/28 03:35:00 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.167 2015/05/29 00:03:09 floppym Exp $
EAPI=5
-#if LIVE
-AUTOTOOLS_AUTORECONF=yes
-EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}/${PN}
- http://cgit.freedesktop.org/${PN}/${PN}/"
-
-inherit git-r3
-#endif
-
AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+if [[ ${PV} == 9999 ]]; then
+ AUTOTOOLS_AUTORECONF=yes
+ EGIT_REPO_URI="git://anongit.freedesktop.org/systemd/systemd
+ http://cgit.freedesktop.org/systemd/systemd"
+ inherit git-r3
+else
+ SRC_URI="http://www.freedesktop.org/software/systemd/${P}.tar.xz"
+ KEYWORDS="~amd64 ~arm ~ia64 ~x86"
+fi
+
inherit autotools-utils bash-completion-r1 linux-info multilib \
multilib-minimal pam python-single-r1 systemd toolchain-funcs udev \
user
DESCRIPTION="System and service manager for Linux"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd"
-SRC_URI="http://www.freedesktop.org/software/systemd/${P}.tar.xz"
LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
SLOT="0/2"
-KEYWORDS="~amd64 ~arm ~ia64 ~x86"
IUSE="acl apparmor audit cryptsetup curl doc elfutils gcrypt gnuefi gudev http
idn importd introspection kdbus +kmod +lz4 lzma nat pam policykit python
qrcode +seccomp selinux ssl sysv-utils terminal test vanilla xkb"
@@ -103,18 +104,15 @@
terminal? ( media-fonts/unifont[utils(+)] )
test? ( >=sys-apps/dbus-1.6.8-r1:0 )"
-#if LIVE
-DEPEND="${DEPEND}
- app-text/docbook-xml-dtd:4.2
- app-text/docbook-xml-dtd:4.5
- app-text/docbook-xsl-stylesheets
- dev-libs/libxslt:0
- dev-libs/gobject-introspection-common
- >=dev-libs/libgcrypt-1.4.5:0"
-
-SRC_URI=
-KEYWORDS=
-#endif
+if [[ -n ${AUTOTOOLS_AUTORECONF} ]]; then
+ DEPEND="${DEPEND}
+ app-text/docbook-xml-dtd:4.2
+ app-text/docbook-xml-dtd:4.5
+ app-text/docbook-xsl-stylesheets
+ dev-libs/libxslt:0
+ dev-libs/gobject-introspection-common
+ >=dev-libs/libgcrypt-1.4.5:0"
+fi
pkg_pretend() {
local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS
@@ -159,14 +157,14 @@
}
src_prepare() {
-#if LIVE
- if use doc; then
- gtkdocize --docdir docs/ || die
- else
- echo 'EXTRA_DIST =' > docs/gtk-doc.make
+ if [[ -n ${AUTOTOOLS_AUTORECONF} ]]; then
+ if use doc; then
+ gtkdocize --docdir docs/ || die
+ else
+ echo 'EXTRA_DIST =' > docs/gtk-doc.make
+ fi
fi
-#endif
# Bug 463376
sed -i -e 's/GROUP="dialout"/GROUP="uucp"/' rules/*.rules || die
1.371 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.371&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.371&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.370&r2=1.371
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.370
retrieving revision 1.371
diff -u -r1.370 -r1.371
--- ChangeLog 28 May 2015 23:53:21 -0000 1.370
+++ ChangeLog 29 May 2015 00:03:09 -0000 1.371
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.370 2015/05/28 23:53:21 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.371 2015/05/29 00:03:09 floppym Exp $
+
+ 29 May 2015; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
+ Convert to a more traditional live ebuild.
28 May 2015; Mike Gilbert <floppym@gentoo.org> systemd-220-r2.ebuild:
Add manpage deps due to autoreconf, bug 550704.
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2015-05-30 18:08 Mike Gilbert (floppym)
0 siblings, 0 replies; 51+ messages in thread
From: Mike Gilbert (floppym) @ 2015-05-30 18:08 UTC (permalink / raw
To: gentoo-commits
floppym 15/05/30 18:08:36
Modified: systemd-9999.ebuild ChangeLog
Log:
Depend on >=sys-apps/util-linux-2.26, bug 550832 by Elias Probst.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.170 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.170&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.170&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.169&r2=1.170
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- systemd-9999.ebuild 30 May 2015 13:58:45 -0000 1.169
+++ systemd-9999.ebuild 30 May 2015 18:08:36 -0000 1.170
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.169 2015/05/30 13:58:45 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.170 2015/05/30 18:08:36 floppym Exp $
EAPI=5
@@ -33,7 +33,7 @@
MINKV="3.8"
-COMMON_DEPEND=">=sys-apps/util-linux-2.25:0=
+COMMON_DEPEND=">=sys-apps/util-linux-2.26:0=
sys-libs/libcap:0=
!<sys-libs/glibc-2.16
acl? ( sys-apps/acl:0= )
1.375 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.375&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.375&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.374&r2=1.375
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.374
retrieving revision 1.375
diff -u -r1.374 -r1.375
--- ChangeLog 30 May 2015 13:58:45 -0000 1.374
+++ ChangeLog 30 May 2015 18:08:36 -0000 1.375
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.374 2015/05/30 13:58:45 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.375 2015/05/30 18:08:36 floppym Exp $
+
+ 30 May 2015; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
+ Depend on >=sys-apps/util-linux-2.26, bug 550832 by Elias Probst.
30 May 2015; Mike Gilbert <floppym@gentoo.org> systemd-216-r3.ebuild,
systemd-218-r3.ebuild, systemd-219_p112.ebuild, systemd-220-r2.ebuild,
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2015-06-10 1:40 Mike Gilbert (floppym)
0 siblings, 0 replies; 51+ messages in thread
From: Mike Gilbert (floppym) @ 2015-06-10 1:40 UTC (permalink / raw
To: gentoo-commits
floppym 15/06/10 01:40:59
Modified: systemd-9999.ebuild ChangeLog
Log:
Drop references to gudev, gtk-doc, and gobject-introspection.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.171 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.171&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.171&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.170&r2=1.171
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- systemd-9999.ebuild 30 May 2015 18:08:36 -0000 1.170
+++ systemd-9999.ebuild 10 Jun 2015 01:40:59 -0000 1.171
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.170 2015/05/30 18:08:36 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.171 2015/06/10 01:40:59 floppym Exp $
EAPI=5
@@ -26,8 +26,8 @@
LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
SLOT="0/2"
-IUSE="acl apparmor audit cryptsetup curl doc elfutils gcrypt gnuefi gudev http
- idn importd introspection kdbus +kmod +lz4 lzma nat pam policykit python
+IUSE="acl apparmor audit cryptsetup curl elfutils gcrypt gnuefi http
+ idn importd kdbus +kmod +lz4 lzma nat pam policykit python
qrcode +seccomp selinux ssl sysv-utils terminal test vanilla xkb"
REQUIRED_USE="importd? ( curl gcrypt lzma )"
@@ -43,7 +43,6 @@
curl? ( net-misc/curl:0= )
elfutils? ( >=dev-libs/elfutils-0.158:0= )
gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0=[${MULTILIB_USEDEP}] )
- gudev? ( >=dev-libs/glib-2.34.3:2=[${MULTILIB_USEDEP}] )
http? (
>=net-libs/libmicrohttpd-0.9.33:0=
ssl? ( >=net-libs/gnutls-3.1.4:0= )
@@ -53,7 +52,6 @@
app-arch/bzip2:0=
sys-libs/zlib:0=
)
- introspection? ( >=dev-libs/gobject-introspection-1.31.1:0= )
kmod? ( >=sys-apps/kmod-15:0= )
lz4? ( >=app-arch/lz4-0_p119:0=[${MULTILIB_USEDEP}] )
lzma? ( >=app-arch/xz-utils-5.0.5-r1:0=[${MULTILIB_USEDEP}] )
@@ -98,7 +96,6 @@
>=sys-kernel/linux-headers-${MINKV}
ia64? ( >=sys-kernel/linux-headers-3.9 )
virtual/pkgconfig
- doc? ( >=dev-util/gtk-doc-1.18 )
gnuefi? ( >=sys-boot/gnu-efi-3.0.2 )
python? ( dev-python/lxml[${PYTHON_USEDEP}] )
terminal? ( media-fonts/unifont[utils(+)] )
@@ -110,7 +107,6 @@
app-text/docbook-xml-dtd:4.5
app-text/docbook-xsl-stylesheets
dev-libs/libxslt:0
- dev-libs/gobject-introspection-common
>=dev-libs/libgcrypt-1.4.5:0"
fi
@@ -157,14 +153,6 @@
}
src_prepare() {
- if [[ -n ${AUTOTOOLS_AUTORECONF} ]]; then
- if use doc; then
- gtkdocize --docdir docs/ || die
- else
- echo 'EXTRA_DIST =' > docs/gtk-doc.make
- fi
- fi
-
# Bug 463376
sed -i -e 's/GROUP="dialout"/GROUP="uucp"/' rules/*.rules || die
@@ -212,18 +200,15 @@
$(multilib_native_use_enable audit)
$(multilib_native_use_enable cryptsetup libcryptsetup)
$(multilib_native_use_enable curl libcurl)
- $(multilib_native_use_enable doc gtk-doc)
$(multilib_native_use_enable elfutils)
$(use_enable gcrypt)
$(multilib_native_use_enable gnuefi)
- $(use_enable gudev)
$(multilib_native_use_enable http microhttpd)
$(usex http $(multilib_native_use_enable ssl gnutls) --disable-gnutls)
$(multilib_native_use_enable idn libidn)
$(multilib_native_use_enable importd)
$(multilib_native_use_enable importd bzip2)
$(multilib_native_use_enable importd zlib)
- $(multilib_native_use_enable introspection)
$(use_enable kdbus)
$(multilib_native_use_enable kmod)
$(use_enable lz4)
@@ -241,9 +226,6 @@
$(multilib_native_use_enable test dbus)
$(multilib_native_use_enable xkb xkbcommon)
- # not supported (avoid automagic deps in the future)
- --disable-chkconfig
-
# hardcode a few paths to spare some deps
QUOTAON=/usr/sbin/quotaon
QUOTACHECK=/usr/sbin/quotacheck
@@ -282,9 +264,6 @@
if multilib_is_native_abi; then
emake "${mymakeopts[@]}"
else
- # prerequisites for gudev
- use gudev && emake src/gudev/gudev{enumtypes,marshal}.{c,h}
-
echo 'gentoo: $(BUILT_SOURCES)' | \
emake "${mymakeopts[@]}" -f Makefile -f - gentoo
echo 'gentoo: $(lib_LTLIBRARIES) $(pkgconfiglib_DATA)' | \
@@ -317,7 +296,6 @@
install-pkgconfiglibDATA
install-includeHEADERS
# safe to call unconditionally, 'installs' empty list
- install-libgudev_includeHEADERS
install-pkgincludeHEADERS
)
1.376 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.376&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.376&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.375&r2=1.376
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.375
retrieving revision 1.376
diff -u -r1.375 -r1.376
--- ChangeLog 30 May 2015 18:08:36 -0000 1.375
+++ ChangeLog 10 Jun 2015 01:40:59 -0000 1.376
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.375 2015/05/30 18:08:36 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.376 2015/06/10 01:40:59 floppym Exp $
+
+ 10 Jun 2015; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
+ Drop references to gudev, gtk-doc, and gobject-introspection.
30 May 2015; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
Depend on >=sys-apps/util-linux-2.26, bug 550832 by Elias Probst.
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2015-06-21 15:29 Mike Gilbert (floppym)
0 siblings, 0 replies; 51+ messages in thread
From: Mike Gilbert (floppym) @ 2015-06-21 15:29 UTC (permalink / raw
To: gentoo-commits
floppym 15/06/21 15:29:53
Modified: systemd-9999.ebuild ChangeLog
Log:
Enable kdbus by default.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.173 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.173&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.173&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.172&r2=1.173
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- systemd-9999.ebuild 14 Jun 2015 00:19:49 -0000 1.172
+++ systemd-9999.ebuild 21 Jun 2015 15:29:53 -0000 1.173
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.172 2015/06/14 00:19:49 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.173 2015/06/21 15:29:53 floppym Exp $
EAPI=5
@@ -26,7 +26,7 @@
LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
SLOT="0/2"
IUSE="acl apparmor audit cryptsetup curl elfutils gcrypt gnuefi http
- idn importd kdbus +kmod +lz4 lzma nat pam policykit python
+ idn importd +kdbus +kmod +lz4 lzma nat pam policykit python
qrcode +seccomp selinux ssl sysv-utils terminal test vanilla xkb"
REQUIRED_USE="importd? ( curl gcrypt lzma )"
1.379 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.379&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.379&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.378&r2=1.379
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.378
retrieving revision 1.379
diff -u -r1.378 -r1.379
--- ChangeLog 14 Jun 2015 00:19:49 -0000 1.378
+++ ChangeLog 21 Jun 2015 15:29:53 -0000 1.379
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.378 2015/06/14 00:19:49 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.379 2015/06/21 15:29:53 floppym Exp $
+
+ 21 Jun 2015; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
+ Enable kdbus by default.
14 Jun 2015; Mike Gilbert <floppym@gentoo.org> +files/compile-unifont.py,
systemd-220-r2.ebuild, systemd-9999.ebuild:
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2015-07-11 16:39 Mike Gilbert (floppym)
0 siblings, 0 replies; 51+ messages in thread
From: Mike Gilbert (floppym) @ 2015-07-11 16:39 UTC (permalink / raw
To: gentoo-commits
floppym 15/07/11 16:39:36
Modified: systemd-9999.ebuild ChangeLog
Log:
Call default src_unpack function in the live ebuild.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.179 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.179&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.179&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.178&r2=1.179
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -r1.178 -r1.179
--- systemd-9999.ebuild 10 Jul 2015 23:08:02 -0000 1.178
+++ systemd-9999.ebuild 11 Jul 2015 16:39:36 -0000 1.179
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.178 2015/07/10 23:08:02 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.179 2015/07/11 16:39:36 floppym Exp $
EAPI=5
@@ -152,6 +152,11 @@
:
}
+src_unpack() {
+ default
+ [[ ${PV} != 9999 ]] || git-r3_src_unpack
+}
+
src_prepare() {
# Bug 463376
sed -i -e 's/GROUP="dialout"/GROUP="uucp"/' rules/*.rules || die
1.386 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.386&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.386&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.385&r2=1.386
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.385
retrieving revision 1.386
diff -u -r1.385 -r1.386
--- ChangeLog 10 Jul 2015 23:08:02 -0000 1.385
+++ ChangeLog 11 Jul 2015 16:39:36 -0000 1.386
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.385 2015/07/10 23:08:02 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.386 2015/07/11 16:39:36 floppym Exp $
+
+ 11 Jul 2015; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
+ Call default src_unpack function in the live ebuild.
10 Jul 2015; Mike Gilbert <floppym@gentoo.org> systemd-222.ebuild,
systemd-9999.ebuild:
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2015-07-24 20:14 Mike Gilbert (floppym)
0 siblings, 0 replies; 51+ messages in thread
From: Mike Gilbert (floppym) @ 2015-07-24 20:14 UTC (permalink / raw
To: gentoo-commits
floppym 15/07/24 20:14:18
Modified: systemd-9999.ebuild ChangeLog
Log:
Remove /etc/systemd/systemd/sockets.target.wants, bug 555814.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.183 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.183&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.183&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.182&r2=1.183
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -r1.182 -r1.183
--- systemd-9999.ebuild 17 Jul 2015 16:29:46 -0000 1.182
+++ systemd-9999.ebuild 24 Jul 2015 20:14:18 -0000 1.183
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.182 2015/07/17 16:29:46 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.183 2015/07/24 20:14:18 floppym Exp $
EAPI=5
@@ -348,6 +348,7 @@
rm "${D}"/etc/systemd/system/multi-user.target.wants/systemd-networkd.service || die
rm "${D}"/etc/systemd/system/multi-user.target.wants/systemd-resolved.service || die
rm -r "${D}"/etc/systemd/system/network-online.target.wants || die
+ rm -r "${D}"/etc/systemd/system/sockets.target.wants || die
rm -r "${D}"/etc/systemd/system/sysinit.target.wants || die
}
1.392 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.392&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.392&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.391&r2=1.392
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.391
retrieving revision 1.392
diff -u -r1.391 -r1.392
--- ChangeLog 19 Jul 2015 18:29:59 -0000 1.391
+++ ChangeLog 24 Jul 2015 20:14:18 -0000 1.392
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.391 2015/07/19 18:29:59 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.392 2015/07/24 20:14:18 floppym Exp $
+
+ 24 Jul 2015; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
+ Remove /etc/systemd/systemd/sockets.target.wants, bug 555814.
19 Jul 2015; Markus Meier <maekke@gentoo.org> systemd-218-r3.ebuild:
arm stable, bug #536902
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
@ 2015-08-01 15:10 Mike Gilbert (floppym)
0 siblings, 0 replies; 51+ messages in thread
From: Mike Gilbert (floppym) @ 2015-08-01 15:10 UTC (permalink / raw
To: gentoo-commits
floppym 15/08/01 15:10:12
Modified: systemd-9999.ebuild ChangeLog
Log:
Remove code for defunct terminal USE flag. Re-enable networkd to support socket activation.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.184 sys-apps/systemd/systemd-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.184&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.184&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.183&r2=1.184
Index: systemd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -r1.183 -r1.184
--- systemd-9999.ebuild 24 Jul 2015 20:14:18 -0000 1.183
+++ systemd-9999.ebuild 1 Aug 2015 15:10:12 -0000 1.184
@@ -1,12 +1,11 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.183 2015/07/24 20:14:18 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.184 2015/08/01 15:10:12 floppym Exp $
EAPI=5
AUTOTOOLS_AUTORECONF=yes
AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/systemd/systemd.git"
@@ -15,12 +14,9 @@
SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~ia64 ~x86"
fi
-UNIFONT=unifont-8.0.01
-SRC_URI+=" terminal? ( http://unifoundry.com/pub/${UNIFONT}/font-builds/${UNIFONT}.hex.gz )"
inherit autotools-utils bash-completion-r1 linux-info multilib \
- multilib-minimal pam python-any-r1 systemd toolchain-funcs udev \
- user
+ multilib-minimal pam systemd toolchain-funcs udev user
DESCRIPTION="System and service manager for Linux"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd"
@@ -29,7 +25,7 @@
SLOT="0/2"
IUSE="acl apparmor audit cryptsetup curl elfutils gcrypt gnuefi http
idn importd +kdbus +kmod +lz4 lzma nat pam policykit
- qrcode +seccomp selinux ssl sysv-utils terminal test vanilla xkb"
+ qrcode +seccomp selinux ssl sysv-utils test vanilla xkb"
REQUIRED_USE="importd? ( curl gcrypt lzma )"
@@ -65,9 +61,6 @@
sysv-utils? (
!sys-apps/systemd-sysv-utils
!sys-apps/sysvinit )
- terminal? ( >=dev-libs/libevdev-1.2:0=
- >=x11-libs/libxkbcommon-0.5:0=
- >=x11-libs/libdrm-2.4:0= )
xkb? ( >=x11-libs/libxkbcommon-0.4.1:0= )
abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )"
@@ -98,7 +91,6 @@
ia64? ( >=sys-kernel/linux-headers-3.9 )
virtual/pkgconfig
gnuefi? ( >=sys-boot/gnu-efi-3.0.2 )
- terminal? ( ${PYTHON_DEPS} )
test? ( >=sys-apps/dbus-1.6.8-r1:0 )"
if [[ -n ${AUTOTOOLS_AUTORECONF} ]]; then
@@ -172,10 +164,6 @@
# Fix systems broken by bug #509454.
[[ ${MY_UDEVDIR} ]] || MY_UDEVDIR=/lib/udev
- if use terminal; then
- python_setup
- fi
-
multilib-minimal_src_configure
}
@@ -207,8 +195,6 @@
# no deps
--enable-efi
--enable-ima
- # Moved to dev-python/python-systemd
- --disable-python-devel
--without-python
# Optional components/dependencies
@@ -236,8 +222,6 @@
$(multilib_native_use_enable qrcode qrencode)
$(multilib_native_use_enable seccomp)
$(multilib_native_use_enable selinux)
- $(multilib_native_use_enable terminal)
- $(multilib_native_use_with terminal unifont "${WORKDIR}/${UNIFONT}.hex")
$(multilib_native_use_enable test tests)
$(multilib_native_use_enable test dbus)
$(multilib_native_use_enable xkb xkbcommon)
@@ -424,6 +408,14 @@
fi
}
+reenable_unit() {
+ if systemctl is-enabled --root="${ROOT}" "$1" &> /dev/null; then
+ ebegin "Re-enabling $1"
+ systemctl reenable --root="${ROOT}" "$1"
+ eend $? || FAIL=1
+ fi
+}
+
pkg_postinst() {
newusergroup() {
enewgroup "$1"
@@ -458,6 +450,9 @@
# Migrate 80-net-name-slot.rules -> 80-net-setup-link.rules
migrate_net_name_slot
+ # Re-enable systemd-networkd for socket activation
+ reenable_unit systemd-networkd.service
+
if [[ ${FAIL} ]]; then
eerror "One of the postinst commands failed. Please check the postinst output"
eerror "for errors. You may need to clean up your system and/or try installing"
1.393 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.393&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.393&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.392&r2=1.393
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.392
retrieving revision 1.393
diff -u -r1.392 -r1.393
--- ChangeLog 24 Jul 2015 20:14:18 -0000 1.392
+++ ChangeLog 1 Aug 2015 15:10:12 -0000 1.393
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.392 2015/07/24 20:14:18 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.393 2015/08/01 15:10:12 floppym Exp $
+
+ 01 Aug 2015; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
+ Remove code for defunct terminal USE flag. Re-enable networkd to support
+ socket activation.
24 Jul 2015; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
Remove /etc/systemd/systemd/sockets.target.wants, bug 555814.
^ permalink raw reply [flat|nested] 51+ messages in thread
end of thread, other threads:[~2015-08-01 15:10 UTC | newest]
Thread overview: 51+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-30 9:33 [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog Mike Gilbert (floppym)
-- strict thread matches above, loose matches on Subject: below --
2015-08-01 15:10 Mike Gilbert (floppym)
2015-07-24 20:14 Mike Gilbert (floppym)
2015-07-11 16:39 Mike Gilbert (floppym)
2015-06-21 15:29 Mike Gilbert (floppym)
2015-06-10 1:40 Mike Gilbert (floppym)
2015-05-30 18:08 Mike Gilbert (floppym)
2015-05-29 0:03 Mike Gilbert (floppym)
2015-04-13 6:53 Michal Gorny (mgorny)
2014-12-26 19:58 Mike Gilbert (floppym)
2014-08-31 17:02 Mike Gilbert (floppym)
2014-08-31 15:47 Mike Gilbert (floppym)
2014-08-20 7:44 Michal Gorny (mgorny)
2014-07-10 17:12 Mike Gilbert (floppym)
2014-07-10 0:20 Mike Gilbert (floppym)
2014-07-10 0:08 Mike Gilbert (floppym)
2014-07-08 17:01 Mike Gilbert (floppym)
2014-07-04 3:11 Mike Gilbert (floppym)
2014-07-03 20:46 Mike Gilbert (floppym)
2014-06-03 0:46 Mike Gilbert (floppym)
2014-06-01 7:33 Michal Gorny (mgorny)
2014-05-29 1:11 Mike Gilbert (floppym)
2014-05-29 0:13 Mike Gilbert (floppym)
2014-05-02 9:23 Michal Gorny (mgorny)
2014-03-24 19:33 Michal Gorny (mgorny)
2014-02-25 14:40 Michal Gorny (mgorny)
2014-02-24 22:40 Mike Gilbert (floppym)
2014-02-24 22:34 Michal Gorny (mgorny)
2014-02-24 2:29 Mike Gilbert (floppym)
2014-02-22 3:51 Mike Gilbert (floppym)
2014-02-21 3:19 Jason Donenfeld (zx2c4)
2014-02-21 3:05 Mike Gilbert (floppym)
2014-02-20 2:27 Mike Gilbert (floppym)
2013-12-31 17:59 Mike Gilbert (floppym)
2013-12-02 16:49 Michal Gorny (mgorny)
2013-11-25 19:32 Michal Gorny (mgorny)
2013-10-17 18:36 Michal Gorny (mgorny)
2013-04-15 20:13 Michal Gorny (mgorny)
2013-04-15 13:31 Michal Gorny (mgorny)
2013-03-30 9:37 Mike Gilbert (floppym)
2013-03-29 15:26 Michal Gorny (mgorny)
2013-03-26 22:02 Michal Gorny (mgorny)
2013-03-26 17:29 Michal Gorny (mgorny)
2013-03-26 17:19 Michal Gorny (mgorny)
2013-03-26 16:35 Michal Gorny (mgorny)
2013-02-08 18:38 Michal Gorny (mgorny)
2013-01-21 18:01 Mike Gilbert (floppym)
2013-01-21 17:33 Mike Gilbert (floppym)
2013-01-08 21:20 Michal Gorny (mgorny)
2013-01-08 16:44 Michal Gorny (mgorny)
2012-12-15 13:05 Michal Gorny (mgorny)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox