diff options
author | Jungmin Seo <seo@gentoo.org> | 2003-03-26 11:46:37 +0000 |
---|---|---|
committer | Jungmin Seo <seo@gentoo.org> | 2003-03-26 11:46:37 +0000 |
commit | 73e4d1e679a652b6e0c55685ff2d7ec264ac3a55 (patch) | |
tree | 279ff555548608df9d2867b138a6dbb6f9092acc /app-office/dia | |
parent | version bump (diff) | |
download | historical-73e4d1e679a652b6e0c55685ff2d7ec264ac3a55.tar.gz historical-73e4d1e679a652b6e0c55685ff2d7ec264ac3a55.tar.bz2 historical-73e4d1e679a652b6e0c55685ff2d7ec264ac3a55.zip |
Fixed 'SRC_URI'
Diffstat (limited to 'app-office/dia')
-rw-r--r-- | app-office/dia/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/dia/dia-0.91.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/dia/ChangeLog b/app-office/dia/ChangeLog index 9468079c269f..75382bf8d2f4 100644 --- a/app-office/dia/ChangeLog +++ b/app-office/dia/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for app-office/dia # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/dia/ChangeLog,v 1.13 2003/03/26 09:32:40 seo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/dia/ChangeLog,v 1.14 2003/03/26 11:46:37 seo Exp $ *dia-0.91 (26 Mar 2003) + 26 Mar 2003: Jungmin Seo <seo@gentoo.org> dia-0.91.ebuild : + Fixed 'SRC_URI' + 26 Mar 2003; Jungmin Seo <seo@gentoo.org> dia-0.91.ebuild : New version. now supports gtk+-2. diff --git a/app-office/dia/dia-0.91.ebuild b/app-office/dia/dia-0.91.ebuild index 61f39ccee07c..50f28a8e96df 100644 --- a/app-office/dia/dia-0.91.ebuild +++ b/app-office/dia/dia-0.91.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.91.ebuild,v 1.1 2003/03/26 09:32:40 seo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.91.ebuild,v 1.2 2003/03/26 11:46:37 seo Exp $ DESCRIPTION="Diagram Creation Program" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/sources/${PN}/${PV}/${P}.tar.gz" HOMEPAGE="http://www.gnome.org/gnome-office/dia.shtml" SLOT="0" |