Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 69660 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-1.0.1.ebuild , works here
sportstracker-1.0.1.ebuild (text/plain), 1.06 KB, created by
Sébastien Champigny
on 2005-10-01 14:54:24 UTC
(
hide
)
Description:
sportstracker-1.0.1.ebuild , works here
Filename:
MIME Type:
Creator:
Sébastien Champigny
Created:
2005-10-01 14:54:24 UTC
Size:
1.06 KB
patch
obsolete
># Copyright 1999-2004 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 sporting activities." >HOMEPAGE="http://www.saring.de/sportstracker/" >SRC_URI="mirror://sourceforge/sportstracker/${MY_P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND=">=dev-lang/mono-1.1.6 > >=dev-dotnet/gtk-sharp-1.9.2 > >=dev-dotnet/glade-sharp-1.9.2" >RDEPEND="" > >#src_unpack() { ># unpack ${A} ># epatch ${FILESDIR}/sportstracker-1.0.1-aboutdialog.patch >#} > >src_install() { > # The makefile script has a bug: this is a workaround > # for creating the forgiven it translation directory. > # dodir /usr/share/locale/it/LC_MESSAGES > einstall PREFIX="${D}/usr" \ > PREFIX_I18N="${D}/usr/share/locale" \ > || die "Installation failed!" > cd ${S}/docs > mv CHANGES.txt CHANGES > mv I18N.txt I18N > mv LICENSE.txt LICENSE > mv README.txt README > mv TODO.txt TODO > dodoc CHANGES I18N LICENSE README TODO >}
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