Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 216390 Details for
Bug 300877
Ebuild for dev-python/twitty-twister (for the master version from GitHub)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for the master version of twitty-twister from GitHub
twitty-twister-9999.ebuild (text/plain), 862 bytes, created by
Daniel Mettler
on 2010-01-13 19:11:07 UTC
(
hide
)
Description:
Ebuild for the master version of twitty-twister from GitHub
Filename:
MIME Type:
Creator:
Daniel Mettler
Created:
2010-01-13 19:11:07 UTC
Size:
862 bytes
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header$ > >EGIT_REPO_URI="git://github.com/dustin/twitty-twister.git" > >inherit distutils eutils versionator git > >DESCRIPTION="Twitty-twister is a twisted client for twitter-like APIs (latest >codebase from GitHub)" >HOMEPAGE="http://github.com/dustin/twitty-twister" >LICENSE="MIT" >SLOT="0" >KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" >IUSE="examples" > >RDEPEND="dev-lang/python > dev-python/oauth" >DEPEND="${RDEPEND}" > >S="${WORKDIR}" > >src_compile() { > distutils_src_compile >} > >src_install() { > distutils_python_version > > site_pkgs="/usr/$(get_libdir)/python${PYVER}/site-packages/" > export PYTHONPATH="${PYTHONPATH}:${D}/${site_pkgs}" > dodir ${site_pkgs} > > distutils_src_install > > if use examples ; then > insinto /usr/share/doc/${PF} > doins -r example > 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 300877
: 216390