Gentoo Archives: gentoo-commits

From: "Ralph Sennhauser (sera)" <sera@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/argouml: argouml-0.32.2.ebuild ChangeLog argouml-0.34.ebuild argouml-0.26.ebuild argouml-0.24.ebuild argouml-0.30.2.ebuild argouml-0.29.2-r1.ebuild
Date: Mon, 06 Feb 2012 15:17:54
Message-Id: 20120206151743.4113F2004B@flycatcher.gentoo.org
1 sera 12/02/06 15:17:43
2
3 Modified: argouml-0.32.2.ebuild ChangeLog argouml-0.34.ebuild
4 Removed: argouml-0.26.ebuild argouml-0.24.ebuild
5 argouml-0.30.2.ebuild argouml-0.29.2-r1.ebuild
6 Log:
7 Use shipped png. #370921
8 Move to freedesktop category Development. #373017
9 Remove old/unused.
10
11 (Portage version: 2.1.10.44/cvs/Linux x86_64)
12
13 Revision Changes Path
14 1.2 dev-util/argouml/argouml-0.32.2.ebuild
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/argouml/argouml-0.32.2.ebuild?rev=1.2&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/argouml/argouml-0.32.2.ebuild?rev=1.2&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/argouml/argouml-0.32.2.ebuild?r1=1.1&r2=1.2
19
20 Index: argouml-0.32.2.ebuild
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/dev-util/argouml/argouml-0.32.2.ebuild,v
23 retrieving revision 1.1
24 retrieving revision 1.2
25 diff -u -r1.1 -r1.2
26 --- argouml-0.32.2.ebuild 22 Jun 2011 09:42:52 -0000 1.1
27 +++ argouml-0.32.2.ebuild 6 Feb 2012 15:17:43 -0000 1.2
28 @@ -1,12 +1,12 @@
29 -# Copyright 1999-2011 Gentoo Foundation
30 +# Copyright 1999-2012 Gentoo Foundation
31 # Distributed under the terms of the GNU General Public License v2
32 -# $Header: /var/cvsroot/gentoo-x86/dev-util/argouml/argouml-0.32.2.ebuild,v 1.1 2011/06/22 09:42:52 ali_bush Exp $
33 +# $Header: /var/cvsroot/gentoo-x86/dev-util/argouml/argouml-0.32.2.ebuild,v 1.2 2012/02/06 15:17:43 sera Exp $
34
35 EAPI="3"
36
37 -inherit fdo-mime java-pkg-2
38 +inherit eutils fdo-mime java-pkg-2
39
40 -DESCRIPTION="modelling tool that helps you do your design using UML"
41 +DESCRIPTION="Modelling tool that helps you do your design using UML"
42 HOMEPAGE="http://argouml.tigris.org"
43 BASE_URI="http://argouml-downloads.tigris.org/nonav/${P}"
44 SRC_URI="${BASE_URI}/ArgoUML-${PV}.tar.gz
45 @@ -46,8 +46,8 @@
46 doins "${DISTDIR}/quickguide-${PV}.pdf"
47 fi
48
49 - doicon "${FILESDIR}"/${PN}.png || die
50 - make_desktop_entry ${PN} "ArgoUML" ${PN} "Graphics"
51 + newicon ${P}/icon/ArgoIcon128x128.png ${PN}.png || die
52 + make_desktop_entry ${PN} "ArgoUML"
53 }
54
55 pkg_postinst() {
56
57
58
59 1.33 dev-util/argouml/ChangeLog
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/argouml/ChangeLog?rev=1.33&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/argouml/ChangeLog?rev=1.33&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/argouml/ChangeLog?r1=1.32&r2=1.33
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/dev-util/argouml/ChangeLog,v
68 retrieving revision 1.32
69 retrieving revision 1.33
70 diff -u -r1.32 -r1.33
71 --- ChangeLog 3 Feb 2012 15:16:24 -0000 1.32
72 +++ ChangeLog 6 Feb 2012 15:17:43 -0000 1.33
73 @@ -1,6 +1,13 @@
74 # ChangeLog for dev-util/argouml
75 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/dev-util/argouml/ChangeLog,v 1.32 2012/02/03 15:16:24 fordfrog Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/dev-util/argouml/ChangeLog,v 1.33 2012/02/06 15:17:43 sera Exp $
78 +
79 + 06 Feb 2012; Ralph Sennhauser <sera@g.o> -argouml-0.24.ebuild,
80 + -argouml-0.26.ebuild, -argouml-0.29.2-r1.ebuild, -argouml-0.30.2.ebuild,
81 + argouml-0.32.2.ebuild, argouml-0.34.ebuild, -files/argouml.png:
82 + Use shipped png. #370921
83 + Move to freedesktop category Development. #373017
84 + Remove old/unused.
85
86 *argouml-0.34 (03 Feb 2012)
87
88
89
90
91 1.2 dev-util/argouml/argouml-0.34.ebuild
92
93 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/argouml/argouml-0.34.ebuild?rev=1.2&view=markup
94 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/argouml/argouml-0.34.ebuild?rev=1.2&content-type=text/plain
95 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/argouml/argouml-0.34.ebuild?r1=1.1&r2=1.2
96
97 Index: argouml-0.34.ebuild
98 ===================================================================
99 RCS file: /var/cvsroot/gentoo-x86/dev-util/argouml/argouml-0.34.ebuild,v
100 retrieving revision 1.1
101 retrieving revision 1.2
102 diff -u -r1.1 -r1.2
103 --- argouml-0.34.ebuild 3 Feb 2012 15:16:24 -0000 1.1
104 +++ argouml-0.34.ebuild 6 Feb 2012 15:17:43 -0000 1.2
105 @@ -1,12 +1,12 @@
106 # Copyright 1999-2012 Gentoo Foundation
107 # Distributed under the terms of the GNU General Public License v2
108 -# $Header: /var/cvsroot/gentoo-x86/dev-util/argouml/argouml-0.34.ebuild,v 1.1 2012/02/03 15:16:24 fordfrog Exp $
109 +# $Header: /var/cvsroot/gentoo-x86/dev-util/argouml/argouml-0.34.ebuild,v 1.2 2012/02/06 15:17:43 sera Exp $
110
111 EAPI="3"
112
113 -inherit fdo-mime java-pkg-2
114 +inherit eutils fdo-mime java-pkg-2
115
116 -DESCRIPTION="modelling tool that helps you do your design using UML"
117 +DESCRIPTION="Modelling tool that helps you do your design using UML"
118 HOMEPAGE="http://argouml.tigris.org"
119 BASE_URI="http://argouml-downloads.tigris.org/nonav/${P}"
120 SRC_URI="${BASE_URI}/ArgoUML-${PV}.tar.gz
121 @@ -46,8 +46,8 @@
122 doins "${DISTDIR}/quickguide-${PV}.pdf"
123 fi
124
125 - doicon "${FILESDIR}"/${PN}.png || die
126 - make_desktop_entry ${PN} "ArgoUML" ${PN} "Graphics"
127 + newicon ${P}/icon/ArgoIcon128x128.png ${PN}.png || die
128 + make_desktop_entry ${PN} "ArgoUML"
129 }
130
131 pkg_postinst() {