williamh 15/02/21 04:54:18 Modified: ChangeLog Added: s6-2.1.1.1.ebuild Log: Version bump for #540568 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
Revision Changes Path 1.3 sys-apps/s6/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/s6/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/s6/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/s6/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/s6/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 4 Nov 2014 04:58:35 -0000 1.2 +++ ChangeLog 21 Feb 2015 04:54:18 -0000 1.3 @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/s6 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/s6/ChangeLog,v 1.2 2014/11/04 04:58:35 williamh Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/s6/ChangeLog,v 1.3 2015/02/21 04:54:18 williamh Exp $ + +*s6-2.1.1.1 (21 Feb 2015) + + 21 Feb 2015; William Hubbs <[email protected]> +s6-2.1.1.1.ebuild: + Version bump for #540568 *s6-1.1.3.2 (04 Nov 2014) 1.1 sys-apps/s6/s6-2.1.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/s6/s6-2.1.1.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/s6/s6-2.1.1.1.ebuild?rev=1.1&content-type=text/plain Index: s6-2.1.1.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/s6/s6-2.1.1.1.ebuild,v 1.1 2015/02/21 04:54:18 williamh Exp $ EAPI=5 inherit multilib DESCRIPTION="skarnet.org's small and secure supervision software suite" HOMEPAGE="http://www.skarnet.org/software/s6/" SRC_URI="http://www.skarnet.org/software/${PN}/${P}.tar.gz" LICENSE="ISC" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="static" DEPEND=">=sys-devel/make-4.0 static? ( >=dev-lang/execline-2.0.2.1[static-libs] >=dev-libs/skalibs-2.3.0.0[static-libs] ) !static? ( >=dev-lang/execline-2.0.2.1 >=dev-libs/skalibs-2.3.0.0 ) " RDEPEND=" !static? ( >=dev-lang/execline-2.0.2.1 >=dev-libs/skalibs-2.3.0.0 ) " src_prepare() { # Remove QA warning about LDFLAGS addition sed -i "s~tryldflag LDFLAGS_AUTO -Wl,--hash-style=both~:~" "${S}/configure" || die } src_configure() { econf \ $(use_enable !static shared) \ $(use_enable static allstatic) \ $(use_enable static) \ --bindir=/bin \ --sbindir=/sbin \ --dynlibdir=/$(get_libdir) \ --libdir=/usr/$(get_libdir)/${PN} \ --datadir=/etc \ --sysdepdir=/usr/$(get_libdir)/${PN} \ --with-dynlib=/$(get_libdir) \ --with-sysdeps=/usr/$(get_libdir)/skalibs } src_install() { default dodoc -r examples dohtml -r doc/* }
