Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 83816 Details for
Bug 128651
chemtool-1.6.9.ebuild (Update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
chemtool-1.6.9.ebuild
chemtool-1.6.9.ebuild (text/plain), 1.79 KB, created by
boozo
on 2006-04-03 09:04:53 UTC
(
hide
)
Description:
chemtool-1.6.9.ebuild
Filename:
MIME Type:
Creator:
boozo
Created:
2006-04-03 09:04:53 UTC
Size:
1.79 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.9.ebuild,v 1.3 2006/03/17 05:10:56 chriswhite Exp $ > >inherit eutils kde-functions > >DESCRIPTION="program for drawing organic molecules" >HOMEPAGE="http://ruby.chemie.uni-freiburg.de/~martin/chemtool/" >SRC_URI="http://ruby.chemie.uni-freiburg.de/~martin/chemtool/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="gnome kde nls" > >DEPEND=">=media-gfx/transfig-3.2.3d > =x11-libs/gtk+-2* > kde? ( kde-base/kdelibs ) > x86? ( >=media-libs/libemf-1.0 )" > >src_compile() { > local config_opts > local mycppflags > if ! use kde; then > unset KDEDIR > config_opts="${config_opts} --without-kdedir" > else > set-kdedir > config_opts="${config_opts} --with-kdedir=${KDEDIR}" > fi > if [ ${ARCH} = "x86" ]; then > config_opts="${config_opts} --enable-emf" > mycppflags="${mycppflags} -I /usr/include/libEMF" > fi > > sed -e "s:\(^CPPFLAGS.*\):\1 ${mycppflags}:" -i Makefile.in || \ > die "could not append cppflags" > > if use gnome ; then > config_opts="${config_opts} --with-gnomedir=/usr" ; > else > config_opts="${config_opts} --without-gnomedir" ; > fi > > econf ${config_opts} \ > || die "./configure failed" > emake || die "make failed" >} > >src_install() { > local sharedirs="applnk/Graphics mimelnk/application icons/hicolor/32x32/mimetypes" > for dir in ${sharedirs}; do > dodir ${mykdedir}/share/${dir} > done > dodir /usr/share/mime-types > dodir /usr/share/pixmaps/mc > > make DESTDIR="${D}" install || die "make install failed" > > if ! use gnome; then > rm -rf ${D}/usr/share/pixmaps ${D}/usr/share/mime-types > fi > > dodoc ChangeLog INSTALL README TODO > insinto /usr/share/${PN}/examples > doins ${S}/examples/* > if ! use nls; then rm -rf ${D}/usr/share/locale; fi >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 128651
: 83816