Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 185702 Details for
Bug 197530
net-im/nateon (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for a newer version
nateon-1.0.1.218.ebuild (text/plain), 1.14 KB, created by
Jung Tae-young
on 2009-03-21 04:12:43 UTC
(
hide
)
Description:
ebuild for a newer version
Filename:
MIME Type:
Creator:
Jung Tae-young
Created:
2009-03-21 04:12:43 UTC
Size:
1.14 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > ># NOTICE: This package depend on kdelibs built with aRts >ARTS_REQUIRED=yes >inherit cmake-utils kde > >DESCRIPTION="Nateon for Linux" >HOMEPAGE="http://kldp.net/projects/nateon" >SRC_URI="amd64? ( http://nateondownload.nate.com/download/nateongen_64.zip ) > x86? ( http://nateondownload.nate.com/download/nateongen_32.zip )" > >LICENSE="GPL-3" >KEYWORDS="~amd64 ~x86 ~ppc" > >SLOT="0" >IUSE="+messagebox" > >DEPEND="x11-libs/libX11 > x11-libs/libXext > x11-libs/libXrender > x11-libs/libXScrnSaver > x11-misc/xdg-utils > >=kde-base/kdelibs-3.5.7 > >=dev-db/sqlite-3.3.13 > >=dev-util/cmake-2.6.0 > !net-im/knateon > !net-im/messagebox" > >RDEPEND="${DEPEND}" > >RESTRICT="mirror" > >src_unpack() { > cp ${FILESDIR}/${P}.tar.bz2 ${WORKDIR}/ || die > if [ "${ARCH}" = "amd64" ] ; then > VER=64 > else > VER=32 > fi > unpack nateongen_${VER}.zip || die > cd ${WORKDIR} > unpack ./${P}.tar.bz2 >} > >src_compile() { > if ! use messagebox ; then > mycmakeargs="-DWITHOUT_MESSAGEBOX=ON" > fi > cmake-utils_src_compile >} > >src_install() { > cmake-utils_src_install > cd ${WORKDIR} > dobin nateongen >}
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 197530
: 185702