Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 145753 Details for
Bug 212963
symsolon-0.4.b (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild
symsolon-0.4b.ebuild (text/plain), 1.57 KB, created by
Mark Silinio
on 2008-03-10 18:10:39 UTC
(
hide
)
Description:
ebuild
Filename:
MIME Type:
Creator:
Mark Silinio
Created:
2008-03-10 18:10:39 UTC
Size:
1.57 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/games-board/kcheckers/kcheckers-0.8.1.ebuild,v 1.2 2006/11/19 12:02:31 nyhm Exp $ > >inherit eutils toolchain-funcs qt4 > >DESCRIPTION="astrology software that uses Symbolon cards to explain horoscopes" >HOMEPAGE="http://sourceforge.net/projects/symsolon/" >SRC_URI="mirror://sourceforge/symsolon/${PN}-src-${PV}.tgz" > >LICENSE="GPL-3 & SEPL" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND="$(qt4_min_version 4.1)" > >S="${WORKDIR}/symsolon" >src_unpack() { > unpack ${A} > cd "${S}" > sed -i "s:/usr/local/etc/zoneinfo:/usr/share/zoneinfo/:" \ > src/zoneinfo/tzfile.h || die "sed failed" > sed -i "s:progPath.section(\"\/\", 0, -2):\"\/usr\":" \ > src/symsolon/solonconfig.cpp || die "sed failed" > sed -i "s:\/var\/lib\/symsolon:\/share\/symsolon\/lib:" \ > src/symsolon/solonconfig.cpp || die "sed failed" > sed -i "s:prefixPath\ +\ \"\/etc\/symsolon-config.xml\":\"symsolon-config.xml\":" \ > src/symsolon/solonconfig.cpp || die "sed failed" >} > >src_compile() { > qmake || die "qmake failed" > emake \ > CXX=$(tc-getCXX) \ > LINK=$(tc-getCXX) \ > || die "emake failed" >} > >src_install() { > dobin bin/symsolon > dolib src/quazip/output/libquazip.a src/swe_171/output/libswe_171.a src/zoneinfo/output/libzoneinfo.a > dodoc share/doc/symsolon/ChangeLog share/doc/symsolon/ChangeLog.hu \ > share/doc/symsolon/QuickStart share/doc/symsolon/QuickStart.hu \ > share/doc/symsolon/TODO > cp -r share/symsolon "${D}/usr/share/symsolon" || die > cp -r var/lib/symsolon "${D}/usr/share/symsolon/lib" || 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 212963
: 145753 |
145754