fuzzyray    14/03/19 19:41:46

  Modified:             ChangeLog
  Added:                ufed-0.91.ebuild
  Log:
  Version bump for bug fixes and enhancements. See
  http://git.overlays.gentoo.org/gitweb/?p=proj/ufed.git;a=summary
  for full list of changes.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xDCB4A7FF)

Revision  Changes    Path
1.101                app-portage/ufed/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/ufed/ChangeLog?rev=1.101&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/ufed/ChangeLog?rev=1.101&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/ufed/ChangeLog?r1=1.100&r2=1.101

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/ufed/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog   11 Sep 2013 17:51:19 -0000      1.100
+++ ChangeLog   19 Mar 2014 19:41:46 -0000      1.101
@@ -1,6 +1,13 @@
 # ChangeLog for app-portage/ufed
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/ufed/ChangeLog,v 1.100 
2013/09/11 17:51:19 fuzzyray Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-portage/ufed/ChangeLog,v 1.101 
2014/03/19 19:41:46 fuzzyray Exp $
+
+*ufed-0.91 (19 Mar 2014)
+
+  19 Mar 2014; Paul Varner <fuzzy...@gentoo.org> +ufed-0.91.ebuild:
+  Version bump for bug fixes and enhancements. See
+  http://git.overlays.gentoo.org/gitweb/?p=proj/ufed.git;a=summary
+  for full list of changes.
 
 *ufed-0.90_rc2-r1 (11 Sep 2013)
 



1.1                  app-portage/ufed/ufed-0.91.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/ufed/ufed-0.91.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/ufed/ufed-0.91.ebuild?rev=1.1&content-type=text/plain

Index: ufed-0.91.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/ufed/ufed-0.91.ebuild,v 1.1 
2014/03/19 19:41:46 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
}




Reply via email to