summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-03-24 23:54:53 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-03-24 23:54:53 +0000
commitb34472b95b903d753f306da1a34b249fee7b5ced (patch)
tree3ca395701bf99cea203c230989bc7600553b2319 /dev-db/hk_classes
parentfixing src_uri. closes 45629 (Manifest recommit) (diff)
downloadgentoo-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')
-rw-r--r--dev-db/hk_classes/ChangeLog7
-rw-r--r--dev-db/hk_classes/hk_classes-0.6.1.ebuild11
-rw-r--r--dev-db/hk_classes/hk_classes-0.6.2a.ebuild11
-rw-r--r--dev-db/hk_classes/hk_classes-0.6.3_alpha1.ebuild11
-rw-r--r--dev-db/hk_classes/hk_classes-0.6.3_alpha3.ebuild9
5 files changed, 29 insertions, 20 deletions
diff --git a/dev-db/hk_classes/ChangeLog b/dev-db/hk_classes/ChangeLog
index a46862e0660f..5e21cfcb0ebc 100644
--- a/dev-db/hk_classes/ChangeLog
+++ b/dev-db/hk_classes/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-db/hk_classes
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/hk_classes/ChangeLog,v 1.12 2004/03/18 15:50:03 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/hk_classes/ChangeLog,v 1.13 2004/03/24 23:54:53 mholzer Exp $
+
+ 25 Mar 2004; Martin Holzer <mholzer@gentoo.org> hk_classes-0.6.1.ebuild,
+ hk_classes-0.6.2a.ebuild, hk_classes-0.6.3_alpha1.ebuild,
+ hk_classes-0.6.3_alpha3.ebuild:
+ fixing src_uri. closes 45630
18 Mar 2004; David Holm <dholm@gentoo.org> hk_classes-0.6.3_alpha3.ebuild:
Added to ~ppc.
diff --git a/dev-db/hk_classes/hk_classes-0.6.1.ebuild b/dev-db/hk_classes/hk_classes-0.6.1.ebuild
index 6e83f2110cda..b496757e9f1e 100644
--- a/dev-db/hk_classes/hk_classes-0.6.1.ebuild
+++ b/dev-db/hk_classes/hk_classes-0.6.1.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.1.ebuild,v 1.1 2003/10/20 14:34:10 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/hk_classes/hk_classes-0.6.1.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"
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"
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"
diff --git a/dev-db/hk_classes/hk_classes-0.6.3_alpha3.ebuild b/dev-db/hk_classes/hk_classes-0.6.3_alpha3.ebuild
index beec79e64c41..d85ccf82517b 100644
--- a/dev-db/hk_classes/hk_classes-0.6.3_alpha3.ebuild
+++ b/dev-db/hk_classes/hk_classes-0.6.3_alpha3.ebuild
@@ -1,15 +1,16 @@
# 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_alpha3.ebuild,v 1.2 2004/03/18 15:50:03 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/hk_classes/hk_classes-0.6.3_alpha3.ebuild,v 1.3 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/_alpha3/-test3}
-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 ~ppc"