diff options
Diffstat (limited to 'dev-db/hk_classes/hk_classes-0.6.3_alpha1.ebuild')
-rw-r--r-- | dev-db/hk_classes/hk_classes-0.6.3_alpha1.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-db/hk_classes/hk_classes-0.6.3_alpha1.ebuild b/dev-db/hk_classes/hk_classes-0.6.3_alpha1.ebuild index 9beff0ca3710..d74b613441d4 100644 --- a/dev-db/hk_classes/hk_classes-0.6.3_alpha1.ebuild +++ b/dev-db/hk_classes/hk_classes-0.6.3_alpha1.ebuild @@ -1,15 +1,16 @@ -# 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.3_alpha1.ebuild,v 1.1 2003/12/27 16:22:05 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/hk_classes/hk_classes-0.6.3_alpha1.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/" MY_P=${P/_alpha1/-test1} -SRC_URI="mirror://sourceforge/sourceforge/hk-classes/${MY_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/${MY_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" |