diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-26 06:42:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-26 06:42:39 +0000 |
commit | 7a94697dff23161d320a32cd0c3c8baed820978a (patch) | |
tree | 1180ea97107b82dc1bc450c7608fd1899234f1b7 /dev-games/crystalspace | |
parent | handle params from horde ebuilds (diff) | |
download | historical-7a94697dff23161d320a32cd0c3c8baed820978a.tar.gz historical-7a94697dff23161d320a32cd0c3c8baed820978a.tar.bz2 historical-7a94697dff23161d320a32cd0c3c8baed820978a.zip |
fix SRC_URI #75658
Diffstat (limited to 'dev-games/crystalspace')
-rw-r--r-- | dev-games/crystalspace/Manifest | 8 | ||||
-rw-r--r-- | dev-games/crystalspace/crystalspace-0.98.4.ebuild | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-games/crystalspace/Manifest b/dev-games/crystalspace/Manifest index fddaf1b60cc6..11354e085e81 100644 --- a/dev-games/crystalspace/Manifest +++ b/dev-games/crystalspace/Manifest @@ -3,12 +3,12 @@ Hash: SHA1 MD5 c414510a08d70a98c9d95f57e7038e9f ChangeLog 1672 MD5 e4c7a49ca08eb200cfa0a9f9246e2257 metadata.xml 959 -MD5 e8c0913ae96f6fe21005f9ffab6a8cf8 crystalspace-0.98.4.ebuild 1706 +MD5 6aa863c44869ad9e85ebde9c78335aa4 crystalspace-0.98.4.ebuild 1701 MD5 bec0edb0863c282510494dc014bbf750 files/digest-crystalspace-0.98.4 63 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.9.10 (GNU/Linux) -iD8DBQFBzSLGroRuSHgZdywRApprAKCL0Keoi0I+4ez7O/mz+ou0K9/+dgCfYypK -hAgQ4iKux/Fk5PYj7yzb+kU= -=ZtRM +iD8DBQFBzl1zroRuSHgZdywRAgDaAKCGMJ1Dj27jLyO5qWN5abTr99R/8ACeKL6f +OASqYDB7lTnc8C/ReH/ycJw= +=Uw6A -----END PGP SIGNATURE----- diff --git a/dev-games/crystalspace/crystalspace-0.98.4.ebuild b/dev-games/crystalspace/crystalspace-0.98.4.ebuild index 68455c14eb26..a73ad1ba3013 100644 --- a/dev-games/crystalspace/crystalspace-0.98.4.ebuild +++ b/dev-games/crystalspace/crystalspace-0.98.4.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-0.98.4.ebuild,v 1.2 2004/12/25 08:20:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-0.98.4.ebuild,v 1.3 2004/12/26 06:42:39 vapier Exp $ MY_P="cs${PV:2:2}_00${PV:5:1}" DESCRIPTION="portable 3D Game Development Kit written in C++" HOMEPAGE="http://crystal.sourceforge.net/" -SRC_URI="mirror://sourceforge/crystalspace/${MY_P}.tar.bz2" +SRC_URI="mirror://sourceforge/crystal/${MY_P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" |