Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12732 - User-friendly quickpkg
Summary: User-friendly quickpkg
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All All
: High enhancement
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
: 12255 (view as bug list)
Depends on:
Blocks: 12457
  Show dependency tree
 
Reported: 2002-12-26 09:15 UTC by SpanKY
Modified: 2011-10-30 22:18 UTC (History)
4 users (show)

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


Attachments
quickpkg (quickpkg,2.83 KB, text/plain)
2002-12-26 09:17 UTC, SpanKY
Details
revised quickpkg (quickpkg,3.44 KB, text/plain)
2003-01-13 02:39 UTC, SpanKY
Details
another revision (quickpkg-friendly,3.11 KB, text/plain)
2003-06-24 18:20 UTC, SpanKY
Details

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2002-12-26 09:15:21 UTC
basically a quickpkg that takes more friendly input values
Comment 1 SpanKY gentoo-dev 2002-12-26 09:17:39 UTC
Created attachment 6744 [details]
quickpkg

i didnt make a patch because it would have been one that did - on everyline and
+ on all my lines ;)
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2002-12-26 13:24:33 UTC
Looks cool :)  You should prob change the copyright info .. based on blah blah
by Terry Chan, etc.
Comment 3 SpanKY gentoo-dev 2002-12-26 13:53:11 UTC
who the hell is that guy heh 
 
i guess change it to the standard Gentoo one ... 
Comment 4 Martin Schlemmer (RETIRED) gentoo-dev 2002-12-26 14:22:44 UTC
Dont know that will be the correct/legal thing to do.  More something like
(or however you do it):

-------

#!/bin/bash
# This script tries to quickly create a gentoo binary package using the
#
#   /var/db/pkg/class-app/app/*  files
#
# Resulting tbz2 file will be created in /usr/portage/packages/All/
#
# Run this script as ROOT
#
# Based on quickpkg by Terry Chan <tchan@enteract.com>
# Copyright (C) 2001 - Terry Chan.  GNU GPL
# Copyright (C) 2002 - Mike Frysinger <vapier@gentoo.org>
# Distributed under the terms of the GNU General Public License, v2
#
Comment 5 SpanKY gentoo-dev 2003-01-08 15:15:24 UTC
*** Bug 12255 has been marked as a duplicate of this bug. ***
Comment 6 SpanKY gentoo-dev 2003-01-13 02:39:49 UTC
Created attachment 7253 [details]
revised quickpkg
Comment 7 Martin Schlemmer (RETIRED) gentoo-dev 2003-04-26 19:29:05 UTC
Thought you might want to have a look at this since you did tweak it a bit not
long ago .... Mike did a nice revamp =)
Comment 8 SpanKY gentoo-dev 2003-06-23 10:45:35 UTC
add me carpaski ! you know you want to !
Comment 9 Martin Schlemmer (RETIRED) gentoo-dev 2003-06-23 12:16:54 UTC
Ditto this side.  Nick, please have a look .. it is a lot better than the
braindead one we have now, and worked fine the times I used it.
Comment 10 SpanKY gentoo-dev 2003-06-24 18:20:27 UTC
Created attachment 13808 [details]
another revision

this one updates to use portageq for all inquires rather than importing portage
itself
Comment 11 SpanKY gentoo-dev 2003-07-18 15:18:26 UTC
in latest portage pre-release