* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-220-r2.ebuild ChangeLog
@ 2015-05-28 23:53 Mike Gilbert (floppym)
0 siblings, 0 replies; 2+ messages in thread
From: Mike Gilbert (floppym) @ 2015-05-28 23:53 UTC (permalink / raw
To: gentoo-commits
floppym 15/05/28 23:53:21
Modified: systemd-220-r2.ebuild ChangeLog
Log:
Add manpage deps due to autoreconf, bug 550704.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.2 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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild?r1=1.1&r2=1.2
Index: systemd-220-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- systemd-220-r2.ebuild 28 May 2015 03:35:00 -0000 1.1
+++ systemd-220-r2.ebuild 28 May 2015 23:53:21 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild,v 1.1 2015/05/28 03:35:00 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild,v 1.2 2015/05/28 23:53:21 floppym Exp $
EAPI=5
@@ -99,7 +99,12 @@
test? ( >=sys-apps/dbus-1.6.8-r1:0 )"
if [[ -n ${AUTOTOOLS_AUTORECONF} ]]; then
- DEPEND+=" >=dev-libs/libgcrypt-1.4.5:0"
+ 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/libgcrypt-1.4.5:0"
fi
PATCHES=( "${FILESDIR}/218-Dont-enable-audit-by-default.patch" )
1.370 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.370&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.370&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.369&r2=1.370
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.369
retrieving revision 1.370
diff -u -r1.369 -r1.370
--- ChangeLog 28 May 2015 03:35:00 -0000 1.369
+++ ChangeLog 28 May 2015 23:53:21 -0000 1.370
@@ -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.369 2015/05/28 03:35:00 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.370 2015/05/28 23:53:21 floppym Exp $
+
+ 28 May 2015; Mike Gilbert <floppym@gentoo.org> systemd-220-r2.ebuild:
+ Add manpage deps due to autoreconf, bug 550704.
*systemd-220-r2 (28 May 2015)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-220-r2.ebuild ChangeLog
@ 2015-07-01 0:17 Mike Gilbert (floppym)
0 siblings, 0 replies; 2+ messages in thread
From: Mike Gilbert (floppym) @ 2015-07-01 0:17 UTC (permalink / raw
To: gentoo-commits
floppym 15/07/01 00:17:54
Modified: systemd-220-r2.ebuild ChangeLog
Log:
Backport unifont build workaround.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.8 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.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild?r1=1.7&r2=1.8
Index: systemd-220-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- systemd-220-r2.ebuild 14 Jun 2015 00:21:26 -0000 1.7
+++ systemd-220-r2.ebuild 1 Jul 2015 00:17:54 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild,v 1.7 2015/06/14 00:21:26 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild,v 1.8 2015/07/01 00:17:54 floppym Exp $
EAPI=5
@@ -164,6 +164,9 @@
EPATCH_FORCE=yes EPATCH_SUFFIX=patch epatch
+ [[ -e src/libsystemd-terminal/unifont-glyph-array.bin ]] || die
+ touch src/libsystemd-terminal/unifont-glyph-array.bin || die
+
autotools-utils_src_prepare
}
1.381 sys-apps/systemd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.381&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.381&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.380&r2=1.381
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.380
retrieving revision 1.381
diff -u -r1.380 -r1.381
--- ChangeLog 27 Jun 2015 18:00:47 -0000 1.380
+++ ChangeLog 1 Jul 2015 00:17:54 -0000 1.381
@@ -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.380 2015/06/27 18:00:47 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.381 2015/07/01 00:17:54 floppym Exp $
+
+ 01 Jul 2015; Mike Gilbert <floppym@gentoo.org> systemd-220-r2.ebuild:
+ Backport unifont build workaround.
*systemd-221 (27 Jun 2015)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-01 0:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-01 0:17 [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-220-r2.ebuild ChangeLog Mike Gilbert (floppym)
-- strict thread matches above, loose matches on Subject: below --
2015-05-28 23:53 Mike Gilbert (floppym)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox