Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80891 - New ebuild for slackware pkgtools (10.0)
Summary: New ebuild for slackware pkgtools (10.0)
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: 4600
  Show dependency tree
 
Reported: 2005-02-05 11:00 UTC by Jeff Davidson
Modified: 2007-02-03 22:34 UTC (History)
1 user (show)

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


Attachments
pkgtools-10.0.ebuild (pkgtools-10.0.ebuild,580 bytes, text/plain)
2005-02-05 11:01 UTC, Jeff Davidson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Davidson 2005-02-05 11:00:17 UTC
Here is a new ebuild for slackware pkgtools.  It is required by checkinstall for creating slackware packages.  Note that the upstream distribution is messed up, here's how I created the pkgtools-10.0.tar.bz2 tarball:

mkdir pkgtools-10.0
cd pkgtools-10.0
wget ftp://slackware.mirrors.pair.com/slackware-10.0/source/a/pkgtools/_pkgtools.tar.gz
wget ftp://slackware.mirrors.pair.com/slackware-10.0/source/a/pkgtools/*.8
tar zxf _pkgtools.tar.gz sbin/
mv sbin/* .
rm _pkgtools.tar.gz makebootdisk
rmdir sbin
cd ..
tar -cjf pkgtools-10.0.tar.bz2 pkgtools-10.0

Whenever a new slackware version is released, I assume it would be a good idea to recreate the tarball from the slackware mirrors with the same process.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jeff Davidson 2005-02-05 11:01:19 UTC
Created attachment 50462 [details]
pkgtools-10.0.ebuild

Note that the dependencies/LICENSE here were just guessed from looking at the
scripts, I don't know how good they are.
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2005-03-22 08:05:58 UTC
jeff, just curious -- what's the purpose of having these in portage?
Comment 3 Jeff Davidson 2005-03-22 14:20:54 UTC
This is a dependency for checkinstall, which some people have voiced an interest for in order to create debian/slackware/rpm packages.  See bug 4600 for that.  It would also be good for the rare time when something isn't in portage and needs a manual from-source build, but the user still wants to use something like dpkg to keep a little control over it.

Not something I would personally need to use, but as I recall it was an ebuild I wrote for a past bugday.

-Jeff
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2007-02-03 22:34:03 UTC
Bug 4600 closed as WONTFIX; closing this one as well... Don't see any use for this otherwise.