Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 285145 Details for
Bug 257579
app-misc/remotedroidserver-1.2 (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
RemoteDroid ebuild
remotedroid-1.5.ebuild (text/plain), 1.05 KB, created by
Canek Peláez Valdés
on 2011-08-31 15:53:23 UTC
(
hide
)
Description:
RemoteDroid ebuild
Filename:
MIME Type:
Creator:
Canek Peláez Valdés
Created:
2011-08-31 15:53:23 UTC
Size:
1.05 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="4" > >inherit java-pkg-2 fdo-mime gnome2 > >MY_PN="RemoteDroidServer" >MY_P="${MY_PN}-${PV}" > >DESCRIPTION="Server for the RemoteDroid Android application." >HOMEPAGE="http://remotedroid.net" >SRC_URI="http://remotedroid.net/${MY_PN}_v${PV}.zip" >LICENSE="Apache-2.0" >SLOT="0" >RESTRICT="" >KEYWORDS="~amd64 ~x86" > >RDEPEND=">=virtual/jre-1.5 > ${COMMON_DEPEND}" >DEPEND=">=virtual/jdk-1.5 > ${COMMON_DEPEND}" > >S="${WORKDIR}/${MY_PN}" > >src_unpack() { > unpack "${A}" >} > >src_configure() { > : >} > >src_compile() { > : >} > >src_install() { > dodoc README.txt > > > java-pkg_dojar ${MY_PN}.jar > > # create wrapper script > java-pkg_dolauncher remotedroid --main RemoteDroidServer > > insinto /usr/share/applications > doins "${FILESDIR}/${PN}.desktop" > > insinto /usr/share/icons/hicolor/scalable/apps > doins "${FILESDIR}/${PN}.svg" >} > >pkg_postinst() { > fdo-mime_desktop_database_update > gnome2_icon_cache_update > einfo "The Remote Droid Server runs on UDP port number 57110." >}
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 257579
:
180895
|
180897
|
285141
|
285143
| 285145 |
286845