Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 270343 - app-text/lodgeit-0.3 (new ebuild)
Summary: app-text/lodgeit-0.3 (new ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Ben de Groot (RETIRED)
URL: http://paste.pocoo.org/help/integration/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-18 18:54 UTC by Dror Levin (RETIRED)
Modified: 2009-06-06 12:46 UTC (History)
1 user (show)

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


Attachments
proposed ebuild (lodgeit-0.3.ebuild,733 bytes, text/plain)
2009-05-18 18:54 UTC, Dror Levin (RETIRED)
Details
proposed ebuild (lodgeit-0.3.ebuild,722 bytes, text/plain)
2009-05-18 19:02 UTC, Dror Levin (RETIRED)
Details
proposed ebuild (lodgeit-0.3.ebuild,738 bytes, text/plain)
2009-05-29 20:43 UTC, Dror Levin (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dror Levin (RETIRED) gentoo-dev 2009-05-18 18:54:04 UTC
Proposed ebuild for command-line integration into paste.pocoo.org pastebin service.
Includes a local USE flag 'vim' for a vim plugin.
Comment 1 Dror Levin (RETIRED) gentoo-dev 2009-05-18 18:54:33 UTC
Created attachment 191708 [details]
proposed ebuild
Comment 2 Dror Levin (RETIRED) gentoo-dev 2009-05-18 19:02:53 UTC
Created attachment 191709 [details]
proposed ebuild

Removed accidental inherit and add RDEPEND="${DEPEND}". Rookie mistakes :/
Comment 3 Mike Auty (RETIRED) gentoo-dev 2009-05-25 13:13:13 UTC
Yngwin is CCed to this, and he maintains wgetpaste, a similar tool.  If he isn't interested in picking this up you can also try project sunrise [1].  For now though I'm going to reassign this to maintainer-wanted...

[1] http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq
Comment 4 Ben de Groot (RETIRED) gentoo-dev 2009-05-29 10:12:01 UTC
I'm actually mentoring Dror to become a dev, so we will work together on proxy maintaining this.

I'd like some improvements on the ebuild before committing it. Please read
http://www.gentoo.org/proj/en/Python/developersguide.xml
especially about how to use python.eclass. You probably want to depend on virtual/python. Also we should add RESTRICT=test, as there obviously is no test phase.
Comment 5 Dror Levin (RETIRED) gentoo-dev 2009-05-29 20:43:03 UTC
Created attachment 192914 [details]
proposed ebuild

Added RESTRICT=test and depend on virtual/python instead of dev-lang/python.
Comment 6 Ben de Groot (RETIRED) gentoo-dev 2009-06-06 12:46:23 UTC
Commited to CVS. Thanks and good luck!