rhill 15/04/04 21:42:45 Modified: ChangeLog Added: linuxfromscratch-7.7.ebuild Removed: linuxfromscratch-7.2.ebuild Log: Version bump (bug #523696). Signed-off-by: Ryan Hill <[email protected]> (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
Revision Changes Path 1.29 app-doc/linuxfromscratch/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/linuxfromscratch/ChangeLog?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/linuxfromscratch/ChangeLog?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/linuxfromscratch/ChangeLog?r1=1.28&r2=1.29 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-doc/linuxfromscratch/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 10 Aug 2014 10:58:06 -0000 1.28 +++ ChangeLog 4 Apr 2015 21:42:45 -0000 1.29 @@ -1,6 +1,12 @@ # ChangeLog for app-doc/linuxfromscratch -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/linuxfromscratch/ChangeLog,v 1.28 2014/08/10 10:58:06 patrick Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/linuxfromscratch/ChangeLog,v 1.29 2015/04/04 21:42:45 rhill Exp $ + +*linuxfromscratch-7.7 (04 Apr 2015) + + 04 Apr 2015; Ryan Hill <[email protected]> -linuxfromscratch-7.2.ebuild, + +linuxfromscratch-7.7.ebuild: + Version bump (bug #523696). 10 Aug 2014; Patrick Lauer <[email protected]> linuxfromscratch-7.2.ebuild, linuxfromscratch-7.4.ebuild: 1.1 app-doc/linuxfromscratch/linuxfromscratch-7.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/linuxfromscratch/linuxfromscratch-7.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/linuxfromscratch/linuxfromscratch-7.7.ebuild?rev=1.1&content-type=text/plain Index: linuxfromscratch-7.7.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-doc/linuxfromscratch/linuxfromscratch-7.7.ebuild,v 1.1 2015/04/04 21:42:45 rhill Exp $ EAPI=5 MY_SRC="http://www.linuxfromscratch.org/lfs/downloads/${PV}" BOOTSCRIPT_PV="20150222" DESCRIPTION="LFS documents building a Linux system entirely from source" HOMEPAGE="http://www.linuxfromscratch.org/lfs" SRC_URI="${MY_SRC}/LFS-BOOK-${PV}.tar.bz2 ${MY_SRC}/lfs-bootscripts-${BOOTSCRIPT_PV}.tar.bz2 htmlsingle? ( ${MY_SRC}/LFS-BOOK-${PV}-NOCHUNKS.html ) pdf? ( ${MY_SRC}/LFS-BOOK-${PV}.pdf )" LICENSE="CC-BY-NC-SA-2.5 MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="htmlsingle pdf" DEPEND="" RDEPEND="" S=${WORKDIR} src_unpack() { unpack LFS-BOOK-${PV}.tar.bz2 \ lfs-bootscripts-${BOOTSCRIPT_PV}.tar.bz2 use htmlsingle && cp "${DISTDIR}"/LFS-BOOK-${PV}-NOCHUNKS.html "${S}" use pdf && cp "${DISTDIR}"/LFS-BOOK-${PV}.pdf "${S}" } src_install() { dodoc -r * docompress -x /usr/share/doc/${PF} }
