Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 290703 Details for
Bug 385713
dev-util/smartgit-2.0.6: new package
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-util/smartgit-3_rc2.ebuild
smartgit-3_rc2.ebuild (text/plain), 1.09 KB, created by
fling
on 2011-10-24 08:54:02 UTC
(
hide
)
Description:
dev-util/smartgit-3_rc2.ebuild
Filename:
MIME Type:
Creator:
fling
Created:
2011-10-24 08:54:02 UTC
Size:
1.09 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit java-utils-2 versionator > >MY_PV="$(replace_all_version_separators _)" >MY_PV="${MY_PV//rc/ea}" > >DESCRIPTION="SmartGIT" >HOMEPAGE="http://www.syntevo.com/smartgit" >SRC_URI="${PN}-generic-${MY_PV}.tar.gz" > >SLOT="0" >LICENSE="smartgit" >KEYWORDS="~amd64 ~x86" >IUSE="" > >RESTRICT="fetch" > >RDEPEND="virtual/jre" > >S="${WORKDIR}"/smartgit-${MY_PV} > >pkg_nofetch(){ > einfo "Please download ${SRC_URI} from:" > einfo "http://www.syntevo.com/smartgit/early-access.html" > einfo "and move/copy to ${DISTDIR}" >} > >src_install() { > local rdir="/opt/${PN}" > insinto ${rdir} > doins -r * || die "cannot install needed files" > > java-pkg_regjar "${D}"/${rdir}/lib/*.jar > > java-pkg_dolauncher ${PN} --java_args "-Xmx256M -Dsmartgit.vm-xmx=256m" --jar ${PN}.jar > > for X in 32 48 64 128 256 > do > insinto /usr/share/icons/hicolor/${X}x${X}/apps > newins "${S}/bin/smartgit-${X}.png" "${PN}.png" || die "cannot install needed files" > done > > make_desktop_entry "${PN}" "SmartGIT" ${PN} "Development;RevisionControl" >}
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 385713
:
290701
| 290703