Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/dia2code/
Date: Thu, 04 Aug 2016 19:15:55
Message-Id: 1470338138.f0c57d51cb9aed7bb7687d2e8cfb21758f0686b1.pacho@gentoo
1 commit: f0c57d51cb9aed7bb7687d2e8cfb21758f0686b1
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 4 19:10:26 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 4 19:15:38 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0c57d51
7
8 app-office/dia2code: Version bump (#590258 by Pál Csányi)
9
10 Package-Manager: portage-2.3.0
11
12 app-office/dia2code/Manifest | 1 +
13 app-office/dia2code/dia2code-0.8.8.ebuild | 23 +++++++++++++++++++++++
14 2 files changed, 24 insertions(+)
15
16 diff --git a/app-office/dia2code/Manifest b/app-office/dia2code/Manifest
17 index eb50abe..22f4ac3 100644
18 --- a/app-office/dia2code/Manifest
19 +++ b/app-office/dia2code/Manifest
20 @@ -1 +1,2 @@
21 DIST dia2code-0.8.7.tar.gz 173733 SHA256 bebeeea56370bea416241128502144736d54d560b32d875174c5927089843adf SHA512 b02eea93488ab388aa6560ed62aef68d8d0f33e8ebf0237122d5038fd007dd1035180bcfe818edbdeb825d7767553d5c8f115acf57fce8085676cfbf6cb821e3 WHIRLPOOL 43e68f100ceca7acbd062847150086fa7c25edd5c0a819970d5e676ed6037d5d3140807cd57a0784d45cc863178521d721015b253bd745d37c73cb037fbbfa7b
22 +DIST dia2code-0.8.8.tar.gz 480548 SHA256 b7431a3f8a9f703397e4b849f304897a2c7150a378fe6069ae17cd2bfc1e6294 SHA512 15dfbad66fc7855f0ccc31cfd32488de13380653dcd72a7a47cfcec60727aea265373da3b829f2bb62c4aade5cb06b0cb884fa29b197545a5268b03c75e717a2 WHIRLPOOL 2cbdfaab1e733c4752ca7457a2763b539a1ed48eb351e6bd62264757fa862a11dc1f012a8d957cd05d3e199e88649b2b9c68cf8058e1da52ddc070053e35d6ba
23
24 diff --git a/app-office/dia2code/dia2code-0.8.8.ebuild b/app-office/dia2code/dia2code-0.8.8.ebuild
25 new file mode 100644
26 index 0000000..821a356
27 --- /dev/null
28 +++ b/app-office/dia2code/dia2code-0.8.8.ebuild
29 @@ -0,0 +1,23 @@
30 +# Copyright 1999-2016 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=6
35 +inherit gnome2
36 +
37 +DESCRIPTION="Convert UML diagrams produced with Dia to various source code flavours"
38 +HOMEPAGE="http://dia2code.sourceforge.net/"
39 +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
40 +
41 +LICENSE="GPL-2"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
44 +IUSE=""
45 +
46 +DEPEND="dev-libs/libxml2"
47 +RDEPEND="${DEPEND}"
48 +
49 +src_install() {
50 + gnome2_src_install
51 + doman dia2code.1
52 +}