Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41046 - sci-visualization/pl (gnoplot pl frontend) - new ebuild
Summary: sci-visualization/pl (gnoplot pl frontend) - new ebuild
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-02-09 16:49 UTC by Michael Labhard
Modified: 2007-02-03 13:09 UTC (History)
1 user (show)

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


Attachments
pl-1.7b ebuild (pl-1.7b.ebuild.Z,500 bytes, application/octet-stream)
2004-03-01 05:42 UTC, Michael Labhard
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Labhard 2004-02-09 16:49:51 UTC
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: root <root@goliath>
# $Header:$

# This ebuild was generated by Ebuilder v0.4.

S="${WORKDIR}"
DESCRIPTION="The Gnuplot \"pl\" frontend."
SRC_URI="http://www.phys.uni-paderborn.de/~stern/pl/${P}.tar.gz"
HOMEPAGE="http://www.phys.uni-paderborn.de/~stern/pl"
LICENSE="GPL-2"
DEPEND=""
SLOT="0"
KEYWORDS="x86 sparc ppc amd64"

src_unpack() {
	unpack "${P}.tar.gz"
	cd "${S}"
}

src_compile() {
	echo "Nothing to compile for ${P}."
}

src_install () {
	mkdir -p ${D}usr/local
	cp -r ${S}/* ${D}usr/local
}

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Michael Labhard 2004-02-11 18:36:35 UTC
Forgot to mention this is pl-1.7b.
Comment 2 Patrick Kursawe (RETIRED) gentoo-dev 2004-03-01 01:07:12 UTC
Installation to /usr/local ist not acceptable. Parts of the distribution should always be in /usr.

Please don't paste your ebuild here, attach it (as text/plain).
Please use the Header from the skel.ebuild in your portage directory.
Keywords should be ~arch.
A gnuplot frontend maybe depends on gnuplot? Just an idea.

I think (after a quick glance) that you don't need src_unpack at all, the default version should do.

Please try again, and thanks for trying.
Comment 3 Michael Labhard 2004-03-01 05:42:42 UTC
Created attachment 26653 [details]
pl-1.7b ebuild
Comment 4 Michael Labhard 2004-03-01 05:43:35 UTC
Suggest the ebuild be placed in media-gfx.
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2007-02-03 13:09:10 UTC
No upstream release since 2001 -> WONTFIX.