williamh 14/03/19 02:01:11 Modified: ChangeLog Added: gentoo-functions-0.3.ebuild Log: version bump for #504852. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8568F528)
Revision Changes Path 1.5 sys-apps/gentoo-functions/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 12 Mar 2014 22:06:42 -0000 1.4 +++ ChangeLog 19 Mar 2014 02:01:11 -0000 1.5 @@ -1,6 +1,12 @@ # 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.4 2014/03/12 22:06:42 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/ChangeLog,v 1.5 2014/03/19 02:01:11 williamh Exp $ + +*gentoo-functions-0.3 (19 Mar 2014) + + 19 Mar 2014; William Hubbs <[email protected]> + +files/gentoo-functions-0.3.sh, +gentoo-functions-0.3.ebuild: + version bump for #504852. *gentoo-functions-0.2 (12 Mar 2014) 1.1 sys-apps/gentoo-functions/gentoo-functions-0.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-0.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-0.3.ebuild?rev=1.1&content-type=text/plain Index: gentoo-functions-0.3.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.3.ebuild,v 1.1 2014/03/19 02:01:11 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 }
