Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 104801 Details for
Bug 75101
New ebuild: app-misc/sportstracker
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sportstracker-2.4.1.ebuild
sportstracker-2.4.1.ebuild (text/plain), 1.34 KB, created by
Eivind Tagseth
on 2006-12-27 06:07:19 UTC
(
hide
)
Description:
sportstracker-2.4.1.ebuild
Filename:
MIME Type:
Creator:
Eivind Tagseth
Created:
2006-12-27 06:07:19 UTC
Size:
1.34 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit mono eutils > >MY_PN="SportsTracker" >MY_P="${MY_PN}-${PV}" >S="${WORKDIR}/${MY_P}" > >DESCRIPTION="Application enabling you to record your sports activity" >HOMEPAGE="http://www.saring.de/sportstracker/index.html" >SRC_URI="mirror://sourceforge/sportstracker/${MY_P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >LANGS="cs de es fr it nl" >IUSE="" > >for X in ${LANGS}; do > IUSE="${IUSE} linguas_${X}" >done > >DEPEND=">=dev-lang/mono-1.1.13 > >=dev-dotnet/gtk-sharp-2.4.0 > >=dev-dotnet/libgdiplus-1.1.16.1" > >src_install() { > if [ "${SLOT}" == "0" ]; then > exeinto /usr/libexec/SportsTracker > else > exeinto /usr/libexec/SportsTracker-${SLOT} > fi > doexe SportsTracker.exe > doexe NPlot.dll > > strip-linguas -i resource/po > > for l in ${LINGUAS}; do > domo resource/po/$l.gmo > done > > (cat << EOF >[Desktop Entry] >Name=SportsTracker >Comment=Track your sportive activity >Exec=/usr/bin/mono /usr/libexec/SportsTracker${SLOTSUFFIX}/SportsTracker.exe >Icon=sportstracker.png >MimeType= >Categories=Application;GTK;Utility; >Terminal=false >Type=Application >Encoding=UTF-8 >EOF >) > sportstracker.desktop > > insinto /usr/share/applications > doins sportstracker.desktop > insinto /usr/share/pixmaps > newins resource/icons/st-logo.png sportstracker.png > > dodoc docs/* >}
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 75101
:
46476
|
50748
|
60654
|
60655
|
69660
|
69693
|
77357
|
85607
|
94729
| 104801