Gentoo Archives: gentoo-commits

From: "Paul Varner (fuzzyray)" <fuzzyray@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-portage/ufed: ChangeLog ufed-0.92.ebuild
Date: Mon, 02 Mar 2015 23:16:47
Message-Id: 20150302231642.9013C12E91@oystercatcher.gentoo.org
1 fuzzyray 15/03/02 23:16:42
2
3 Modified: ChangeLog
4 Added: ufed-0.92.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x6E1CBA7B)
9
10 Revision Changes Path
11 1.109 app-portage/ufed/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/ufed/ChangeLog?rev=1.109&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/ufed/ChangeLog?rev=1.109&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/ufed/ChangeLog?r1=1.108&r2=1.109
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-portage/ufed/ChangeLog,v
20 retrieving revision 1.108
21 retrieving revision 1.109
22 diff -u -r1.108 -r1.109
23 --- ChangeLog 2 Nov 2014 09:10:15 -0000 1.108
24 +++ ChangeLog 2 Mar 2015 23:16:42 -0000 1.109
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-portage/ufed
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-portage/ufed/ChangeLog,v 1.108 2014/11/02 09:10:15 ago Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-portage/ufed/ChangeLog,v 1.109 2015/03/02 23:16:42 fuzzyray Exp $
31 +
32 +*ufed-0.92 (02 Mar 2015)
33 +
34 + 02 Mar 2015; Paul Varner <fuzzyray@g.o> +ufed-0.92.ebuild:
35 + Version bump
36
37 02 Nov 2014; Agostino Sarubbo <ago@g.o> ufed-0.91.ebuild:
38 Stable for alpha, wrt bug #524670
39
40
41
42 1.1 app-portage/ufed/ufed-0.92.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/ufed/ufed-0.92.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/ufed/ufed-0.92.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ufed-0.92.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-portage/ufed/ufed-0.92.ebuild,v 1.1 2015/03/02 23:16:42 fuzzyray Exp $
52
53 EAPI=5
54
55 inherit base eutils multilib autotools
56
57 DESCRIPTION="Gentoo Linux USE flags editor"
58 HOMEPAGE="http://www.gentoo.org/"
59 SRC_URI="mirror://gentoo/${P}.tar.bz2
60 http://dev.gentoo.org/~fuzzyray/distfiles/${P}.tar.bz2"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
65 IUSE=""
66
67 COMMON_DEPEND="sys-libs/ncurses"
68 RDEPEND="${COMMON_DEPEND}
69 dev-lang/perl"
70 DEPEND="${COMMON_DEPEND}
71 virtual/pkgconfig"
72
73 # Populate the patches array for patches applied for -rX releases
74 # It is an array of patch file names of the form:
75 # "${FILESDIR}"/${P}-make.globals-path.patch
76 PATCHES=()
77
78 src_prepare() {
79 base_src_prepare
80 # Change the version number to reflect the ebuild version
81 sed -i "s:,\[git\],:,\[${PVR}\],:" configure.ac
82 eautoreconf
83 }
84
85 src_configure() {
86 econf --libexecdir="${EPREFIX}"/usr/$(get_libdir)/ufed
87 }