mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-java/c3p0: update SRC_URI, avoid permanent redirect
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/33333 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
committed by
Miroslav Šulc
parent
f2f33b9f84
commit
a075c28e12
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -10,8 +10,8 @@ inherit java-pkg-2 java-ant-2
|
||||
|
||||
DESCRIPTION="JDBC drivers with JNDI-bindable DataSources"
|
||||
HOMEPAGE="https://www.mchange.com/projects/c3p0/"
|
||||
SRC_URI="mirror://sourceforge/project/c3p0/c3p0-src/c3p0-${PV}/${P}.src.tgz"
|
||||
|
||||
SRC_URI="mirror://sourceforge/${PN}/${P}.src.tgz"
|
||||
LICENSE="|| ( EPL-1.0 LGPL-2.1 )"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux"
|
||||
|
||||
Reference in New Issue
Block a user