I want to request the adding of an ebuild in the Portage tree. Name: dstcleaner Ver: 0.1.1 Homepage: http://unixware.sf.net/dstcleaner/ Location: http://unixware.sourceforge.net/dstcleaner/dstsrc/dstcleaner-0.1.1.tar.gz Install: it's only a binary file, a README and a ChangeLog. I think binary should go in /usr/sbin and the others in /usr/share/doc... Requirements: Perl 5.8.0 (or higher) Dialog 0.9b (or higher) Scope: dstcleaner cleans out /usr/portage/distfiles and /var/tmp/portage, using dialog. More info at the main site. Reproducible: Always Steps to Reproduce: 1. 2. 3.
Sorry for the delay. Copyright line is empty. Here comes the ebuild: # # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A Portage distfiles and workdirs cleaner" SRC_URI="http://unixware.sourceforge.net/dstcleaner/dstsrc/${P}.tar.gz" HOMEPAGE="http://unixware.sourceforge.net/dstcleaner" KEYWORDS="x86 ppc sparc mips alpha arm hppa" SLOT="0" LICENSE="GPL-2" RDEPEND=">=dev-lang/perl-5.8 =dev-util/dialog-0.9*" src_install() { dosbin ${WORKDIR}/${P}.pl dodoc ${WORKDIR}/README ${WORKDIR}/ChangeLog dosym /usr/sbin/${P}.pl /usr/sbin/${PN} } pkg_postinst() { einfo einfo "Please, see the README before to use dstcleaner." einfo }
*** This bug has been marked as a duplicate of 47779 ***
mmm. any tip of what can i make so distcleaner make his way to the portage tree? is there any other tool?
opps. sory wrong bug.
technically speaking this bug is not a dup of #47779. dstcleaner is a tool than distcleaner. see the discusion at: http://thread.gmane.org/gmane.linux.gentoo.user/77013
Dstcleaner and distcleaner are two different tools.
My apologies for the incorrect dupe.
I think this bug could be closed. Dstcleaner has become outdated. There are other tools to do the same things as dstcleaner, such as eclean. I don't want to reinvent the wheel.
eclean-dist is part of gentoolkit now