Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 28028 Details for
Bug 45758
An updated ebuild for gabber-1.9.3
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
An ebuild file for gabber-1.9.3 package
gabber-1.9.3.ebuild (text/plain), 1.12 KB, created by
Andrej Kacian (RETIRED)
on 2004-03-25 17:16:09 UTC
(
hide
)
Description:
An ebuild file for gabber-1.9.3 package
Filename:
MIME Type:
Creator:
Andrej Kacian (RETIRED)
Created:
2004-03-25 17:16:09 UTC
Size:
1.12 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit gnome2 > >MY_PN="Gabber" > >DESCRIPTION="The next generation of Gabber: The Gnome Jabber Client." >HOMEPAGE="http://gabber.jabberstudio.org/" >SRC_URI="http://www.jabberstudio.org/files/gabber/${MY_PN}-${PV}.tar.gz" >LICENSE="GPL-2" > >SLOT="0" >KEYWORDS="~x86" > >IUSE="debug spell ssl xss X" > >DEPEND="sys-devel/gettext > >=dev-cpp/gtkmm-2.0 > >=dev-cpp/gconfmm-2.0 > >=dev-cpp/libglademm-2.0 > >=net-im/jabberoo-1.9.0 > ssl? ( dev-libs/openssl ) > spell? ( app-text/gtkspell )" >RDEPEND="${DEPEND}" > >S=${WORKDIR}/${MY_PN}-${PV} > >src_compile() { > local myconf > ># use debug && myconf="${myconf} --enable-debug" > use ssl && myconf=${myconf} || myconf="${myconf} --disable-ssl" > use spell && myconf=${myconf} || myconf="${myconf} --disable-gtkspell" > use xss && myconf=${myconf} || myconf="${myconf} --disable-xss" > use X && myconf="${myconf} --with-x" > > myconf="${myconf} --sysconfdir=${D}/etc" > > econf ${myconf} || die "configure failed" > > emake || die "make failed" >} > >#src_install() { ># make DESTDIR=${D} install || die >#}
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 45758
: 28028 |
28243