Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 51965 Details for
Bug 83060
ebuild for tomboy-reminder plugin
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Tomboy Reminder 0.2 ebuild
tomboy-reminder-0.2.ebuild (text/plain), 851 bytes, created by
Frederic Grosshans
on 2005-02-23 10:22:55 UTC
(
hide
)
Description:
Tomboy Reminder 0.2 ebuild
Filename:
MIME Type:
Creator:
Frederic Grosshans
Created:
2005-02-23 10:22:55 UTC
Size:
851 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit mono eutils > >DESCRIPTION="Tomboy Reminder plugin" > >HOMEPAGE="http://raphael.slinckx.net/tomboy.html" >SRC_URI="http://raphael.slinckx.net/files/${P}.tar.gz" > >LICENSE="Apache-2.0" > >SLOT="0" > >KEYWORDS="~x86" > >DEPEND=">=app-misc/tomboy-0.3.1 > >=dev-dotnet/mono-1.0 > >=dev-dotnet/gtk-sharp-1.0.4-r1" > >src_compile() { > mcs \ > -r:/usr/$(get_libdir)/tomboy/Tomboy.exe \ > -pkg:gtk-sharp \ > -target:library \ > -o Reminder.dll \ > MagicDate.cs Reminder.cs \ > || die "Compilation failed" > dodoc README >} > >src_install() { > insinto /usr/$(get_libdir)/tomboy/Plugins/ || die "insinto failed" > doins Reminder.dll || die "doins failed" >} > >pkg_postinst() { > ewarn "You still need to manually install the plugin from the Tomboy applet " > }
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 83060
:
51937
|
51959
|
51965
|
51974
|
51990
|
52058
|
52648
|
55785
|
56171
|
58657