public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-portage/ufed: ChangeLog ufed-0.91.ebuild
@ 2014-03-19 19:41 Paul Varner (fuzzyray)
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Varner (fuzzyray) @ 2014-03-19 19:41 UTC (permalink / raw
  To: gentoo-commits

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 <fuzzyray@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
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-portage/ufed: ChangeLog ufed-0.91.ebuild
@ 2014-10-19  7:54 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2014-10-19  7:54 UTC (permalink / raw
  To: gentoo-commits

jer         14/10/19 07:54:17

  Modified:             ChangeLog ufed-0.91.ebuild
  Log:
  Stable for HPPA (bug #524670).
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.102                app-portage/ufed/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/ufed/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog	19 Mar 2014 19:41:46 -0000	1.101
+++ ChangeLog	19 Oct 2014 07:54:17 -0000	1.102
@@ -1,6 +1,9 @@
 # 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.101 2014/03/19 19:41:46 fuzzyray Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/ufed/ChangeLog,v 1.102 2014/10/19 07:54:17 jer Exp $
+
+  19 Oct 2014; Jeroen Roovers <jer@gentoo.org> ufed-0.91.ebuild:
+  Stable for HPPA (bug #524670).
 
 *ufed-0.91 (19 Mar 2014)
 



1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/ufed/ufed-0.91.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/ufed/ufed-0.91.ebuild?r1=1.1&r2=1.2

Index: ufed-0.91.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/ufed/ufed-0.91.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ufed-0.91.ebuild	19 Mar 2014 19:41:46 -0000	1.1
+++ ufed-0.91.ebuild	19 Oct 2014 07:54:17 -0000	1.2
@@ -1,6 +1,6 @@
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/ufed/ufed-0.91.ebuild,v 1.2 2014/10/19 07:54:17 jer Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 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"
+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"





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-19  7:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-19 19:41 [gentoo-commits] gentoo-x86 commit in app-portage/ufed: ChangeLog ufed-0.91.ebuild Paul Varner (fuzzyray)
  -- strict thread matches above, loose matches on Subject: below --
2014-10-19  7:54 Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox