Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 237159 Details for
Bug 326487
net-misc/secpanel-0.6.1 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for net-mics/secpanel 0.6.1
secpanel-0.61.ebuild (text/plain), 1.39 KB, created by
Mirosław Lach
on 2010-07-01 16:12:35 UTC
(
hide
)
Description:
ebuild for net-mics/secpanel 0.6.1
Filename:
MIME Type:
Creator:
Mirosław Lach
Created:
2010-07-01 16:12:35 UTC
Size:
1.39 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >DESCRIPTION="Graphical frontend for managing and running SSH and SCP connections" >HOMEPAGE="http://themediahost.de/secpanel/" > >SRC_URI="http://themediahost.de/secpanel/data/${P/61/6.1}.tgz" >LICENSE="GPL-2" >SLOT="0" > >KEYWORDS="alpha ~amd64 ~sparc x86" >IUSE="gif" > >DEPEND="!gif? ( media-gfx/imagemagick )" > >RDEPEND="virtual/ssh dev-lang/tk" > >S="${WORKDIR}" > >src_unpack() { > unpack ${A} > > # optionally remove gifs... > if ! use gif; then > ebegin "Setting secpanel to use PPM images" > sed -i 's/\.gif/\.ppm/g' ${S}/usr/local/bin/secpanel > eend $? > fi >} > >src_compile() { > if ! use gif; then > cd ${S}/usr/local/lib/secpanel/images > einfo "Converting all GIF images to PPM format..." > for i in *.gif > do > ebegin " ${i} => ${i//.gif/.ppm}" > convert ${i} "ppm:${i//.gif/.ppm}" || { > eend $? > die "convert failed" > } > eend $? > done > einfo "done." > fi >} > >src_install() { > dobin ${S}/usr/local/bin/secpanel > dodir /usr/lib/secpanel /usr/lib/secpanel/images > > insinto /usr/lib/secpanel > doins ${S}/usr/local/lib/secpanel/*.{tcl,config,profile,wait,txt,sh} > doins ${S}/usr/local/lib/secpanel/spdistkey > > insinto /usr/lib/secpanel/images > > if ! use gif; then > doins ${S}/usr/local/lib/secpanel/images/*.ppm > else > doins ${S}/usr/local/lib/secpanel/images/*.gif > fi > > cd ${S}/usr/share/doc/${P/61/6.1/} >}
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 326487
: 237159