Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 138522
Collapse All | Expand All

(-)file_not_specified_in_diff (-26 / +1 lines)
Line  Link Here
0
-- a/sci-chemistry/gtk-gamess/gtk-gamess-1.04.1.ebuild
0
++ /dev/null
Lines 1-25 Link Here
1
# Copyright 1999-2005 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-misc/colordiff/colordiff-1.0.5-r2.ebuild,v 1.7 2005/08/17 18:08:02 grobian Exp $
4
5
DESCRIPTION="GTK+ frontend to GAMESS"
6
HOMEPAGE="http://www.uiowa.edu/~ghemical/gtk-gamess.shtml"
7
SRC_URI="mirror://sourceforge/gtk-gamess/${P}.tar.gz"
8
9
LICENSE="GPL-2"
10
SLOT="0"
11
KEYWORDS="~x86"
12
IUSE=""
13
14
RDEPEND="=gnome-base/libglade-0*"
15
DEPEND="${RDEPEND}"
16
17
src_unpack() {
18
	unpack ${A}
19
	sed -i -e "s:/usr/local/gamess/rungms:/usr/bin/rungms:g" \
20
		${S}/src/gg_config.cpp
21
}
22
23
src_install() {
24
	make DESTDIR="${D}" install || die "install failed"
25
}

Return to bug 138522