Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 501972 - dev-python/pygments-1.6 should install bundled bash-completion
Summary: dev-python/pygments-1.6 should install bundled bash-completion
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-02-21 10:09 UTC by Eivind Uggedal
Modified: 2014-03-21 14:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
bash-completion support for dev-python/pygments-1.6 (7cbd7b682a206f7b796b339354cf1e3353359d73.patch,897 bytes, patch)
2014-02-21 10:10 UTC, Eivind Uggedal
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eivind Uggedal 2014-02-21 10:09:41 UTC
Attached is a patch against pygments-1.6 which installs the bundled bash-completion for the pygmentize command.

Reproducible: Always
Comment 1 Eivind Uggedal 2014-02-21 10:10:25 UTC
Created attachment 370944 [details, diff]
bash-completion support for dev-python/pygments-1.6
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2014-03-21 14:59:43 UTC
$ ebuild pygments-1.6.ebuild clean install

~/cvsPortage/gentoo-x86/dev-python/pygments $ find /mnt/gen2/TmpDir/portage/dev-python/pygments-1.6/image/ -name pygments

/mnt/gen2/TmpDir/portage/dev-python/pygments-1.6/image/usr/lib64/python3.3/site-packages/pygments
/mnt/gen2/TmpDir/portage/dev-python/pygments-1.6/image/usr/lib64/pypy2.0/site-packages/pygments
/mnt/gen2/TmpDir/portage/dev-python/pygments-1.6/image/usr/lib64/python3.2/site-packages/pygments
/mnt/gen2/TmpDir/portage/dev-python/pygments-1.6/image/usr/lib64/python2.6/site-packages/pygments
/mnt/gen2/TmpDir/portage/dev-python/pygments-1.6/image/usr/lib64/python2.7/site-packages/pygments
/mnt/gen2/TmpDir/portage/dev-python/pygments-1.6/image/usr/share/bash-completion/pygments

*pygments-1.6-r1 (21 Mar 2014)

  21 Mar 2014; Ian Delaney <idella4@gentoo.org> +pygments-1.6-r1.ebuild:
  revbump; update to install bundled bash-completion, patch by E. Uggedal, fixes
  Bug 01972 by E. Uggedal