Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 205236 - dev-perl/PDL-NetCDF ebuild request
Summary: dev-perl/PDL-NetCDF ebuild request
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL: http://search.cpan.org/~dhunt/PDL-Net...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-10 19:12 UTC by Adam Carheden
Modified: 2008-01-10 19:38 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Carheden 2008-01-10 19:12:36 UTC
I wrote an e-build for dev-perl/PDL-NetCDF-0.93. Please consider adding it to the tree.

Reproducible: Always

Steps to Reproduce:
emerge --search PDL-NetCDF


Actual Results:  
No packages found

Expected Results:  
Finds my package


inherit perl-module eutils multilib

DESCRIPTION="PDL Perl interface to netCDF files"
HOMEPAGE="http://search.cpan.org/~dhunt/"
SRC_URI="mirror://cpan/authors/id/D/DH/DHUNT/${P}.tar.gz"

LICENSE="|| (Artistic GPL-2)" # COPYRIGHT says "same terms as perl itself"
SLOT="0"
KEYWORDS="amd64 x86"

# Deps just taken from the readme file
DEPEND=">=dev-lang/perl-5.0
        >=dev-perl/PDL-2.0.3
        >=sci-libs/netcdf-3.0"

src_unpack() {
        unpack ${A}

}

src_install() {
        perl-module_src_install
}
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2008-01-10 19:38:36 UTC
Reopen once you've explained why is this ebuild needed... Thanks.

http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=3&chap=1#doc_chap2