Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 11637

Summary: qportage ebuild submit
Product: Gentoo Linux Reporter: Jan Andersson <janneand>
Component: New packagesAssignee: Nicholas Jones (RETIRED) <carpaski>
Status: RESOLVED WONTFIX    
Severity: enhancement CC: alain, h3y, karltk, mholzer, vapier
Priority: High    
Version: 1.4_rc1   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jan Andersson 2002-12-05 12:16:40 UTC
Here's a couple of scripts I've made. Sort of like qpkg but much quicker and 
note as feature rich. I'd prefer if they could be a separate ebuild (rather 
than being included in gentoolkit) because over time I plan to add more 
advanced features, like an sqlite backend.

# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

IUSE=""
DESCRIPTION="Quick tool to list ebuilds."
#HOMEPAGE=""
SRC_URI="http://www.geocities.com/janneand/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~sparc64"
DEPEND=""
#RDEPEND=""
S="${WORKDIR}/${P}"

src_install() {
	dobin qportage
	dobin qlist
	dodoc README
}
Comment 1 Paul Swonger 2003-02-02 18:57:30 UTC
Thanks for this nice nice script. I found it very usefull. However, a couple minor issues:

You should double check paramters given to this script, as none are provided without reading your forum post ;)

Also, I had to change qlist to "./qlist" to get the script to function.

Regards,
mawst@EFNet/freenode
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-04-15 11:54:15 UTC
Jan: any news on this ?
Comment 3 Jan Andersson 2003-04-15 14:26:14 UTC
I've been travelling for a few months and have'nt hacked anything. And now I've installed CRUX linux so I won't do any more work for now. Use it if you want but I cannot hack on it now, sorry.

-J
Comment 4 Marius Mauch (RETIRED) gentoo-dev 2003-10-09 15:17:42 UTC
no more upstream and I can't get the tarball (assuming version 0.1), so closing
now.