floppym 15/06/14 00:19:49 Modified: systemd-220-r2.ebuild systemd-9999.ebuild ChangeLog Log: Add missing compile-unifont.py. Update EGIT_REPO_URI to point at github. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.6 sys-apps/systemd/systemd-220-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild?r1=1.5&r2=1.6 Index: systemd-220-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- systemd-220-r2.ebuild 10 Jun 2015 02:29:34 -0000 1.5 +++ systemd-220-r2.ebuild 14 Jun 2015 00:19:49 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild,v 1.5 2015/06/10 02:29:34 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild,v 1.6 2015/06/14 00:19:49 floppym Exp $ EAPI=5 @@ -158,6 +158,9 @@ # http://lists.freedesktop.org/archives/systemd-devel/2015-May/032149.html rm src/journal/audit_type-to-name.h src/udev/keyboard-keys-from-name.gperf || die + + cp "${FILESDIR}"/compile-unifont.py tools/compile-unifont.py || die + chmod +x tools/compile-unifont.py || die EPATCH_FORCE=yes EPATCH_SUFFIX=patch epatch 1.172 sys-apps/systemd/systemd-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.172&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.172&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.171&r2=1.172 Index: systemd-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v retrieving revision 1.171 retrieving revision 1.172 diff -u -r1.171 -r1.172 --- systemd-9999.ebuild 10 Jun 2015 01:40:59 -0000 1.171 +++ systemd-9999.ebuild 14 Jun 2015 00:19:49 -0000 1.172 @@ -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.171 2015/06/10 01:40:59 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.172 2015/06/14 00:19:49 floppym Exp $ EAPI=5 @@ -9,8 +9,7 @@ if [[ ${PV} == 9999 ]]; then AUTOTOOLS_AUTORECONF=yes - EGIT_REPO_URI="git://anongit.freedesktop.org/systemd/systemd - http://cgit.freedesktop.org/systemd/systemd" + EGIT_REPO_URI="https://github.com/systemd/systemd.git" inherit git-r3 else SRC_URI="http://www.freedesktop.org/software/systemd/${P}.tar.xz" 1.378 sys-apps/systemd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.378&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.378&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.377&r2=1.378 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v retrieving revision 1.377 retrieving revision 1.378 diff -u -r1.377 -r1.378 --- ChangeLog 10 Jun 2015 02:29:34 -0000 1.377 +++ ChangeLog 14 Jun 2015 00:19:49 -0000 1.378 @@ -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.377 2015/06/10 02:29:34 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.378 2015/06/14 00:19:49 floppym Exp $ + + 14 Jun 2015; Mike Gilbert <[email protected]> +files/compile-unifont.py, + systemd-220-r2.ebuild, systemd-9999.ebuild: + Add missing compile-unifont.py. Update EGIT_REPO_URI to point at github. 10 Jun 2015; Mike Gilbert <[email protected]> systemd-216-r3.ebuild, systemd-218-r3.ebuild, systemd-219_p112.ebuild, systemd-220-r2.ebuild:
