summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-08-04 21:10:26 +0200
committerPacho Ramos <pacho@gentoo.org>2016-08-04 21:15:38 +0200
commitf0c57d51cb9aed7bb7687d2e8cfb21758f0686b1 (patch)
treecde99b9e574b214653cb60317e9ea5f703d32c4c /app-office
parentapp-misc/workrave: Drop old (diff)
downloadgentoo-f0c57d51cb9aed7bb7687d2e8cfb21758f0686b1.tar.gz
gentoo-f0c57d51cb9aed7bb7687d2e8cfb21758f0686b1.tar.bz2
gentoo-f0c57d51cb9aed7bb7687d2e8cfb21758f0686b1.zip
app-office/dia2code: Version bump (#590258 by Pál Csányi)
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-office')
-rw-r--r--app-office/dia2code/Manifest1
-rw-r--r--app-office/dia2code/dia2code-0.8.8.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/app-office/dia2code/Manifest b/app-office/dia2code/Manifest
index eb50abe82862..22f4ac3e7b11 100644
--- a/app-office/dia2code/Manifest
+++ b/app-office/dia2code/Manifest
@@ -1 +1,2 @@
DIST dia2code-0.8.7.tar.gz 173733 SHA256 bebeeea56370bea416241128502144736d54d560b32d875174c5927089843adf SHA512 b02eea93488ab388aa6560ed62aef68d8d0f33e8ebf0237122d5038fd007dd1035180bcfe818edbdeb825d7767553d5c8f115acf57fce8085676cfbf6cb821e3 WHIRLPOOL 43e68f100ceca7acbd062847150086fa7c25edd5c0a819970d5e676ed6037d5d3140807cd57a0784d45cc863178521d721015b253bd745d37c73cb037fbbfa7b
+DIST dia2code-0.8.8.tar.gz 480548 SHA256 b7431a3f8a9f703397e4b849f304897a2c7150a378fe6069ae17cd2bfc1e6294 SHA512 15dfbad66fc7855f0ccc31cfd32488de13380653dcd72a7a47cfcec60727aea265373da3b829f2bb62c4aade5cb06b0cb884fa29b197545a5268b03c75e717a2 WHIRLPOOL 2cbdfaab1e733c4752ca7457a2763b539a1ed48eb351e6bd62264757fa862a11dc1f012a8d957cd05d3e199e88649b2b9c68cf8058e1da52ddc070053e35d6ba
diff --git a/app-office/dia2code/dia2code-0.8.8.ebuild b/app-office/dia2code/dia2code-0.8.8.ebuild
new file mode 100644
index 000000000000..821a356b16ad
--- /dev/null
+++ b/app-office/dia2code/dia2code-0.8.8.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="Convert UML diagrams produced with Dia to various source code flavours"
+HOMEPAGE="http://dia2code.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-libs/libxml2"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ gnome2_src_install
+ doman dia2code.1
+}