diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-02-28 17:33:10 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-02-28 17:33:10 +0000 |
commit | 885a2ff83876dd5cd84daf13e0a010653c14f2d1 (patch) | |
tree | 85977991f7fa61590016609276bb294bce3b0b1e /dev-games | |
parent | digest fix (diff) | |
download | gentoo-2-885a2ff83876dd5cd84daf13e0a010653c14f2d1.tar.gz gentoo-2-885a2ff83876dd5cd84daf13e0a010653c14f2d1.tar.bz2 gentoo-2-885a2ff83876dd5cd84daf13e0a010653c14f2d1.zip |
fix HOMEPAGE (bug #83100)
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/crystalspace-cvs/ChangeLog | 6 | ||||
-rw-r--r-- | dev-games/crystalspace-cvs/crystalspace-cvs-0.99.ebuild | 4 | ||||
-rw-r--r-- | dev-games/crystalspace/ChangeLog | 6 | ||||
-rw-r--r-- | dev-games/crystalspace/crystalspace-0.98.4.20050224.ebuild | 4 | ||||
-rw-r--r-- | dev-games/crystalspace/crystalspace-0.98.4.ebuild | 4 |
5 files changed, 16 insertions, 8 deletions
diff --git a/dev-games/crystalspace-cvs/ChangeLog b/dev-games/crystalspace-cvs/ChangeLog index 9e49561fc157..63d94d5413d6 100644 --- a/dev-games/crystalspace-cvs/ChangeLog +++ b/dev-games/crystalspace-cvs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-games/crystalspace-cvs # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace-cvs/ChangeLog,v 1.10 2005/01/01 17:58:53 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace-cvs/ChangeLog,v 1.11 2005/02/28 17:33:10 mr_bones_ Exp $ + + 28 Feb 2005; Michael Sterrett <mr_bones_@gentoo.org> + crystalspace-cvs-0.99.ebuild: + fix HOMEPAGE (bug #83100) *crystalspace-cvs-0.99 (25 Dec 2004) diff --git a/dev-games/crystalspace-cvs/crystalspace-cvs-0.99.ebuild b/dev-games/crystalspace-cvs/crystalspace-cvs-0.99.ebuild index 13353884b74c..5a6597e0c710 100644 --- a/dev-games/crystalspace-cvs/crystalspace-cvs-0.99.ebuild +++ b/dev-games/crystalspace-cvs/crystalspace-cvs-0.99.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace-cvs/crystalspace-cvs-0.99.ebuild,v 1.4 2005/01/07 02:05:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace-cvs/crystalspace-cvs-0.99.ebuild,v 1.5 2005/02/28 17:33:10 mr_bones_ Exp $ ECVS_SERVER="cvs.sourceforge.net:/cvsroot/crystal" ECVS_MODULE="CS" @@ -8,7 +8,7 @@ ECVS_TOP_DIR="${DISTDIR}/cvs-src/${PN}" inherit cvs DESCRIPTION="portable 3D Game Development Kit written in C++" -HOMEPAGE="http://crystal.sourceforge.net/" +HOMEPAGE="http://www.crystalspace3d.org" SRC_URI="" LICENSE="LGPL-2" diff --git a/dev-games/crystalspace/ChangeLog b/dev-games/crystalspace/ChangeLog index c47fafe5fa6e..1176aed4e250 100644 --- a/dev-games/crystalspace/ChangeLog +++ b/dev-games/crystalspace/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-games/crystalspace # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.12 2005/02/24 21:52:55 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.13 2005/02/28 17:31:50 mr_bones_ Exp $ + + 28 Feb 2005; Michael Sterrett <mr_bones_@gentoo.org> + crystalspace-0.98.4.20050224.ebuild, crystalspace-0.98.4.ebuild: + fix HOMEPAGE (bug #83100) 24 Feb 2005; Thomas Raschbacher <lordvan@gentoo.org> : crystalspace-0.98.4.20050224.ebuild cvs snapshot for planeshift diff --git a/dev-games/crystalspace/crystalspace-0.98.4.20050224.ebuild b/dev-games/crystalspace/crystalspace-0.98.4.20050224.ebuild index f6b0cd600e5d..11a5f25a911d 100644 --- a/dev-games/crystalspace/crystalspace-0.98.4.20050224.ebuild +++ b/dev-games/crystalspace/crystalspace-0.98.4.20050224.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 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.20050224.ebuild,v 1.1 2005/02/24 21:52:55 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-0.98.4.20050224.ebuild,v 1.2 2005/02/28 17:31:50 mr_bones_ Exp $ inherit eutils #MY_P="cs${PV:2:2}_00${PV:5:1}" MY_P="${P}" DESCRIPTION="portable 3D Game Development Kit written in C++" -HOMEPAGE="http://crystal.sourceforge.net/" +HOMEPAGE="http://www.crystalspace3d.org" SRC_URI="mirror://sourceforge/crystal/${MY_P}.tar.bz2" LICENSE="LGPL-2" diff --git a/dev-games/crystalspace/crystalspace-0.98.4.ebuild b/dev-games/crystalspace/crystalspace-0.98.4.ebuild index 4a8a36a5c3c5..2eff0cc027e6 100644 --- a/dev-games/crystalspace/crystalspace-0.98.4.ebuild +++ b/dev-games/crystalspace/crystalspace-0.98.4.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2005 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.9 2005/02/24 21:52:55 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-0.98.4.ebuild,v 1.10 2005/02/28 17:31:50 mr_bones_ Exp $ inherit eutils MY_P="cs${PV:2:2}_00${PV:5:1}" DESCRIPTION="portable 3D Game Development Kit written in C++" -HOMEPAGE="http://crystal.sourceforge.net/" +HOMEPAGE="http://www.crystalspace3d.org" SRC_URI="mirror://sourceforge/crystal/${MY_P}.tar.bz2" LICENSE="LGPL-2" |