Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11637 - qportage ebuild submit
Summary: qportage ebuild submit
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-05 12:16 UTC by Jan Andersson
Modified: 2003-10-09 15:17 UTC (History)
5 users (show)

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 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.