Gentoo Archives: gentoo-commits

From: "Saleem Abdulrasool (compnerd)" <compnerd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/bless: ChangeLog bless-0.5.2.ebuild
Date: Sun, 28 Oct 2007 18:56:24
Message-Id: E1ImDJ4-0007iR-TG@stork.gentoo.org
1 compnerd 07/10/28 18:56:18
2
3 Modified: ChangeLog
4 Added: bless-0.5.2.ebuild
5 Log:
6 version bump from upstream
7 (Portage version: 2.1.3.12)
8
9 Revision Changes Path
10 1.11 dev-util/bless/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bless/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bless/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bless/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/bless/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 2 Jun 2007 21:48:13 -0000 1.10
23 +++ ChangeLog 28 Oct 2007 18:56:18 -0000 1.11
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-util/bless
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/ChangeLog,v 1.10 2007/06/02 21:48:13 compnerd Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/ChangeLog,v 1.11 2007/10/28 18:56:18 compnerd Exp $
29 +
30 +*bless-0.5.2 (28 Oct 2007)
31 +
32 + 28 Oct 2007; Saleem Abdulrasool <compnerd@g.o> +bless-0.5.2.ebuild:
33 + Version bump from upstream (bug #196188)
34
35 *bless-0.5.1 (02 Jun 2007)
36
37
38
39
40 1.1 dev-util/bless/bless-0.5.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bless/bless-0.5.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bless/bless-0.5.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: bless-0.5.2.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-util/bless/bless-0.5.2.ebuild,v 1.1 2007/10/28 18:56:18 compnerd Exp $
50
51 inherit autotools eutils gnome2 mono
52
53 DESCRIPTION="GTK# Hex Editor"
54 HOMEPAGE="http://home.gna.org/bless/"
55 SRC_URI="http://download.gna.org/bless/${P}.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~x86"
60 IUSE="debug"
61
62 RDEPEND=">=dev-lang/mono-1.1.14
63 >=dev-dotnet/gtk-sharp-2.8
64 >=dev-dotnet/glade-sharp-2.8"
65 DEPEND="${RDEPEND}
66 app-text/scrollkeeper
67 >=sys-devel/gettext-0.15
68 >=dev-util/pkgconfig-0.19"
69
70 DOCS="AUTHORS ChangeLog NEWS README"
71
72 pkg_setup() {
73 G2CONF="${G2CONF} --enable-unix-specific $(use_enable debug)"
74
75 # Stolen from enlightenment.eclass
76 cp $(type -p gettextize) "${T}/" || die "Could not copy gettextize"
77 sed -i -e 's:read dummy < /dev/tty::' "${T}/gettextize"
78 }
79
80 src_unpack() {
81 gnome2_src_unpack
82
83 einfo "Running gettextize -f --no-changelog..."
84 ( "${T}/gettextize" -f --no-changelog > /dev/null ) || die "gettexize failed"
85 eautoreconf
86 }
87
88
89
90 --
91 gentoo-commits@g.o mailing list