diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-03-24 23:54:53 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-03-24 23:54:53 +0000 |
commit | b34472b95b903d753f306da1a34b249fee7b5ced (patch) | |
tree | 3ca395701bf99cea203c230989bc7600553b2319 /dev-db/hk_classes/hk_classes-0.6.2a.ebuild | |
parent | fixing src_uri. closes 45629 (Manifest recommit) (diff) | |
download | gentoo-2-b34472b95b903d753f306da1a34b249fee7b5ced.tar.gz gentoo-2-b34472b95b903d753f306da1a34b249fee7b5ced.tar.bz2 gentoo-2-b34472b95b903d753f306da1a34b249fee7b5ced.zip |
fixing src_uri. closes 45630
Diffstat (limited to 'dev-db/hk_classes/hk_classes-0.6.2a.ebuild')
-rw-r--r-- | dev-db/hk_classes/hk_classes-0.6.2a.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-db/hk_classes/hk_classes-0.6.2a.ebuild b/dev-db/hk_classes/hk_classes-0.6.2a.ebuild index 3fbdb5434386..5f6164f8c07c 100644 --- a/dev-db/hk_classes/hk_classes-0.6.2a.ebuild +++ b/dev-db/hk_classes/hk_classes-0.6.2a.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/hk_classes/hk_classes-0.6.2a.ebuild,v 1.1 2003/12/06 13:18:33 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/hk_classes/hk_classes-0.6.2a.ebuild,v 1.2 2004/03/24 23:54:53 mholzer Exp $ DESCRIPTION="GUI-independent C++ libraries for database applications, including API documentation and tutorials." HOMEPAGE="http://hk-classes.sourceforge.net/" -SRC_URI="mirror://sourceforge/sourceforge/hk-classes/${P}.tar.bz2 - mirror://sourceforge/sourceforge/knoda/knodapython.tar.bz2 - mirror://sourceforge/sourceforge/knoda/hk_docs-0.6.tar.gz" +SRC_URI="mirror://sourceforge/hk-classes/${P}.tar.bz2 + mirror://sourceforge/knoda/knodapython.tar.bz2 + mirror://sourceforge/knoda/hk_docs-0.6.tar.gz" +RESTRICT="nomirror" LICENSE="LGPL-2" SLOT="0" KEYWORDS="x86" |