summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriele Giorgetti <stroke@gentoo.org>2002-07-30 20:47:34 +0000
committerGabriele Giorgetti <stroke@gentoo.org>2002-07-30 20:47:34 +0000
commitc96e8e18e470a6203d70b7828b436bd2da22fd81 (patch)
tree81885128a9e994e554a8fafde30864c5d2c52998 /app-office
parentadded ppc to keywords (diff)
downloadgentoo-2-c96e8e18e470a6203d70b7828b436bd2da22fd81.tar.gz
gentoo-2-c96e8e18e470a6203d70b7828b436bd2da22fd81.tar.bz2
gentoo-2-c96e8e18e470a6203d70b7828b436bd2da22fd81.zip
Corrected a typo
Diffstat (limited to 'app-office')
-rw-r--r--app-office/dia2code/ChangeLog5
-rw-r--r--app-office/dia2code/dia2code-0.8.1.ebuild7
2 files changed, 7 insertions, 5 deletions
diff --git a/app-office/dia2code/ChangeLog b/app-office/dia2code/ChangeLog
index b96aa7b50a04..4e84aa8e28da 100644
--- a/app-office/dia2code/ChangeLog
+++ b/app-office/dia2code/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for app-office/dia2code
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.2 2002/07/25 19:29:33 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.3 2002/07/30 20:47:34 stroke Exp $
*dia2code-0.8.1 (20 Jun 2002)
+ 30 Jul 2002; Gabriele Giorgetti <stroke@gentoo.org> dia2code-0.8.1.ebuild:
+ Corrected a typo.
+
25 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> dia2code-0.8.1.ebuild :
Added LICENSE, KEYWORDS.
diff --git a/app-office/dia2code/dia2code-0.8.1.ebuild b/app-office/dia2code/dia2code-0.8.1.ebuild
index a6b960e4cd6e..86c68dcdfb1c 100644
--- a/app-office/dia2code/dia2code-0.8.1.ebuild
+++ b/app-office/dia2code/dia2code-0.8.1.ebuild
@@ -1,16 +1,15 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.1.ebuild,v 1.2 2002/07/25 19:29:33 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.1.ebuild,v 1.3 2002/07/30 20:47:34 stroke Exp $
S=${WORKDIR}/${P}
-DESCRIPTION="Convert UML diagrams produced with Dia to various source code
-flavours."
+DESCRIPTION="Convert UML diagrams produced with Dia to various source code flavours."
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
HOMEPAGE="http://dia2code.sourceforge.net"
+
KEYWORDS="x86"
LICENSE="GPL-2"
SLOT="0"
-LICENCE="GPL-2"
DEPEND="virtual/glibc
dev-libs/libxml2"