Gentoo Archives: gentoo-commits

From: "Jurek Bartuszek (jurek)" <jurek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-dotnet/monouml: monouml-0.1.ebuild ChangeLog
Date: Fri, 30 May 2008 22:45:35
Message-Id: E1K2DLk-0003Wu-QE@stork.gentoo.org
1 jurek 08/05/30 22:45:28
2
3 Modified: monouml-0.1.ebuild ChangeLog
4 Log:
5 dev-dotnet/monouml: Added dev-util/pkgconfig dependency (bug #206118)
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.6 dev-dotnet/monouml/monouml-0.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/monouml/monouml-0.1.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/monouml/monouml-0.1.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/monouml/monouml-0.1.ebuild?r1=1.5&r2=1.6
14
15 Index: monouml-0.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/monouml/monouml-0.1.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- monouml-0.1.ebuild 11 Aug 2007 14:48:14 -0000 1.5
22 +++ monouml-0.1.ebuild 30 May 2008 22:45:28 -0000 1.6
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monouml/monouml-0.1.ebuild,v 1.5 2007/08/11 14:48:14 beandog Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monouml/monouml-0.1.ebuild,v 1.6 2008/05/30 22:45:28 jurek Exp $
29
30 inherit mono eutils
31
32 @@ -19,25 +19,26 @@
33 >=dev-dotnet/gtk-sharp-1.9.2
34 >=dev-dotnet/gnome-sharp-1.9.2
35 >=dev-dotnet/glade-sharp-1.9.2
36 - app-arch/unzip"
37 + app-arch/unzip
38 + dev-util/pkgconfig"
39
40 KEYWORDS="amd64 x86"
41 SLOT="0"
42
43 src_unpack() {
44 unpack ${A}
45 - cd ${S}
46 + cd "${S}"
47
48 - cp ${WORKDIR}/${EC_P}/*.dll ${WORKDIR}/${P}/bin/ || die
49 + cp "${WORKDIR}"/${EC_P}/*.dll "${WORKDIR}"/${P}/bin/ || die
50 }
51
52 src_install() {
53 - make DESTDIR=${D} install || die
54 + make DESTDIR="${D}" install || die
55
56 # Workaround for messed up paths
57 dodir /usr/$(get_libdir)
58 - mv ${D}/usr/monouml ${D}/usr/$(get_libdir)/
59 - sed -i -e "s#/usr/${PN}#/usr/$(get_libdir)/${PN}#g" ${D}/usr/bin/monouml
60 + mv "${D}"/usr/monouml "${D}"/usr/$(get_libdir)/
61 + sed -i -e "s#/usr/${PN}#/usr/$(get_libdir)/${PN}#g" "${D}"/usr/bin/monouml
62
63 dodoc ChangeLog README AUTHORS
64 }
65
66
67
68 1.6 dev-dotnet/monouml/ChangeLog
69
70 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/monouml/ChangeLog?rev=1.6&view=markup
71 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/monouml/ChangeLog?rev=1.6&content-type=text/plain
72 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/monouml/ChangeLog?r1=1.5&r2=1.6
73
74 Index: ChangeLog
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/monouml/ChangeLog,v
77 retrieving revision 1.5
78 retrieving revision 1.6
79 diff -u -r1.5 -r1.6
80 --- ChangeLog 11 Aug 2007 14:48:14 -0000 1.5
81 +++ ChangeLog 30 May 2008 22:45:28 -0000 1.6
82 @@ -1,6 +1,9 @@
83 # ChangeLog for dev-dotnet/monouml
84 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
85 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monouml/ChangeLog,v 1.5 2007/08/11 14:48:14 beandog Exp $
86 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
87 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monouml/ChangeLog,v 1.6 2008/05/30 22:45:28 jurek Exp $
88 +
89 + 30 May 2008; Jurek Bartuszek <jurek@g.o> monouml-0.1.ebuild:
90 + Added dev-util/pkgconfig dependency (bug #206118)
91
92 11 Aug 2007; Steve Dibb <beandog@g.o> monouml-0.1.ebuild:
93 amd64 stable, bug 186690
94
95
96
97 --
98 gentoo-commits@l.g.o mailing list