Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 306405 Details for
Bug 262792
Ebuild request for mytourbook
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mytourbook-12.1.2.ebuild
file_262792.txt (text/plain), 1.09 KB, created by
Tobias Wallura
on 2012-03-23 11:14:11 UTC
(
hide
)
Description:
mytourbook-12.1.2.ebuild
Filename:
MIME Type:
Creator:
Tobias Wallura
Created:
2012-03-23 11:14:11 UTC
Size:
1.09 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI="4" > >inherit eutils > >MY_PN="MyTourbook" > >DESCRIPTION="Visualize and analyze tours which are recorded by a GPS device, bike- or exercise computer and ergometer." >HOMEPAGE="http://mytourbook.sourceforge.net/mytourbook/" >SRC_URI="amd64? ( mirror://sourceforge/${PN}/${PN}_${PV}.linux.gtk.x86_64.zip ) > x86? ( mirror://sourceforge/${PN}/${PN}_${PV}.linux.gtk.x86.zip )" > >LICENSE="GPL" >SLOT="0" >KEYWORDS="~amd64 ~x86" > >RDEPEND=">=virtual/jdk-1.6.0 > dev-java/swt[cairo]" > >S="${WORKDIR}/${PN}" > >src_prepare() { > # remove bundled cairo-swt with its licenses > rm "libcairo-swt.so" > rm "about.html" > rm -rf "about_files" >} > >src_install() { > dodir /opt/${PN} > cp -r {configuration,features,plugins,mytourbook*,.eclipseproduct} "${D}"/opt/${PN}/ || die "Install failed" > > dosym "${D}"/opt/${PN}/${PN} "/usr/bin/${PN}" > > newicon icon.xpm ${PN}.xpm > make_desktop_entry ${PN} ${MY_PN} ${PN} "Geography" >}
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 262792
:
266919
| 306405