Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 182139 Details for
Bug 183325
dev-vcs/smartsvn ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
An ebuild for SmartSVN 5.0.4
smartsvn-5.0.4.ebuild (text/plain), 1010 bytes, created by
Craig Loftus
on 2009-02-15 15:46:04 UTC
(
hide
)
Description:
An ebuild for SmartSVN 5.0.4
Filename:
MIME Type:
Creator:
Craig Loftus
Created:
2009-02-15 15:46:04 UTC
Size:
1010 bytes
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >MY_PV=${PV//./_} >MY_P=smartsvn-generic-${MY_PV} > >DESCRIPTION="SmartSVN" >HOMEPAGE="http://www.syntevo.com/smartsvn/" >SRC_URI="${MY_P}.tar.gz" >SLOT="0" >LICENSE="smartsvn" >KEYWORDS="~x86 ~amd64" > >IUSE="" >RESTRICT="fetch nomirror" > >RDEPEND=">=virtual/jre-1.4.1" > >S="${WORKDIR}" > >src_unpack() { > cd ${S} > unpack ${A} >} > >src_compile() { > true >} > >src_install() { > dodir /opt/smartsvn > cp -PR ${S}/smartsvn-${MY_PV}/* ${D}/opt/smartsvn/ > dosym ${D}/opt/smartsvn/bin/smartsvn.sh /usr/bin/ > > for X in 32 48 64 128 > do > insinto /usr/share/icons/hicolor/${X}x${X}/apps > newins ${D}/opt/smartsvn/bin/smartsvn-${X}x${X}.png ${PN}.png > done > > make_desktop_entry ${PN}.sh "SmartSVN" ${PN}.png \ > "Development;RevisionControl" >} > >pkg_nofetch(){ > einfo "Please download ${MY_P}.tar.gz from:" > einfo "${HOMEPAGE}download.html?file=smartsvn/${MY_P}.tar.gz" > einfo "and move to ${DISTDIR}" >}
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 183325
:
123145
|
140614
|
145769
|
147885
|
149685
|
154055
|
161181
|
166718
|
177247
|
179779
| 182139