diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-14 01:45:51 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-14 01:45:51 +0000 |
commit | 428fd9c31251df91ae5ff38692bc2939751d3145 (patch) | |
tree | 173890f0e186b717700f984255141d1f08413f2f /app-office/dia2code | |
parent | small fix to error message (diff) | |
download | historical-428fd9c31251df91ae5ff38692bc2939751d3145.tar.gz historical-428fd9c31251df91ae5ff38692bc2939751d3145.tar.bz2 historical-428fd9c31251df91ae5ff38692bc2939751d3145.zip |
Don't assign default to S; header fix
Diffstat (limited to 'app-office/dia2code')
-rw-r--r-- | app-office/dia2code/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/dia2code/dia2code-0.8.1.ebuild | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/app-office/dia2code/ChangeLog b/app-office/dia2code/ChangeLog index 2c618aabc910..1867247a1f55 100644 --- a/app-office/dia2code/ChangeLog +++ b/app-office/dia2code/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/dia2code -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.5 2003/02/12 05:12:28 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.6 2004/03/14 01:45:18 mr_bones_ Exp $ + + 13 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> dia2code-0.8.1.ebuild: + Don't assign default to S; header fix *dia2code-0.8.1 (20 Jun 2002) diff --git a/app-office/dia2code/dia2code-0.8.1.ebuild b/app-office/dia2code/dia2code-0.8.1.ebuild index d0b5c13125fa..de30dbcf7f5e 100644 --- a/app-office/dia2code/dia2code-0.8.1.ebuild +++ b/app-office/dia2code/dia2code-0.8.1.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.1.ebuild,v 1.8 2004/03/02 02:27:47 jhuebel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.1.ebuild,v 1.9 2004/03/14 01:45:18 mr_bones_ Exp $ -S=${WORKDIR}/${P} 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" |