Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 182977 - Publish or Perish (new ebuild)
Summary: Publish or Perish (new ebuild)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Normal enhancement
Assignee: Gentoo Linux bug wranglers
URL: http://www.harzing.com/resources.htm#...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2007-06-23 10:57 UTC by Sebastian Sitaru
Modified: 2007-06-23 11:12 UTC (History)
0 users

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


Attachments
Ebuild for the proposed program (pop-2.ebuild,457 bytes, text/plain)
2007-06-23 10:58 UTC, Sebastian Sitaru
Details
Ebuild for the proposed program; category sci-misc (pop-2.ebuild,617 bytes, text/plain)
2007-06-23 11:09 UTC, Sebastian Sitaru
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Sitaru 2007-06-23 10:57:43 UTC
Dear developers,
I've recently found a program, that is not included at all in the portage tree. It's called Publish or Perish and was developed by Harzing. The program has a proprietary license and is distributed as a binary, which works with the recent versions of it's dependencies (=net-misc/curl-7* and =x11-libs/gtk+-2*, as of the ebuild). So I wrote an ebuild, that downloads and installs the pop-binary in /usr/bin and I want to have the ebuild included in the main-portage tree. So could you please upload this file onto the servers, so that everyone, who is interested in using this program with Gentoo Linux can have access to the ebuild.
Thank you in advance,
Sebastian Sitaru
Comment 1 Sebastian Sitaru 2007-06-23 10:58:44 UTC
Created attachment 122879 [details]
Ebuild for the proposed program
Comment 2 Sebastian Sitaru 2007-06-23 11:07:07 UTC
Comment on attachment 122879 [details]
Ebuild for the proposed program

><HTML><HEAD/><BODY><PRE>DESCRIPTION="Harzing's Publish or Perish v.2 - an academic citation retriever"
>KEYWORDS="x86 ~x86"
>LICENSE="Proprietary; free for personal non-profit use"
>HOMEPAGE="http://www.harzing.com/resources.htm#/pop.htm"
>SRC_URI="http://www.harzing.com/download/pop-linux.tgz"
>DEPEND="=net-misc/curl-7*
>        =x11-libs/gtk+-2*"
>src_compile() {
>        elog "No compile needed"
>}
>src_test() {
>elog "No test needed"
>}
>pkg_config() {
>elog "No config needed"
>}
>src_install() {
>insinto /usr/bin
>doins $WORKDIR/pop2
>elog "Currently, there comes no manpages or html documentation with this package. For an online documentation see $HOMEPAGE"
>}
>
>	
></PRE></BODY></HTML>
Comment 3 Sebastian Sitaru 2007-06-23 11:09:19 UTC
Created attachment 122884 [details]
Ebuild for the proposed program; category sci-misc
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2007-06-23 11:12:34 UTC
Well, this ebuilds needs a major rewrite. Read the following and drop in #gentoo-dev-help if you have questions.

http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=1
http://devmanual.gentoo.org/ebuild-writing/index.html

Feel free to reopen with a fixed ebuild.