Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 361780 Details for
Bug 489232
net-misc/ttytter - add readline support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ttytter-2.1.00.ebuild
ttytter-2.1.00.ebuild (text/plain), 1.46 KB, created by
Peter Gantner (a.k.a. nephros)
on 2013-10-24 11:42:54 UTC
(
hide
)
Description:
ttytter-2.1.00.ebuild
Filename:
MIME Type:
Creator:
Peter Gantner (a.k.a. nephros)
Created:
2013-10-24 11:42:54 UTC
Size:
1.46 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-misc/ttytter/ttytter-2.1.00.ebuild,v 1.3 2013/09/14 10:05:09 ago Exp $ > >EAPI="5" > >inherit readme.gentoo > >DESCRIPTION="A multi-functional, console-based Twitter client" >HOMEPAGE="http://www.floodgap.com/software/ttytter/" >SRC_URI="http://www.floodgap.com/software/ttytter/dist2/${PV}.txt" > >LICENSE="FFSL" >SLOT="0" >KEYWORDS="amd64 x86" >IUSE="readline" >DEPEND="" >RDEPEND=">=dev-lang/perl-5.8 > || ( net-misc/curl www-client/lynx ) > readline? ( > || ( > dev-perl/Term-ReadLine-TTYtter > dev-perl/Term-ReadLine-Gnu > dev-perl/Term-ReadLine-Perl > ) > )" > >pkg_setup() { > DOC_CONTENTS="Please consult the following webpage on how to > configure your client. > http://www.floodgap.com/software/ttytter/dl.html" >} > >S="${WORKDIR}" > >src_unpack() { > cp "${DISTDIR}"/${A} ${WORKDIR}/${PN} || die >} > >src_install() { > dobin ${PN} > readme.gentoo_create_doc >} > >pkg_postinst() { > if use readline; then > einfo "You have the 'readline' USE flag set." > einfo "" > einfo "Per default ttytter will use Term::ReadLine::TTYtter as" > einfo "its readline implementation (if installed)." > einfo "You can switch to either Term::ReadLine::Gnu or Term::ReadLine::Perl" > einfo "by setting the environment variable PERL_RL to either \"Gnu\" or" > einfo "\"Perl\", respectively." > einfo "" > einfo "See http://www.floodgap.com/software/ttytter/dl.html for more information." > fi > }
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 489232
: 361780 |
361782