diff options
author | George Shapovalov <george@gentoo.org> | 2003-12-31 19:31:16 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2003-12-31 19:31:16 +0000 |
commit | b8f9adc86192ac0f689015442eecb87c95d54637 (patch) | |
tree | 1c26444e09accaa39469a9ac65edf11b10b19c02 /media-libs/atlas-c++/atlas-c++-0.4.5.ebuild | |
parent | compile time fix #35167 (diff) | |
download | historical-b8f9adc86192ac0f689015442eecb87c95d54637.tar.gz historical-b8f9adc86192ac0f689015442eecb87c95d54637.tar.bz2 historical-b8f9adc86192ac0f689015442eecb87c95d54637.zip |
new version, SRC_URI corrections. Plus this really belongs to games people
Diffstat (limited to 'media-libs/atlas-c++/atlas-c++-0.4.5.ebuild')
-rw-r--r-- | media-libs/atlas-c++/atlas-c++-0.4.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/atlas-c++/atlas-c++-0.4.5.ebuild b/media-libs/atlas-c++/atlas-c++-0.4.5.ebuild index 02ae122de437..d1066f133240 100644 --- a/media-libs/atlas-c++/atlas-c++-0.4.5.ebuild +++ b/media-libs/atlas-c++/atlas-c++-0.4.5.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.4.5.ebuild,v 1.2 2003/02/13 12:40:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.4.5.ebuild,v 1.3 2003/12/31 19:31:04 george Exp $ MY_PN="Atlas-C++" MY_P=${MY_PN}-${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="Atlas protocol standard implementation in C++. Atlas protocol is used in role playing games at worldforge." HOMEPAGE="http://www.worldforge.net" -SRC_URI="ftp://victor.worldforge.org/pub/worldforge/libs/${MY_PN}/${MY_P}.tar.bz2" +SRC_URI="ftp://ftp.worldforge.org/pub/worldforge/libs/${MY_PN}/${MY_P}.tar.bz2" SLOT="0" LICENSE="LGPL-2.1" |