Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 140615 Details for
Bug 183328
smartcvs ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
smartcvs-6.0.5.ebuild
smartcvs-6.0.5.ebuild (text/plain), 1.10 KB, created by
Nikos
on 2008-01-10 17:53:12 UTC
(
hide
)
Description:
smartcvs-6.0.5.ebuild
Filename:
MIME Type:
Creator:
Nikos
Created:
2008-01-10 17:53:12 UTC
Size:
1.10 KB
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=smartcvs-generic-${MY_PV} > >DESCRIPTION="SmartSVN" >HOMEPAGE="http://www.syntevo.com/smartcvs/" >SRC_URI="${MY_P}.tar.gz" >SLOT="0" >LICENSE="smartcvs" >KEYWORDS="~x86" > >IUSE="" >RESTRICT="fetch nomirror" > >RDEPEND=">=virtual/jre-1.4.1" > >S="${WORKDIR}/smartcvs-${MY_PV}" > >src_unpack() { > unpack ${A} >} > >src_compile() { > true >} > >src_install() { > dodir /opt/smartcvs > cp -dPR * ${D}/opt/smartcvs/ > dosym /opt/smartcvs/bin/smartcvs.sh /usr/bin/ > > #insinto /opt/${PN}/bin > for X in 32 48 64 128 > do > insinto /usr/share/icons/hicolor/${X}x${X}/apps > newins ${S}/bin/${PN}-${X}x${X}.png ${PN}.png > done > > make_desktop_entry ${PN}.sh "SmartCVS" ${PN}.png "Development;RevisionControl" ># exeinto /opt/${PN} ># doexe >} > >pkg_nofetch() { > einfo "Please download ${MY_P}.tar.gz from:" > einfo > "http://www.syntevo.com/common/download-license.jsp?product=smartcvs&file=smartcvs%2Fsmartcvs-generic-6_0_5.tar.gz&download-page=smartcvs%2Fdownload.jsp" > einfo "and move/copy 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 183328
:
123149
| 140615 |
147954
|
166720
|
187716