blob: adcf196dc938b72d7e6813f4f3246f6228f7175e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-oracle/eselect-oracle-1.0-r260.ebuild,v 1.2 2006/03/26 15:53:35 dertobi123 Exp $
DESCRIPTION="Utility to change the Oracle SQL*Plus Instantclient being used"
HOMEPAGE="http://www.gentoo.org/"
SRC_URI="http://www.scherbaum.info/~tobias/eselect/${P}-r260.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=app-admin/eselect-1.0
dev-db/oracle-instantclient-sqlplus"
S="${WORKDIR}"
src_install() {
insinto /usr/share/eselect/modules
doins oracle.eselect
}
|