fuzzyray 15/03/02 23:16:42 Modified: ChangeLog Added: ufed-0.92.ebuild Log: Version bump. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x6E1CBA7B)
Revision Changes Path 1.109 app-portage/ufed/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/ufed/ChangeLog?rev=1.109&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/ufed/ChangeLog?rev=1.109&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/ufed/ChangeLog?r1=1.108&r2=1.109 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-portage/ufed/ChangeLog,v retrieving revision 1.108 retrieving revision 1.109 diff -u -r1.108 -r1.109 --- ChangeLog 2 Nov 2014 09:10:15 -0000 1.108 +++ ChangeLog 2 Mar 2015 23:16:42 -0000 1.109 @@ -1,6 +1,11 @@ # ChangeLog for app-portage/ufed -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/ufed/ChangeLog,v 1.108 2014/11/02 09:10:15 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/ufed/ChangeLog,v 1.109 2015/03/02 23:16:42 fuzzyray Exp $ + +*ufed-0.92 (02 Mar 2015) + + 02 Mar 2015; Paul Varner <[email protected]> +ufed-0.92.ebuild: + Version bump 02 Nov 2014; Agostino Sarubbo <[email protected]> ufed-0.91.ebuild: Stable for alpha, wrt bug #524670 1.1 app-portage/ufed/ufed-0.92.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/ufed/ufed-0.92.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/ufed/ufed-0.92.ebuild?rev=1.1&content-type=text/plain Index: ufed-0.92.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-portage/ufed/ufed-0.92.ebuild,v 1.1 2015/03/02 23:16:42 fuzzyray Exp $ EAPI=5 inherit base eutils multilib autotools DESCRIPTION="Gentoo Linux USE flags editor" HOMEPAGE="http://www.gentoo.org/" SRC_URI="mirror://gentoo/${P}.tar.bz2 http://dev.gentoo.org/~fuzzyray/distfiles/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="" COMMON_DEPEND="sys-libs/ncurses" RDEPEND="${COMMON_DEPEND} dev-lang/perl" DEPEND="${COMMON_DEPEND} virtual/pkgconfig" # Populate the patches array for patches applied for -rX releases # It is an array of patch file names of the form: # "${FILESDIR}"/${P}-make.globals-path.patch PATCHES=() src_prepare() { base_src_prepare # Change the version number to reflect the ebuild version sed -i "s:,\[git\],:,\[${PVR}\],:" configure.ac eautoreconf } src_configure() { econf --libexecdir="${EPREFIX}"/usr/$(get_libdir)/ufed }
