williamh 14/03/12 22:06:42 Modified: ChangeLog Added: gentoo-functions-0.2.ebuild Log: Version bump for prefix fixes: do not hardcode paths to consoletype or portageq. Thanks to Ruud Koolen <[email protected]> (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8568F528)
Revision Changes Path 1.4 sys-apps/gentoo-functions/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 11 Mar 2014 21:55:41 -0000 1.3 +++ ChangeLog 12 Mar 2014 22:06:42 -0000 1.4 @@ -1,6 +1,13 @@ # ChangeLog for sys-apps/gentoo-functions # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/ChangeLog,v 1.3 2014/03/11 21:55:41 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/ChangeLog,v 1.4 2014/03/12 22:06:42 williamh Exp $ + +*gentoo-functions-0.2 (12 Mar 2014) + + 12 Mar 2014; William Hubbs <[email protected]> + +files/gentoo-functions-0.2.sh, +gentoo-functions-0.2.ebuild: + Version bump for prefix fixes: do not hardcode paths to consoletype or + portageq. Thanks to Ruud Koolen <[email protected]> *gentoo-functions-0.1 (11 Mar 2014) 1.1 sys-apps/gentoo-functions/gentoo-functions-0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-0.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-0.2.ebuild?rev=1.1&content-type=text/plain Index: gentoo-functions-0.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-0.2.ebuild,v 1.1 2014/03/12 22:06:42 williamh Exp $ EAPI=5 DESCRIPTION="base shell functions required by all gentoo systems" HOMEPAGE="http://www.gentoo.org" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="" DEPEND="" RDEPEND="" S="${WORKDIR}" src_install() { dodir /lib/gentoo insinto /lib/gentoo newins "${FILESDIR}"/${P}.sh functions.sh }
