summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-07-14 18:57:33 +0000
committerPacho Ramos <pacho@gentoo.org>2014-07-14 18:57:33 +0000
commit30cdbb182094627d75b7fd06c53e8febdc281e17 (patch)
tree450663c02aebf526d113e42ac2f02ee9a2b3b461 /app-office
parentVersion bump (diff)
downloadgentoo-2-30cdbb182094627d75b7fd06c53e8febdc281e17.tar.gz
gentoo-2-30cdbb182094627d75b7fd06c53e8febdc281e17.tar.bz2
gentoo-2-30cdbb182094627d75b7fd06c53e8febdc281e17.zip
Version bump
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/dia2code/ChangeLog7
-rw-r--r--app-office/dia2code/dia2code-0.8.7.ebuild27
2 files changed, 33 insertions, 1 deletions
diff --git a/app-office/dia2code/ChangeLog b/app-office/dia2code/ChangeLog
index 5c4593672932..11af74d3f292 100644
--- a/app-office/dia2code/ChangeLog
+++ b/app-office/dia2code/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-office/dia2code
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.34 2014/04/17 07:44:55 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.35 2014/07/14 18:57:33 pacho Exp $
+
+*dia2code-0.8.7 (14 Jul 2014)
+
+ 14 Jul 2014; Pacho Ramos <pacho@gentoo.org> +dia2code-0.8.7.ebuild:
+ Version bump
17 Apr 2014; Pacho Ramos <pacho@gentoo.org> dia2code-0.8.5.ebuild:
Drop stable keywords after the discussion caused by Gnome 3.8/3.10
diff --git a/app-office/dia2code/dia2code-0.8.7.ebuild b/app-office/dia2code/dia2code-0.8.7.ebuild
new file mode 100644
index 000000000000..3de1edd6c2da
--- /dev/null
+++ b/app-office/dia2code/dia2code-0.8.7.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.7.ebuild,v 1.1 2014/07/14 18:57:33 pacho Exp $
+
+EAPI=5
+GCONF_DEBUG="no"
+
+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}
+ >=app-office/dia-0.90.0
+"
+
+src_install() {
+ gnome2_src_install
+ doman dia2code.1
+}