diff options
author | Ian Leitch <port001@gentoo.org> | 2005-01-05 14:06:39 +0000 |
---|---|---|
committer | Ian Leitch <port001@gentoo.org> | 2005-01-05 14:06:39 +0000 |
commit | 45718a5797408db9c0ba1acdf4300a4e1bf4ac94 (patch) | |
tree | 19dd7a0519958898d3d09b7ea8765dd4d12c9e63 /eclass | |
parent | Initial commit of the aolserver eclass (diff) | |
download | gentoo-2-45718a5797408db9c0ba1acdf4300a4e1bf4ac94.tar.gz gentoo-2-45718a5797408db9c0ba1acdf4300a4e1bf4ac94.tar.bz2 gentoo-2-45718a5797408db9c0ba1acdf4300a4e1bf4ac94.zip |
Added a default SRC_URI
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/aolserver.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/aolserver.eclass b/eclass/aolserver.eclass index 0676adef076b..a94c3e9ae743 100644 --- a/eclass/aolserver.eclass +++ b/eclass/aolserver.eclass @@ -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/eclass/aolserver.eclass,v 1.1 2005/01/05 13:37:56 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/aolserver.eclass,v 1.2 2005/01/05 14:06:39 port001 Exp $ # Authors: # Ian Leitch <port001@gentoo.org> @@ -20,6 +20,7 @@ LIBXML2=/usr LIBXSLT=/usr IUSE="" +SRC_URI="mirror://sourceforge/aolserver/${P}.tar.gz" HOMEPAGE="http://www.aolserver.com" LICENSE="MPL-1.1" SLOT="0" |